@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Poppins:400,500,600,700&display=swap');

@charset "utf-8";

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a, abbr, acronym, address, applet, big,
blockquote, body, caption, cite, code, dd,
del, dfn, div, dl,dt, em, fieldset, form,
h1, h2, h3,h4, h5, h6, html, iframe, img,
ins, kbd, label, legend, li, object, ol, 
p, pre, q, s, samp, section, small, span, strike,
strong, sub, sup, table, tbody, td, tfoot, th, thead,
tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #eeeeee;
	border-radius: 20px;
}

::-webkit-scrollbar-track {
	background-color: #eeeeee;
	border-radius: 20px;
}

::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 20px;
}

::-moz-selection { 
	background-color: #444444;
	color: #ffffff;
}
::selection { 
	background-color: #444444;
	color: #ffffff;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

a, a:active {
	color: #616161;
	text-decoration: none;
}

a:hover, a:focus {
	color: #212121;
	text-decoration: none;
}

a:focus {
	outline: none !important;
}

.hide_block{
	display: none !important;
}


/*----------------------------
	Plugin CSS
----------------------------*/


@media (min-width:992px) {

	.slick-list {
		position: relative;
		display: block;
		overflow: visible; 
		margin: 0;
		padding: 0;
	}

}

.slick-dots {
	text-align: center;
	margin-top: 60px;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	height: 3px;
	width: 20px;
	background-color: #dddddd;
	-webkit-appearance: none;
	border: 0;
	margin: 5px;
	border-radius: 10px;
	padding: 0;
	outline: none;
}

.slick-dots li.slick-active button{
	background-color: #000000;
}

.lm_arrow, .lm_hero_arrow {
	/*slick-prev slick-arrow*/
	text-align: center;
	margin-top: 50px;
}

.lm_hero_arrow button,
.lm_arrow button{
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 40px;
	margin:0 10px;
	padding:0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	outline: none;
}

.lm_hero_arrow button.slick-prev,
.lm_arrow button.slick-prev{
	background-image: url('../images/feature/icon-left-arrow.png');
}

.lm_hero_arrow button.slick-next,
.lm_arrow button.slick-next{
	background-image: url('../images/feature/icon-right-arrow.png');
}


/*----------------------------
	Helper Class
----------------------------*/
.bg-FFFFFF{
	background-color: #FFFFFF;
}

.bg-f9f9f9{
	background-color: #f9f9f9;
}

.font-000000{
	color: #000000;
}

.font-999999{
	color: #999999;
}

.font-f9f9f9{
	color: #f9f9f9;
}

/*----------------------------
	Landing Page Menu
----------------------------*/

.lm_menu {
	user-select: none;
	position: fixed;
	display: block;
	top: 0%;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 999;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	-webkit-transform: translate(0%,-100%) translate3d(0,0,0);
	-ms-transform: translate(0%,-100%) translate3d(0,0,0);
	-o-transform: translate(0%,-100%) translate3d(0,0,0);
	transform: translate(0%,-100%) translate3d(0,0,0);
}

.lm_menu.showMenu {
	-webkit-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-ms-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	-webkit-transform: translate(0%,0%) translate3d(0,0,0);
	-ms-transform: translate(0%,0%) translate3d(0,0,0);
	-o-transform: translate(0%,0%) translate3d(0,0,0);
	transform: translate(0%,0%) translate3d(0,0,0);
}

.lm_menu_wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1180px;
	height: 70px;
	margin:0 auto;
}

.lm_logo {
	display: inline-block;
	width: 100%;
	max-width: 110px;
	text-align: left;
	line-height: 70px;
	margin-top: 5px;
	vertical-align: middle;
}

.lm_logo img{
	max-width: 100%;
	width: 130px;
}

.lm_link {
	display: inline-block;
	text-align: right;
	float: right;
}

