@charset "UTF-8";

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
@import url("bootstrap-grid.css");


/* ------------------------------------------------------------------- */
/*  Layout Components
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Header
------------------------------------- */
.header-container {
	width: 100%;
	background: transparent;
/*	box-shadow: 0 0 18px rgba(0,0,0,0.1);*/
	padding: 18px 0;
	position: fixed;
	z-index: 1290;
	transition: 0.3s;
}

.logo img {
	max-height: 40px;
	margin-top:  2px;
	transform: translate3d(0,0,0);
}

.navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	float: right;
	margin: 8px 0 0 0;
}

.navigation li {
	display: inline-block;
	margin-right: 25px;
}

.navigation li:last-child { margin-right: 0; }

.navigation li a {
	padding: 7px 0;
	font-weight: 600;
	color: #fff;
	position: relative;
}

a.small-button,
a.small-button:focus { display: inline-block; }

a.small-button,
a.small-button:focus,
.navigation li a.buy-now {
	border-radius: 60px;
	padding: 9px 20px;
	background: #26ae61;
	box-shadow: 0 3px 15px rgba(38, 174, 97, 0.25);
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 600;
	outline: none;
}


.navigation li a.buy-now img {
	height: 16px;
	line-height: 0;
	position: relative;
	top: -2px;
	margin-right: 3px;
	margin-left: -2px;
}

.play-icon {
	height: 15px;
	width: 15px;
	position: relative;
	top: -1px;
	margin: 0 0 0 2px;
}
a.small-button,
a.small-button:focus { line-height: 20px; }

.navigation li a.buy-now:after { display: none; }

a.plink { font-weight: 500; color: #26ae61; position: relative;  }
a.plink:before { 
	content: "";
	width: 100%;
	height: 1px;
	background: #26ae61;
	position: absolute;
	bottom: -2px;
	opacity: 0.3;
	transition: 0.2s;
}

a.plink:visited,
a.plink:hover { color: #26ae61; }
a.plink:hover:before { opacity: 0.5; }

a.small-button:hover,
.navigation li a.buy-now:hover { 
	box-shadow: 0 3px 15px rgba(38, 174, 97, 0.45);
	color: #fff;
}

a.small-button:hover { 
	transform: translateY(-3px);
}

.navigation li a:after {
	content: "";
	height: 2px;
	background: #26ae61;
	position: relative;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	right: 0;
	margin: 0 auto;
	transition: 0.2s;
	opacity: 0
}

.navigation li a.active:after,
.navigation li a:hover:after {
	width: 100%;
	opacity: 1;
}

.listeo-version:visited,
.listeo-version {
    display: inline-block;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    line-height: 18px;

	color: #2fc048;
    background: rgb(47 192 72 / 15%);
    border: 1px solid #2fc048;
    box-shadow: 0 0 25px 0 rgb(47 192 72 / 25%);
    position: relative;
    top: 3px;
    left: 5px;
    transition: 0.3s;
}

.listeo-version:hover {
	background: #259e41;
	border-color: #259e41;
	color: #fff;
}

.logo-white { display: none; }
.header-container.white-header {background: #fff; box-shadow: 0 0 18px rgba(0,0,0,0.1); }
.header-container.white-header .navigation li a:not(.buy-now) { color: #333;  }
.header-container.white-header .logo { display: none;  }
.header-container.white-header .logo-white { display: inline;  }

@media (min-width: 760px) and (max-width: 1099px) {
	.navigation li:first-child { display:  none; }
}


/* ---------------------------------- */
/* Top Section
------------------------------------- */
.top-section {
	background: #f1fff7;
/*	background-image: url(https://c.stocksy.com/a/ckiB00/z9/2793634.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 140px 0;
	position: relative;
	z-index: 100;
	text-align: left;
}

.top-section:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(241,255,247,1) 1%, rgba(241,255,247,0.7) 40%, rgba(241,255,247,0) 50%);
	z-index: 10;
	opacity: 1;
}

.svg-illustration {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 550px;
}

@media (min-width: 1800px) {.svg-illustration { right: 5%;}}

.svg-illustration img {
	width: auto;
	height: 100%;
	right: 0;
	position: absolute;
}

@media (max-width: 992px) {
	.svg-illustration { width: 100%; top: initial; bottom: 0; height: 150px;}
	body .top-section .container .row { max-width: 100%; text-align: left; }
	.top-section h3 {
	    text-align: left;
	}
}

.top-section .container {
	z-index: 20;
	position: relative;
	padding-top: 55px;
}

.top-section .container .row {
	max-width: 45%;
}

.top-section h3 {
	color: #222;
	font-size: 44px;
	line-height: 56px;
	letter-spacing: -0.5px;
	font-weight: 300;
	margin: 0;
}

.top-section .rating {
	font-size: 56px;
	letter-spacing: -2px;
	font-weight: 600;
	text-align: center;
	margin: 25px 0 8px 0;
}

.top-section .rating-stars {
	color: #f1b900;
	font-size: 30px;
	line-height: 20px;
	padding: 0;
	margin: 18px 0 0 0;
}

.top-section .rating-stars img,
.top-section .rating-stars svg  {
	padding: 0;
	margin: 0 -9.5px;
	width: 44px;
	display: inline-block;
}

.top-section .rating-desc a {
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	opacity: 0.5;
	color: #fff;
	transition: 0.3s;

	/* Yellow BG */
    position: relative;
    top: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    opacity: 1;
    color: rgb(190 146 0);
    transition: 0.3s;
    background: rgb(241 185 0 / 18%);
    border-radius: 50px;
    padding: 4px 14px;
    margin-top: 10px;
    line-height: 20px;
    display: inline-block;
/*    border: 1px solid rgb(241 185 0 / 40%);*/
}

.top-section .rating-desc a:hover {
/*	opacity: 1;
    color: rgb(241 185 0 / 90%);
    transition: 0.3s;
    background: rgb(241 185 0 / 15%);*/
}


.top-section .rating span {
    color: #fff;
    background: #f1b900;
    display: inline-block;
    border-radius: 7px;
    height: 56px;
    width: 56px;
    line-height:56px;
	font-size: 30px;
    text-align: center;
    box-shadow: 0 0 25px 0 rgb(255 210 0 / 20%);
}


.top-section .rating i {
	font-style: normal;
	margin: 0 10px;
	display: inline-block;
	text-decoration: none;
}

.intro-text {
	 font-size: 16px;
	 padding: 15px 0 0 0;
	 text-align: left;
	 opacity: 1;
	 color: #707070;
	 margin: 0;
	 margin-top: 18px;
	 margin-bottom: 0px;
}

.intro-text strong {
	color: #eee;
	font-weight: 600
	opacity: 1;
}


.top-headline {
	display: flex;
}

.top-headline h3 {
	flex: 1;
}

.big-icon {
	height: 78%;
	position: absolute;
	top: 50%;
	margin-left: 30px;
	transform: translateY(-50%);
	opacity: 0.05;
	pointer-events: none;
}

.section { position: relative;  }

.big-icon-section {
	height: 70%;
	position: absolute;
	top: 50%;
	margin-left:-5%;
	transform: translateY(-50%);
	opacity: 0.03;
	z-index: 10;
	pointer-events: none;
}

.small-icon {
	height: 170px;
	position: absolute;
	top: 120%;
	right: 15%;
	opacity: 0.05;
}

@media (max-width: 992px) { .big-icon, .small-icon { display:none; } }

.top-section-buttons {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.top-section-buttons a {
	border-radius: 100px;
	min-width: 200px;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 12px;
	font-weight: 600;
	display: inline-block;
	background: #26ae61;
	margin: 0 15px 0 0;
	box-shadow: 0 10px 25px rgba(38, 174, 97, 0.15);
	transition: 0.3s;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 5px;
}

.top-section-buttons a:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 35px rgba(38, 174, 97, 0.25);
}

.top-section-buttons a.browse-features {
	border: 2px solid #26ae61;
	background: transparent;
	color: #26ae61;
	padding: 10px;
}

.top-section-buttons a.buy-now {
	color: #fff;
	padding-right: 56px;
	position: relative;
}

.top-section-buttons a.buy-now span {
	background: rgb(5, 5, 5, 0.07);
	height: 100%;
	width: 60px;
	padding-right: 4px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 52px;
	border-radius: 0 100px 100px 0;
}


.top-section-buttons a.buy-now img {
	max-height: 20px;
	margin-top: 15px;
	margin-left: 3px;
	transform: translate3d(0,0,0);
}

.lifetime-license {
    position: absolute;
    bottom: -30px;
    display: flex;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500 !important;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    color: #26ae61;
}

.lifetime-license:before {
    content: "";
    background: #26ae61;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 4px;
    opacity:  0.5;
}

.counter {
	display: inline-block;
	width: 104px;
}

@media (max-width: 1240px) {
	.top-section { padding: 120px 0; }

	.top-section h3.hashtag {
	    font-size: 110px;
	    letter-spacing: -6px;
	    line-height: 94px;
	    padding-right: 10px;
	}

	.top-section h3 {
	    font-size: 42px;
	    line-height: 52px;
	}

	.top-section .rating {
		font-size: 72px;
		line-height: 120px;
		letter-spacing: -4px;
		text-align: right;
	}

	.counter { width: 90px; }
	.top-section-buttons { margin-top: 30px; }
}

@media (max-width: 992px) {
	.top-section { padding: 100px 0; }
	.top-headline { display: block; text-align: center; }
	.top-section h3.hashtag { padding-right: 0; margin-bottom: 15px; }
	.top-section .rating { text-align: center; }
	.top-section-buttons { margin-top: 30px; }
	.big-icon { left: 0; right: 0; margin: 0 auto; }
}


@media (max-width: 480px) {

	.top-section { padding: 80px 0; }

	.top-section h3.hashtag {
	    font-size: 90px;
	    letter-spacing: -6px;
	    line-height: 110px;
	}

	.top-section h3 {
	    font-size: 36px;
	    line-height: 47px;
	}

	.top-section .rating {
		font-size: 62px;
		line-height: 100px;
		letter-spacing: -3px;
		text-align: center;
	}

	.counter { width: 80px; }
	.top-section-buttons { margin-top: 30px; }

	.big-icon { left: 0; right: 0; margin: 0 auto; }

	.top-section-buttons a { margin-left: 0; margin-right: 0; }
}


/* Header Reviews */
.logo-container {
	display:  flex;
	align-content: center;
}

.header-rating {
	display: inline-block;
	font-size:  13px;
	line-height:  19px;
	background: rgba(255,255,255,0.05);
	border-radius: 3px;
	padding:  3px 7px;
	margin-left: 15px;
	transition:  0.3s;
}
.header-rating:hover { background: rgba(255,255,255,0.08); }
.header-rating strong {
	color:  #ddd;
	font-weight:  600;
	display: block;
}

.header-rating strong span {
	color:  rgba(255,255,255,0.5);
	font-weight:  400;
}

.white-header .header-rating { background: #f6f6f6; }
.white-header .header-rating strong { color:  #333; }
.white-header .header-rating strong span { color:  #909090; }


/* Tyed Words */
.typed-words { display: inline-block; }

body .typed-cursor {
    opacity: 0.5;
    font-weight: 200;
    margin-left: 2px;
    font-size: 40px;
    top: -7px;
    position: relative;
}

body .typed-cursor.typed-cursor--blink{
	 animation: typedjsBlink 1.5s infinite;
}

 @keyframes typedjsBlink{
     0% { opacity: 1; }
     50% { opacity: 0; }
     100% { opacity: 1; }
}

body .typed-fade-out{
	  opacity: 0;
	  transition: opacity .25s;
  }

body .typed-cursor.typed-cursor--blink.typed-fade-out{
	animation: 0;
}




/* Browser Window
--------------------------------------------- */
.browser-window {
	border-radius: 4px;
	display: block;
	transition: 0.3s;
	margin-bottom: 30px;
}

.browser-content {
    padding: 0px;
    background: #f0f0f0;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	box-shadow: 0 0 22px rgba(0,0,0,0.1);
	transition: 0.3s;
}

.carousel .browser-content {
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.carousel .browser-window:hover .browser-content {
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

.browser-window:hover:not(.sliding) {
	transform: translateY(-4px);
}

.browser-window.sliding .browser-content { max-height: 235px; }
.browser-window.sliding .browser-content img {
	transform: translate3d(0,0,0);
	width: 100%;
	transition: 1s ease-in-out
}

.browser-window.sliding:hover img {
	transform: translateY(calc(-100% + 235px));
	transition: 2.5s linear;
}

.browser-window:hover .browser-content {
	box-shadow: 0 0 28px rgba(0,0,0,0.15);
}

.browser-window .dot {
    margin-top: 4px;
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.browser-bar {
    background: #f2f2f2;
	padding: 8px 10px;
	border-radius: 4px 4px 0 0;
	display: flex;
}

.browser-bar .bar-url {
    width: calc(100% - 43px);
    border-radius: 4px;
    border: none;
    background-color: white;
    height: 20px;
    line-height: 20px;
    color: #aaa;
    padding: 0 10px;
	margin: 0;
    font-size: 10.5px;
    pointer-events: none;
    box-shadow: none;
}

.bar-url,
.bar-dots {
	flex: 0 0 auto;
	line-height: 20px;
}

.bar-dots { width: 40px; margin-left: 2px; margin-top: -1px; }
.bar-url { width: calc(100% - 40px); padding: 0 2px 0 4px; }


.more-coming-soon {
	background-color: #f8f8f8;
	height: 270px;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

mark, .mark {
    background-color: #fcf6d8;
    padding: 2px 5px;
    border-radius: 3px;
    color: #7e700d;
}

.section:not(.white) mark, .mark,
.section:not(.white) .mark {
	    background-color: #f7f1d3
	}

/* Heatmap
--------------------------------------------- */
.heatmap {
	border-radius: 4px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	display: block;
	padding: 0;
	margin: 0;
	width: 95%;
	float: right;
	position: relative;
}

.heatmap span {
	border-radius: 0 0 4px 4px;
	background: #26ae61;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 15px 10px;
	line-height: 20px;
}

.heatmap img {
	transform: translate3d(0,0,0);
	border-radius: 4px 4px 0 0;
	image-rendering: -webkit-optimize-contrast;
}

.heatmap img.layer {
	position: absolute;
	z-index: 10;
}


/* Powered by Wocommerce
--------------------------------------------- */
.powered-by-wocommerce {
	display: inline-block;
	color: #222;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	background: #efefef;
	padding: 9px 18px;
	margin: 0 0 0 10px;
	top: -5px;
	position: relative;
}

.powered-by-wocommerce img {
	max-height: 22px;
	transform: translate3d(0,0,0);
	margin-left: 5px;
}

i.red-mark { color: #d90909; font-style: normal;  font-size: 20px; top: -5px; position: relative; left: -2px;}
.mobile-app-box {
    display: block;
    text-align: center;
    background: #26ae610d;
    border-radius: 4px;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #26ae61;
    margin: -5px 0 10px 0;
 }

.extension-info {
    color: #26ae61;
    background: rgba(38, 174, 97, 0.07);
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 4px;
    position: relative;
    top: -4px;
    font-weight: 500;
}

.extension-info strong {    color: #26ae61 !important;}

/* Map
--------------------------------------------- */
#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 99;
	position: absolute;
	top: 0;
}

#map:before {
	left: 0;
	top: 0;
	z-index: 1000;
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
/*    background: linear-gradient(to right, rgba(255,255,255,0.99) 20%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0) 95%); */
/*    background: linear-gradient(to left, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 80%);
*/    background: linear-gradient(to left, rgba(34,34,34,1) 10%, rgba(34,34,34,1) 45%, rgba(34,34,34,0.2) 65%, rgba(0,0,0,0) 90%);
}

.app-logo-box,
.ical-logo-box,
.map-providers {
	border-radius: 4px;
	background-color: #161616;
	padding: 12px 22px;
	display: inline-block;
	width: 90%;
	text-align: center;
	margin: -5px 0 20px 0;
}

.ical-logo-box img,
.map-providers img {
	width: 100%;
	height: auto;
}

.app-logo-box,
.ical-logo-box { width: 70%; background: #f8f8f8; box-shadow: none; }

.app-logo-box { width: 100%; padding: 20px; }
.app-logo-box img { width: 80%; }

.leaflet-top.leaflet-left { display: none; }
.leaflet-marker-icon,
.marker-card,.marker-container,.marker-cluster { pointer-events: none !important;  }

#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 520px;
	width: 100%;
	z-index: 99;
	pointer-events: none;
	overflow: hidden;
	background-color: #222;
}

.infoBox { display: none; }

.map-content {
	position: absolute;
	z-index: 100;
	display: block;
	justify-content: center;
	flex-direction: column;
	display: flex;
	right: 15px;
	background: transparent;
	border-radius: 4px;
	box-shadow: none;
	pointer-events: all;
	width: 46%;
	box-sizing: border-box;
	padding: 0;
	height: 100%;
}

.gmaps-icon {
	height: 33px;
	transform: translate3d(0,0,0);
	margin-right: 4px;
	margin-top: -10px;
}

.map-content h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	line-height: 36px;
}

.map-content p { margin-bottom: 23px; font-size: 16px; color: #aaa;}
.map-content p strong { color: #fff; font-weight: 600; }
.map-content p:last-child { margin-bottom: 0; }

#map-container .container,
#map-container .row,
#map-container .col-lg-12 {
    height: 100%;
    display: block;
    position: relative;
}

/* Cluster styles */
.cluster img { display:none }

.cluster {
	width: 36px !important;
	height: 36px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background-color: #2351e8;
}

.cluster div:before {
	border: 7px solid #2351e8;
	opacity: 0.35;
	box-shadow: inset 0 0 0 4px #2351e8;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}


/* ---------------------------------- */
/* Leaflet Maps
------------------------------------- */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: initial; right: 15px;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
	
.leaflet-bar a,
.leaflet-bar a:hover {

	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
}
	
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}


.leaflet-bar a.leaflet-disabled {
	cursor: default;
	pointer-events:none;
	}

.leaflet-touch .leaflet-bar a {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.leaflet-touch .leaflet-bar a i {
    line-height: 34px;
	left: -1px;
	position: relative;
}

body #submit_map {
    outline: none;
    margin-bottom: 30px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 15px;
	text-align: center;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #161616;
    margin: 10px;
    border-radius: 3px;
    padding: 4px 8px;
    color: #999;
    font-weight: 500;
    line-height: 15px;
}

.leaflet-container .leaflet-control-attribution a {
    color: #999;
    text-decoration: none !important;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #999;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	background-clip: padding-box;
	}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 4px;
	margin: 5px 15px;
	transition: 0.3s;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 18px;
	height: 34px;
	width: 34px;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
	background-color: #66676b;
	color: #fff;
}

.leaflet-control-zoom-in:before,
.leaflet-control-zoom-out:before  {
	font-family: "Feather-Icons";
	width: 100%;
	line-height: 35px;
}

.leaflet-control-zoom-in:before { content: "\e9b1"; }
.leaflet-control-zoom-out:before  { content: "\e996"; }

.marker-container:hover .marker-card,
.clicked .marker-container .marker-card, 

.leaflet-marker-icon.clicked .marker-container { transform: scale(1.3); }

/* Marker */
.map-marker-container { position: absolute; }

.marker-container {
	position: relative;
	margin: -9px 0 0 -9px;
	width: 18px;
	height: 18px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	top: 0;
	background-color: #26ae61;
	animation: markerAnimation 2.5s infinite;
	transition: 0.4s;
}

@keyframes markerAnimation {
	0%,100% {
		box-shadow: 0 0 0 6px rgb(38 174 97 / 16%)
	}
	50% {
		box-shadow: 0 0 0 6px rgb(38 174 97 / 16%)
	}
}


/* Clicked & Hover States */
.map-marker-container.clicked .marker-container {
	transform: scale(1.3);
}

.marker-container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	border-radius: 50%;
	transform: scale(2);
	opacity: 0;
}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}


.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}


/* Clusters
----------------------------------------*/
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
	background-color: transparent;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #26ae61;
	position: relative;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: #26ae61;
}

.marker-cluster div:before {
	border: 7px solid #26ae61;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #26ae61;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}

.marker-cluster span {
    font-family: Arial, sans-serif;
    line-height: 36px;
}

.wpjm-logo {
    background-color: #d85677;
    height: 140px;
    width: 140px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    flex: 0 0 auto;
    margin-right: 35px;
    box-shadow: 0 3px 10px rgb(216 86 119 / 0.3);
}

.wpjm-logo img {
	width: 60px;
	height: 100%;
}

.wpjm-container {
	display: flex;
}


/* Feature Box
--------------------------------------------- */
.feature-boxes-container {
	width: calc(100% + 30px);
    left: -30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.feature-box {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(0,0,0,0.04);
	cursor: default;
	transition: 0.3s;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 30px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	margin: 0 0 30px 30px;
	width: calc(100% * (1/4) - 30px);
	float: left;
	vertical-align: top;
}

.feature-box:hover {
	box-shadow: 0 7px 20px rgba(0,0,0,0.08);
	transform: translateY(-8px);
	background: #26ae61;
}

.feature-box:hover .feature-description p,
.feature-box:hover .feature-description h4 { color: #fff; }

.feature-box .feature-description p,
.feature-box .feature-description h4 { margin: 0; padding: 0; transition: 0.3s; }

.feature-icon {
	height: 55px;
	margin-bottom: 20px;
	width: 100%;
}

.feature-icon svg rect,circle { transition: 0.3s; }
.feature-icon svg,
.feature-icon svg path,
.feature-icon img { height: 55px; width: 100%; transition: 0.3s; }

.feature-box .feature-icon svg circle,
.feature-box .feature-icon svg rect,
.feature-box .feature-icon svg path {
    fill: #26ae61;
}
.feature-box:hover .feature-icon svg circle,
.feature-box:hover .feature-icon svg rect,
.feature-box:hover .feature-icon svg path {
    fill: #fff;
}

.feature-box .feature-description h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 22px;
}

.feature-box .feature-description p {
	font-size: 13px;
	font-weight: 500;
	color: #666;
	line-height: 23px;
}

@media (max-width: 1366px) { .feature-box { width: calc(100% * (1/3) - 30px); } }
@media (max-width: 992px) { .feature-box { width: calc(100% * (1/2) - 30px); } }
@media (max-width: 768px) { .feature-box { width: calc(100% - 30px); } }

@media (max-width: 1366px) { .alt .feature-box { width: calc(100% * (1/4) - 30px); } }
@media (max-width: 992px)  { .alt .feature-box { width: calc(100% * (1/2) - 30px); } }
@media (max-width: 768px)  { .alt .feature-box { width: calc(100% - 30px); } }


/* Success Stories
--------------------------------------------- */
.success-story {
	display: flex;
	flex-direction: row;
	padding:  30px 20px;
	padding-top:  80px;
}

.story-photo {
	flex:  1;
	position: relative;
	min-height:  200px;
	max-width: 150px;
}

.story-photo img {
	border-radius: 50%;
	position: absolute;
	top:  0;
	left:  25px;
	width: 90px;
	z-index: 10;
}

.story-photo .blob svg {
	position: absolute;
	top:  -40px;
	left:  -25px;
	width:  150px;
	z-index: 5;
}

.success-story a,
.success-story a:hover {
	color:  #f91942;
	text-decoration: underline;
}


@media (max-width: 1367px) {
	.success-story {
		padding-top:  100px;
	}
}

@media (max-width: 1220px) {
	.story-photo {
		max-width: 120px;
	}

	.story-photo img {
		border-radius: 50%;
		position: absolute;
		top:  0;
		left:  25px;
		width: 60px;
		z-index: 10;
	}

	.story-photo .blob svg {
		position: absolute;
		top:  -30px;
		left:  -15px;
		width:  110px;
		z-index: 5;
	}
}

@media (max-width: 992px) {
	#success-stories .carousel-nav .prev,
	#success-stories .carousel-nav .next { display: none; }
	#success-stories .carousel-nav {
	    background-image: url(../images/swipe-arrow.svg);
	    background-size: 50px;
	    background-repeat: no-repeat;
	    background-position: 50% 100%;
	    height: 100px;
	    width: 100%;
	    position: absolute;
	    display: block;
	    bottom: -60px;
	    opacity: 0.9;
	}

	.section .story-content h3 { font-size:  16px !important; }
}

@media (max-width: 600px) {
	.story-photo { display:  none; }
}

.story-content {
	flex:  1;
	background: #fff;
	padding:  30px;
	border-radius: 4px;
	box-shadow:  0 3px 8px rgba(0,0,0,0.1);
	position: relative;
}

.story-content h3 {
	position: absolute;
	top:  0;
	left:  0;
	margin:  0;
	padding:  0;
	line-height:  30px;
	transform:  translateY(-100%);
	font-size:  20px !important;
	font-weight: 600 !important;
	padding-bottom:  20px;
	max-width: 90%;
}

.section .story-content p {
	margin-bottom:  18px;
}

.story-author {
	font-size:  15px;
	background-image: url(../images/quote.svg);
	background-repeat: no-repeat;
	background-size:  22px;
	background-position: 0 5px;
	padding-left: 35px;
}

.story-author strong {
	display: block;
	color:  #222 !important;
}
.story-author span a,
.story-author span {
	font-weight: 400;
	display: block;
	color:  #999;
	margin-top:  -5px;
	font-size:  14px;
}

.story-flag {
	display: block;
}

.story-flag img {
	width: 18px;
	display: inline-block;
}

.story-flag i {
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin:  0 0 0 3px;
	top:  1px;
	color: #888;
}

.carousel-not-ready {
	display:  flex;
	max-width: 100%;
	overflow: hidden;

}

.carousel-not-ready .carousel-item {
	flex:  1 0 50%;
	
}

/* Free Premium Assets
--------------------------------------------- */
.free-assets-notification {
	position:  fixed;
	bottom:  30px;
	left:  30px;
	width:  250px;
	height:  280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
/*     background-color: rgb(28 24 34); */
/* 	background-color:  #111; */
	background-color: rgba(14,14,14,90%);
	z-index: 1220;
	border-radius: 5px;
	padding:  30px;
	box-shadow:  0 4px 16px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform:  translateY(-20px);
	transition:  0.4s;
	background-image: url(../images/stacked-waves-haikei.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 992px) {
	.free-assets-notification { display:  none; }
}

.eapps-widget {  background: #fff; } 
.modal-popup-content {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	min-height:  405px;
}

.free-assets-notification.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform:  translateY(0px);
}


.free-assets-notification.notification-closed {
	opacity: 0 !important;
	pointer-events: none !important;
	transform:  translateY(-20px) !important;
}

/* .free-assets-notification:before {
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
    background-image: url(../images/assets-bg.jpg);
    background-position: 0 -30px;
    background-size: 125%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.55;
    border-radius: 5px;
} */

.free-assets-notification h3 {
	color:  #fff;
	font-size:  19px;
	font-weight: 600;
	padding:  0;
	margin:  0 0 15px 0;
	line-height: 26px;
}

.free-assets-notification p {
	color:  rgba(255,255,255,0.7);
	font-size:  14px;
	font-weight: 400;
	line-height: 22px;
}

.free-assets-notification .learn-more-btn {
	color:  #fff;
	display: block;
	text-align: center;
	font-size:  14px;
	font-weight: 600;
	border-radius:  50px;
	background: #26ae61;
	border:  2px solid #26ae61;
	line-height:  24px;
	padding: 5px;
	line-height:  30px;
	width: 100%;
	transition:  0.3s;
	margin-top:  3px;
}

.free-assets-notification .learn-more-btn:hover {
	color:  #fff;
	border-color:  #fff;
	background: transparent;
}

.free-assets-notification .close-btn {
	color:  #fff;
	font-size: 25px;
	position: absolute;
	right:  12px;
	top:  12px;
	cursor: pointer;
	background:  rgba(255,255,255,0.1);
	width:  25px;
	height:  25px;
	line-height: 25px;
	border-radius: 3px;
	text-align: center;
	transition:  0.2s;
}

.free-assets-notification .close-btn:hover {
	background:  rgba(255,255,255,0.2);
}

/* Modal Popup */
.modal-popup-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(10,10,10,0.8);
  top: 0;
  left: 0;
  display: block;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-popup-container {
  width: 980px;
  max-width: 80vw;
  border-radius: 5px;
  padding: 0;
  height: auto;
  background: transparent;
  display: flex;
}


/* Show/Hide Popup */
.modal-popup-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}

.modal-popup-subcontainer {
	flex:  1;
  padding: 35px;
  padding-bottom: 25px;
}

.modal-popup-subcontainer.left-cont {
	flex:  1;
	background: #f3f3f3;
	border-radius: 5px 0 0 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	/* 	justify-content: center; */
}

/* @media (max-width: 992px) {
	.modal-popup-container {
	  display: flex;
	  flex-direction: column;
	}
.modal-popup-subcontainer { flex:  1; }
.modal-popup-subcontainer.left-cont { min-width:  100%; }
} */

.modal-popup-subcontainer.left-cont:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: url(http://localhost/Static%20assets-pana.svg); */
    background-position: 100% 100%;
    background-size: auto 30%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    border-radius: 5px;
}

.modal-popup-subcontainer.left-cont .over-bg {
	z-index: 10;
	position: relative;
	color:  #fff;
	font-size:  15px;
}

.modal-popup-subcontainer.left-cont h3 {
	/* color:  #fff; */
	margin-top:  10px;
	margin-bottom: 10px;
}

.modal-popup-subcontainer.left-cont ul {
	list-style:  none;
	padding:  0;
}

.modal-popup-subcontainer.left-cont ul li {
	margin:  20px 0 0 0;
	background: #fff;
	color:  #222;
	/*     background: rgb(18 5 37 / 90%);
    color: #fff; */
	border-radius: 5px;
	padding:  15px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.modal-popup-subcontainer.left-cont ul li strong {
	font-weight: 600;
}

.modal-popup-subcontainer.left-cont ul li.more-soon {
	background: transparent;
	font-weight: 500;
	align-self: flex-end;
	color: #777;
	box-shadow: none;
}

.modal-popup-subcontainer.left-cont a {
	color: #26ae61;
	text-decoration: underline;
	font-weight: 500;
}

.modal-popup-subcontainer.right-cont {
	background: #fff;
	border-radius: 0 5px 5px 0;
}

.modal-popup-wrapper .modal-popup-container {
  transform: translateY(-35px);
  transition: 0.4s;
}

.modal-popup-wrapper.popup-enabled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-popup-wrapper .eapps-form { pointer-events: none; }
.modal-popup-wrapper.popup-enabled .eapps-form { pointer-events: all; }

.modal-popup-wrapper.popup-enabled .modal-popup-container {
  transform: translateY(0px);
}

.modal-popup-wrapper .eapps-form-element-description {
	opacity:  1;
	font-size:  13px;
	margin:  -10px 0 15px 0;
	padding:  0;
}

.modal-popup-wrapper .eapps-form-element-description a,
.modal-popup-wrapper .eapps-form-element-label a,
.modal-popup-wrapper .eapps-form-element-description a:hover,
.modal-popup-wrapper .eapps-form-element-label a:hover {
	color: #26ae61;
	font-weight: 500;
	text-decoration: underline;
}

.modal-popup-headline h3 {
  font-size: 24px;
  font-weight: 600;
  flex: 1;
  margin: 0;
  padding: 0;
}

.modal-popup-headline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close{
  height: 38px;
  width: 38px;
  display: inline-block;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  font-size: 18px;
  background-color: #222;
  color: #fff;
}

.popup-close:hover {
  background-color: #363636;
  color: #fff;
}

.modal-popup-content {
  margin-top: 20px;
  display: block;
}


/* Contact Form */
body #eapps-form-1 .eapps-form-button, 
body #eapps-form-1 .eapps-form-element-checkbox-options-item input:checked ~ .eapps-form-element-checkbox-options-item-checkmark, 
body #eapps-form-1 .eapps-form-element-radio-options-item input:checked ~ .eapps-form-element-radio-options-item-checkmark, 
body #eapps-form-1 .eapps-form-steps-progress-bar-inner, #eapps-form-1 .eapps-form-element-scale-numbers-options-item-input:checked + .eapps-form-element-scale-numbers-options-item-label,
body #eapps-form-1 .eapps-form-element-scale-numbers-options-item-input:not(:checked):hover + .eapps-form-element-scale-numbers-options-item-label,
.eapps-form-floating-button {
    background-color: #26ae61;
}

body .eapps-form-fieldset { padding-top: 5px; margin-bottom: 5px !important; }

body .eapps-form-element-checkbox-options { margin-top: 0; margin-bottom: -10px;}

body #eapps-form-1 .eapps-form-element-checkbox-options-item-checkmark:after { top: 4px; border-width: 0 3px 3px 0; }
body #eapps-form-1 .eapps-form-element-checkbox-options-item-checkmark { border-color:  #ccc; }

#eapps-form-1 .eapps-form-element-label {
    font-size: 13px;
    color: #222;
}

#eapps-form-1 .eapps-form textarea,
#eapps-form-1 .eapps-form input {
  box-shadow: none !important;
  font-size: 14px !important;
}

#eapps-form-1 .eapps-form input::placeholder,
#eapps-form-1 .eapps-form textarea::placeholder {
  font-size: 13px !important;
  color: #888;
  font-weight: 500;
}

/*
#eapps-form-1 .eapps-form input:focus::placeholder,
#eapps-form-1 .eapps-form textarea:focus::placeholder {
  opacity: 0;
}*/


.eapps-form-error.eapps-form-error-show {
    background: #d7180014;
    color: #d71800;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    line-height: 20px;
    height: auto;
    border-radius: 3px;
}

#eapps-form-1 .eapps-form-element-label { margin-top: 0; }

.eapps-form, .eapps-form input { font-family: Poppins; }

 .eapps-form input { font-size: 14px; }

.eapps-form-element-label { font-size: 13px; }

.eapps-form-element-label-required-indicator {  color: #de260f; }

.eapps-form-element-radio-options-item-checkmark:after {
    width: 10px;
    height: 10px;
}

body .eapps-form-actions-button {
  font-size: 14px;
}

#eapps-form-1 .eapps-form-element-radio-options-item input:checked ~ .eapps-form-element-radio-options-item-checkmark {
  transition: 0.3s;
}

body .eapps-form-element-radio-options-item-checkmark {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #d6d6d6;
    background: #fff;
}

body #eapps-form-1 .eapps-form-element-radio-options-item-checkmark::after {
    width: 10px;
    height: 10px;
}


body .eapps-form-success-text {
    font-size: 15px;
    padding: 0 24px;
    background: #0e9f3d1f;
    color: #11a742;
    padding: 12px;
    border-radius: 3px;
}

body .eapps-form-success-button {
  background: #222 !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
}

body .eapps-form-element-radio-options-item {
    background-color: #fff;
    transition: 0.3s;
    margin: 0;
    padding: 5px 8px;
}

body .eapps-form-element-radio-options-item:hover {
    background-color: #f8f8f8;
    background-color: transparent;
}


.radio-package {
  margin-left: 3px;
  display: inline-block;
  border-radius: 3px;
  color: #26ae61;
  background: #26ae6112;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

body .eapps-form-element-radio-options-item-caption {
  font-weight: 500;
  font-size: 14px;
  top: 2px;
  position: relative;
}

body .eapps-form-style-flat .eapps-form-element-input-textarea,
body .eapps-form-style-flat .eapps-form-element-input-text {
  background-color: #f2f2f2 !important;
  border-radius: 3px !important;
  padding: 16px 14px !important;
  color: #666;
}

body .eapps-form-style-flat .eapps-form-element-input-textarea {
  max-height: 300px;
  overflow-y: auto !important;
  line-height: 24px;
}

body .eapps-form-fieldset { margin-bottom: 10px; }



/* Feature Box
--------------------------------------------- */
.half-screen-buttons {
	display: flex;
}

.half-screen-button {
	background: #26ae61;
	text-align: center;
	color: #fff;
	flex: 1;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	padding: 100px 12%;
	transition: 0.3s;
}

.half-screen-button img {
	height: 80px;
	margin-bottom: 0px;
}

.half-screen-button:last-child {
	background: #22a059;
}


.half-screen-button:hover { background: #219654; }
.half-screen-button:last-child:hover { background: #219654; }

.half-screen-button h3,
.half-screen-button p {
	color: #fff;
}

.half-screen-button p {
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
}

.half-screen-button h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 36px;
}

@media (max-width: 768px) {
	.half-screen-buttons {
		display: block;
	}
}


/* Footer
--------------------------------------------- */
.footer {
	width: 100%;
	display: block;
	text-align: center;
	padding: 30px 0;
	font-weight: 500;
	color: #888;
}

.footer img {
	height: 19px;
	margin: -2px 3px 0 3px;
}


/* ------------------------------------------------------------------- */
/*  Side Nav
---------------------------------------------------------------------- */
#vertical-nav {
	position: fixed;
	right: 40px;
	top: 50%;
	bottom: auto;
	transform: translateY(-52%);
	z-index: 1001;
	opacity: 0;
	transition: 0.4s;
	pointer-events: none;
}

@media (max-width: 992px) { #vertical-nav { display: none; } }

#vertical-nav.enabled {
	opacity: 1;
	pointer-events: all;
	transform: translateY(-50%);
}

#vertical-nav li {
	text-align: right; 
	list-style: none;
	margin-bottom: 1px;
}

#vertical-nav a {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}

#vertical-nav .dot {
	position: absolute;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.15);
	margin: 0;
	transition: 0.3s;
	z-index: 100;
}

/*#vertical-nav .dot:before{
	content: "";
	width: 9px;
	height: 9px;
	display: block;
	background: #fff;
	border-radius: 50%;
	top: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: scale(0);
	position: absolute;
	opacity: 0;
	transition: 0.3s;
}
*/
#vertical-nav .label {
	position: relative;
	right: 10px;
	margin-right: 0;
	padding: 0;
	color: #000;
	line-height: 20px;
	font-size: 12px;
	transition: 0.3s;
	opacity: 0;
	color: #fff;
	border-radius: 50px;
	padding: 4px 10px;
	line-height: 21px;
	top: 0;
	transform: scale(1);
	text-align: center;
	float: right;
	margin-top: -57px;
	top: 50px;
/*	pointer-events: none;*/

	padding-right: 31px;
	padding-left: 12px;
	right: -21px;
	z-index: 10;
	line-height: 19px;
	font-weight: 500;
}

#vertical-nav a.active .label,
#vertical-nav a:hover .label {
	transform: scale(1) translateX(0%);
	opacity: 1;
}
#vertical-nav a.active:hover .dot,
#vertical-nav a:hover .dot {
	background: #fff;
}