.lm_link ul {
	line-height: 70px;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.lm_link ul li {
	display: inline-block !important;
	margin: 0 10px;
}

.lm_link ul li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #000000;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.lm_link ul li a:hover {
	color: #999999;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}

.lm_link ul li:last-child a {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #000000;
	padding: 10px 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_link ul li:last-child a:hover {
	color: #000000 !important;
	background-color: transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


/*----------------------------
	Moble_menu
----------------------------*/

.mobile_menu {
	cursor: pointer;
	position: absolute;
	display: none;
	top: 0;
	right: 5px;
	width: 40px;
	height: 69px;
}

.mobile_menu::before {
	position: absolute;
	display: block;
	content: '';
	top: 30px;
	right: 0;
	width: 40px;
	height: 2px;
	background: #000000;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.mobile_menu::after {
	position: absolute;
	display: block;
	content: '';
	top: 40px;
	right: 0;
	width: 40px;
	height: 2px;
	background: #000000;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.mobile_menu.showMenu::before {
	top: 35px;
	right: 5px;
	width: 30px;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(35deg) translate3d(0,0,0);
	-ms-transform: rotate(35deg) translate3d(0,0,0);
	-o-transform: rotate(35deg) translate3d(0,0,0);
	transform: rotate(35deg) translate3d(0,0,0);
}

.mobile_menu.showMenu::after {
	top: 35px;
	width: 30px;
	right: 5px;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-35deg) translate3d(0,0,0);
	-ms-transform: rotate(-35deg) translate3d(0,0,0);
	-o-transform: rotate(-35deg) translate3d(0,0,0);
	transform: rotate(-35deg) translate3d(0,0,0);
}

.lm_link.showMenu ul{
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding-left: 40px;
	padding-bottom: 30px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}




/*----------------------------
	Grid
----------------------------*/

.lm_section {
	position: relative;
	display: block;
}

.lm_container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 60px 0 120px 0;
}


/*----------------------------
	Landing Page Hero
----------------------------*/

.lm_hero_section {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url('../images/bg.png');
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_hero_title {
	position: relative;
	display: inline-block;
	padding: 120px 0 40px 0;
}

.lm_hero_title h2 {
	color: #191919;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	padding-bottom: 20px;
}

.lm_hero_title p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #414141;
	padding-bottom: 40px;
}

.lm_hero_stats {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 500px;
}

.lm_hero_stats li {
	position: relative;
	display: inline-block;
	list-style: none;
	text-align: center;
	margin-right: 50px;
}

.lm_hero_stats li span:first-child {
	position: relative;
	display: block;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #000000;
	text-align: center;
}

.lm_hero_stats li span:last-child {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000000;
	text-align: center;
}

.lm_hero_module {
	position: absolute;
	display: inline-block;
	top:0;
	width: 100%;
	user-select: none;
}

.lm_hero_module img {
	position: absolute;
	display: block;
	box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-ms-transform: scale(0.35);
	-o-transform: scale(0.35);
	transform: scale(0.35);
}

.lm_hero_module img:nth-child(1) {
	opacity: 0;
	-webkit-transform: translate(-44%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-44%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-44%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-44%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(2) {
	opacity: 0;
	z-index: 503;
	-webkit-transform: translate(-3%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-3%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-3%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-3%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(3) {
	opacity: 0;
	-webkit-transform: translate(30%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(30%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(30%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(30%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(4) {
	opacity: 0;
	-webkit-transform: translate(-18%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-18%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-18%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-18%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(5) {
	opacity: 0;
	-webkit-transform: translate(7%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(7%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(7%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(7%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(6) {
	opacity: 0;
	-webkit-transform: translate(-24%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-24%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-24%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-24%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(7) {
	opacity: 0;
	-webkit-transform: translate(20%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(20%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(20%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(20%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(8) {
	opacity: 0;
	-webkit-transform: translate(52%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(52%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(52%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(52%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(9) {
	opacity: 0;
	-webkit-transform: translate(-28%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-28%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-28%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-28%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(10) {
	opacity: 0;
	-webkit-transform: translate(48%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(48%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(48%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(48%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(11) {
	opacity: 0;
	-webkit-transform: translate(-11%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-11%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-11%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-11%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(12) {
	opacity: 0;
	-webkit-transform: translate(21%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(21%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(21%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(21%,-100%) translate3d(0,0,0) scale(0.35);
}

.lm_hero_module img:nth-child(13) {
	opacity: 0;
	-webkit-transform: translate(-39%,-100%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-39%,-100%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-39%,-100%) translate3d(0,0,0) scale(0.35);
	transform: translate(-39%,-100%) translate3d(0,0,0) scale(0.35);
}


.lm_hero_module.showModule img:nth-child(1) {
	z-index: 501;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-44%,-56%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-44%,-56%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-44%,-56%) translate3d(0,0,0) scale(0.35);
	transform: translate(-44%,-56%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.lm_hero_module.showModule img:nth-child(2) {
	z-index: 503;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-3%,-47%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-3%,-47%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-3%,-47%) translate3d(0,0,0) scale(0.35);
	transform: translate(-3%,-47%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.lm_hero_module.showModule img:nth-child(3) {
	z-index: 502;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(30%,-50%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(30%,-50%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(30%,-50%) translate3d(0,0,0) scale(0.35);
	transform: translate(30%,-50%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.lm_hero_module.showModule img:nth-child(4) {
	z-index: 504;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-18%,83%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-18%,83%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-18%,83%) translate3d(0,0,0) scale(0.35);
	transform: translate(-18%,83%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.lm_hero_module.showModule img:nth-child(5) {
	z-index: 507;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(7%,-3%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(7%,-3%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(7%,-3%) translate3d(0,0,0) scale(0.35);
	transform: translate(7%,-3%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.lm_hero_module.showModule img:nth-child(6) {
	z-index: 505;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-24%,10%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-24%,10%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-24%,10%) translate3d(0,0,0) scale(0.35);
	transform: translate(-24%,10%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.lm_hero_module.showModule img:nth-child(7) {
	z-index: 506;
	opacity: 1;
	-webkit-transform: translate(20%,9%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(20%,9%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(20%,9%) translate3d(0,0,0) scale(0.35);
	transform: translate(20%,9%) translate3d(0,0,0) scale(0.35);
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.lm_hero_module.showModule img:nth-child(8) {
	z-index: 505;
	opacity: 1;
	-webkit-transform: translate(52%,55%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(52%,55%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(52%,55%) translate3d(0,0,0) scale(0.35);
	transform: translate(52%,55%) translate3d(0,0,0) scale(0.35);
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.lm_hero_module.showModule img:nth-child(9) {
	z-index: 509;
	opacity: 1;
	-webkit-transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
	transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.lm_hero_module.showModule img:nth-child(10) {
	z-index: 507;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(48%,57%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(48%,57%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(48%,57%) translate3d(0,0,0) scale(0.35);
	transform: translate(48%,57%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.lm_hero_module.showModule img:nth-child(11) {
	z-index: 511;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-11%,94%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-11%,94%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-11%,94%) translate3d(0,0,0) scale(0.35);
	transform: translate(-11%,94%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.lm_hero_module.showModule img:nth-child(12) {
	z-index: 510;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
	transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.lm_hero_module.showModule img:nth-child(13) {
	z-index: 510;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
	-ms-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
	-o-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
	transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}


/*----------------------------
	Landing Page Title
----------------------------*/

.lm_title {
	text-align: center;
	padding: 60px 0;
}

.lm_title h4{
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: 600;
	font-style: normal;
	color: #000000;
	padding-bottom: 20px;
}

.lm_title p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #999999;
}

/*----------------------------
	Landing Grid
----------------------------*/

.lm_row {
	font-size: 0;
	width: 100%;
}

.lm_col-2 {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}

.lm_row.narrow .lm_col-2 {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
}

.lm_row .lm_col-3 {
	display: inline-block;
	width: 31%;
	margin-right: 3%;
	vertical-align: top;
}

.lm_row.narrow .lm_col-3 {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
}

.lm_row .lm_col-4 {
	display: inline-block;
	width: 23%;
	margin-right: 2%;
	vertical-align: top;
}

.lm_row .lm_col-2:last-child,
.lm_row .lm_col-3:last-child,
.lm_row .lm_col-4:last-child {
	margin-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

/*----------------------------
	Landing Page Category
----------------------------*/
.lm_category {
	background-color: #ffffff;
	z-index: -1;
}

.lm_category_card {
	display: block;
	background-color: #f9f9f9;
	padding: 30px 20px 20px 20px;
	margin-bottom: 20px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-ms-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.lm_category_card h6 {
	font-family: 'Lora',serif;
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
	color: #000000;
	margin-left: 15px;
	padding-bottom: 5px;
}

.lm_category_card p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #3d3df4;
	margin-left: 15px;
	padding-bottom: 20px;
}

.lm_cta_btn {
	text-align: center;
	padding: 40px 0 0 0;
}

.lm_cta_btn a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFFFFF !important;
	background: #000000;
	border: 2px solid #000000;
	padding: 13px 60px;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_cta_btn a:hover {
	color: #000000 !important;
	background: #FFFFFF;
	border: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


/*----------------------------
	Landing Page Header
----------------------------*/
.lm_header {
	/*background-image: url('../images/header/feshto-header.png');*/
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_magic {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.lm_magic_img {
	margin: auto 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.lm_magic_img img {
	display: block;
	width: 100%;
	height: auto;
}

.lm_magic_img img:first-child {
	position: relative;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.lm_magic_img img:last-child {
	position: absolute;
	top: 0;
	opacity: 0;
	padding: 0 40px 0 0px;
	visibility: hidden;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.lm_magic_img:hover img:first-child {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.lm_magic_img:hover img:last-child{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.lm_magic span{
	position: relative;
	display: block;
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
	margin-top: 40px;
}

.lm_magic:hover span{
	color: #3d3df4;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease;
}


/*----------------------------
	Landing Page Module
----------------------------*/

.lm_module_card {
	display: block;
	margin-bottom: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.lm_module_img {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100px;
}

/*----------------------------
	Landing Page Mobile
----------------------------*/
.lm_mobile {
	/*background-image: url('../images/mobile/feshto-mobile-bg.png');*/
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_mobile_img {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100px;
}


/*----------------------------
	Landing Page Hero
----------------------------*/

#hero_carousel {
	margin:0 auto;
}

#hero_carousel .slick-list{
	text-align: center;
	margin: 0 auto;
}

.hero_card img {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.slick-current .hero_card img {
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/*----------------------------
	Landing Page ESP
----------------------------*/

.lm_esp {
	/*background-image: url('../images/header/feshto-header.png');*/
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_esp .lm_container {
	padding: 180px 0;
}

.lm_title_center {
	font-size: 70px;
	line-height: 80px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	text-align: center;
}

.lm_esp_section {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.lm_esp_section .lm_esp_card {
	position: absolute;
	display: block;
	text-align: center;

	-webkit-animation: puls 5s infinite cubic-bezier(1,1,0,0);
	animation: puls 5s infinite cubic-bezier(1,1,0,0);
}

.lm_esp_section .lm_esp_card img{
	display: block;
	width: 80px;
	text-align:center;
	margin: 0 auto;
	border-radius: 50%;
	border: 5px solid #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.lm_esp_section .lm_esp_card span{
	display: block;
	margin-top: 10px;
}

.lm_esp_section .lm_esp_card:nth-child(1) {
	left: 253px;
	top: -130px;
}

.lm_esp_section .lm_esp_card:nth-child(2) {
	left: 40px;
	top: 40px;
}

.lm_esp_section .lm_esp_card:nth-child(3) {
	left: -50px;
	top: -300px;
}

.lm_esp_section .lm_esp_card:nth-child(4) {
	left: 470px;
	top: -320px
}

.lm_esp_section .lm_esp_card:nth-child(5) {
	right: 400px;
	top: 5px;
}

.lm_esp_section .lm_esp_card:nth-child(6) {
	right: 270px;
	top: -260px;
}

.lm_esp_section .lm_esp_card:nth-child(7) {
	right: 50px;
	top: -50px;
}

.lm_esp_section .lm_esp_card:nth-child(8) {
	right: -50px;
	top: -310px;
}


@keyframes puls {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	50% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}


/*----------------------------
	Landing Page Editor
----------------------------*/

.lm_editor_img {
	margin-top: -50px;
}

.lm_editor_card {
	padding: 20px;
}

.lm_editor_card img{
	display: block;
	width: 50px;
	padding-bottom: 20px;
}

.lm_editor_card h6{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-style: normal;
	color: #000000;
	padding-bottom: 10px;
}

.lm_editor_card p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}


/*----------------------------
	Landing Page Install
----------------------------*/

.lm_box {
	/*background-image: url('../images/mobile/feshto-mobile-bg.png');*/
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_box_card {
	padding-bottom: 60px;
}

.lm_box_card img{
	display: block;
	width: 80px;
	border-radius: 50%;
	border: 5px solid #ffffff;
	margin-bottom: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.lm_box_card h6 {
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 34px;
	font-style: italic;
	color: #000000;
	padding-bottom: 10px;
}

.lm_box_card p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}


/*----------------------------
	Landing Page Install
----------------------------*/

.lm_features_card {
	padding: 0px 0px 60px 0px;
}

.lm_features_card img{
	display: block;
	width: 32px;
	padding-bottom: 20px;
}

.lm_features_card h6{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-style: normal;
	color: #000000;
	padding-bottom: 10px;
}

.lm_features_card p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}


/*----------------------------
	Landing Page Price
----------------------------*/

.lm_price .lm_container {
	border-top: 1px solid #f1f1f1;
}

.lm_price_table {
	font-size: 0;
	margin-top: 30px;
}

.lm_price_table_full {
	position: relative;
	display: inline-block;
	width: 70%;
	margin-right: 4%;
	background-color: #f9f9f9;
	padding: 50px 40px;
	vertical-align: top;
}

.lm_price_table_commerce {
    position: absolute;
    display: inline-block;
    width: 26%;
    height: calc(100% - 275px);
    background-color: #f9f9f9;
    /*background-image: url(../images/feshto-footer.png);*/
}

.lm_bundle_name {
	display: block;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: 500;
	padding-bottom: 40px;
}

.lm_bundle_title h2{
	display: block;
	font-family: 'Lora', serif;
	font-size: 38px;
	line-height: 38px;
	font-style: italic;
	padding-bottom: 20px;
}

.lm_bundle_title p{
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	padding-bottom: 40px;
}

.lm_bundle_list {
	font-size: 0px;
	padding-left: 10px;
	padding-bottom: 40px;
}

.lm_bundle_list_col-2 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.lm_bundle_list_name {
	padding-bottom: 20px;
}

.lm_bundle_list_name img{
	display: inline-block;
	width: 30px;
	padding-right: 15px; 
	vertical-align: middle;
}

.lm_bundle_list_name span{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
}

.lm_bundle_btn {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.lm_bundle_btn a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #000000;
	padding: 13px 45px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_bundle_btn a:hover {
	color: #000000;
	background-color: transparent;
	border: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_bundle_include {
	display: block;
	width: 100%;
	vertical-align: top;
}

.lm_bundle_include_title {
	display: block;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 15px;
}

.lm_bundle_include_list img{
	display: inline-block;
	width: 45px;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 5px;
}

.lm_price_info {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-top: 20px;
}

.lm_price_info a{
	color: #000000;
	font-weight: 500;
	text-decoration: underline;
}

.lm_price_info a:hover{
	color: #3d3df4;
}

.lm_price_info b{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.lm_price_discount {
	position: absolute;
    display: block;
    background: #ff3f00;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

/*----------------------------
	Landing Page Footer
----------------------------*/

.lm_footer {
	background-image: url('../images/footer.png');
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_footer_help {
	padding-top: 60px;
	border-bottom: 1px solid #dddddd;
}

.lm_footer_help_card {
	padding: 0px 10px 60px 10px;
}

.lm_footer_help_card img{
	display: block;
	width: 32px;
	padding-bottom: 20px;
}

.lm_footer_help_card h6{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-style: normal;
	color: #000000;
	padding-bottom: 10px;
}

.lm_footer_help_card p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.lm_footer_title {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	font-style: normal;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}

.lm_footer_cta {
	text-align: center;
	padding-bottom: 100px;
	border-bottom: 1px solid #dddddd;
}

.lm_footer_cta a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #000000;
	padding: 13px 45px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_footer_cta a:hover {
	color: #000000;
	background-color: transparent;
	border: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_footer_copy {
	display: block;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.lm_footer_by {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	color: #999999;
	text-align: left;
	vertical-align: middle;
}

.lm_footer_by img{
	display: inline-block;
	width: 120px;
	margin-left: 15px;
	vertical-align: middle;
}

.lm_footer_menu {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

.lm_footer_menu a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
}

.lm_footer_menu a:hover {
	display: inline-block;
	font-size: 14px;
	color: #3d3df4;
}


/*----------------------------
	Landing Page Scroll Top
----------------------------*/

.lm_scroll_top {
	cursor: pointer;
	position: fixed;
	display: block;
	left: 10px;
	bottom: 10px;
	height: 30px;
	width: 30px;
	opacity: 0;
	background-color: #dddddd;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


@media (min-width:480px) {
	.lm_scroll_top {
		left: 40px;
		bottom: 40px;
	}
}



.lm_scroll_top:hover {
	background-color: #f1f1f1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.lm_scroll_top_angle {
	height: 8px;
	width: 8px;
	background-color: transparent;
	border-right: 2px solid #999999;
	border-top: 2px solid #999999;
	transform: rotate(315deg);
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: 13px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_scroll_top:hover .lm_scroll_top_angle {
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*----------------------------
	Landing Page Modules
----------------------------*/

.lm_ex_hero_module {
	background-image: url('../images/mobile/feshto-mobile-bg.png');
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_ex_hero_module .lm_hero_title p{
	padding-bottom: 0px;
}

.lm_tag_cloud a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 2px;
	padding: 11px 26px 11px 30px;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	border: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_tag_cloud a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #000000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.lm_tag_cloud a span {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin: 5px;
	vertical-align: top;
}


/*----------------------------
	Landing Page Explore Title
----------------------------*/

.lm_ex_title {
	padding-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f1f1f1;
}

.lm_ex_title h4{
	font-size: 38px;
	line-height: 48px;
	color: #000000;
	padding-bottom: 20px;
}

.lm_ex_usecase .lm_ex_title h4 {
	font-size: 38px;
	line-height: 48px;
	color: #000000;
	padding-bottom: 10px;
}

.lm_ex_usecase .lm_ex_title p {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	padding-bottom: 30px;
}

.lm_ex_title h4 span {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin: 10px;
	vertical-align: top;
}

/*----------------------------
	Landing Page Explore Seting
----------------------------*/

.lm_ex_module .lm_container{
	padding-bottom: 60px;
}

.lm_ex_template .lm_container {
	padding-bottom: 0px;
}

.lm_ex_usecase .lm_container {
	padding-bottom: 0px;
}


/*----------------------------
	Landing Page Explore Title
----------------------------*/
.lm_ex_module_card {
	display: block;
	padding: 20px;
	margin-bottom: 40px;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

@media (min-width:768px) {

	.lm_ex_module_card:hover{
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transition: transform .5s ease;
		-moz-transition: transform .5s ease;
		-ms-transition: transform .5s ease;
		-o-transition: transform .5s ease;
		transition: transform .5s ease;
	}

}


/*----------------------------
	Landing Page Template
----------------------------*/

.lm_ex_hero_module {
	/*background-image: url('../images/header/feshto-header.png');*/
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.lm_ex_hero_template .lm_hero_title p{
	padding-bottom: 0px;
}

.lm_feshto_template {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 390px;
	height: 480px;
	margin-bottom: 100px;
}

.lm_feshto_template_img {
	width: 340px;
	height: 450px;
	margin: 0 auto;
	background: #f9f9f9;
	background-position: top center;
	background-size: 100% auto!important;
	background-repeat: no-repeat;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
	-webkit-transition: background-position 3s linear 0s;
	-moz-transition: background-position 3s linear 0s;
	-ms-transition: background-position 3s linear 0s;
	-o-transition: background-position 3s linear 0s;
	transition: background-position 3s linear 0s;
}

.lm_feshto_template_img:hover {
	background-position: bottom !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
	-webkit-transition: background-position 6s linear 0s;
	-moz-transition: background-position 6s linear 0s;
	-ms-transition: background-position 6s linear 0s;
	-o-transition: background-position 6s linear 0s;
	transition: background-position 6s linear 0s;
}

.lm_feshto_template_name{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-top: 45px;
	text-decoration: none;
}

.lm_feshto_template a:hover .lm_feshto_template_name{
	color: #3d3df4 !important;
}

/*----------------------------
	Landing Page Use Case
----------------------------*/

.lm_ex_usecase .lm_hero_title p{
	padding-bottom: 0px;
}


/*----------------------------
	Landing Page Popup
----------------------------*/

.lm_popup {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	right: auto;
	bottom: auto;
	height: 100%;
	width: 100%;
	background: #ffffff;
	opacity: 1;
	z-index: 10000;
	/*user-select: none;*/
}



.lm_popup_wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 20px;
}


@media (min-width:480px) {
	.lm_popup_wrapper {
		position: relative;
		display: block;
		width: 100%;
		padding: 30px 50px;
	}
}

.lm_popup_head .lm_popup_close {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 50px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background-color: #fafafa;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 1;
}

.lm_popup_head .lm_popup_close svg {
	width: 10px;
	height: 10px;
}

.lm_popup_head .lm_popup_title {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	text-transform: none;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding: 0 0 15px 0;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.lm_popup_body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
}

.lm_popup_template {
	height: calc(100vh - 80px);
	background-color: #fafafa;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	/*overflow-y: scroll;*/
}

.lm_popup_template iframe {
	max-width: 100%;
    height: 100%;
    width: 100%;
}

.lm_popup_template iframe {
	max-width: 100%;
    height: 100%;
    width: 100%;
}

.lm_popup_template img{
	max-width: 100%;
    height: auto;
    width: 100%;
}

@media (min-width:700px) {
	.lm_popup_template img{
		max-width: 700px;
    	height: auto;
    	width: 100%;
	}
}



/*----------------------------
	Landing Page Responsive
----------------------------*/


@media only screen and (min-width:1920px) {
   
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
  
}

@media (min-width:1400px) and (max-width:1599px) {
 
}

@media (min-width:1200px) and (max-width:1299px) {
 
}

@media (min-width:1024px) and (max-width:1199px) {
	.lm_menu_wrapper {
		max-width: 960px;
	}

	.lm_container {
		max-width: 960px;
	}

	.lm_category_card h6 {
		font-size: 24px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 210px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 399px;
		top: 72px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 170px;
		top: -240px;
	}

	.lm_bundle_btn a {
		font-size: 16px;
	}

	.lm_feshto_template_img {
		width: 270px;
		height: 450px;
	}

	.lm_feshto_template {
		max-width: 310px;
	}

	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}
}

@media (min-width:990px) and (max-width:1023px) {

	.lm_menu_wrapper {
		max-width: 920px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}

	.lm_container {
		max-width: 920px;
	}

	.lm_category_card h6 {
		font-size: 24px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 210px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 399px;
		top: 72px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 170px;
		top: -240px;
	}

	.lm_bundle_btn a {
		font-size: 16px;
	}

	.lm_feshto_template_img {
		width: 270px;
		height: 450px;
	}

	.lm_feshto_template {
		max-width: 310px;
	}


	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_feshto_template {
		max-width: 300px;
	}

}

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

	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 720px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_module.showModule img:nth-child(4) {
		-webkit-transform: translate(-53%,99%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(-53%,99%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(-53%,99%) translate3d(0,0,0) scale(0.35);
		transform: translate(-53%,99%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(5) {
		-webkit-transform: translate(57%,-33%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(57%,-33%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(57%,-33%) translate3d(0,0,0) scale(0.35);
		transform: translate(57%,-33%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(6) {
		-webkit-transform: translate(-61%,10%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(-61%,10%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(-61%,10%) translate3d(0,0,0) scale(0.35);
		transform: translate(-61%,10%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(7) {
		-webkit-transform: translate(63%,9%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(63%,9%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(63%,9%) translate3d(0,0,0) scale(0.35);
		transform: translate(63%,9%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(8) {
		-webkit-transform: translate(56%,55%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(56%,55%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(56%,55%) translate3d(0,0,0) scale(0.35);
		transform: translate(56%,55%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(9) {
		-webkit-transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(-28%,355%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(-52%,355%) translate3d(0,0,0) scale(0.35);
		transform: translate(-52%,355%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(10) {
		-webkit-transform: translate(52%,57%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(52%,57%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(52%,57%) translate3d(0,0,0) scale(0.35);
		transform: translate(52%,57%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(11) {
		-webkit-transform: translate(5%,102%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(5%,102%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(5%,102%) translate3d(0,0,0) scale(0.35);
		transform: translate(5%,102%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(12) {
		-webkit-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
		transform: translate(21%,114%) translate3d(0,0,0) scale(0.35);
	}

	.lm_hero_module.showModule img:nth-child(13) {
		-webkit-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
		-ms-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
		-o-transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
		transform: translate(-39%,94%) translate3d(0,0,0) scale(0.35);
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 720px;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		width: 48%;
		margin-right: 2%;
	}

	.lm_title p br {
		content:' ';
	}

	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 100px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: 0px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: 10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 600px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 310px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 340px;
		top: -310px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 100px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 360px;
	}

	.lm_feshto_template_img {
		width: 310px;
	}
}

@media (min-width:640px) and (max-width:767px) {
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 600px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 600px;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		width: 48%;
		margin-right: 2%;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p br {
		content:' ';
	}

	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 60px;
		top: -150px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: 0px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: 10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 540px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 270px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 190px;
		top: -310px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 60px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

}

@media (min-width:480px) and (max-width:639px) {
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 460px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 460px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 200px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 210px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}

@media (min-width:430px) and (max-width:479px) {
 
 /* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 400px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 400px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_hero_title h2 br,
	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_hero_title h2 br:after,
	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 200px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 210px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}

@media (min-width:400px) and (max-width:429px) {
 
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 380px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 380px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_hero_title h2 br,
	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_hero_title h2 br:after,
	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 170px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 150px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}

@media (min-width:360px) and (max-width:399px) {
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 340px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 340px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_hero_title h2 br,
	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_hero_title h2 br:after,
	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 170px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 150px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	}

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}

@media (min-width:320px) and (max-width:359px) {
 
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 300px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 300px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_hero_title h2 br,
	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_hero_title h2 br:after,
	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 130px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 120px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	} 

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}

@media (max-width:319px) {
	/* Memu For Mobile */
	.lm_menu_wrapper {
		max-width: 300px;
	}

	.mobile_menu {
		display: block;
	}

	.lm_link ul{
		display: none;
	}

	.lm_link ul li {
		display: block !important;
	}


	/* Hero Section */
	.lm_hero_title {
		display: block;
		text-align: center;
	}

	.lm_hero_title h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.lm_hero_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_hero_stats {
		text-align:center;
		width: 100%;
	}

	.lm_hero_stats li {
		margin-right: 30px;
	}

	.lm_hero_stats li span:first-child {
		font-size: 22px;
		line-height: 32px;
	}

	.lm_hero_stats li:last-child {
		margin:0;
	}

	.lm_hero_module {
		display: none;
	}


	/* Page Setting */
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.lm_container {
		max-width: 300px;
		padding: 40px 0 90px 0;
	}

	.lm_row.narrow .lm_col-2, .lm_row .lm_col-2,
	.lm_row.narrow .lm_col-3, .lm_row .lm_col-3 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_row .lm_col-4 {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.lm_title h4{
		font-size: 32px;
		line-height: 42px;
	}

	.lm_title p{
		font-size: 14px;
		line-height: 24px;
	}

	.lm_hero_title h2 br,
	.lm_footer_title br,
	.lm_bundle_title p br,
	.lm_hero_title p br,
	.lm_title p br {
		content:' ';
	}

	.lm_hero_title h2 br:after,
	.lm_footer_title br:after,
	.lm_bundle_title p br:after,
	.lm_hero_title p br:after,
	.lm_title p br:after {
		content:' ';
	}


	/* Category Section */
	.lm_category_card {
		margin-bottom: 50px;
	}


	/* Module Section */
	.lm_module_card {
		margin-bottom: 60px;
	}

	/* ESP Section */
	.lm_esp_section .lm_esp_card img {
		width: 60px;
	}

	.lm_esp_section .lm_esp_card span {
		font-size: 14px;
	}

	.lm_title_center {
		font-size: 60px;
		line-height: 80px;
	}

	.lm_esp_section .lm_esp_card:nth-child(1) {
		left: 10px;
		top: -130px;
	}

	.lm_esp_section .lm_esp_card:nth-child(2) {
		left: -20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(3) {
		left: -10px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(4) {
		left: 130px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(5) {
		right: 120px;
		top: 45px;
	}

	.lm_esp_section .lm_esp_card:nth-child(6) {
		right: 20px;
		top: -300px;
	}

	.lm_esp_section .lm_esp_card:nth-child(7) {
		right: 20px;
		top: 50px;
	}

	.lm_esp_section .lm_esp_card:nth-child(8) {
		right: 20px;
		top: -130px;
	}


	/* Editor Section */

	.lm_editor_card {
		text-align: center;
	}

	.lm_editor_card img {
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Download Box Section */

	.lm_box_card {
		text-align: center;
	}

	.lm_box_card img {
		margin-left: auto;
		margin-right: auto;
	}


	/* Features Section */

	.lm_features_card {
		text-align: center;
	}

	.lm_features_card img {
		margin-left: auto;
		margin-right: auto;
	}

	/* Price Table Section */

	.lm_price_table {
		margin-top: 0px;
	}

	.lm_price_table_full {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 60px;
	}

	.lm_price_table_commerce {
		width: 100%;
	}

	.lm_bundle_title h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.lm_bundle_title p {
		font-size: 16px;
		line-height: 26px;
	}

	.lm_bundle_list_col-2 {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}


	/* Footer Section */

	.lm_footer_help_card {
		text-align: center;
	}

	.lm_footer_title {
		font-size: 36px;
		line-height: 46px;
	}

	.lm_footer_help_card img {
		margin-left: auto;
		margin-right: auto;
	} 

	.lm_ex_usecase .lm_ex_title p br,
	.lm_ex_hero_module .lm_hero_title h2 br,
	.lm_ex_hero_module .lm_hero_title p br {
		content:' ';
	}

	.lm_ex_usecase .lm_ex_title p br:after,
	.lm_ex_hero_module .lm_hero_title h2 br:after,
	.lm_ex_hero_module .lm_hero_title p br:after {
		content:' ';
	}

	.lm_tag_cloud {
		text-align: center;
	}

	.lm_feshto_template {
		max-width: 100%;
	}

	.lm_feshto_template_img {
		width: 100%;
		max-width: 100%;
	}

	.lm_ex_usecase .lm_ex_title h4 {
		font-size: 32px;
		line-height: 42px;
	}

}