#vertical-nav a:hover .label {
	transform: scale(1) translateX(0%);
	opacity: 1;
	background: #e9e9e9;
	color: #707070;
}
#vertical-nav a.active:hover .label,
#vertical-nav a.active .label {
	background: #333;
	color: #fff;
}

#vertical-nav a.active .dot {
	background: #fff;
}
#vertical-nav a:hover .dot {
	background-color: rgba(0,0,0,0.15);
}

/* Touch devices */
.touch .nav-trigger { display: none; }


/* ------------------------------------------------------------------- */
/*  Other
---------------------------------------------------------------------- */

body {
	color: #666;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
}

body p { font-size: 16px; line-height: 29px; }

#wrapper { background-color: #fff; }

/* Main Font */
body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div,
.numerical-rating .rating-counter, body .menu-responsive i.menu-trigger:after
{ font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }


/* Headlines */
h1, h2, h3, h4, h5, h6 {
  color: #222;
}

.section .headline h3,
.section h3 { font-size: 28px; font-weight: 500; margin-bottom: 0; letter-spacing: -0.5px; }
.section h3 { margin-bottom: 33px; }

.headline.centered {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.headline.centered p {
	margin: 20px 0 0 0;
	font-size: 16px;
	padding: 0 20%;
	letter-spacing: 0;
}

.section { background: #f9f9f9; padding: 80px 0;     background-size: cover;
    background-repeat: no-repeat;}
.section.white { background: #fff; }
.section.border-top { border-top: 1px solid #e6e6e6; }
.section.border-bottom { border-bottom: 1px solid #e6e6e6; }
.section strong { font-weight: 600; color: #444; }
.section p { margin-bottom: 23px; }

/* Flexbox */
.section-flex { display: flex; }
.section-flex img { transform: translate3d(0,0,0); }

.section-flex.vertical-align {
	align-items: center;
	justify-content: center;
	width: 100%;
    position: relative;
    z-index: 20;
}

.booking-overview-bar { display: block; text-align: center; }

/*.booking-type-bar-inner,*/
.booking-overview-bar-inner {
    display: inline-block;
    text-align: center;
    background: #26ae610d;
    border-radius: 4px;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
    color: #26ae61;
    margin: -10px 0 30px 0;
    width: 100%;
    color: #0b9848;
    background: rgba(38, 174, 97, 0.07);
}

.booking-overview-bar-inner strong { font-weight: 500;   color: #0b9848; }

.booking-type-bar-inner {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
}

.booking-overview-bar-inner a:hover,
.booking-overview-bar-inner a {
    color: #0b9848;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}

.booking-overview-bar-inner a:hover {
    text-decoration: none;
}

#monetize-your-website .booking-overview-bar-inner {
	text-align: left;
	font-size:  15px;
	margin:  0 0 15px 0;
}

#monetize-your-website .booking-overview-bar-inner strong {
	font-weight: 600;
}

@keyframes type-animation {
	0%,100% {
		box-shadow: 0 0px 0px 7px rgb(249 25 66 / 12%);
	}
	50% {
		box-shadow: 0 0px 0px 10px rgb(249 25 66 / 12%);
	}
}

/* Carousel */
.carousel .carousel-item {
	padding: 15px;
}

.carousel-container,
.carousel {
	position: relative;
}

.carousel-nav button {
	outline: none;
	border: none;
	background-color: #333;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	display: block;
	top: calc(50% - 15px);
	transform: translateY(-50%);
	transition: 0.3s;
	z-index: 1200;
	box-shadow: 0 3px 15px rgba(0,0,0,0.25);
}

.carousel-nav button:hover {
	background: #26ae61;
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.carousel-nav button.prev {
	left: -80px;
	position: absolute;
}

.carousel-nav button.next {
	right: -80px;
	position: absolute;
}

.carousel-nav button img,
.carousel-nav button svg {
	height: 18px;
	position: absolute;
	top: 14px;
	left: 53%;
	transform: translateX(-50%);
}

.carousel-nav button.prev img,
.carousel-nav button.prev svg {
	transform: rotate(180deg) translateX(50%);
	left: 48%;
}

.carousel-nav button svg path {
	fill: #fff;
	height: 25px;
    width: 100%;
}

@media (max-width: 1500px) {
	.carousel-nav button.prev { left: -8px; }
	.carousel-nav button.next { right: -8px; }
}

@media (min-width: 1300px) and (max-width: 1366px) {
	.carousel-nav button.prev { left: -65px; }
	.carousel-nav button.next { right: -65px; }
}

@media (max-width: 1090px) {
	.carousel-nav button.prev { left: 35px; }
	.carousel-nav button.next { right: 35px; }
}

/* Scrollmagic*/
.scrollmagic {
	opacity: 0;
	transition: all 0.6s ease-out;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.scrollmagic img { width: 100%; transform: translate3d(0,-40px,0); }

.digit {
	display: inline-block;
	color: #fff; width: 100px; height: 100px;
	text-align: center; line-height: 100px; font-size: 30px; border-radius: 4px;
}

.scrollmagic.visible img,
.scrollmagic.visible {
	opacity: 1;
	transform: translate3d(0,0,0);
}


.section-flex-left,
.section-flex-right { position: relative; }
.booking-line {
    width: calc(100% - 100px);
    height: 2px;
    top: 51%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(230,230,230,1) 10%, rgba(230,230,230,1) 45%, rgba(0,0,0,0) 90%);
    position: absolute;
    margin-left: 100px;
}

.section-flex-left,
.section-flex-right { flex: 1; }

.section-flex-left { padding-right: 30px; }
.section-flex-right { padding-left: 30px; }
.align-right { text-align: right; }

.wpjm-addon-icon {
    height: 60px;
    width: 60px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    flex: 0 0 auto;
    margin-right: 15px;
    top: 0;
    position: relative;
/*    background-color: #d85677;
    box-shadow: 0 3px 10px rgb(216 86 119 / 0.3);*/
/*    background: #26ae61;
    box-shadow: 0 3px 15px rgba(38, 174, 97, 0.25);*/
    box-shadow: none;
    background: rgba(38, 174, 97, 0.1);
/*    background: rgb(216 86 119 / 10%);*/
}

.wpjm-addon-icon svg {
	width: 32px;
	height: 100%;
}


.wpjm-addon-icon.xs svg {
	width: 28px;
}

.wpjm-addon-icon svg circle,
.wpjm-addon-icon svg rect,
.wpjm-addon-icon svg path {
    fill: #fff;
    fill: #26ae61;
/*fill: #d85677;*/
}

.section-flex-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.booking-type-headline {
	font-size: 22px;
	font-weight: 500;
	color: #222;
	margin: 0;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 100;
	padding-right: 15px; 
}


@media (max-width: 992px) { 
	.section-flex-left { padding-right: 20px; }
	.section-flex-right { padding-left: 20px; }
	.map-content { width: 60%; }
	.half-screen-button { padding: 50px 5%; }
	.half-screen-button h3 { font-size: 24px; line-height: 34px; margin-bottom: 15px; }
	.half-screen-button p { font-size: 16px; line-height: 28px; }
	.half-screen-button img { height: 70px; margin-bottom: 0px; }

	.header-container { position: absolute; }
	.headline.centered p { padding: 0 10%; }

}

@media (max-width: 768px) { 
	.section-flex-left { padding-right: 0px; }
	.section-flex-right { padding-left: 0px; }
	.section-flex { display: block; }
	.heatmap { width: 100%; }
	.browser-window:hover { transform: translateY(0); }

	.map-content {
		width: 100%;
		height: auto;
		border-radius: 0;
		box-shadow: none;
		left: 0;
		right:0;
		top: 0;
		transform: none;
		padding: 70px 15px;
		position: relative;
/*		background: linear-gradient(to right, rgba(250,250,250,0.5) 10%, rgba(250,250,250,1) 45%, rgba(250,250,250,0.1) 65%, rgba(0,0,0,0) 90%);*/
	}

	#map:before {
		 background: linear-gradient(to right, rgba(25,25,25,1) 10%, rgba(25,25,25,0.9) 45%, rgba(25,25,25,0.8) 65%, rgba(25,25,25,0.3) 90%);
	}

	.map-content h3 { line-height: 36px; }
	#map-container { height: auto; }
	#map-container .container { padding: 0; }

	.section .headline h3, .section h3 { font-size: 24px; }
	.half-screen-button { padding: 50px 5%; }
	.half-screen-button h3 { font-size: 22px; line-height: 30px; margin-bottom: 15px; }
	.half-screen-button p { font-size: 16px; line-height: 28px; }
	.half-screen-button img { height: 60px; margin-bottom: 0px; }

	.navigation {display: none;}
	.headline.centered p { padding: 0; }
	.align-right { text-align: center; }
	.section-flex-left { margin-bottom: 40px; }
	.big-icon-section { display: none; }

	.header-container .col-lg-3 { text-align: center; }
}
@media (max-width: 1259px) {
	.app-logo-box { display: none;}
	i.red-mark { margin-top: 50px;  display: inline-block; }
}


/* ---------------------------------- */
/* Testimonials
------------------------------------- */

/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Before slick carousel gets initialised*/
.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
	display: none;
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
	display: block;
}

.simple-fw-slick-carousel .fw-carousel-item { padding: 10px 15px 0 15px; }
.simple-fw-slick-carousel {margin: 0 15px; max-width: 100%; box-sizing: border-box; }


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'simple-line-icons';
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s;
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff;
}

.slick-prev { left: 3px; transform: translate3d(-90px,-50%,0); }
.slick-next { right: 3px; transform: translate3d(90px,-50%,0); }

.slick-prev:before { content: '\e605'; }
.slick-next:before { content: '\e606'; }


/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.no-dots .slick-dots {
    display: none !important;
}

.no-dots .testimonial-carousel .slick-slide { margin-bottom: 0; }

.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 30px; }

.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 2px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 6px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}


.white-nav .slick-dots li { box-shadow: inset 0 0 0 2px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 8px #fff; }

.slick-dots li button { display: none;}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


/* Logo Carousel */
.logo-slick-carousel div.item {
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}

.logo-slick-carousel div.item img { display: inline-block; }

/* Fullwidth Slick Carousel */
.fullwidth-slick-carousel .slick-slide {
	margin: 0 15px 30px 15px;
	opacity: 0.2;
	transition: 0.4s;
	pointer-events: none;
}

.slick-slide { outline: none; }

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
	opacity: 1;
	filter: none;
	pointer-events: all;
}

.fullwidth-carousel-container {
	overflow: hidden;
	width: 100%;
}

.category-box-container {
	position: relative;
	height: 100%;
}

.category-box-container.half {
	height: calc(50% - 15px);
	margin-bottom: 30px;
}

.category-box {
	background: #ccc;
	border-radius: 4px;
	height: 100%;
	display: block;
	margin-bottom: 20px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	cursor: pointer;
}

.category-box:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}

.fullwidth-slick-carousel.category-carousel .slick-slide {
	height: 400px;
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
	height: auto;
}

.category-box-content {
	position: absolute;
	bottom: 30px;
	left: 34px;
	width: calc(100% - 68px);
	z-index: 50;
	box-sizing: border-box;
}

.category-box-content h3 {
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
	margin: 0;
}

.category-box-content span {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.category-box-btn {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 111;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 7px 0px;
	text-align: center;
	min-width: 120px;
	border-radius: 50px;
	transition: all 0.3s;
}

body .category-box-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.12);
    border-radius: 50px;
    font-size: 16px;
    padding: 2px 14px;
    transition: 0.4s;
    margin-top: 5px;
    margin-bottom: 3px;
}

.category-box:hover .category-box-content span {
    color: #fff;
    background-color: #66676b;
}

.fw-carousel-item {
	position: relative;
	height: 100%;
}

.category-box-background {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
	transform: translate3d(0,0,0) scale(1);
	image-rendering: -webkit-optimize-contrast;
}

.category-box:hover .category-box-background { transform: translate3d(0,0,0) scale(1.08); }


/* Simple Slick Carousel */
.simple-slick-carousel {
	height: auto;
	width: calc(100% + 30px);
	left: -10px;
}

.simple-slick-carousel .category-box-container {
	height: 100%;
	display: block;
}

.simple-slick-carousel .slick-slide {
	padding: 10px 15px;
}


/* Masonry Filtering Styles*/
.option-set { padding: 0; margin: 0; }
.option-set li { display: inline-block; margin-right: 2px; }

.option-set li a {
	background: none;
	padding: 5px 16px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 15px;
	border-radius: 50px;
	background-color: #f0f0f0;
	color: #666;
	line-height: 26px;
	transition: all 0.3s;
}

.option-set li a:hover { background-color: #e9e9e9; }
.option-set li a.selected {
	color: #fff;
	background-color: #333;
}

.testimonial-box {
	background: transparent;
	border-radius: 6px;
	padding: 38px;
	padding-left: 110px;
	color: #888;
	position: relative;
	margin: 18px 0;
	box-shadow: none;
	transition: 0.4s;
	cursor: grab;
}

.fullwidth-carousel-container {
    overflow: hidden;
    width: 100%;
}
.testimonial-carousel .slick-slide {
	margin: 0 20px 30px 20px;
	opacity: 0.5;
	transition: 0.4s;
	pointer-events: all;
}

.testimonial-carousel .slick-slide.slick-active .testimonial-box {
	background: #333;
	color: #fff;
}

.testimonial-carousel .slick-slide.slick-active .testimonial:before {
	color: #333;
}

.testimonial:before {
	position: absolute;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	bottom: -10px;
	left: 0;
	content: "\f0dd";
	font-family: "FontAwesome";
	font-size: 42px;
	color: transparent;
	background-color: transparent;
	cursor: default;
}

.testimonial:after {
	position: absolute;
	top: 47px;
	left: 42px;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 38px;
	opacity: 0.3;
	color: #222;
	background-color: transparent;
	cursor: default;
}

.testimonial,
.testimonial p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
}

.testimonial-author {
	display: block;
	width: 100%;
	padding: 5px 0 15px 0;
	text-align: center;
	margin: 0 auto;
}

.testimonial-author img {
	width: 60px;
	display:inline-block;
	text-align: center;
	height: auto;
	border-radius: 50%;
	margin: 0 auto;
    border: 4px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-sizing: content-box;
}

.testimonial-author h4 {
	display: block;
	width: 100%;
	font-size: 16px;
	padding-top: 5px;
	color: #333;
	font-weight: 500;
}

.testimonial-author h4 span {
	display: block;
	color: #888;
	padding-top: 6px;
	font-weight: 400;
	font-size: 15px;
}

.testimonial-box .star-rating {
	height: 30px;
	display: inline-block;
	margin-bottom: -10px;
	margin-top: 15px;
}

.testimonial-author h4 {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.testimonial-author h4 span {
    color: #888;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 7px 14px;
    border-radius: 50px;
    align-self: center;
    background: #f0f0f0;
    color: #999;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.5px;
    padding: 4px 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.slick-current .testimonial-author h4 span {
	background: rgb(47 192 72 / 18%);
    color: #2fc048;
}

/* ---------------------------------- */
/* Customs Banner
------------------------------------- */
a.customs-banner {
	background-color: #fff;
    border: 1px solid #e2e2e2;
	width: 100%;
	display: block;
	color: #666;
	padding: 40px;
	display: flex;
	background-image: url(../theme-setup-service/pics/banner-clipart.svg), url(../theme-setup-service/pics/banner-clipart2.svg);
	background-size: 30%, 20%;
	background-position: 105% 50%, 3% 55%;
	background-repeat: no-repeat, no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0;
	transition: 0.3s;
	border-radius: 5px;
}

a.customs-banner h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
    background-color: #222;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.35s;
}

a.customs-banner p {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    margin: 0;
}

@media (max-width: 768px) {
	a.customs-banner {
		padding: 40px;
		background-image: none;
	}
}

a.customs-banner:hover h3 {
	background-color: #26ae61;
}


/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
	font-weight: 500;
	opacity: 1;
	border-radius: 3px;
}

select {
	padding: 15px 18px;
	cursor: pointer;
}

input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #808080;
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	border: 1px solid #d8d8d8;
	opacity: 1;
}

input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}

input[type="checkbox"] { display: inline; }

input[type="radio"] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #888;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #888;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #888;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #888;
	opacity: 1;
}

textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 15px; 
	font-weight: normal;
	margin-bottom: 8px;
}


label span,
legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

fieldset {
    padding: 0;
    border: none;
}


a, button { outline: none !important; }
a:focus,
a:hover { text-decoration: none; color: #333;}
img { max-width: 100%; }

.xdebug-error.xe-notice { display:  none; }
 

	/* ---------------------------------- */
	/* Offsets
	------------------------------------- */

	/* Margin Top */
	.margin-top-0  { margin-top: 0 !important; }
	.margin-top-1  { margin-top: 1px !important; }
	.margin-top-2  { margin-top: 2px !important; }
	.margin-top-3  { margin-top: 3px !important; }
	.margin-top-4  { margin-top: 4px !important; }
	.margin-top-5  { margin-top: 5px !important; }
	.margin-top-6  { margin-top: 6px !important; }
	.margin-top-7  { margin-top: 7px !important; }
	.margin-top-8  { margin-top: 8px !important; }
	.margin-top-9  { margin-top: 9px !important; }
	.margin-top-10 { margin-top: 10px !important; }
	.margin-top-15 { margin-top: 15px !important; }
	.margin-top-20 { margin-top: 20px !important; }
	.margin-top-25 { margin-top: 25px !important; }
	.margin-top-30 { margin-top: 30px !important; }
	.margin-top-35 { margin-top: 35px !important; }
	.margin-top-40 { margin-top: 40px !important; }
	.margin-top-45 { margin-top: 45px !important; }
	.margin-top-50 { margin-top: 50px !important; }
	.margin-top-55 { margin-top: 55px !important; }
	.margin-top-60 { margin-top: 60px !important; }
	.margin-top-65 { margin-top: 65px !important; }
	.margin-top-70 { margin-top: 70px !important; }
	.margin-top-75 { margin-top: 75px !important; }
	.margin-top-80 { margin-top: 80px !important; }
	.margin-top-85 { margin-top: 85px !important; }
	.margin-top-90 { margin-top: 90px !important; }
	.margin-top-95 { margin-top: 95px !important; }
	.margin-top-100 { margin-top: 100px !important; }
	.margin-top-105 { margin-top: 105px !important; }
	.margin-top-110 { margin-top: 110px !important; }
	.margin-top-115 { margin-top: 115px !important; }
	.margin-top-120 { margin-top: 120px !important; }

	/* Margin Bottom */
	.margin-bottom-0  { margin-bottom: 0 !important; }
	.margin-bottom-5  { margin-bottom: 5px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }

	/* Margin Left */
	.margin-left-0  { margin-left: 0 !important; }
	.margin-left-1  { margin-left: 1px !important; }
	.margin-left-2  { margin-left: 2px !important; }
	.margin-left-3  { margin-left: 3px !important; }
	.margin-left-4  { margin-left: 4px !important; }
	.margin-left-5  { margin-left: 5px !important; }
	.margin-left-6  { margin-left: 6px !important; }
	.margin-left-7  { margin-left: 7px !important; }
	.margin-left-8  { margin-left: 8px !important; }
	.margin-left-9  { margin-left: 9px !important; }
	.margin-left-10 { margin-left: 10px !important; }
	.margin-left-15 { margin-left: 15px !important; }
	.margin-left-20 { margin-left: 20px !important; }
	.margin-left-25 { margin-left: 25px !important; }
	.margin-left-30 { margin-left: 30px !important; }
	.margin-left-35 { margin-left: 35px !important; }
	.margin-left-40 { margin-left: 40px !important; }
	.margin-left-45 { margin-left: 45px !important; }
	.margin-left-50 { margin-left: 50px !important; }
	.margin-left-55 { margin-left: 55px !important; }
	.margin-left-60 { margin-left: 60px !important; }
	.margin-left-65 { margin-left: 65px !important; }
	.margin-left-70 { margin-left: 70px !important; }
	.margin-left-75 { margin-left: 75px !important; }
	.margin-left-80 { margin-left: 80px !important; }
	.margin-left-85 { margin-left: 85px !important; }
	.margin-left-90 { margin-left: 90px !important; }
	.margin-left-95 { margin-left: 95px !important; }
	.margin-left-100 { margin-left: 100px !important; }

	/* Margin Right */
	.margin-right-0  { margin-right: 0 !important; }
	.margin-right-1  { margin-right: 1px !important; }
	.margin-right-2  { margin-right: 2px !important; }
	.margin-right-3  { margin-right: 3px !important; }
	.margin-right-4  { margin-right: 4px !important; }
	.margin-right-5  { margin-right: 5px !important; }
	.margin-right-6  { margin-right: 6px !important; }
	.margin-right-7  { margin-right: 7px !important; }
	.margin-right-8  { margin-right: 8px !important; }
	.margin-right-9  { margin-right: 9px !important; }
	.margin-right-10 { margin-right: 10px !important; }
	.margin-right-15 { margin-right: 15px !important; }
	.margin-right-20 { margin-right: 20px !important; }
	.margin-right-25 { margin-right: 25px !important; }
	.margin-right-30 { margin-right: 30px !important; }
	.margin-right-35 { margin-right: 35px !important; }
	.margin-right-40 { margin-right: 40px !important; }
	.margin-right-45 { margin-right: 45px !important; }
	.margin-right-50 { margin-right: 50px !important; }
	.margin-right-55 { margin-right: 55px !important; }
	.margin-right-60 { margin-right: 60px !important; }
	.margin-right-65 { margin-right: 65px !important; }
	.margin-right-70 { margin-right: 70px !important; }
	.margin-right-75 { margin-right: 75px !important; }
	.margin-right-80 { margin-right: 80px !important; }
	.margin-right-85 { margin-right: 85px !important; }
	.margin-right-90 { margin-right: 90px !important; }
	.margin-right-95 { margin-right: 95px !important; }
	.margin-right-100 { margin-right: 100px !important; }


	/* Padding Top */
	.padding-top-0  { padding-top: 0 !important; }
	.padding-top-1  { padding-top: 1px !important; }
	.padding-top-2  { padding-top: 2px !important; }
	.padding-top-3  { padding-top: 3px !important; }
	.padding-top-4  { padding-top: 4px !important; }
	.padding-top-5  { padding-top: 5px !important; }
	.padding-top-6  { padding-top: 6px !important; }
	.padding-top-7  { padding-top: 7px !important; }
	.padding-top-8  { padding-top: 8px !important; }
	.padding-top-9  { padding-top: 9px !important; }
	.padding-top-10 { padding-top: 10px !important; }
	.padding-top-15 { padding-top: 15px !important; }
	.padding-top-20 { padding-top: 20px !important; }
	.padding-top-25 { padding-top: 25px !important; }
	.padding-top-30 { padding-top: 30px !important; }
	.padding-top-35 { padding-top: 35px !important; }
	.padding-top-40 { padding-top: 40px !important; }
	.padding-top-45 { padding-top: 45px !important; }
	.padding-top-50 { padding-top: 50px !important; }
	.padding-top-55 { padding-top: 55px !important; }
	.padding-top-60 { padding-top: 60px !important; }
	.padding-top-65 { padding-top: 65px !important; }
	.padding-top-70 { padding-top: 70px !important; }
	.padding-top-75 { padding-top: 75px !important; }
	.padding-top-80 { padding-top: 80px !important; }
	.padding-top-85 { padding-top: 85px !important; }
	.padding-top-90 { padding-top: 90px !important; }
	.padding-top-95 { padding-top: 95px !important; }
	.padding-top-100 { padding-top: 100px !important; }
	.padding-top-105 { padding-top: 105px !important; }
	.padding-top-110 { padding-top: 110px !important; }
	.padding-top-115 { padding-top: 115px !important; }
	.padding-top-120 { padding-top: 120px !important; }

	/* Padding Bottom */
	.padding-bottom-0  { padding-bottom: 0 !important; }
	.padding-bottom-5  { padding-bottom: 5px !important; }
	.padding-bottom-10 { padding-bottom: 10px !important; }
	.padding-bottom-15 { padding-bottom: 15px !important; }
	.padding-bottom-20 { padding-bottom: 20px !important; }
	.padding-bottom-25 { padding-bottom: 25px !important; }
	.padding-bottom-30 { padding-bottom: 30px !important; }
	.padding-bottom-35 { padding-bottom: 35px !important; }
	.padding-bottom-40 { padding-bottom: 40px !important; }
	.padding-bottom-45 { padding-bottom: 45px !important; }
	.padding-bottom-50 { padding-bottom: 50px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-55 { padding-bottom: 55px !important; }
	.padding-bottom-60 { padding-bottom: 60px !important; }
	.padding-bottom-65 { padding-bottom: 65px !important; }
	.padding-bottom-70 { padding-bottom: 70px !important; }
	.padding-bottom-75 { padding-bottom: 75px !important; }
	.padding-bottom-80 { padding-bottom: 80px !important; }
	.padding-bottom-85 { padding-bottom: 85px !important; }
	.padding-bottom-90 { padding-bottom: 90px !important; }
	.padding-bottom-95 { padding-bottom: 95px !important; }
	.padding-bottom-100 { padding-bottom: 100px !important; }

	/* Padding Right */
	.padding-right-0  { padding-right: 0 !important; }
	.padding-right-5  { padding-right: 5px !important; }
	.padding-right-10 { padding-right: 10px !important; }
	.padding-right-15 { padding-right: 15px !important; }
	.padding-right-20 { padding-right: 20px !important; }
	.padding-right-25 { padding-right: 25px !important; }
	.padding-right-30 { padding-right: 30px !important; }
	.padding-right-35 { padding-right: 35px !important; }
	.padding-right-40 { padding-right: 40px !important; }
	.padding-right-45 { padding-right: 45px !important; }
	.padding-right-50 { padding-right: 50px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-55 { padding-right: 55px !important; }
	.padding-right-60 { padding-right: 60px !important; }
	.padding-right-65 { padding-right: 65px !important; }
	.padding-right-70 { padding-right: 70px !important; }
	.padding-right-75 { padding-right: 75px !important; }
	.padding-right-80 { padding-right: 80px !important; }
	.padding-right-85 { padding-right: 85px !important; }
	.padding-right-90 { padding-right: 90px !important; }
	.padding-right-95 { padding-right: 95px !important; }
	.padding-right-100 { padding-right: 100px !important; }

	/* Padding Left */
	.padding-left-0  { padding-left: 0 !important; }
	.padding-left-5  { padding-left: 5px !important; }
	.padding-left-10 { padding-left: 10px !important; }
	.padding-left-15 { padding-left: 15px !important; }
	.padding-left-20 { padding-left: 20px !important; }
	.padding-left-25 { padding-left: 25px !important; }
	.padding-left-30 { padding-left: 30px !important; }
	.padding-left-35 { padding-left: 35px !important; }
	.padding-left-40 { padding-left: 40px !important; }
	.padding-left-45 { padding-left: 45px !important; }
	.padding-left-50 { padding-left: 50px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-55 { padding-left: 55px !important; }
	.padding-left-60 { padding-left: 60px !important; }
	.padding-left-65 { padding-left: 65px !important; }
	.padding-left-70 { padding-left: 70px !important; }
	.padding-left-75 { padding-left: 75px !important; }
	.padding-left-80 { padding-left: 80px !important; }
	.padding-left-85 { padding-left: 85px !important; }
	.padding-left-90 { padding-left: 90px !important; }
	.padding-left-95 { padding-left: 95px !important; }
	.padding-left-100 { padding-left: 100px !important; }
