/**
 * ****************************************************************************
 * CSS SITEMAP
 * ****************************************************************************
 *	01. RESET AND CORE
 *	02. LAYOUT
 *		2.1. TOP BAR
 *		2.2. HEADER
 *		2.3. MENU
 *		2.4. PAGE HEADER
 *		2.5. FOOTER
 *		2.6. PAGINATION
 */

/**
 * ============================================================================
 * 01. RESET AND CORE
 * ============================================================================
 */

html {
	font-size: 62.5%;
}

body,
html {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 1.5rem;
	color: #666666;
	background-color: #ffffff;
	font-family: "ABeeZee", sans-serif;
	line-height: 1.6;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #9ac100;
}

a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

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

p {
	margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Dosis", sans-serif;
	color: #2e8403;
	
	font-weight: 700;
	margin-bottom: 1.5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #22273b;
}

h1 a:hover,
h1 a:active,
h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
	color: #6b2148;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.5rem;
}

blockquote {
	margin: 20px auto;
	font-style: italic;
	padding: 30px 50px;
	line-height: 1.6;
	position: relative;
	background-color: #f5f5f5;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote::before {
	content: "\201C";
	color: #d7d7d7;
	font-size: 4em;
	position: absolute;
	left: 20px;
	top: 10px;
}

blockquote::after {
	content: '';
}

.foo {
	position: relative;
	-webkit-transition: 0.5s;
	border: 2px solid transparent;
	cursor: pointer;
}

.foo:before {
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	-webkit-transform-origin: 0 100%;
}

.foo:after {
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	-webkit-transform-origin: 100% 0%;
}

.foo:before,
.foo:after {
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.foo:hover,
.foo:active,
.foo:focus {
	border: 2px solid rgba(229, 229, 229, 0);
}

.foo:hover:before,
.foo:hover:after,
.foo:active:before,
.foo:active:after,
.foo:focus:before,
.foo:focus:after {
	-webkit-transform: scale(1);
}

.alert-notice {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

#sp-page-builder .page-content .sppb-section.z-index-0,
#sp-page-builder .sppb-section.z-index-0 {
	z-index: 0;
}

.clearfix {
	display: block;
}

a,
a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.opacity1 {
	opacity: .1;
}

.opacity2 {
	opacity: .2;
}

.opacity3 {
	opacity: .3;
}

.opacity4 {
	opacity: .4;
}

.opacity5 {
	opacity: .5;
}

.opacity6 {
	opacity: .6;
}

.opacity7 {
	opacity: .7;
}

.opacity8 {
	opacity: .8;
}

.opacity9 {
	opacity: .9;
}

.btn-shadow {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.box-shadow-light {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.box-shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.box-shadow-dark {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.box-shadow-large {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.text-extra-small {
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.text-small {
	font-size: 1.2rem;
	line-height: 2rem;
}

.text-medium {
	font-size: 1.6rem;
	line-height: 2.3rem;
}

.text-large {
	font-size: 1.8rem;
	line-height: 2.6rem;
}

.text-extra-large {
	font-size: 2rem;
	line-height: 2.6rem;
}

.unstyled {
	list-style: none;
	padding-left: 0;
}

.m-10 {
	margin: 1rem !important;
}

.mt-10,
.my-10 {
	margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem !important;
}

.m-15 {
	margin: 1.5rem !important;
}

.mt-15,
.my-15 {
	margin-top: 1.5rem !important;
}

.mr-15,
.mx-15 {
	margin-right: 1.5rem !important;
}

.mb-15,
.my-15 {
	margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
	margin-left: 1.5rem !important;
}

.m-20 {
	margin: 2rem !important;
}

.mt-20,
.my-20 {
	margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 2rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 2rem !important;
}

.m-25 {
	margin: 2.5rem !important;
}

.mt-25,
.my-25 {
	margin-top: 2.5rem !important;
}

.mr-25,
.mx-25 {
	margin-right: 2.5rem !important;
}

.mb-25,
.my-25 {
	margin-bottom: 2.5rem !important;
}

.ml-25,
.mx-25 {
	margin-left: 2.5rem !important;
}

.m-30 {
	margin: 3rem !important;
}

.mt-30,
.my-30 {
	margin-top: 3rem !important;
}

.mr-30,
.mx-30 {
	margin-right: 3rem !important;
}

.mb-30,
.my-30 {
	margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
	margin-left: 3rem !important;
}

.m-35 {
	margin: 3.5rem !important;
}

.mt-35,
.my-35 {
	margin-top: 3.5rem !important;
}

.mr-35,
.mx-35 {
	margin-right: 3.5rem !important;
}

.mb-35,
.my-35 {
	margin-bottom: 3.5rem !important;
}

.ml-35,
.mx-35 {
	margin-left: 3.5rem !important;
}

.m-40 {
	margin: 4rem !important;
}

.mt-40,
.my-40 {
	margin-top: 4rem !important;
}

.mr-40,
.mx-40 {
	margin-right: 4rem !important;
}

.mb-40,
.my-40 {
	margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
	margin-left: 4rem !important;
}

.m-45 {
	margin: 4.5rem !important;
}

.mt-45,
.my-45 {
	margin-top: 4.5rem !important;
}

.mr-45,
.mx-45 {
	margin-right: 4.5rem !important;
}

.mb-45,
.my-45 {
	margin-bottom: 4.5rem !important;
}

.ml-45,
.mx-45 {
	margin-left: 4.5rem !important;
}

.m-50 {
	margin: 5rem !important;
}

.mt-50,
.my-50 {
	margin-top: 5rem !important;
}

.mr-50,
.mx-50 {
	margin-right: 5rem !important;
}

.mb-50,
.my-50 {
	margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
	margin-left: 5rem !important;
}

.m-55 {
	margin: 5.5rem !important;
}

.mt-55,
.my-55 {
	margin-top: 5.5rem !important;
}

.mr-55,
.mx-55 {
	margin-right: 5.5rem !important;
}

.mb-55,
.my-55 {
	margin-bottom: 5.5rem !important;
}

.ml-55,
.mx-55 {
	margin-left: 5.5rem !important;
}

.m-60 {
	margin: 6rem !important;
}

.mt-60,
.my-60 {
	margin-top: 6rem !important;
}

.mr-60,
.mx-60 {
	margin-right: 6rem !important;
}

.mb-60,
.my-60 {
	margin-bottom: 6rem !important;
}

.ml-60,
.mx-60 {
	margin-left: 6rem !important;
}

.m-65 {
	margin: 6.5rem !important;
}

.mt-65,
.my-65 {
	margin-top: 6.5rem !important;
}

.mr-65,
.mx-65 {
	margin-right: 6.5rem !important;
}

.mb-65,
.my-65 {
	margin-bottom: 6.5rem !important;
}

.ml-65,
.mx-65 {
	margin-left: 6.5rem !important;
}

.m-70 {
	margin: 7rem !important;
}

.mt-70,
.my-70 {
	margin-top: 7rem !important;
}

.mr-70,
.mx-70 {
	margin-right: 7rem !important;
}

.mb-70,
.my-70 {
	margin-bottom: 7rem !important;
}

.ml-70,
.mx-70 {
	margin-left: 7rem !important;
}

.m-75 {
	margin: 7.5rem !important;
}

.mt-75,
.my-75 {
	margin-top: 7.5rem !important;
}

.mr-75,
.mx-75 {
	margin-right: 7.5rem !important;
}

.mb-75,
.my-75 {
	margin-bottom: 7.5rem !important;
}

.ml-75,
.mx-75 {
	margin-left: 7.5rem !important;
}

.m-80 {
	margin: 8rem !important;
}

.mt-80,
.my-80 {
	margin-top: 8rem !important;
}

.mr-80,
.mx-80 {
	margin-right: 8rem !important;
}

.mb-80,
.my-80 {
	margin-bottom: 8rem !important;
}

.ml-80,
.mx-80 {
	margin-left: 8rem !important;
}

.m-85 {
	margin: 8.5rem !important;
}

.mt-85,
.my-85 {
	margin-top: 8.5rem !important;
}

.mr-85,
.mx-85 {
	margin-right: 8.5rem !important;
}

.mb-85,
.my-85 {
	margin-bottom: 8.5rem !important;
}

.ml-85,
.mx-85 {
	margin-left: 8.5rem !important;
}

.m-90 {
	margin: 9rem !important;
}

.mt-90,
.my-90 {
	margin-top: 9rem !important;
}

.mr-90,
.mx-90 {
	margin-right: 9rem !important;
}

.mb-90,
.my-90 {
	margin-bottom: 9rem !important;
}

.ml-90,
.mx-90 {
	margin-left: 9rem !important;
}

.m-95 {
	margin: 9.5rem !important;
}

.mt-95,
.my-95 {
	margin-top: 9.5rem !important;
}

.mr-95,
.mx-95 {
	margin-right: 9.5rem !important;
}

.mb-95,
.my-95 {
	margin-bottom: 9.5rem !important;
}

.ml-95,
.mx-95 {
	margin-left: 9.5rem !important;
}

.m-100 {
	margin: 10rem !important;
}

.mt-100,
.my-100 {
	margin-top: 10rem !important;
}

.mr-100,
.mx-100 {
	margin-right: 10rem !important;
}

.mb-100,
.my-100 {
	margin-bottom: 10rem !important;
}

.ml-100,
.mx-100 {
	margin-left: 10rem !important;
}

.m-110 {
	margin: 11rem !important;
}

.mt-110,
.my-110 {
	margin-top: 11rem !important;
}

.mr-110,
.mx-110 {
	margin-right: 11rem !important;
}

.mb-110,
.my-110 {
	margin-bottom: 11rem !important;
}

.ml-110,
.mx-110 {
	margin-left: 11rem !important;
}

.m-120 {
	margin: 12rem !important;
}

.mt-120,
.my-120 {
	margin-top: 12rem !important;
}

.mr-120,
.mx-120 {
	margin-right: 12rem !important;
}

.mb-120,
.my-120 {
	margin-bottom: 12rem !important;
}

.ml-120,
.mx-120 {
	margin-left: 12rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.py-6 {
	padding: 6px 0 !important;
}

.p-10 {
	padding: 1rem !important;
}

.pt-10,
.py-10 {
	padding-top: 1rem !important;
}

.pr-10,
.px-10 {
	padding-right: 1rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
	padding-left: 1rem !important;
}

.p-15 {
	padding: 1.5rem !important;
}

.pt-15,
.py-15 {
	padding-top: 1.5rem !important;
}

.pr-15,
.px-15 {
	padding-right: 1.5rem !important;
}

.pb-15,
.py-15 {
	padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
	padding-left: 1.5rem !important;
}

.p-20 {
	padding: 2rem !important;
}

.pt-20,
.py-20 {
	padding-top: 2rem !important;
}

.pr-20,
.px-20 {
	padding-right: 2rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
	padding-left: 2rem !important;
}

.p-25 {
	padding: 2.5rem !important;
}

.pt-25,
.py-25 {
	padding-top: 2.5rem !important;
}

.pr-25,
.px-25 {
	padding-right: 2.5rem !important;
}

.pb-25,
.py-25 {
	padding-bottom: 2.5rem !important;
}

.pl-25,
.px-25 {
	padding-left: 2.5rem !important;
}

.p-30 {
	padding: 3rem !important;
}

.pt-30,
.py-30 {
	padding-top: 3rem !important;
}

.pr-30,
.px-30 {
	padding-right: 3rem !important;
}

.pb-30,
.py-30 {
	padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
	padding-left: 3rem !important;
}

.p-35 {
	padding: 3.5rem !important;
}

.pt-35,
.py-35 {
	padding-top: 3.5rem !important;
}

.pr-35,
.px-35 {
	padding-right: 3.5rem !important;
}

.pb-35,
.py-35 {
	padding-bottom: 3.5rem !important;
}

.pl-35,
.px-35 {
	padding-left: 3.5rem !important;
}

.p-40 {
	padding: 4rem !important;
}

.pt-40,
.py-40 {
	padding-top: 4rem !important;
}

.pr-40,
.px-40 {
	padding-right: 4rem !important;
}

.pb-40,
.py-40 {
	padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
	padding-left: 4rem !important;
}

.p-45 {
	padding: 4.5rem !important;
}

.pt-45,
.py-45 {
	padding-top: 4.5rem !important;
}

.pr-45,
.px-45 {
	padding-right: 4.5rem !important;
}

.pb-45,
.py-45 {
	padding-bottom: 4.5rem !important;
}

.pl-45,
.px-45 {
	padding-left: 4.5rem !important;
}

.p-50 {
	padding: 5rem !important;
}

.pt-50,
.py-50 {
	padding-top: 5rem !important;
}

.pr-50,
.px-50 {
	padding-right: 5rem !important;
}

.pb-50,
.py-50 {
	padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
	padding-left: 5rem !important;
}

.p-55 {
	padding: 5.5rem !important;
}

.pt-55,
.py-55 {
	padding-top: 5.5rem !important;
}

.pr-55,
.px-55 {
	padding-right: 5.5rem !important;
}

.pb-55,
.py-55 {
	padding-bottom: 5.5rem !important;
}

.pl-55,
.px-55 {
	padding-left: 5.5rem !important;
}

.p-60 {
	padding: 6rem !important;
}

.pt-60,
.py-60 {
	padding-top: 6rem !important;
}

.pr-60,
.px-60 {
	padding-right: 6rem !important;
}

.pb-60,
.py-60 {
	padding-bottom: 6rem !important;
}

.pl-60,
.px-60 {
	padding-left: 6rem !important;
}

.p-65 {
	padding: 6.5rem !important;
}

.pt-65,
.py-65 {
	padding-top: 6.5rem !important;
}

.pr-65,
.px-65 {
	padding-right: 6.5rem !important;
}

.pb-65,
.py-65 {
	padding-bottom: 6.5rem !important;
}

.pl-65,
.px-65 {
	padding-left: 6.5rem !important;
}

.p-70 {
	padding: 7rem !important;
}

.pt-70,
.py-70 {
	padding-top: 7rem !important;
}

.pr-70,
.px-70 {
	padding-right: 7rem !important;
}

.pb-70,
.py-70 {
	padding-bottom: 7rem !important;
}

.pl-70,
.px-70 {
	padding-left: 7rem !important;
}

.p-75 {
	padding: 7.5rem !important;
}

.pt-75,
.py-75 {
	padding-top: 7.5rem !important;
}

.pr-75,
.px-75 {
	padding-right: 7.5rem !important;
}

.pb-75,
.py-75 {
	padding-bottom: 7.5rem !important;
}

.pl-75,
.px-75 {
	padding-left: 7.5rem !important;
}

.p-80 {
	padding: 8rem !important;
}

.pt-80,
.py-80 {
	padding-top: 8rem !important;
}

.pr-80,
.px-80 {
	padding-right: 8rem !important;
}

.pb-80,
.py-80 {
	padding-bottom: 8rem !important;
}

.pl-80,
.px-80 {
	padding-left: 8rem !important;
}

.p-85 {
	padding: 8.5rem !important;
}

.pt-85,
.py-85 {
	padding-top: 8.5rem !important;
}

.pr-85,
.px-85 {
	padding-right: 8.5rem !important;
}

.pb-85,
.py-85 {
	padding-bottom: 8.5rem !important;
}

.pl-85,
.px-85 {
	padding-left: 8.5rem !important;
}

.p-90 {
	padding: 9rem !important;
}

.pt-90,
.py-90 {
	padding-top: 9rem !important;
}

.pr-90,
.px-90 {
	padding-right: 9rem !important;
}

.pb-90,
.py-90 {
	padding-bottom: 9rem !important;
}

.pl-90,
.px-90 {
	padding-left: 9rem !important;
}

.p-95 {
	padding: 9.5rem !important;
}

.pt-95,
.py-95 {
	padding-top: 9.5rem !important;
}

.pr-95,
.px-95 {
	padding-right: 9.5rem !important;
}

.pb-95,
.py-95 {
	padding-bottom: 9.5rem !important;
}

.pl-95,
.px-95 {
	padding-left: 9.5rem !important;
}

.p-100 {
	padding: 10rem !important;
}

.pt-100,
.py-100 {
	padding-top: 10rem !important;
}

.pr-100,
.px-100 {
	padding-right: 10rem !important;
}

.pb-100,
.py-100 {
	padding-bottom: 10rem !important;
}

.pl-100,
.px-100 {
	padding-left: 10rem !important;
}

.p-110 {
	padding: 11rem !important;
}

.pt-110,
.py-110 {
	padding-top: 11rem !important;
}

.pr-110,
.px-110 {
	padding-right: 11rem !important;
}

.pb-110,
.py-110 {
	padding-bottom: 11rem !important;
}

.pl-110,
.px-110 {
	padding-left: 11rem !important;
}

.p-120 {
	padding: 12rem !important;
}

.pt-120,
.py-120 {
	padding-top: 12rem !important;
}

.pr-120,
.px-120 {
	padding-right: 12rem !important;
}

.pb-120,
.py-120 {
	padding-bottom: 12rem !important;
}

.pl-120,
.px-120 {
	padding-left: 12rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.m-sm-10 {
		margin: 1rem !important;
	}
	.mt-sm-10,
	.my-sm-10 {
		margin-top: 1rem !important;
	}
	.mr-sm-10,
	.mx-sm-10 {
		margin-right: 1rem !important;
	}
	.mb-sm-10,
	.my-sm-10 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-10,
	.mx-sm-10 {
		margin-left: 1rem !important;
	}
	.m-sm-15 {
		margin: 1.5rem !important;
	}
	.mt-sm-15,
	.my-sm-15 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-15,
	.mx-sm-15 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-15,
	.my-sm-15 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-15,
	.mx-sm-15 {
		margin-left: 1.5rem !important;
	}
	.m-sm-20 {
		margin: 2rem !important;
	}
	.mt-sm-20,
	.my-sm-20 {
		margin-top: 2rem !important;
	}
	.mr-sm-20,
	.mx-sm-20 {
		margin-right: 2rem !important;
	}
	.mb-sm-20,
	.my-sm-20 {
		margin-bottom: 2rem !important;
	}
	.ml-sm-20,
	.mx-sm-20 {
		margin-left: 2rem !important;
	}
	.m-sm-25 {
		margin: 2.5rem !important;
	}
	.mt-sm-25,
	.my-sm-25 {
		margin-top: 2.5rem !important;
	}
	.mr-sm-25,
	.mx-sm-25 {
		margin-right: 2.5rem !important;
	}
	.mb-sm-25,
	.my-sm-25 {
		margin-bottom: 2.5rem !important;
	}
	.ml-sm-25,
	.mx-sm-25 {
		margin-left: 2.5rem !important;
	}
	.m-sm-30 {
		margin: 3rem !important;
	}
	.mt-sm-30,
	.my-sm-30 {
		margin-top: 3rem !important;
	}
	.mr-sm-30,
	.mx-sm-30 {
		margin-right: 3rem !important;
	}
	.mb-sm-30,
	.my-sm-30 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-30,
	.mx-sm-30 {
		margin-left: 3rem !important;
	}
	.m-sm-35 {
		margin: 3.5rem !important;
	}
	.mt-sm-35,
	.my-sm-35 {
		margin-top: 3.5rem !important;
	}
	.mr-sm-35,
	.mx-sm-35 {
		margin-right: 3.5rem !important;
	}
	.mb-sm-35,
	.my-sm-35 {
		margin-bottom: 3.5rem !important;
	}
	.ml-sm-35,
	.mx-sm-35 {
		margin-left: 3.5rem !important;
	}
	.m-sm-40 {
		margin: 4rem !important;
	}
	.mt-sm-40,
	.my-sm-40 {
		margin-top: 4rem !important;
	}
	.mr-sm-40,
	.mx-sm-40 {
		margin-right: 4rem !important;
	}
	.mb-sm-40,
	.my-sm-40 {
		margin-bottom: 4rem !important;
	}
	.ml-sm-40,
	.mx-sm-40 {
		margin-left: 4rem !important;
	}
	.m-sm-45 {
		margin: 4.5rem !important;
	}
	.mt-sm-45,
	.my-sm-45 {
		margin-top: 4.5rem !important;
	}
	.mr-sm-45,
	.mx-sm-45 {
		margin-right: 4.5rem !important;
	}
	.mb-sm-45,
	.my-sm-45 {
		margin-bottom: 4.5rem !important;
	}
	.ml-sm-45,
	.mx-sm-45 {
		margin-left: 4.5rem !important;
	}
	.m-sm-50 {
		margin: 5rem !important;
	}
	.mt-sm-50,
	.my-sm-50 {
		margin-top: 5rem !important;
	}
	.mr-sm-50,
	.mx-sm-50 {
		margin-right: 5rem !important;
	}
	.mb-sm-50,
	.my-sm-50 {
		margin-bottom: 5rem !important;
	}
	.ml-sm-50,
	.mx-sm-50 {
		margin-left: 5rem !important;
	}
	.m-sm-55 {
		margin: 5.5rem !important;
	}
	.mt-sm-55,
	.my-sm-55 {
		margin-top: 5.5rem !important;
	}
	.mr-sm-55,
	.mx-sm-55 {
		margin-right: 5.5rem !important;
	}
	.mb-sm-55,
	.my-sm-55 {
		margin-bottom: 5.5rem !important;
	}
	.ml-sm-55,
	.mx-sm-55 {
		margin-left: 5.5rem !important;
	}
	.m-sm-60 {
		margin: 6rem !important;
	}
	.mt-sm-60,
	.my-sm-60 {
		margin-top: 6rem !important;
	}
	.mr-sm-60,
	.mx-sm-60 {
		margin-right: 6rem !important;
	}
	.mb-sm-60,
	.my-sm-60 {
		margin-bottom: 6rem !important;
	}
	.ml-sm-60,
	.mx-sm-60 {
		margin-left: 6rem !important;
	}
	.m-sm-65 {
		margin: 6.5rem !important;
	}
	.mt-sm-65,
	.my-sm-65 {
		margin-top: 6.5rem !important;
	}
	.mr-sm-65,
	.mx-sm-65 {
		margin-right: 6.5rem !important;
	}
	.mb-sm-65,
	.my-sm-65 {
		margin-bottom: 6.5rem !important;
	}
	.ml-sm-65,
	.mx-sm-65 {
		margin-left: 6.5rem !important;
	}
	.m-sm-70 {
		margin: 7rem !important;
	}
	.mt-sm-70,
	.my-sm-70 {
		margin-top: 7rem !important;
	}
	.mr-sm-70,
	.mx-sm-70 {
		margin-right: 7rem !important;
	}
	.mb-sm-70,
	.my-sm-70 {
		margin-bottom: 7rem !important;
	}
	.ml-sm-70,
	.mx-sm-70 {
		margin-left: 7rem !important;
	}
	.m-sm-75 {
		margin: 7.5rem !important;
	}
	.mt-sm-75,
	.my-sm-75 {
		margin-top: 7.5rem !important;
	}
	.mr-sm-75,
	.mx-sm-75 {
		margin-right: 7.5rem !important;
	}
	.mb-sm-75,
	.my-sm-75 {
		margin-bottom: 7.5rem !important;
	}
	.ml-sm-75,
	.mx-sm-75 {
		margin-left: 7.5rem !important;
	}
	.m-sm-80 {
		margin: 8rem !important;
	}
	.mt-sm-80,
	.my-sm-80 {
		margin-top: 8rem !important;
	}
	.mr-sm-80,
	.mx-sm-80 {
		margin-right: 8rem !important;
	}
	.mb-sm-80,
	.my-sm-80 {
		margin-bottom: 8rem !important;
	}
	.ml-sm-80,
	.mx-sm-80 {
		margin-left: 8rem !important;
	}
	.m-sm-85 {
		margin: 8.5rem !important;
	}
	.mt-sm-85,
	.my-sm-85 {
		margin-top: 8.5rem !important;
	}
	.mr-sm-85,
	.mx-sm-85 {
		margin-right: 8.5rem !important;
	}
	.mb-sm-85,
	.my-sm-85 {
		margin-bottom: 8.5rem !important;
	}
	.ml-sm-85,
	.mx-sm-85 {
		margin-left: 8.5rem !important;
	}
	.m-sm-90 {
		margin: 9rem !important;
	}
	.mt-sm-90,
	.my-sm-90 {
		margin-top: 9rem !important;
	}
	.mr-sm-90,
	.mx-sm-90 {
		margin-right: 9rem !important;
	}
	.mb-sm-90,
	.my-sm-90 {
		margin-bottom: 9rem !important;
	}
	.ml-sm-90,
	.mx-sm-90 {
		margin-left: 9rem !important;
	}
	.m-sm-95 {
		margin: 9.5rem !important;
	}
	.mt-sm-95,
	.my-sm-95 {
		margin-top: 9.5rem !important;
	}
	.mr-sm-95,
	.mx-sm-95 {
		margin-right: 9.5rem !important;
	}
	.mb-sm-95,
	.my-sm-95 {
		margin-bottom: 9.5rem !important;
	}
	.ml-sm-95,
	.mx-sm-95 {
		margin-left: 9.5rem !important;
	}
	.m-sm-100 {
		margin: 10rem !important;
	}
	.mt-sm-100,
	.my-sm-100 {
		margin-top: 10rem !important;
	}
	.mr-sm-100,
	.mx-sm-100 {
		margin-right: 10rem !important;
	}
	.mb-sm-100,
	.my-sm-100 {
		margin-bottom: 10rem !important;
	}
	.ml-sm-100,
	.mx-sm-100 {
		margin-left: 10rem !important;
	}
	.m-sm-110 {
		margin: 11rem !important;
	}
	.mt-sm-110,
	.my-sm-110 {
		margin-top: 11rem !important;
	}
	.mr-sm-110,
	.mx-sm-110 {
		margin-right: 11rem !important;
	}
	.mb-sm-110,
	.my-sm-110 {
		margin-bottom: 11rem !important;
	}
	.ml-sm-110,
	.mx-sm-110 {
		margin-left: 11rem !important;
	}
	.m-sm-120 {
		margin: 12rem !important;
	}
	.mt-sm-120,
	.my-sm-120 {
		margin-top: 12rem !important;
	}
	.mr-sm-120,
	.mx-sm-120 {
		margin-right: 12rem !important;
	}
	.mb-sm-120,
	.my-sm-120 {
		margin-bottom: 12rem !important;
	}
	.ml-sm-120,
	.mx-sm-120 {
		margin-left: 12rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.p-sm-10 {
		padding: 1rem !important;
	}
	.pt-sm-10,
	.py-sm-10 {
		padding-top: 1rem !important;
	}
	.pr-sm-10,
	.px-sm-10 {
		padding-right: 1rem !important;
	}
	.pb-sm-10,
	.py-sm-10 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-10,
	.px-sm-10 {
		padding-left: 1rem !important;
	}
	.p-sm-15 {
		padding: 1.5rem !important;
	}
	.pt-sm-15,
	.py-sm-15 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-15,
	.px-sm-15 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-15,
	.py-sm-15 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-15,
	.px-sm-15 {
		padding-left: 1.5rem !important;
	}
	.p-sm-20 {
		padding: 2rem !important;
	}
	.pt-sm-20,
	.py-sm-20 {
		padding-top: 2rem !important;
	}
	.pr-sm-20,
	.px-sm-20 {
		padding-right: 2rem !important;
	}
	.pb-sm-20,
	.py-sm-20 {
		padding-bottom: 2rem !important;
	}
	.pl-sm-20,
	.px-sm-20 {
		padding-left: 2rem !important;
	}
	.p-sm-25 {
		padding: 2.5rem !important;
	}
	.pt-sm-25,
	.py-sm-25 {
		padding-top: 2.5rem !important;
	}
	.pr-sm-25,
	.px-sm-25 {
		padding-right: 2.5rem !important;
	}
	.pb-sm-25,
	.py-sm-25 {
		padding-bottom: 2.5rem !important;
	}
	.pl-sm-25,
	.px-sm-25 {
		padding-left: 2.5rem !important;
	}
	.p-sm-30 {
		padding: 3rem !important;
	}
	.pt-sm-30,
	.py-sm-30 {
		padding-top: 3rem !important;
	}
	.pr-sm-30,
	.px-sm-30 {
		padding-right: 3rem !important;
	}
	.pb-sm-30,
	.py-sm-30 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-30,
	.px-sm-30 {
		padding-left: 3rem !important;
	}
	.p-sm-35 {
		padding: 3.5rem !important;
	}
	.pt-sm-35,
	.py-sm-35 {
		padding-top: 3.5rem !important;
	}
	.pr-sm-35,
	.px-sm-35 {
		padding-right: 3.5rem !important;
	}
	.pb-sm-35,
	.py-sm-35 {
		padding-bottom: 3.5rem !important;
	}
	.pl-sm-35,
	.px-sm-35 {
		padding-left: 3.5rem !important;
	}
	.p-sm-40 {
		padding: 4rem !important;
	}
	.pt-sm-40,
	.py-sm-40 {
		padding-top: 4rem !important;
	}
	.pr-sm-40,
	.px-sm-40 {
		padding-right: 4rem !important;
	}
	.pb-sm-40,
	.py-sm-40 {
		padding-bottom: 4rem !important;
	}
	.pl-sm-40,
	.px-sm-40 {
		padding-left: 4rem !important;
	}
	.p-sm-45 {
		padding: 4.5rem !important;
	}
	.pt-sm-45,
	.py-sm-45 {
		padding-top: 4.5rem !important;
	}
	.pr-sm-45,
	.px-sm-45 {
		padding-right: 4.5rem !important;
	}
	.pb-sm-45,
	.py-sm-45 {
		padding-bottom: 4.5rem !important;
	}
	.pl-sm-45,
	.px-sm-45 {
		padding-left: 4.5rem !important;
	}
	.p-sm-50 {
		padding: 5rem !important;
	}
	.pt-sm-50,
	.py-sm-50 {
		padding-top: 5rem !important;
	}
	.pr-sm-50,
	.px-sm-50 {
		padding-right: 5rem !important;
	}
	.pb-sm-50,
	.py-sm-50 {
		padding-bottom: 5rem !important;
	}
	.pl-sm-50,
	.px-sm-50 {
		padding-left: 5rem !important;
	}
	.p-sm-55 {
		padding: 5.5rem !important;
	}
	.pt-sm-55,
	.py-sm-55 {
		padding-top: 5.5rem !important;
	}
	.pr-sm-55,
	.px-sm-55 {
		padding-right: 5.5rem !important;
	}
	.pb-sm-55,
	.py-sm-55 {
		padding-bottom: 5.5rem !important;
	}
	.pl-sm-55,
	.px-sm-55 {
		padding-left: 5.5rem !important;
	}
	.p-sm-60 {
		padding: 6rem !important;
	}
	.pt-sm-60,
	.py-sm-60 {
		padding-top: 6rem !important;
	}
	.pr-sm-60,
	.px-sm-60 {
		padding-right: 6rem !important;
	}
	.pb-sm-60,
	.py-sm-60 {
		padding-bottom: 6rem !important;
	}
	.pl-sm-60,
	.px-sm-60 {
		padding-left: 6rem !important;
	}
	.p-sm-65 {
		padding: 6.5rem !important;
	}
	.pt-sm-65,
	.py-sm-65 {
		padding-top: 6.5rem !important;
	}
	.pr-sm-65,
	.px-sm-65 {
		padding-right: 6.5rem !important;
	}
	.pb-sm-65,
	.py-sm-65 {
		padding-bottom: 6.5rem !important;
	}
	.pl-sm-65,
	.px-sm-65 {
		padding-left: 6.5rem !important;
	}
	.p-sm-70 {
		padding: 7rem !important;
	}
	.pt-sm-70,
	.py-sm-70 {
		padding-top: 7rem !important;
	}
	.pr-sm-70,
	.px-sm-70 {
		padding-right: 7rem !important;
	}
	.pb-sm-70,
	.py-sm-70 {
		padding-bottom: 7rem !important;
	}
	.pl-sm-70,
	.px-sm-70 {
		padding-left: 7rem !important;
	}
	.p-sm-75 {
		padding: 7.5rem !important;
	}
	.pt-sm-75,
	.py-sm-75 {
		padding-top: 7.5rem !important;
	}
	.pr-sm-75,
	.px-sm-75 {
		padding-right: 7.5rem !important;
	}
	.pb-sm-75,
	.py-sm-75 {
		padding-bottom: 7.5rem !important;
	}
	.pl-sm-75,
	.px-sm-75 {
		padding-left: 7.5rem !important;
	}
	.p-sm-80 {
		padding: 8rem !important;
	}
	.pt-sm-80,
	.py-sm-80 {
		padding-top: 8rem !important;
	}
	.pr-sm-80,
	.px-sm-80 {
		padding-right: 8rem !important;
	}
	.pb-sm-80,
	.py-sm-80 {
		padding-bottom: 8rem !important;
	}
	.pl-sm-80,
	.px-sm-80 {
		padding-left: 8rem !important;
	}
	.p-sm-85 {
		padding: 8.5rem !important;
	}
	.pt-sm-85,
	.py-sm-85 {
		padding-top: 8.5rem !important;
	}
	.pr-sm-85,
	.px-sm-85 {
		padding-right: 8.5rem !important;
	}
	.pb-sm-85,
	.py-sm-85 {
		padding-bottom: 8.5rem !important;
	}
	.pl-sm-85,
	.px-sm-85 {
		padding-left: 8.5rem !important;
	}
	.p-sm-90 {
		padding: 9rem !important;
	}
	.pt-sm-90,
	.py-sm-90 {
		padding-top: 9rem !important;
	}
	.pr-sm-90,
	.px-sm-90 {
		padding-right: 9rem !important;
	}
	.pb-sm-90,
	.py-sm-90 {
		padding-bottom: 9rem !important;
	}
	.pl-sm-90,
	.px-sm-90 {
		padding-left: 9rem !important;
	}
	.p-sm-95 {
		padding: 9.5rem !important;
	}
	.pt-sm-95,
	.py-sm-95 {
		padding-top: 9.5rem !important;
	}
	.pr-sm-95,
	.px-sm-95 {
		padding-right: 9.5rem !important;
	}
	.pb-sm-95,
	.py-sm-95 {
		padding-bottom: 9.5rem !important;
	}
	.pl-sm-95,
	.px-sm-95 {
		padding-left: 9.5rem !important;
	}
	.p-sm-100 {
		padding: 10rem !important;
	}
	.pt-sm-100,
	.py-sm-100 {
		padding-top: 10rem !important;
	}
	.pr-sm-100,
	.px-sm-100 {
		padding-right: 10rem !important;
	}
	.pb-sm-100,
	.py-sm-100 {
		padding-bottom: 10rem !important;
	}
	.pl-sm-100,
	.px-sm-100 {
		padding-left: 10rem !important;
	}
	.p-sm-110 {
		padding: 11rem !important;
	}
	.pt-sm-110,
	.py-sm-110 {
		padding-top: 11rem !important;
	}
	.pr-sm-110,
	.px-sm-110 {
		padding-right: 11rem !important;
	}
	.pb-sm-110,
	.py-sm-110 {
		padding-bottom: 11rem !important;
	}
	.pl-sm-110,
	.px-sm-110 {
		padding-left: 11rem !important;
	}
	.p-sm-120 {
		padding: 12rem !important;
	}
	.pt-sm-120,
	.py-sm-120 {
		padding-top: 12rem !important;
	}
	.pr-sm-120,
	.px-sm-120 {
		padding-right: 12rem !important;
	}
	.pb-sm-120,
	.py-sm-120 {
		padding-bottom: 12rem !important;
	}
	.pl-sm-120,
	.px-sm-120 {
		padding-left: 12rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.m-md-10 {
		margin: 1rem !important;
	}
	.mt-md-10,
	.my-md-10 {
		margin-top: 1rem !important;
	}
	.mr-md-10,
	.mx-md-10 {
		margin-right: 1rem !important;
	}
	.mb-md-10,
	.my-md-10 {
		margin-bottom: 1rem !important;
	}
	.ml-md-10,
	.mx-md-10 {
		margin-left: 1rem !important;
	}
	.m-md-15 {
		margin: 1.5rem !important;
	}
	.mt-md-15,
	.my-md-15 {
		margin-top: 1.5rem !important;
	}
	.mr-md-15,
	.mx-md-15 {
		margin-right: 1.5rem !important;
	}
	.mb-md-15,
	.my-md-15 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-15,
	.mx-md-15 {
		margin-left: 1.5rem !important;
	}
	.m-md-20 {
		margin: 2rem !important;
	}
	.mt-md-20,
	.my-md-20 {
		margin-top: 2rem !important;
	}
	.mr-md-20,
	.mx-md-20 {
		margin-right: 2rem !important;
	}
	.mb-md-20,
	.my-md-20 {
		margin-bottom: 2rem !important;
	}
	.ml-md-20,
	.mx-md-20 {
		margin-left: 2rem !important;
	}
	.m-md-25 {
		margin: 2.5rem !important;
	}
	.mt-md-25,
	.my-md-25 {
		margin-top: 2.5rem !important;
	}
	.mr-md-25,
	.mx-md-25 {
		margin-right: 2.5rem !important;
	}
	.mb-md-25,
	.my-md-25 {
		margin-bottom: 2.5rem !important;
	}
	.ml-md-25,
	.mx-md-25 {
		margin-left: 2.5rem !important;
	}
	.m-md-30 {
		margin: 3rem !important;
	}
	.mt-md-30,
	.my-md-30 {
		margin-top: 3rem !important;
	}
	.mr-md-30,
	.mx-md-30 {
		margin-right: 3rem !important;
	}
	.mb-md-30,
	.my-md-30 {
		margin-bottom: 3rem !important;
	}
	.ml-md-30,
	.mx-md-30 {
		margin-left: 3rem !important;
	}
	.m-md-35 {
		margin: 3.5rem !important;
	}
	.mt-md-35,
	.my-md-35 {
		margin-top: 3.5rem !important;
	}
	.mr-md-35,
	.mx-md-35 {
		margin-right: 3.5rem !important;
	}
	.mb-md-35,
	.my-md-35 {
		margin-bottom: 3.5rem !important;
	}
	.ml-md-35,
	.mx-md-35 {
		margin-left: 3.5rem !important;
	}
	.m-md-40 {
		margin: 4rem !important;
	}
	.mt-md-40,
	.my-md-40 {
		margin-top: 4rem !important;
	}
	.mr-md-40,
	.mx-md-40 {
		margin-right: 4rem !important;
	}
	.mb-md-40,
	.my-md-40 {
		margin-bottom: 4rem !important;
	}
	.ml-md-40,
	.mx-md-40 {
		margin-left: 4rem !important;
	}
	.m-md-45 {
		margin: 4.5rem !important;
	}
	.mt-md-45,
	.my-md-45 {
		margin-top: 4.5rem !important;
	}
	.mr-md-45,
	.mx-md-45 {
		margin-right: 4.5rem !important;
	}
	.mb-md-45,
	.my-md-45 {
		margin-bottom: 4.5rem !important;
	}
	.ml-md-45,
	.mx-md-45 {
		margin-left: 4.5rem !important;
	}
	.m-md-50 {
		margin: 5rem !important;
	}
	.mt-md-50,
	.my-md-50 {
		margin-top: 5rem !important;
	}
	.mr-md-50,
	.mx-md-50 {
		margin-right: 5rem !important;
	}
	.mb-md-50,
	.my-md-50 {
		margin-bottom: 5rem !important;
	}
	.ml-md-50,
	.mx-md-50 {
		margin-left: 5rem !important;
	}
	.m-md-55 {
		margin: 5.5rem !important;
	}
	.mt-md-55,
	.my-md-55 {
		margin-top: 5.5rem !important;
	}
	.mr-md-55,
	.mx-md-55 {
		margin-right: 5.5rem !important;
	}
	.mb-md-55,
	.my-md-55 {
		margin-bottom: 5.5rem !important;
	}
	.ml-md-55,
	.mx-md-55 {
		margin-left: 5.5rem !important;
	}
	.m-md-60 {
		margin: 6rem !important;
	}
	.mt-md-60,
	.my-md-60 {
		margin-top: 6rem !important;
	}
	.mr-md-60,
	.mx-md-60 {
		margin-right: 6rem !important;
	}
	.mb-md-60,
	.my-md-60 {
		margin-bottom: 6rem !important;
	}
	.ml-md-60,
	.mx-md-60 {
		margin-left: 6rem !important;
	}
	.m-md-65 {
		margin: 6.5rem !important;
	}
	.mt-md-65,
	.my-md-65 {
		margin-top: 6.5rem !important;
	}
	.mr-md-65,
	.mx-md-65 {
		margin-right: 6.5rem !important;
	}
	.mb-md-65,
	.my-md-65 {
		margin-bottom: 6.5rem !important;
	}
	.ml-md-65,
	.mx-md-65 {
		margin-left: 6.5rem !important;
	}
	.m-md-70 {
		margin: 7rem !important;
	}
	.mt-md-70,
	.my-md-70 {
		margin-top: 7rem !important;
	}
	.mr-md-70,
	.mx-md-70 {
		margin-right: 7rem !important;
	}
	.mb-md-70,
	.my-md-70 {
		margin-bottom: 7rem !important;
	}
	.ml-md-70,
	.mx-md-70 {
		margin-left: 7rem !important;
	}
	.m-md-75 {
		margin: 7.5rem !important;
	}
	.mt-md-75,
	.my-md-75 {
		margin-top: 7.5rem !important;
	}
	.mr-md-75,
	.mx-md-75 {
		margin-right: 7.5rem !important;
	}
	.mb-md-75,
	.my-md-75 {
		margin-bottom: 7.5rem !important;
	}
	.ml-md-75,
	.mx-md-75 {
		margin-left: 7.5rem !important;
	}
	.m-md-80 {
		margin: 8rem !important;
	}
	.mt-md-80,
	.my-md-80 {
		margin-top: 8rem !important;
	}
	.mr-md-80,
	.mx-md-80 {
		margin-right: 8rem !important;
	}
	.mb-md-80,
	.my-md-80 {
		margin-bottom: 8rem !important;
	}
	.ml-md-80,
	.mx-md-80 {
		margin-left: 8rem !important;
	}
	.m-md-85 {
		margin: 8.5rem !important;
	}
	.mt-md-85,
	.my-md-85 {
		margin-top: 8.5rem !important;
	}
	.mr-md-85,
	.mx-md-85 {
		margin-right: 8.5rem !important;
	}
	.mb-md-85,
	.my-md-85 {
		margin-bottom: 8.5rem !important;
	}
	.ml-md-85,
	.mx-md-85 {
		margin-left: 8.5rem !important;
	}
	.m-md-90 {
		margin: 9rem !important;
	}
	.mt-md-90,
	.my-md-90 {
		margin-top: 9rem !important;
	}
	.mr-md-90,
	.mx-md-90 {
		margin-right: 9rem !important;
	}
	.mb-md-90,
	.my-md-90 {
		margin-bottom: 9rem !important;
	}
	.ml-md-90,
	.mx-md-90 {
		margin-left: 9rem !important;
	}
	.m-md-95 {
		margin: 9.5rem !important;
	}
	.mt-md-95,
	.my-md-95 {
		margin-top: 9.5rem !important;
	}
	.mr-md-95,
	.mx-md-95 {
		margin-right: 9.5rem !important;
	}
	.mb-md-95,
	.my-md-95 {
		margin-bottom: 9.5rem !important;
	}
	.ml-md-95,
	.mx-md-95 {
		margin-left: 9.5rem !important;
	}
	.m-md-100 {
		margin: 10rem !important;
	}
	.mt-md-100,
	.my-md-100 {
		margin-top: 10rem !important;
	}
	.mr-md-100,
	.mx-md-100 {
		margin-right: 10rem !important;
	}
	.mb-md-100,
	.my-md-100 {
		margin-bottom: 10rem !important;
	}
	.ml-md-100,
	.mx-md-100 {
		margin-left: 10rem !important;
	}
	.m-md-110 {
		margin: 11rem !important;
	}
	.mt-md-110,
	.my-md-110 {
		margin-top: 11rem !important;
	}
	.mr-md-110,
	.mx-md-110 {
		margin-right: 11rem !important;
	}
	.mb-md-110,
	.my-md-110 {
		margin-bottom: 11rem !important;
	}
	.ml-md-110,
	.mx-md-110 {
		margin-left: 11rem !important;
	}
	.m-md-120 {
		margin: 12rem !important;
	}
	.mt-md-120,
	.my-md-120 {
		margin-top: 12rem !important;
	}
	.mr-md-120,
	.mx-md-120 {
		margin-right: 12rem !important;
	}
	.mb-md-120,
	.my-md-120 {
		margin-bottom: 12rem !important;
	}
	.ml-md-120,
	.mx-md-120 {
		margin-left: 12rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.p-md-10 {
		padding: 1rem !important;
	}
	.pt-md-10,
	.py-md-10 {
		padding-top: 1rem !important;
	}
	.pr-md-10,
	.px-md-10 {
		padding-right: 1rem !important;
	}
	.pb-md-10,
	.py-md-10 {
		padding-bottom: 1rem !important;
	}
	.pl-md-10,
	.px-md-10 {
		padding-left: 1rem !important;
	}
	.p-md-15 {
		padding: 1.5rem !important;
	}
	.pt-md-15,
	.py-md-15 {
		padding-top: 1.5rem !important;
	}
	.pr-md-15,
	.px-md-15 {
		padding-right: 1.5rem !important;
	}
	.pb-md-15,
	.py-md-15 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-15,
	.px-md-15 {
		padding-left: 1.5rem !important;
	}
	.p-md-20 {
		padding: 2rem !important;
	}
	.pt-md-20,
	.py-md-20 {
		padding-top: 2rem !important;
	}
	.pr-md-20,
	.px-md-20 {
		padding-right: 2rem !important;
	}
	.pb-md-20,
	.py-md-20 {
		padding-bottom: 2rem !important;
	}
	.pl-md-20,
	.px-md-20 {
		padding-left: 2rem !important;
	}
	.p-md-25 {
		padding: 2.5rem !important;
	}
	.pt-md-25,
	.py-md-25 {
		padding-top: 2.5rem !important;
	}
	.pr-md-25,
	.px-md-25 {
		padding-right: 2.5rem !important;
	}
	.pb-md-25,
	.py-md-25 {
		padding-bottom: 2.5rem !important;
	}
	.pl-md-25,
	.px-md-25 {
		padding-left: 2.5rem !important;
	}
	.p-md-30 {
		padding: 3rem !important;
	}
	.pt-md-30,
	.py-md-30 {
		padding-top: 3rem !important;
	}
	.pr-md-30,
	.px-md-30 {
		padding-right: 3rem !important;
	}
	.pb-md-30,
	.py-md-30 {
		padding-bottom: 3rem !important;
	}
	.pl-md-30,
	.px-md-30 {
		padding-left: 3rem !important;
	}
	.p-md-35 {
		padding: 3.5rem !important;
	}
	.pt-md-35,
	.py-md-35 {
		padding-top: 3.5rem !important;
	}
	.pr-md-35,
	.px-md-35 {
		padding-right: 3.5rem !important;
	}
	.pb-md-35,
	.py-md-35 {
		padding-bottom: 3.5rem !important;
	}
	.pl-md-35,
	.px-md-35 {
		padding-left: 3.5rem !important;
	}
	.p-md-40 {
		padding: 4rem !important;
	}
	.pt-md-40,
	.py-md-40 {
		padding-top: 4rem !important;
	}
	.pr-md-40,
	.px-md-40 {
		padding-right: 4rem !important;
	}
	.pb-md-40,
	.py-md-40 {
		padding-bottom: 4rem !important;
	}
	.pl-md-40,
	.px-md-40 {
		padding-left: 4rem !important;
	}
	.p-md-45 {
		padding: 4.5rem !important;
	}
	.pt-md-45,
	.py-md-45 {
		padding-top: 4.5rem !important;
	}
	.pr-md-45,
	.px-md-45 {
		padding-right: 4.5rem !important;
	}
	.pb-md-45,
	.py-md-45 {
		padding-bottom: 4.5rem !important;
	}
	.pl-md-45,
	.px-md-45 {
		padding-left: 4.5rem !important;
	}
	.p-md-50 {
		padding: 5rem !important;
	}
	.pt-md-50,
	.py-md-50 {
		padding-top: 5rem !important;
	}
	.pr-md-50,
	.px-md-50 {
		padding-right: 5rem !important;
	}
	.pb-md-50,
	.py-md-50 {
		padding-bottom: 5rem !important;
	}
	.pl-md-50,
	.px-md-50 {
		padding-left: 5rem !important;
	}
	.p-md-55 {
		padding: 5.5rem !important;
	}
	.pt-md-55,
	.py-md-55 {
		padding-top: 5.5rem !important;
	}
	.pr-md-55,
	.px-md-55 {
		padding-right: 5.5rem !important;
	}
	.pb-md-55,
	.py-md-55 {
		padding-bottom: 5.5rem !important;
	}
	.pl-md-55,
	.px-md-55 {
		padding-left: 5.5rem !important;
	}
	.p-md-60 {
		padding: 6rem !important;
	}
	.pt-md-60,
	.py-md-60 {
		padding-top: 6rem !important;
	}
	.pr-md-60,
	.px-md-60 {
		padding-right: 6rem !important;
	}
	.pb-md-60,
	.py-md-60 {
		padding-bottom: 6rem !important;
	}
	.pl-md-60,
	.px-md-60 {
		padding-left: 6rem !important;
	}
	.p-md-65 {
		padding: 6.5rem !important;
	}
	.pt-md-65,
	.py-md-65 {
		padding-top: 6.5rem !important;
	}
	.pr-md-65,
	.px-md-65 {
		padding-right: 6.5rem !important;
	}
	.pb-md-65,
	.py-md-65 {
		padding-bottom: 6.5rem !important;
	}
	.pl-md-65,
	.px-md-65 {
		padding-left: 6.5rem !important;
	}
	.p-md-70 {
		padding: 7rem !important;
	}
	.pt-md-70,
	.py-md-70 {
		padding-top: 7rem !important;
	}
	.pr-md-70,
	.px-md-70 {
		padding-right: 7rem !important;
	}
	.pb-md-70,
	.py-md-70 {
		padding-bottom: 7rem !important;
	}
	.pl-md-70,
	.px-md-70 {
		padding-left: 7rem !important;
	}
	.p-md-75 {
		padding: 7.5rem !important;
	}
	.pt-md-75,
	.py-md-75 {
		padding-top: 7.5rem !important;
	}
	.pr-md-75,
	.px-md-75 {
		padding-right: 7.5rem !important;
	}
	.pb-md-75,
	.py-md-75 {
		padding-bottom: 7.5rem !important;
	}
	.pl-md-75,
	.px-md-75 {
		padding-left: 7.5rem !important;
	}
	.p-md-80 {
		padding: 8rem !important;
	}
	.pt-md-80,
	.py-md-80 {
		padding-top: 8rem !important;
	}
	.pr-md-80,
	.px-md-80 {
		padding-right: 8rem !important;
	}
	.pb-md-80,
	.py-md-80 {
		padding-bottom: 8rem !important;
	}
	.pl-md-80,
	.px-md-80 {
		padding-left: 8rem !important;
	}
	.p-md-85 {
		padding: 8.5rem !important;
	}
	.pt-md-85,
	.py-md-85 {
		padding-top: 8.5rem !important;
	}
	.pr-md-85,
	.px-md-85 {
		padding-right: 8.5rem !important;
	}
	.pb-md-85,
	.py-md-85 {
		padding-bottom: 8.5rem !important;
	}
	.pl-md-85,
	.px-md-85 {
		padding-left: 8.5rem !important;
	}
	.p-md-90 {
		padding: 9rem !important;
	}
	.pt-md-90,
	.py-md-90 {
		padding-top: 9rem !important;
	}
	.pr-md-90,
	.px-md-90 {
		padding-right: 9rem !important;
	}
	.pb-md-90,
	.py-md-90 {
		padding-bottom: 9rem !important;
	}
	.pl-md-90,
	.px-md-90 {
		padding-left: 9rem !important;
	}
	.p-md-95 {
		padding: 9.5rem !important;
	}
	.pt-md-95,
	.py-md-95 {
		padding-top: 9.5rem !important;
	}
	.pr-md-95,
	.px-md-95 {
		padding-right: 9.5rem !important;
	}
	.pb-md-95,
	.py-md-95 {
		padding-bottom: 9.5rem !important;
	}
	.pl-md-95,
	.px-md-95 {
		padding-left: 9.5rem !important;
	}
	.p-md-100 {
		padding: 10rem !important;
	}
	.pt-md-100,
	.py-md-100 {
		padding-top: 10rem !important;
	}
	.pr-md-100,
	.px-md-100 {
		padding-right: 10rem !important;
	}
	.pb-md-100,
	.py-md-100 {
		padding-bottom: 10rem !important;
	}
	.pl-md-100,
	.px-md-100 {
		padding-left: 10rem !important;
	}
	.p-md-110 {
		padding: 11rem !important;
	}
	.pt-md-110,
	.py-md-110 {
		padding-top: 11rem !important;
	}
	.pr-md-110,
	.px-md-110 {
		padding-right: 11rem !important;
	}
	.pb-md-110,
	.py-md-110 {
		padding-bottom: 11rem !important;
	}
	.pl-md-110,
	.px-md-110 {
		padding-left: 11rem !important;
	}
	.p-md-120 {
		padding: 12rem !important;
	}
	.pt-md-120,
	.py-md-120 {
		padding-top: 12rem !important;
	}
	.pr-md-120,
	.px-md-120 {
		padding-right: 12rem !important;
	}
	.pb-md-120,
	.py-md-120 {
		padding-bottom: 12rem !important;
	}
	.pl-md-120,
	.px-md-120 {
		padding-left: 12rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.m-lg-10 {
		margin: 1rem !important;
	}
	.mt-lg-10,
	.my-lg-10 {
		margin-top: 1rem !important;
	}
	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 1rem !important;
	}
	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 1rem !important;
	}
	.m-lg-15 {
		margin: 1.5rem !important;
	}
	.mt-lg-15,
	.my-lg-15 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-15,
	.mx-lg-15 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-15,
	.my-lg-15 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-15,
	.mx-lg-15 {
		margin-left: 1.5rem !important;
	}
	.m-lg-20 {
		margin: 2rem !important;
	}
	.mt-lg-20,
	.my-lg-20 {
		margin-top: 2rem !important;
	}
	.mr-lg-20,
	.mx-lg-20 {
		margin-right: 2rem !important;
	}
	.mb-lg-20,
	.my-lg-20 {
		margin-bottom: 2rem !important;
	}
	.ml-lg-20,
	.mx-lg-20 {
		margin-left: 2rem !important;
	}
	.m-lg-25 {
		margin: 2.5rem !important;
	}
	.mt-lg-25,
	.my-lg-25 {
		margin-top: 2.5rem !important;
	}
	.mr-lg-25,
	.mx-lg-25 {
		margin-right: 2.5rem !important;
	}
	.mb-lg-25,
	.my-lg-25 {
		margin-bottom: 2.5rem !important;
	}
	.ml-lg-25,
	.mx-lg-25 {
		margin-left: 2.5rem !important;
	}
	.m-lg-30 {
		margin: 3rem !important;
	}
	.mt-lg-30,
	.my-lg-30 {
		margin-top: 3rem !important;
	}
	.mr-lg-30,
	.mx-lg-30 {
		margin-right: 3rem !important;
	}
	.mb-lg-30,
	.my-lg-30 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-30,
	.mx-lg-30 {
		margin-left: 3rem !important;
	}
	.m-lg-35 {
		margin: 3.5rem !important;
	}
	.mt-lg-35,
	.my-lg-35 {
		margin-top: 3.5rem !important;
	}
	.mr-lg-35,
	.mx-lg-35 {
		margin-right: 3.5rem !important;
	}
	.mb-lg-35,
	.my-lg-35 {
		margin-bottom: 3.5rem !important;
	}
	.ml-lg-35,
	.mx-lg-35 {
		margin-left: 3.5rem !important;
	}
	.m-lg-40 {
		margin: 4rem !important;
	}
	.mt-lg-40,
	.my-lg-40 {
		margin-top: 4rem !important;
	}
	.mr-lg-40,
	.mx-lg-40 {
		margin-right: 4rem !important;
	}
	.mb-lg-40,
	.my-lg-40 {
		margin-bottom: 4rem !important;
	}
	.ml-lg-40,
	.mx-lg-40 {
		margin-left: 4rem !important;
	}
	.m-lg-45 {
		margin: 4.5rem !important;
	}
	.mt-lg-45,
	.my-lg-45 {
		margin-top: 4.5rem !important;
	}
	.mr-lg-45,
	.mx-lg-45 {
		margin-right: 4.5rem !important;
	}
	.mb-lg-45,
	.my-lg-45 {
		margin-bottom: 4.5rem !important;
	}
	.ml-lg-45,
	.mx-lg-45 {
		margin-left: 4.5rem !important;
	}
	.m-lg-50 {
		margin: 5rem !important;
	}
	.mt-lg-50,
	.my-lg-50 {
		margin-top: 5rem !important;
	}
	.mr-lg-50,
	.mx-lg-50 {
		margin-right: 5rem !important;
	}
	.mb-lg-50,
	.my-lg-50 {
		margin-bottom: 5rem !important;
	}
	.ml-lg-50,
	.mx-lg-50 {
		margin-left: 5rem !important;
	}
	.m-lg-55 {
		margin: 5.5rem !important;
	}
	.mt-lg-55,
	.my-lg-55 {
		margin-top: 5.5rem !important;
	}
	.mr-lg-55,
	.mx-lg-55 {
		margin-right: 5.5rem !important;
	}
	.mb-lg-55,
	.my-lg-55 {
		margin-bottom: 5.5rem !important;
	}
	.ml-lg-55,
	.mx-lg-55 {
		margin-left: 5.5rem !important;
	}
	.m-lg-60 {
		margin: 6rem !important;
	}
	.mt-lg-60,
	.my-lg-60 {
		margin-top: 6rem !important;
	}
	.mr-lg-60,
	.mx-lg-60 {
		margin-right: 6rem !important;
	}
	.mb-lg-60,
	.my-lg-60 {
		margin-bottom: 6rem !important;
	}
	.ml-lg-60,
	.mx-lg-60 {
		margin-left: 6rem !important;
	}
	.m-lg-65 {
		margin: 6.5rem !important;
	}
	.mt-lg-65,
	.my-lg-65 {
		margin-top: 6.5rem !important;
	}
	.mr-lg-65,
	.mx-lg-65 {
		margin-right: 6.5rem !important;
	}
	.mb-lg-65,
	.my-lg-65 {
		margin-bottom: 6.5rem !important;
	}
	.ml-lg-65,
	.mx-lg-65 {
		margin-left: 6.5rem !important;
	}
	.m-lg-70 {
		margin: 7rem !important;
	}
	.mt-lg-70,
	.my-lg-70 {
		margin-top: 7rem !important;
	}
	.mr-lg-70,
	.mx-lg-70 {
		margin-right: 7rem !important;
	}
	.mb-lg-70,
	.my-lg-70 {
		margin-bottom: 7rem !important;
	}
	.ml-lg-70,
	.mx-lg-70 {
		margin-left: 7rem !important;
	}
	.m-lg-75 {
		margin: 7.5rem !important;
	}
	.mt-lg-75,
	.my-lg-75 {
		margin-top: 7.5rem !important;
	}
	.mr-lg-75,
	.mx-lg-75 {
		margin-right: 7.5rem !important;
	}
	.mb-lg-75,
	.my-lg-75 {
		margin-bottom: 7.5rem !important;
	}
	.ml-lg-75,
	.mx-lg-75 {
		margin-left: 7.5rem !important;
	}
	.m-lg-80 {
		margin: 8rem !important;
	}
	.mt-lg-80,
	.my-lg-80 {
		margin-top: 8rem !important;
	}
	.mr-lg-80,
	.mx-lg-80 {
		margin-right: 8rem !important;
	}
	.mb-lg-80,
	.my-lg-80 {
		margin-bottom: 8rem !important;
	}
	.ml-lg-80,
	.mx-lg-80 {
		margin-left: 8rem !important;
	}
	.m-lg-85 {
		margin: 8.5rem !important;
	}
	.mt-lg-85,
	.my-lg-85 {
		margin-top: 8.5rem !important;
	}
	.mr-lg-85,
	.mx-lg-85 {
		margin-right: 8.5rem !important;
	}
	.mb-lg-85,
	.my-lg-85 {
		margin-bottom: 8.5rem !important;
	}
	.ml-lg-85,
	.mx-lg-85 {
		margin-left: 8.5rem !important;
	}
	.m-lg-90 {
		margin: 9rem !important;
	}
	.mt-lg-90,
	.my-lg-90 {
		margin-top: 9rem !important;
	}
	.mr-lg-90,
	.mx-lg-90 {
		margin-right: 9rem !important;
	}
	.mb-lg-90,
	.my-lg-90 {
		margin-bottom: 9rem !important;
	}
	.ml-lg-90,
	.mx-lg-90 {
		margin-left: 9rem !important;
	}
	.m-lg-95 {
		margin: 9.5rem !important;
	}
	.mt-lg-95,
	.my-lg-95 {
		margin-top: 9.5rem !important;
	}
	.mr-lg-95,
	.mx-lg-95 {
		margin-right: 9.5rem !important;
	}
	.mb-lg-95,
	.my-lg-95 {
		margin-bottom: 9.5rem !important;
	}
	.ml-lg-95,
	.mx-lg-95 {
		margin-left: 9.5rem !important;
	}
	.m-lg-100 {
		margin: 10rem !important;
	}
	.mt-lg-100,
	.my-lg-100 {
		margin-top: 10rem !important;
	}
	.mr-lg-100,
	.mx-lg-100 {
		margin-right: 10rem !important;
	}
	.mb-lg-100,
	.my-lg-100 {
		margin-bottom: 10rem !important;
	}
	.ml-lg-100,
	.mx-lg-100 {
		margin-left: 10rem !important;
	}
	.m-lg-110 {
		margin: 11rem !important;
	}
	.mt-lg-110,
	.my-lg-110 {
		margin-top: 11rem !important;
	}
	.mr-lg-110,
	.mx-lg-110 {
		margin-right: 11rem !important;
	}
	.mb-lg-110,
	.my-lg-110 {
		margin-bottom: 11rem !important;
	}
	.ml-lg-110,
	.mx-lg-110 {
		margin-left: 11rem !important;
	}
	.m-lg-120 {
		margin: 12rem !important;
	}
	.mt-lg-120,
	.my-lg-120 {
		margin-top: 12rem !important;
	}
	.mr-lg-120,
	.mx-lg-120 {
		margin-right: 12rem !important;
	}
	.mb-lg-120,
	.my-lg-120 {
		margin-bottom: 12rem !important;
	}
	.ml-lg-120,
	.mx-lg-120 {
		margin-left: 12rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.p-lg-10 {
		padding: 1rem !important;
	}
	.pt-lg-10,
	.py-lg-10 {
		padding-top: 1rem !important;
	}
	.pr-lg-10,
	.px-lg-10 {
		padding-right: 1rem !important;
	}
	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-10,
	.px-lg-10 {
		padding-left: 1rem !important;
	}
	.p-lg-15 {
		padding: 1.5rem !important;
	}
	.pt-lg-15,
	.py-lg-15 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-15,
	.px-lg-15 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-15,
	.py-lg-15 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-15,
	.px-lg-15 {
		padding-left: 1.5rem !important;
	}
	.p-lg-20 {
		padding: 2rem !important;
	}
	.pt-lg-20,
	.py-lg-20 {
		padding-top: 2rem !important;
	}
	.pr-lg-20,
	.px-lg-20 {
		padding-right: 2rem !important;
	}
	.pb-lg-20,
	.py-lg-20 {
		padding-bottom: 2rem !important;
	}
	.pl-lg-20,
	.px-lg-20 {
		padding-left: 2rem !important;
	}
	.p-lg-25 {
		padding: 2.5rem !important;
	}
	.pt-lg-25,
	.py-lg-25 {
		padding-top: 2.5rem !important;
	}
	.pr-lg-25,
	.px-lg-25 {
		padding-right: 2.5rem !important;
	}
	.pb-lg-25,
	.py-lg-25 {
		padding-bottom: 2.5rem !important;
	}
	.pl-lg-25,
	.px-lg-25 {
		padding-left: 2.5rem !important;
	}
	.p-lg-30 {
		padding: 3rem !important;
	}
	.pt-lg-30,
	.py-lg-30 {
		padding-top: 3rem !important;
	}
	.pr-lg-30,
	.px-lg-30 {
		padding-right: 3rem !important;
	}
	.pb-lg-30,
	.py-lg-30 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-30,
	.px-lg-30 {
		padding-left: 3rem !important;
	}
	.p-lg-35 {
		padding: 3.5rem !important;
	}
	.pt-lg-35,
	.py-lg-35 {
		padding-top: 3.5rem !important;
	}
	.pr-lg-35,
	.px-lg-35 {
		padding-right: 3.5rem !important;
	}
	.pb-lg-35,
	.py-lg-35 {
		padding-bottom: 3.5rem !important;
	}
	.pl-lg-35,
	.px-lg-35 {
		padding-left: 3.5rem !important;
	}
	.p-lg-40 {
		padding: 4rem !important;
	}
	.pt-lg-40,
	.py-lg-40 {
		padding-top: 4rem !important;
	}
	.pr-lg-40,
	.px-lg-40 {
		padding-right: 4rem !important;
	}
	.pb-lg-40,
	.py-lg-40 {
		padding-bottom: 4rem !important;
	}
	.pl-lg-40,
	.px-lg-40 {
		padding-left: 4rem !important;
	}
	.p-lg-45 {
		padding: 4.5rem !important;
	}
	.pt-lg-45,
	.py-lg-45 {
		padding-top: 4.5rem !important;
	}
	.pr-lg-45,
	.px-lg-45 {
		padding-right: 4.5rem !important;
	}
	.pb-lg-45,
	.py-lg-45 {
		padding-bottom: 4.5rem !important;
	}
	.pl-lg-45,
	.px-lg-45 {
		padding-left: 4.5rem !important;
	}
	.p-lg-50 {
		padding: 5rem !important;
	}
	.pt-lg-50,
	.py-lg-50 {
		padding-top: 5rem !important;
	}
	.pr-lg-50,
	.px-lg-50 {
		padding-right: 5rem !important;
	}
	.pb-lg-50,
	.py-lg-50 {
		padding-bottom: 5rem !important;
	}
	.pl-lg-50,
	.px-lg-50 {
		padding-left: 5rem !important;
	}
	.p-lg-55 {
		padding: 5.5rem !important;
	}
	.pt-lg-55,
	.py-lg-55 {
		padding-top: 5.5rem !important;
	}
	.pr-lg-55,
	.px-lg-55 {
		padding-right: 5.5rem !important;
	}
	.pb-lg-55,
	.py-lg-55 {
		padding-bottom: 5.5rem !important;
	}
	.pl-lg-55,
	.px-lg-55 {
		padding-left: 5.5rem !important;
	}
	.p-lg-60 {
		padding: 6rem !important;
	}
	.pt-lg-60,
	.py-lg-60 {
		padding-top: 6rem !important;
	}
	.pr-lg-60,
	.px-lg-60 {
		padding-right: 6rem !important;
	}
	.pb-lg-60,
	.py-lg-60 {
		padding-bottom: 6rem !important;
	}
	.pl-lg-60,
	.px-lg-60 {
		padding-left: 6rem !important;
	}
	.p-lg-65 {
		padding: 6.5rem !important;
	}
	.pt-lg-65,
	.py-lg-65 {
		padding-top: 6.5rem !important;
	}
	.pr-lg-65,
	.px-lg-65 {
		padding-right: 6.5rem !important;
	}
	.pb-lg-65,
	.py-lg-65 {
		padding-bottom: 6.5rem !important;
	}
	.pl-lg-65,
	.px-lg-65 {
		padding-left: 6.5rem !important;
	}
	.p-lg-70 {
		padding: 7rem !important;
	}
	.pt-lg-70,
	.py-lg-70 {
		padding-top: 7rem !important;
	}
	.pr-lg-70,
	.px-lg-70 {
		padding-right: 7rem !important;
	}
	.pb-lg-70,
	.py-lg-70 {
		padding-bottom: 7rem !important;
	}
	.pl-lg-70,
	.px-lg-70 {
		padding-left: 7rem !important;
	}
	.p-lg-75 {
		padding: 7.5rem !important;
	}
	.pt-lg-75,
	.py-lg-75 {
		padding-top: 7.5rem !important;
	}
	.pr-lg-75,
	.px-lg-75 {
		padding-right: 7.5rem !important;
	}
	.pb-lg-75,
	.py-lg-75 {
		padding-bottom: 7.5rem !important;
	}
	.pl-lg-75,
	.px-lg-75 {
		padding-left: 7.5rem !important;
	}
	.p-lg-80 {
		padding: 8rem !important;
	}
	.pt-lg-80,
	.py-lg-80 {
		padding-top: 8rem !important;
	}
	.pr-lg-80,
	.px-lg-80 {
		padding-right: 8rem !important;
	}
	.pb-lg-80,
	.py-lg-80 {
		padding-bottom: 8rem !important;
	}
	.pl-lg-80,
	.px-lg-80 {
		padding-left: 8rem !important;
	}
	.p-lg-85 {
		padding: 8.5rem !important;
	}
	.pt-lg-85,
	.py-lg-85 {
		padding-top: 8.5rem !important;
	}
	.pr-lg-85,
	.px-lg-85 {
		padding-right: 8.5rem !important;
	}
	.pb-lg-85,
	.py-lg-85 {
		padding-bottom: 8.5rem !important;
	}
	.pl-lg-85,
	.px-lg-85 {
		padding-left: 8.5rem !important;
	}
	.p-lg-90 {
		padding: 9rem !important;
	}
	.pt-lg-90,
	.py-lg-90 {
		padding-top: 9rem !important;
	}
	.pr-lg-90,
	.px-lg-90 {
		padding-right: 9rem !important;
	}
	.pb-lg-90,
	.py-lg-90 {
		padding-bottom: 9rem !important;
	}
	.pl-lg-90,
	.px-lg-90 {
		padding-left: 9rem !important;
	}
	.p-lg-95 {
		padding: 9.5rem !important;
	}
	.pt-lg-95,
	.py-lg-95 {
		padding-top: 9.5rem !important;
	}
	.pr-lg-95,
	.px-lg-95 {
		padding-right: 9.5rem !important;
	}
	.pb-lg-95,
	.py-lg-95 {
		padding-bottom: 9.5rem !important;
	}
	.pl-lg-95,
	.px-lg-95 {
		padding-left: 9.5rem !important;
	}
	.p-lg-100 {
		padding: 10rem !important;
	}
	.pt-lg-100,
	.py-lg-100 {
		padding-top: 10rem !important;
	}
	.pr-lg-100,
	.px-lg-100 {
		padding-right: 10rem !important;
	}
	.pb-lg-100,
	.py-lg-100 {
		padding-bottom: 10rem !important;
	}
	.pl-lg-100,
	.px-lg-100 {
		padding-left: 10rem !important;
	}
	.p-lg-110 {
		padding: 11rem !important;
	}
	.pt-lg-110,
	.py-lg-110 {
		padding-top: 11rem !important;
	}
	.pr-lg-110,
	.px-lg-110 {
		padding-right: 11rem !important;
	}
	.pb-lg-110,
	.py-lg-110 {
		padding-bottom: 11rem !important;
	}
	.pl-lg-110,
	.px-lg-110 {
		padding-left: 11rem !important;
	}
	.p-lg-120 {
		padding: 12rem !important;
	}
	.pt-lg-120,
	.py-lg-120 {
		padding-top: 12rem !important;
	}
	.pr-lg-120,
	.px-lg-120 {
		padding-right: 12rem !important;
	}
	.pb-lg-120,
	.py-lg-120 {
		padding-bottom: 12rem !important;
	}
	.pl-lg-120,
	.px-lg-120 {
		padding-left: 12rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.m-xl-10 {
		margin: 1rem !important;
	}
	.mt-xl-10,
	.my-xl-10 {
		margin-top: 1rem !important;
	}
	.mr-xl-10,
	.mx-xl-10 {
		margin-right: 1rem !important;
	}
	.mb-xl-10,
	.my-xl-10 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-10,
	.mx-xl-10 {
		margin-left: 1rem !important;
	}
	.m-xl-15 {
		margin: 1.5rem !important;
	}
	.mt-xl-15,
	.my-xl-15 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-15,
	.mx-xl-15 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-15,
	.my-xl-15 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-15,
	.mx-xl-15 {
		margin-left: 1.5rem !important;
	}
	.m-xl-20 {
		margin: 2rem !important;
	}
	.mt-xl-20,
	.my-xl-20 {
		margin-top: 2rem !important;
	}
	.mr-xl-20,
	.mx-xl-20 {
		margin-right: 2rem !important;
	}
	.mb-xl-20,
	.my-xl-20 {
		margin-bottom: 2rem !important;
	}
	.ml-xl-20,
	.mx-xl-20 {
		margin-left: 2rem !important;
	}
	.m-xl-25 {
		margin: 2.5rem !important;
	}
	.mt-xl-25,
	.my-xl-25 {
		margin-top: 2.5rem !important;
	}
	.mr-xl-25,
	.mx-xl-25 {
		margin-right: 2.5rem !important;
	}
	.mb-xl-25,
	.my-xl-25 {
		margin-bottom: 2.5rem !important;
	}
	.ml-xl-25,
	.mx-xl-25 {
		margin-left: 2.5rem !important;
	}
	.m-xl-30 {
		margin: 3rem !important;
	}
	.mt-xl-30,
	.my-xl-30 {
		margin-top: 3rem !important;
	}
	.mr-xl-30,
	.mx-xl-30 {
		margin-right: 3rem !important;
	}
	.mb-xl-30,
	.my-xl-30 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-30,
	.mx-xl-30 {
		margin-left: 3rem !important;
	}
	.m-xl-35 {
		margin: 3.5rem !important;
	}
	.mt-xl-35,
	.my-xl-35 {
		margin-top: 3.5rem !important;
	}
	.mr-xl-35,
	.mx-xl-35 {
		margin-right: 3.5rem !important;
	}
	.mb-xl-35,
	.my-xl-35 {
		margin-bottom: 3.5rem !important;
	}
	.ml-xl-35,
	.mx-xl-35 {
		margin-left: 3.5rem !important;
	}
	.m-xl-40 {
		margin: 4rem !important;
	}
	.mt-xl-40,
	.my-xl-40 {
		margin-top: 4rem !important;
	}
	.mr-xl-40,
	.mx-xl-40 {
		margin-right: 4rem !important;
	}
	.mb-xl-40,
	.my-xl-40 {
		margin-bottom: 4rem !important;
	}
	.ml-xl-40,
	.mx-xl-40 {
		margin-left: 4rem !important;
	}
	.m-xl-45 {
		margin: 4.5rem !important;
	}
	.mt-xl-45,
	.my-xl-45 {
		margin-top: 4.5rem !important;
	}
	.mr-xl-45,
	.mx-xl-45 {
		margin-right: 4.5rem !important;
	}
	.mb-xl-45,
	.my-xl-45 {
		margin-bottom: 4.5rem !important;
	}
	.ml-xl-45,
	.mx-xl-45 {
		margin-left: 4.5rem !important;
	}
	.m-xl-50 {
		margin: 5rem !important;
	}
	.mt-xl-50,
	.my-xl-50 {
		margin-top: 5rem !important;
	}
	.mr-xl-50,
	.mx-xl-50 {
		margin-right: 5rem !important;
	}
	.mb-xl-50,
	.my-xl-50 {
		margin-bottom: 5rem !important;
	}
	.ml-xl-50,
	.mx-xl-50 {
		margin-left: 5rem !important;
	}
	.m-xl-55 {
		margin: 5.5rem !important;
	}
	.mt-xl-55,
	.my-xl-55 {
		margin-top: 5.5rem !important;
	}
	.mr-xl-55,
	.mx-xl-55 {
		margin-right: 5.5rem !important;
	}
	.mb-xl-55,
	.my-xl-55 {
		margin-bottom: 5.5rem !important;
	}
	.ml-xl-55,
	.mx-xl-55 {
		margin-left: 5.5rem !important;
	}
	.m-xl-60 {
		margin: 6rem !important;
	}
	.mt-xl-60,
	.my-xl-60 {
		margin-top: 6rem !important;
	}
	.mr-xl-60,
	.mx-xl-60 {
		margin-right: 6rem !important;
	}
	.mb-xl-60,
	.my-xl-60 {
		margin-bottom: 6rem !important;
	}
	.ml-xl-60,
	.mx-xl-60 {
		margin-left: 6rem !important;
	}
	.m-xl-65 {
		margin: 6.5rem !important;
	}
	.mt-xl-65,
	.my-xl-65 {
		margin-top: 6.5rem !important;
	}
	.mr-xl-65,
	.mx-xl-65 {
		margin-right: 6.5rem !important;
	}
	.mb-xl-65,
	.my-xl-65 {
		margin-bottom: 6.5rem !important;
	}
	.ml-xl-65,
	.mx-xl-65 {
		margin-left: 6.5rem !important;
	}
	.m-xl-70 {
		margin: 7rem !important;
	}
	.mt-xl-70,
	.my-xl-70 {
		margin-top: 7rem !important;
	}
	.mr-xl-70,
	.mx-xl-70 {
		margin-right: 7rem !important;
	}
	.mb-xl-70,
	.my-xl-70 {
		margin-bottom: 7rem !important;
	}
	.ml-xl-70,
	.mx-xl-70 {
		margin-left: 7rem !important;
	}
	.m-xl-75 {
		margin: 7.5rem !important;
	}
	.mt-xl-75,
	.my-xl-75 {
		margin-top: 7.5rem !important;
	}
	.mr-xl-75,
	.mx-xl-75 {
		margin-right: 7.5rem !important;
	}
	.mb-xl-75,
	.my-xl-75 {
		margin-bottom: 7.5rem !important;
	}
	.ml-xl-75,
	.mx-xl-75 {
		margin-left: 7.5rem !important;
	}
	.m-xl-80 {
		margin: 8rem !important;
	}
	.mt-xl-80,
	.my-xl-80 {
		margin-top: 8rem !important;
	}
	.mr-xl-80,
	.mx-xl-80 {
		margin-right: 8rem !important;
	}
	.mb-xl-80,
	.my-xl-80 {
		margin-bottom: 8rem !important;
	}
	.ml-xl-80,
	.mx-xl-80 {
		margin-left: 8rem !important;
	}
	.m-xl-85 {
		margin: 8.5rem !important;
	}
	.mt-xl-85,
	.my-xl-85 {
		margin-top: 8.5rem !important;
	}
	.mr-xl-85,
	.mx-xl-85 {
		margin-right: 8.5rem !important;
	}
	.mb-xl-85,
	.my-xl-85 {
		margin-bottom: 8.5rem !important;
	}
	.ml-xl-85,
	.mx-xl-85 {
		margin-left: 8.5rem !important;
	}
	.m-xl-90 {
		margin: 9rem !important;
	}
	.mt-xl-90,
	.my-xl-90 {
		margin-top: 9rem !important;
	}
	.mr-xl-90,
	.mx-xl-90 {
		margin-right: 9rem !important;
	}
	.mb-xl-90,
	.my-xl-90 {
		margin-bottom: 9rem !important;
	}
	.ml-xl-90,
	.mx-xl-90 {
		margin-left: 9rem !important;
	}
	.m-xl-95 {
		margin: 9.5rem !important;
	}
	.mt-xl-95,
	.my-xl-95 {
		margin-top: 9.5rem !important;
	}
	.mr-xl-95,
	.mx-xl-95 {
		margin-right: 9.5rem !important;
	}
	.mb-xl-95,
	.my-xl-95 {
		margin-bottom: 9.5rem !important;
	}
	.ml-xl-95,
	.mx-xl-95 {
		margin-left: 9.5rem !important;
	}
	.m-xl-100 {
		margin: 10rem !important;
	}
	.mt-xl-100,
	.my-xl-100 {
		margin-top: 10rem !important;
	}
	.mr-xl-100,
	.mx-xl-100 {
		margin-right: 10rem !important;
	}
	.mb-xl-100,
	.my-xl-100 {
		margin-bottom: 10rem !important;
	}
	.ml-xl-100,
	.mx-xl-100 {
		margin-left: 10rem !important;
	}
	.m-xl-110 {
		margin: 11rem !important;
	}
	.mt-xl-110,
	.my-xl-110 {
		margin-top: 11rem !important;
	}
	.mr-xl-110,
	.mx-xl-110 {
		margin-right: 11rem !important;
	}
	.mb-xl-110,
	.my-xl-110 {
		margin-bottom: 11rem !important;
	}
	.ml-xl-110,
	.mx-xl-110 {
		margin-left: 11rem !important;
	}
	.m-xl-120 {
		margin: 12rem !important;
	}
	.mt-xl-120,
	.my-xl-120 {
		margin-top: 12rem !important;
	}
	.mr-xl-120,
	.mx-xl-120 {
		margin-right: 12rem !important;
	}
	.mb-xl-120,
	.my-xl-120 {
		margin-bottom: 12rem !important;
	}
	.ml-xl-120,
	.mx-xl-120 {
		margin-left: 12rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.p-xl-10 {
		padding: 1rem !important;
	}
	.pt-xl-10,
	.py-xl-10 {
		padding-top: 1rem !important;
	}
	.pr-xl-10,
	.px-xl-10 {
		padding-right: 1rem !important;
	}
	.pb-xl-10,
	.py-xl-10 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-10,
	.px-xl-10 {
		padding-left: 1rem !important;
	}
	.p-xl-15 {
		padding: 1.5rem !important;
	}
	.pt-xl-15,
	.py-xl-15 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-15,
	.px-xl-15 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-15,
	.py-xl-15 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-15,
	.px-xl-15 {
		padding-left: 1.5rem !important;
	}
	.p-xl-20 {
		padding: 2rem !important;
	}
	.pt-xl-20,
	.py-xl-20 {
		padding-top: 2rem !important;
	}
	.pr-xl-20,
	.px-xl-20 {
		padding-right: 2rem !important;
	}
	.pb-xl-20,
	.py-xl-20 {
		padding-bottom: 2rem !important;
	}
	.pl-xl-20,
	.px-xl-20 {
		padding-left: 2rem !important;
	}
	.p-xl-25 {
		padding: 2.5rem !important;
	}
	.pt-xl-25,
	.py-xl-25 {
		padding-top: 2.5rem !important;
	}
	.pr-xl-25,
	.px-xl-25 {
		padding-right: 2.5rem !important;
	}
	.pb-xl-25,
	.py-xl-25 {
		padding-bottom: 2.5rem !important;
	}
	.pl-xl-25,
	.px-xl-25 {
		padding-left: 2.5rem !important;
	}
	.p-xl-30 {
		padding: 3rem !important;
	}
	.pt-xl-30,
	.py-xl-30 {
		padding-top: 3rem !important;
	}
	.pr-xl-30,
	.px-xl-30 {
		padding-right: 3rem !important;
	}
	.pb-xl-30,
	.py-xl-30 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-30,
	.px-xl-30 {
		padding-left: 3rem !important;
	}
	.p-xl-35 {
		padding: 3.5rem !important;
	}
	.pt-xl-35,
	.py-xl-35 {
		padding-top: 3.5rem !important;
	}
	.pr-xl-35,
	.px-xl-35 {
		padding-right: 3.5rem !important;
	}
	.pb-xl-35,
	.py-xl-35 {
		padding-bottom: 3.5rem !important;
	}
	.pl-xl-35,
	.px-xl-35 {
		padding-left: 3.5rem !important;
	}
	.p-xl-40 {
		padding: 4rem !important;
	}
	.pt-xl-40,
	.py-xl-40 {
		padding-top: 4rem !important;
	}
	.pr-xl-40,
	.px-xl-40 {
		padding-right: 4rem !important;
	}
	.pb-xl-40,
	.py-xl-40 {
		padding-bottom: 4rem !important;
	}
	.pl-xl-40,
	.px-xl-40 {
		padding-left: 4rem !important;
	}
	.p-xl-45 {
		padding: 4.5rem !important;
	}
	.pt-xl-45,
	.py-xl-45 {
		padding-top: 4.5rem !important;
	}
	.pr-xl-45,
	.px-xl-45 {
		padding-right: 4.5rem !important;
	}
	.pb-xl-45,
	.py-xl-45 {
		padding-bottom: 4.5rem !important;
	}
	.pl-xl-45,
	.px-xl-45 {
		padding-left: 4.5rem !important;
	}
	.p-xl-50 {
		padding: 5rem !important;
	}
	.pt-xl-50,
	.py-xl-50 {
		padding-top: 5rem !important;
	}
	.pr-xl-50,
	.px-xl-50 {
		padding-right: 5rem !important;
	}
	.pb-xl-50,
	.py-xl-50 {
		padding-bottom: 5rem !important;
	}
	.pl-xl-50,
	.px-xl-50 {
		padding-left: 5rem !important;
	}
	.p-xl-55 {
		padding: 5.5rem !important;
	}
	.pt-xl-55,
	.py-xl-55 {
		padding-top: 5.5rem !important;
	}
	.pr-xl-55,
	.px-xl-55 {
		padding-right: 5.5rem !important;
	}
	.pb-xl-55,
	.py-xl-55 {
		padding-bottom: 5.5rem !important;
	}
	.pl-xl-55,
	.px-xl-55 {
		padding-left: 5.5rem !important;
	}
	.p-xl-60 {
		padding: 6rem !important;
	}
	.pt-xl-60,
	.py-xl-60 {
		padding-top: 6rem !important;
	}
	.pr-xl-60,
	.px-xl-60 {
		padding-right: 6rem !important;
	}
	.pb-xl-60,
	.py-xl-60 {
		padding-bottom: 6rem !important;
	}
	.pl-xl-60,
	.px-xl-60 {
		padding-left: 6rem !important;
	}
	.p-xl-65 {
		padding: 6.5rem !important;
	}
	.pt-xl-65,
	.py-xl-65 {
		padding-top: 6.5rem !important;
	}
	.pr-xl-65,
	.px-xl-65 {
		padding-right: 6.5rem !important;
	}
	.pb-xl-65,
	.py-xl-65 {
		padding-bottom: 6.5rem !important;
	}
	.pl-xl-65,
	.px-xl-65 {
		padding-left: 6.5rem !important;
	}
	.p-xl-70 {
		padding: 7rem !important;
	}
	.pt-xl-70,
	.py-xl-70 {
		padding-top: 7rem !important;
	}
	.pr-xl-70,
	.px-xl-70 {
		padding-right: 7rem !important;
	}
	.pb-xl-70,
	.py-xl-70 {
		padding-bottom: 7rem !important;
	}
	.pl-xl-70,
	.px-xl-70 {
		padding-left: 7rem !important;
	}
	.p-xl-75 {
		padding: 7.5rem !important;
	}
	.pt-xl-75,
	.py-xl-75 {
		padding-top: 7.5rem !important;
	}
	.pr-xl-75,
	.px-xl-75 {
		padding-right: 7.5rem !important;
	}
	.pb-xl-75,
	.py-xl-75 {
		padding-bottom: 7.5rem !important;
	}
	.pl-xl-75,
	.px-xl-75 {
		padding-left: 7.5rem !important;
	}
	.p-xl-80 {
		padding: 8rem !important;
	}
	.pt-xl-80,
	.py-xl-80 {
		padding-top: 8rem !important;
	}
	.pr-xl-80,
	.px-xl-80 {
		padding-right: 8rem !important;
	}
	.pb-xl-80,
	.py-xl-80 {
		padding-bottom: 8rem !important;
	}
	.pl-xl-80,
	.px-xl-80 {
		padding-left: 8rem !important;
	}
	.p-xl-85 {
		padding: 8.5rem !important;
	}
	.pt-xl-85,
	.py-xl-85 {
		padding-top: 8.5rem !important;
	}
	.pr-xl-85,
	.px-xl-85 {
		padding-right: 8.5rem !important;
	}
	.pb-xl-85,
	.py-xl-85 {
		padding-bottom: 8.5rem !important;
	}
	.pl-xl-85,
	.px-xl-85 {
		padding-left: 8.5rem !important;
	}
	.p-xl-90 {
		padding: 9rem !important;
	}
	.pt-xl-90,
	.py-xl-90 {
		padding-top: 9rem !important;
	}
	.pr-xl-90,
	.px-xl-90 {
		padding-right: 9rem !important;
	}
	.pb-xl-90,
	.py-xl-90 {
		padding-bottom: 9rem !important;
	}
	.pl-xl-90,
	.px-xl-90 {
		padding-left: 9rem !important;
	}
	.p-xl-95 {
		padding: 9.5rem !important;
	}
	.pt-xl-95,
	.py-xl-95 {
		padding-top: 9.5rem !important;
	}
	.pr-xl-95,
	.px-xl-95 {
		padding-right: 9.5rem !important;
	}
	.pb-xl-95,
	.py-xl-95 {
		padding-bottom: 9.5rem !important;
	}
	.pl-xl-95,
	.px-xl-95 {
		padding-left: 9.5rem !important;
	}
	.p-xl-100 {
		padding: 10rem !important;
	}
	.pt-xl-100,
	.py-xl-100 {
		padding-top: 10rem !important;
	}
	.pr-xl-100,
	.px-xl-100 {
		padding-right: 10rem !important;
	}
	.pb-xl-100,
	.py-xl-100 {
		padding-bottom: 10rem !important;
	}
	.pl-xl-100,
	.px-xl-100 {
		padding-left: 10rem !important;
	}
	.p-xl-110 {
		padding: 11rem !important;
	}
	.pt-xl-110,
	.py-xl-110 {
		padding-top: 11rem !important;
	}
	.pr-xl-110,
	.px-xl-110 {
		padding-right: 11rem !important;
	}
	.pb-xl-110,
	.py-xl-110 {
		padding-bottom: 11rem !important;
	}
	.pl-xl-110,
	.px-xl-110 {
		padding-left: 11rem !important;
	}
	.p-xl-120 {
		padding: 12rem !important;
	}
	.pt-xl-120,
	.py-xl-120 {
		padding-top: 12rem !important;
	}
	.pr-xl-120,
	.px-xl-120 {
		padding-right: 12rem !important;
	}
	.pb-xl-120,
	.py-xl-120 {
		padding-bottom: 12rem !important;
	}
	.pl-xl-120,
	.px-xl-120 {
		padding-left: 12rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.btn {
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="button"].btn-very-small,
input[type="submit"].btn-very-small,
input[type="reset"].btn-very-small,
button.btn-very-small,
.button.btn-very-small,
.btn.btn-very-small {
	font-size: 0.9rem;
	padding: 0.1rem 1.7rem;
	line-height: 22px;
}

input[type="button"].btn-very-small.btn-rounded,
input[type="submit"].btn-very-small.btn-rounded,
input[type="reset"].btn-very-small.btn-rounded,
button.btn-very-small.btn-rounded,
.button.btn-very-small.btn-rounded,
.btn.btn-very-small.btn-rounded {
	padding: 0.2rem 2.3rem 0.1rem;
}

input[type="button"].btn-small,
input[type="submit"].btn-small,
input[type="reset"].btn-small,
button.btn-small,
.button.btn-small,
.btn.btn-small {
	font-size: 1.1rem;
	padding: 0.4rem 2.4rem;
}

input[type="button"].btn-medium,
input[type="submit"].btn-medium,
input[type="reset"].btn-medium,
button.btn-medium,
.button.btn-medium,
.btn.btn-medium {
	font-size: 1.2rem;
	padding: 0.6rem 2.5rem 0.5rem;
}

input[type="button"].btn-large,
input[type="submit"].btn-large,
input[type="reset"].btn-large,
button.btn-large,
.button.btn-large,
.btn.btn-large {
	font-size: 1.3rem;
	padding: 12px 45px !important;
	line-height: 1;
	font-weight: bold;
}

input[type="button"].btn-extra-large,
input[type="submit"].btn-extra-large,
input[type="reset"].btn-extra-large,
button.btn-extra-large,
.button.btn-extra-large,
.btn.btn-extra-large {
	font-size: 1.5rem;
	padding: 1.2rem 4rem 1.3rem;
	line-height: 25px;
}

input[type="button"].btn-rounded,
input[type="submit"].btn-rounded,
input[type="reset"].btn-rounded,
button.btn-rounded,
.button.btn-rounded,
.btn.btn-rounded {
	border-radius: 50px;
}

input[type="button"].btn-black,
input[type="submit"].btn-black,
input[type="reset"].btn-black,
button.btn-black,
.button.btn-black,
.btn.btn-black {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

input[type="button"].btn-black:hover,
input[type="button"].btn-black:active,
input[type="button"].btn-black:focus,
input[type="submit"].btn-black:hover,
input[type="submit"].btn-black:active,
input[type="submit"].btn-black:focus,
input[type="reset"].btn-black:hover,
input[type="reset"].btn-black:active,
input[type="reset"].btn-black:focus,
button.btn-black:hover,
button.btn-black:active,
button.btn-black:focus,
.button.btn-black:hover,
.button.btn-black:active,
.button.btn-black:focus,
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
	background: transparent;
	color: #000;
}

input[type="button"].btn-dark-gray,
input[type="submit"].btn-dark-gray,
input[type="reset"].btn-dark-gray,
button.btn-dark-gray,
.button.btn-dark-gray,
.btn.btn-dark-gray {
	background: #fff;
	border-color: #e2e2e2;
	color: #22273b;
}

input[type="button"].btn-dark-gray:hover,
input[type="button"].btn-dark-gray:active,
input[type="button"].btn-dark-gray:focus,
input[type="submit"].btn-dark-gray:hover,
input[type="submit"].btn-dark-gray:active,
input[type="submit"].btn-dark-gray:focus,
input[type="reset"].btn-dark-gray:hover,
input[type="reset"].btn-dark-gray:active,
input[type="reset"].btn-dark-gray:focus,
button.btn-dark-gray:hover,
button.btn-dark-gray:active,
button.btn-dark-gray:focus,
.button.btn-dark-gray:hover,
.button.btn-dark-gray:active,
.button.btn-dark-gray:focus,
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-dark-gray:focus {
	background: #22273b;
	color: #fff;
	border-color: #22273b;
}

input[type="button"].btn-light-gray,
input[type="submit"].btn-light-gray,
input[type="reset"].btn-light-gray,
button.btn-light-gray,
.button.btn-light-gray,
.btn.btn-light-gray {
	background: #f8f8f8;
	border-color: #f8f8f8;
	color: #e2e2e2;
}

input[type="button"].btn-light-gray:hover,
input[type="button"].btn-light-gray:active,
input[type="button"].btn-light-gray:focus,
input[type="submit"].btn-light-gray:hover,
input[type="submit"].btn-light-gray:active,
input[type="submit"].btn-light-gray:focus,
input[type="reset"].btn-light-gray:hover,
input[type="reset"].btn-light-gray:active,
input[type="reset"].btn-light-gray:focus,
button.btn-light-gray:hover,
button.btn-light-gray:active,
button.btn-light-gray:focus,
.button.btn-light-gray:hover,
.button.btn-light-gray:active,
.button.btn-light-gray:focus,
.btn.btn-light-gray:hover,
.btn.btn-light-gray:active,
.btn.btn-light-gray:focus {
	background: transparent;
}

input[type="button"].btn-deep-pink,
input[type="submit"].btn-deep-pink,
input[type="reset"].btn-deep-pink,
button.btn-deep-pink,
.button.btn-deep-pink,
.btn.btn-deep-pink {
	background: #ff214f;
	border-color: #ff214f;
	color: #fff;
}

input[type="button"].btn-deep-pink:hover,
input[type="button"].btn-deep-pink:active,
input[type="button"].btn-deep-pink:focus,
input[type="submit"].btn-deep-pink:hover,
input[type="submit"].btn-deep-pink:active,
input[type="submit"].btn-deep-pink:focus,
input[type="reset"].btn-deep-pink:hover,
input[type="reset"].btn-deep-pink:active,
input[type="reset"].btn-deep-pink:focus,
button.btn-deep-pink:hover,
button.btn-deep-pink:active,
button.btn-deep-pink:focus,
.button.btn-deep-pink:hover,
.button.btn-deep-pink:active,
.button.btn-deep-pink:focus,
.btn.btn-deep-pink:hover,
.btn.btn-deep-pink:active,
.btn.btn-deep-pink:focus {
	background: transparent;
	color: #ff214f;
}

input[type="button"].btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary,
button.btn-primary,
.button.btn-primary,
.btn.btn-primary {
	background: #9ac100;
	border-color: #9ac100;
	color: #fff;
	font-size: 1.5rem;
	padding: 12px 45px !important;
	margin-bottom: 15px;
	border-radius: 50px;
	line-height: 1;
}

input[type="button"].btn-primary:hover,
input[type="button"].btn-primary:active,
input[type="button"].btn-primary:focus,
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:active,
input[type="submit"].btn-primary:focus,
input[type="reset"].btn-primary:hover,
input[type="reset"].btn-primary:active,
input[type="reset"].btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus,
.button.btn-primary:hover,
.button.btn-primary:active,
.button.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background: transparent;
	color: #9ac100;
}

input[type="button"].btn-secondary,
input[type="submit"].btn-secondary,
input[type="reset"].btn-secondary,
button.btn-secondary,
.button.btn-secondary,
.btn.btn-secondary {
	background: #fff;
	border-color: #fff;
	color: #9ac100;
	font-size: 1.5rem;
	padding: 12px 45px !important;
	margin-bottom: 15px;
	border-radius: 50px;
	line-height: 1;
}

input[type="button"].btn-secondary:hover,
input[type="button"].btn-secondary:active,
input[type="button"].btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="submit"].btn-secondary:active,
input[type="submit"].btn-secondary:focus,
input[type="reset"].btn-secondary:hover,
input[type="reset"].btn-secondary:active,
input[type="reset"].btn-secondary:focus,
button.btn-secondary:hover,
button.btn-secondary:active,
button.btn-secondary:focus,
.button.btn-secondary:hover,
.button.btn-secondary:active,
.button.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
	background: #9ac100;
	border-color: #fff;
	color: #fff;
}

input[type="button"].btn-cancel,
input[type="submit"].btn-cancel,
input[type="reset"].btn-cancel,
button.btn-cancel,
.button.btn-cancel,
.btn.btn-cancel {
	background: #333333;
	border-color: #333333;
	color: #fff;
	font-size: 1.5rem;
	padding: 12px 45px !important;
	margin-bottom: 15px;
	border-radius: 50px;
	line-height: 1;
}

input[type="button"].btn-cancel:hover,
input[type="button"].btn-cancel:active,
input[type="button"].btn-cancel:focus,
input[type="submit"].btn-cancel:hover,
input[type="submit"].btn-cancel:active,
input[type="submit"].btn-cancel:focus,
input[type="reset"].btn-cancel:hover,
input[type="reset"].btn-cancel:active,
input[type="reset"].btn-cancel:focus,
button.btn-cancel:hover,
button.btn-cancel:active,
button.btn-cancel:focus,
.button.btn-cancel:hover,
.button.btn-cancel:active,
.button.btn-cancel:focus,
.btn.btn-cancel:hover,
.btn.btn-cancel:active,
.btn.btn-cancel:focus {
	background: #fff;
	color: #333;
}

input[type="button"].btn-transparent-black,
input[type="submit"].btn-transparent-black,
input[type="reset"].btn-transparent-black,
button.btn-transparent-black,
.button.btn-transparent-black,
.btn.btn-transparent-black {
	background: transparent;
	border-color: #000;
	color: #000;
}

input[type="button"].btn-transparent-black:hover,
input[type="button"].btn-transparent-black:active,
input[type="button"].btn-transparent-black:focus,
input[type="submit"].btn-transparent-black:hover,
input[type="submit"].btn-transparent-black:active,
input[type="submit"].btn-transparent-black:focus,
input[type="reset"].btn-transparent-black:hover,
input[type="reset"].btn-transparent-black:active,
input[type="reset"].btn-transparent-black:focus,
button.btn-transparent-black:hover,
button.btn-transparent-black:active,
button.btn-transparent-black:focus,
.button.btn-transparent-black:hover,
.button.btn-transparent-black:active,
.button.btn-transparent-black:focus,
.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:active,
.btn.btn-transparent-black:focus {
	background: #000;
	color: #fff;
}

.sppb-btn {
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	width: auto;
	border-radius: 50px;
	border: 2px solid transparent;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: "ABeeZee", sans-serif;
	color: #666666;
	line-height: 1.2;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 15px !important;
	border: 2px solid #f2f2f2;
	outline: none;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
}

textarea {
	font-family: "ABeeZee", sans-serif;
	color: #666666;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 5px 15px !important;
	border: 2px solid #f2f2f2;
	outline: none;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
}

aside#sp-right .sppb-addon-title,
aside#sp-left .sppb-addon-title {
	font-size: 22px;
	color: #9ac100;
	margin-bottom: 20px;
}

aside#sp-right .sppb-section,
aside#sp-left .sppb-section {
	margin-bottom: 40px !important;
}

aside#sp-right .sppb-section:last-child,
aside#sp-left .sppb-section:last-child {
	margin-bottom: 0 !important;
}

aside#sp-right ul.archive-module li,
aside#sp-right ul.menu li,
aside#sp-left ul.archive-module li,
aside#sp-left ul.menu li {
	margin-bottom: 5px;
	padding: 2px 0;
}

aside#sp-right ul.archive-module li:last-child,
aside#sp-right ul.menu li:last-child,
aside#sp-left ul.archive-module li:last-child,
aside#sp-left ul.menu li:last-child {
	margin-bottom: 0;
}

aside#sp-right ul.archive-module li a,
aside#sp-right ul.menu li a,
aside#sp-left ul.archive-module li a,
aside#sp-left ul.menu li a {
	color: #666666;
	position: relative;
	display: block;
	padding-left: 10px;
}

aside#sp-right ul.archive-module li a:before,
aside#sp-right ul.menu li a:before,
aside#sp-left ul.archive-module li a:before,
aside#sp-left ul.menu li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #9ac100;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
}

aside#sp-right ul.archive-module li a:hover,
aside#sp-right ul.archive-module li a:active,
aside#sp-right ul.archive-module li a:focus,
aside#sp-right ul.menu li a:hover,
aside#sp-right ul.menu li a:active,
aside#sp-right ul.menu li a:focus,
aside#sp-left ul.archive-module li a:hover,
aside#sp-left ul.archive-module li a:active,
aside#sp-left ul.archive-module li a:focus,
aside#sp-left ul.menu li a:hover,
aside#sp-left ul.menu li a:active,
aside#sp-left ul.menu li a:focus {
	color: #9ac100;
}

.user-logout-link {
	border: none;
	background: transparent;
	font-size: 13px !important;
	color: #999999 !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	font-family: "ABeeZee", sans-serif !important;
	text-transform: capitalize !important;
	font-weight: normal !important;
}

.user-logout-link:hover,
.user-logout-link:active,
.user-logout-link:focus {
	color: #9ac100 !important;
}

.login-greeting {
	font-size: 13px;
	color: #999999;
}

.user-link a {
	margin: 0 4px;
	color: #999999;
}

.user-link a:last-child {
	margin-right: 0;
}

.user-link a:first-child {
	margin-left: 0;
}

.user-link a:hover,
.user-link a:active,
.user-link a:focus {
	color: #9ac100 !important;
}

.lp-field-wrapper input.lp-input-text {
	height: 45px;
}

.lp-button-wrapper button {
	background-color: #9ac100;
	padding: 8px 30px;
	border: 2px solid transparent;
	cursor: pointer;
}

.lp-button-wrapper button:hover,
.lp-button-wrapper button:active,
.lp-button-wrapper button:focus {
	background: #fff;
	color: #9ac100;
	border: 2px solid #9ac100;
}

.lp-wrapper {
	z-index: 9999;
}

.lp-field-wrapper input.lp-input-username,
.lp-field-wrapper input.lp-input-password {
	background-image: none;
}

.about-footer .footer-logo {
	margin-bottom: 15px;
}

.about-footer .about-description {
	margin-bottom: 20px;
}

.about-footer .about-group {
	margin-bottom: 10px;
}

.about-footer .about-group a {
	color: #666666 !important;
}

.about-footer .about-group a:hover,
.about-footer .about-group a:active,
.about-footer .about-group a:focus {
	color: #9ac100 !important;
}

.about-footer .about-group span {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.about-footer .about-group span.icon-location {
	background: url("../images/icons/paper-airplane.png") no-repeat center;
}

.about-footer .about-group span.icon-email {
	background: url("../images/icons/envelop.png") no-repeat center;
}

.about-footer .about-group span.icon-phone {
	background: url("../images/icons/phone.png") no-repeat center;
}

.about-footer .about-group span.icon-website {
	background: url("../images/icons/globe.png") no-repeat center;
}

.organic-heading.line-bottom {
	position: relative;
}

.organic-heading.line-bottom:after {
	content: '';
	display: block;
	width: 100%;
	height: 26px;
	background: url("../images/bg/line-heading-bottom.png") no-repeat center;
}

.organic-heading.text-white .organic-heading-title {
	color: #fff;
}

.organic-heading-title {
	font-size: 38px;
	color: #9ac100;
	margin-bottom: 5px;
}

.ext-addon-image-content.aligment-right .entry-content {
	margin-right: 15px;
}

.ext-addon-image-content .entry-image {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.ext-addon-image-content .ext-image-content-title.has-last-title {
	position: relative;
	display: inline-block;
	font-size: 35px;
	color: #22273b;
	margin-bottom: 50px;
}

.ext-addon-image-content .ext-image-content-title.has-last-title .title-last {
	color: #9ac100;
	position: absolute;
	top: 38px;
	right: -56px;
}

.ext-addon-image-content.aligment-left .entry-image {
	position: relative;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-left: -100px;
	margin-right: 75px;
}

.ext-addon-image-content .sppb-btn-link {
	padding-left: 0;
	padding-right: 0;
	color: #9ac100;
}

.ext-addon-image-content .sppb-btn-link:hover,
.ext-addon-image-content .sppb-btn-link:active,
.ext-addon-image-content .sppb-btn-link:focus {
	color: #fda901;
	text-decoration: none;
}

.ext-addon-image-content .sppb-btn-circle {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-transform: uppercase;
	color: #fff;
	background: #9ac100;
	position: absolute;
	bottom: 130px;
	right: 30px;
	border: 2px solid transparent;
	line-height: 60px;
}

.ext-addon-image-content .sppb-btn-circle:hover,
.ext-addon-image-content .sppb-btn-circle:active,
.ext-addon-image-content .sppb-btn-circle:focus {
	background: #fff;
	color: #9ac100;
	border-color: #9ac100;
}

.ext-info-list.line-dotted .ext-info-list-inner {
	position: relative;
}

.ext-info-list.line-dotted .ext-info-list-inner:before {
	content: '';
	width: 1px;
	position: absolute;
	height: 100%;
	left: 43px;
	top: -100px;
	display: block;
	border-right: 1px dotted #9ac100;
}

.ext-info-list.indent .ext-info-list-inner:before {
	content: none;
}

.ext-info-list.indent .entry-image {
	max-width: 68px;
}

.ext-info-list.indent ul li.entry-item:nth-child(2) {
	padding-left: 50px;
}

.ext-info-list.indent ul li.entry-item:nth-child(3) {
	padding-left: 100px;
}

.ext-info-list.indent ul li.entry-item:nth-child(4) {
	padding-left: 150px;
}

.ext-info-list .entry-image {
	position: relative;
	width: 86px;
	height: 86px;
	position: relative;
}

.ext-info-list .entry-image img {
	border-radius: 50%;
}

.ext-addon-before-image .image-inner {
	margin-left: -250px;
	margin-bottom: -80px;
}

.sppb-nav-organic_product-content {
	margin-top: 40px;
}

.sppb-nav-organic_product-content>.sppb-tab-pane {
	display: block;
	height: 0;
	visibility: hidden;
}

.sppb-nav-organic_product-content>.sppb-tab-pane.active {
	height: auto;
	visibility: visible;
}

.sppb-nav-organic_product {
	text-align: center;
}

.sppb-nav-organic_product li {
	display: inline-block;
}

.sppb-nav-organic_product li.active a {
	color: #fda901;
}

.sppb-nav-organic_product li a {
	font-family: "Dosis", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	padding: 0 40px;
}

.sppb-nav-organic_product li a:hover,
.sppb-nav-organic_product li a:active,
.sppb-nav-organic_product li a:focus {
	background: none;
	color: #fda901;
}

.sppb-nav-organic_product li a .custom-icon {
	margin-bottom: 5px;
}

.addon-products.layout-grid {
	padding: 0 15px;
}

.addon-products .product-item {
	text-align: center;
	border: 2px solid transparent;
	-webkit-transition: 0.5s;
}

.addon-products .product-item.border-show {
	border: 2px solid #e5e5e5;
}

.addon-products .product-item.border-show:before,
.addon-products .product-item.border-show:after {
	content: none;
}

.addon-products .product-item.addtocart-show .addtocart-area {
	opacity: 1;
}

.addon-products .product-item:hover .addtocart-area,
.addon-products .product-item:active .addtocart-area,
.addon-products .product-item:focus .addtocart-area {
	opacity: 1;
}

.addon-products .product-item:hover .addtocart-button,
.addon-products .product-item:active .addtocart-button,
.addon-products .product-item:focus .addtocart-button {
	margin-left: 0;
}

.addon-products .product-item .product-image {
	margin-bottom: 10px;
	text-align: center;
}

.addon-products .product-item .product-image img {
	display: inline-block;
}

.addon-products .product-item .addtocart-area .quantity-box {
	display: none;
}

.addon-products .product-item .product-name {
	margin-bottom: 8px;
}

.addon-products .product-item .product-content {
	padding: 0 20px 20px 20px;
	position: relative;
	z-index: 999;
}

.addon-products .product-item .product-prices {
	margin-bottom: 20px;
}

.addon-products .product-item .addtocart-area {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.addon-products .product-item .addtocart-area:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px dotted #9ac100;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.addon-products .product-item .addtocart-button {
	margin: 0;
	position: relative;
}

.addon-products .product-item .addtocart-button .btn-addtocart {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #9ac100;
	color: #fff;
	font-size: 14px;
	border: 2px solid transparent;
}

.addon-products .product-item .addtocart-button .btn-addtocart:hover,
.addon-products .product-item .addtocart-button .btn-addtocart:active,
.addon-products .product-item .addtocart-button .btn-addtocart:focus {
	background-color: #fff;
	color: #9ac100;
	border-color: #9ac100;
}

.addon-products .product-item .addtocart-button .btn-addtocart .text {
	display: none;
}

.addon-products .products-carousel .product-item {
	margin: 0 15px;
}

.addon-products .products-carousel .slick-arrow {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid #e5e5e5;
	color: #c8c8c8;
	background: #fff;
	z-index: 99;
}

.addon-products .products-carousel .slick-arrow.slick-prev {
	left: -50px;
}

.addon-products .products-carousel .slick-arrow.slick-prev:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	color: #c8c8c8;
}

.addon-products .products-carousel .slick-arrow.slick-next {
	right: -50px;
}

.addon-products .products-carousel .slick-arrow.slick-next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #c8c8c8;
}

.addon-products .products-carousel-vertical .product-image {
	width: 140px;
	border: 2px solid #e5e5e5;
	margin-bottom: 0;
}

.addon-products .products-carousel-vertical .entry-content {
	text-align: left;
}

.addon-products .products-carousel-vertical .product-name {
	margin-top: 10px;
	font-size: 16px;
}

.addon-products .products-carousel-vertical .product-prices .has-sale {
	-ms-flex-pack: left !important;
	-webkit-box-pack: left !important;
	justify-content: left !important;
}

.addon-products .products-carousel-vertical .addtocart-bar {
	text-align: left;
}

.addon-products .products-carousel-vertical .slick-dots {
	position: absolute;
	top: -44px;
	right: 0;
	bottom: auto;
	display: inline-block;
	text-align: right;
	width: auto;
	height: 8px;
}

.addon-products .products-carousel-vertical .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 2px;
}

.addon-products .products-carousel-vertical .slick-dots li.slick-active button {
	background-color: #9ac100;
}

.addon-products .products-carousel-vertical .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	background-color: #eaeaea;
}

.addon-products .products-carousel-vertical .slick-dots li button:hover,
.addon-products .products-carousel-vertical .slick-dots li button:active,
.addon-products .products-carousel-vertical .slick-dots li button:focus {
	background-color: #9ac100;
}

.addon-products .products-carousel-vertical .slick-dots li button:before {
	content: none;
}

.organic-articles .article-item .article-image {
	position: relative;
	margin-bottom: 40px;
}

.organic-articles .article-item .article-image .meta-avatar {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	position: absolute;
	bottom: -30px;
	left: 30px;
}

.organic-articles .article-item .article-content {
	padding-left: 30px;
}

.organic-articles .article-item .article-meta {
	font-size: 14px;
	color: #999999;
	font-style: italic;
	margin-bottom: 12px;
}

.organic-articles .article-item .article-meta span {
	position: relative;
}

.organic-articles .article-item .article-meta span:after {
	content: '.';
	margin-right: 10px;
	margin-left: 10px;
}

.organic-articles .article-item .article-meta span:last-child:after {
	content: none;
}

.organic-articles .article-item .article-meta a {
	color: #999999;
}

.organic-articles .article-item .article-meta a:hover,
.organic-articles .article-item .article-meta a:active,
.organic-articles .article-item .article-meta a:focus {
	color: #9ac100;
}

.organic-articles .article-item .readmore {
	font-size: 13px;
	color: #b3b3b3;
	font-family: "Dosis", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.organic-articles .article-item .readmore:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f178";
	margin-left: 5px;
}

.organic-articles .article-item .readmore:hover,
.organic-articles .article-item .readmore:active,
.organic-articles .article-item .readmore:focus {
	color: #9ac100;
}

.organic-articles .layout-2 .article-item {
	margin-bottom: 20px;
}

.organic-articles .layout-2 .article-item .article-title {
	font-size: 18px;
}

.organic-articles .layout-2 .article-item .article-content {
	padding-left: 0;
}

.organic-articles .layout-2 .article-item .article-content .article-introtext {
	display: none;
}

.organic-articles .layout-2 .article-item .article-image {
	margin-bottom: 12px;
}

.organic-articles .first-item .article-item {
	position: relative;
}

.organic-articles .first-item .article-item .article-title a {
	color: #fff;
	font-size: 25px;
}

.organic-articles .first-item .article-item .article-title a:hover,
.organic-articles .first-item .article-item .article-title a:active,
.organic-articles .first-item .article-item .article-title a:focus {
	color: #9ac100;
}

.organic-articles .first-item .article-item .article-content {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.organic-articles .first-item .article-item .article-content .article-introtext {
	display: block;
}

.organic-articles .layout-3 .article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.organic-articles .layout-3 .article-item.rowder-0 .article-content {
	padding-left: 0;
	padding-right: 30px;
}

.organic-articles .layout-3 .article-item.rowder-0 .article-image {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.organic-articles .layout-3 .article-item.rowder-1 {
	text-align: right;
}

.organic-articles .layout-3 .article-item .article-image {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 0;
}

.organic-articles .layout-3 .article-item .article-content {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.organic-recent-blog .article-item {
	margin-bottom: 20px;
}

.organic-recent-blog .article-item:last-child {
	margin-bottom: 0;
}

.organic-recent-blog .article-image {
	width: 95px;
	margin-right: 20px;
}

.organic-recent-blog .article-title {
	font-size: 17px;
}

.organic-recent-blog .article-meta {
	font-size: 14px;
	color: #999999;
}

.organic-product-countdown.style-2 .clock .clock-inner {
	background: #9ac100;
	padding: 36px 0;
	border-radius: 50px;
	text-align: center;
	width: 80px;
}

.organic-product-countdown.style-2 .clock .clock-inner .intro-time {
	background: #9ac100;
	color: #fff;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.organic-product-countdown.style-2 .clock .clock-inner .intro-time:after {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.45);
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.organic-product-countdown.style-2 .clock .clock-inner .intro-time:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.organic-product-countdown.style-2 .clock .clock-inner .intro-time:last-child:after {
	content: none;
}

.organic-product-countdown.style-2 .clock .clock-inner .intro-time span {
	margin-top: 0;
	color: #fff;
}

.organic-product-countdown.style-2 .product-container {
	background: #fff;
	color: #666666;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.organic-product-countdown.style-2 .product-container .product-sale-title {
	color: #666666;
}

.organic-product-countdown.style-2 .product-container .product-sale-title .text-highlight {
	color: #9ac100;
}

.organic-product-countdown.style-2 .product-container .product-prices .PricesalesPriceTt {
	color: #fda901;
}

.organic-product-countdown.style-2 .product-container .product-prices .has-sale span.PricebasePrice {
	color: #999999;
}

.organic-product-countdown.style-2 .product-container .addtocart-area .addtocart-bar:before {
	border-bottom: 1px dotted #9ac100;
}

.organic-product-countdown.style-2 .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart {
	background: #9ac100;
	color: #fff;
}

.organic-product-countdown.style-2 .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:hover,
.organic-product-countdown.style-2 .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:active,
.organic-product-countdown.style-2 .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:focus {
	border-color: #9ac100;
	background: #fff;
	color: #9ac100;
}

.organic-product-countdown .clock {
	position: absolute;
	left: -39px;
	top: 40px;
}

.organic-product-countdown .clock .clock-inner .intro-time {
	width: 78px;
	height: 78px;
	border: 2px solid #9ac100;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	background: #fff;
	font-size: 14px;
	color: #666666;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 24px;
}

.organic-product-countdown .clock .clock-inner .intro-time:last-child {
	margin-bottom: 0;
}

.organic-product-countdown .clock .clock-inner .intro-time span {
	font-size: 27px;
	font-family: "Dosis", sans-serif;
	font-weight: bold;
	color: #9ac100;
	line-height: 28px;
	margin-top: 12px;
	display: block;
}

.organic-product-countdown .product-container {
	background: #9ac100;
	color: #fff;
	padding: 60px 50px 60px 95px;
	position: relative;
	min-height: 465px;
}

.organic-product-countdown .product-container .product-sale-title {
	font-family: "Dancing Script", cursive;
	font-weight: bold;
	color: #e5e5e5;
	font-size: 25px;
}

.organic-product-countdown .product-container .product-sale-title .text-highlight {
	color: #fff;
}

.organic-product-countdown .product-container .product-name {
	font-size: 32px;
}

.organic-product-countdown .product-container .product-name a:hover,
.organic-product-countdown .product-container .product-name a:active,
.organic-product-countdown .product-container .product-name a:focus {
	color: #fda901;
}

.organic-product-countdown .product-container .product-text {
	margin-bottom: 40px;
}

.organic-product-countdown .product-container .product-text dl,
.organic-product-countdown .product-container .product-text ol,
.organic-product-countdown .product-container .product-text ul {
	padding-left: 16px;
}

.organic-product-countdown .product-container .product-prices .PricesalesPriceTt {
	font-size: 32px;
	color: #f05a29;
	line-height: 26px;
}

.organic-product-countdown .product-container .product-prices .has-sale span.PricebasePrice {
	color: #e5e5e5;
	font-size: 17px;
	margin-left: 15px;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar {
	margin: 0;
	min-width: 200px;
	position: relative;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar:before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar .quantity-box {
	display: none;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button {
	position: relative;
	z-index: 9;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button .text {
	display: none;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid transparent;
	background: #fff;
	color: #9ac100;
	font-size: 14px;
}

.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:hover,
.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:active,
.organic-product-countdown .product-container .addtocart-area .addtocart-bar .addtocart-button .btn-addtocart:focus {
	background: #9ac100;
	color: #fff;
	border-color: #fff;
}

.organic-testimonial .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 7px;
}

.organic-testimonial .slick-dots li.slick-active button {
	background-color: #fff;
}

.organic-testimonial .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	background-color: #666666;
}

.organic-testimonial .slick-dots li button:hover,
.organic-testimonial .slick-dots li button:active,
.organic-testimonial .slick-dots li button:focus {
	background-color: #fff;
}

.organic-testimonial .slick-dots li button:before {
	content: none;
}

.organic-testimonial.style-3 {
	max-width: 705px;
	margin: 0 auto;
}

.organic-testimonial.style-3 .fa-icon-quote-right:before {
	font-size: 36px;
}

.organic-testimonial.style-3 .testimonial-message {
	font-size: 18px;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 20px;
}

.organic-testimonial.style-3 .testimonial-message:after {
	content: none;
}

.organic-testimonial.style-3 .testimonial-avatar {
	margin: 0 auto;
	width: 68px;
	height: 68px;
	border: none;
	margin-bottom: 15px;
}

.organic-testimonial.style-3 .testimonial-client {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
}

.organic-testimonial.style-3 .testimonial-client:before {
	content: none;
}

.organic-testimonial.style-3 .testimonial-client .job {
	font-family: "ABeeZee", sans-serif;
	font-style: italic;
	color: #e5e5e5;
	font-size: 15px;
	font-weight: normal;
}

.organic-testimonial.style-2 {
	max-width: 760px;
	margin: 0 auto;
}

.organic-testimonial.style-2 .testimonial-item {
	text-align: center;
}

.organic-testimonial.style-2 .slider-nav {
	max-width: 400px;
	margin: 0 auto;
}

.organic-testimonial.style-2 .slider-nav .testimonial-avatar {
	width: 95px;
	height: 95px;
	border: none;
	cursor: pointer;
	position: relative;
}

.organic-testimonial.style-2 .slider-nav .testimonial-avatar:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.organic-testimonial.style-2 .slider-nav .slick-current .testimonial-avatar {
	width: 120px;
	height: 120px;
}

.organic-testimonial.style-2 .slider-nav .slick-current .testimonial-avatar:after {
	background-color: rgba(0, 0, 0, 0);
}

.organic-testimonial.style-2 .slider-nav .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.organic-testimonial.style-2 .testimonial-message {
	font-size: 18px;
	font-style: italic;
	margin-top: 15px;
}

.organic-testimonial.style-2 .testimonial-message:after {
	content: none;
}

.organic-testimonial.style-2 .testimonial-client {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
	position: relative;
}

.organic-testimonial.style-2 .testimonial-client:before {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #9ac100;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.organic-testimonial.style-2 .testimonial-client .job {
	font-size: 15px;
	font-style: italic;
	color: #999999;
}

.organic-testimonial .testimonial-item {
	color: #fff;
}

.organic-testimonial .testimonial-item .item-inner {
	padding: 0 20px;
}

.organic-testimonial .testimonial-client {
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.organic-testimonial .testimonial-client:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.organic-testimonial .testimonial-client .job {
	color: #c6e54a;
}

.organic-testimonial .testimonial-avatar {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
}

.organic-testimonial .testimonial-message {
	position: relative;
}

.organic-testimonial .testimonial-message:after {
	content: "\f10e";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-left: 5px;
	color: #c6e54a;
}

.organic-person {
	color: #fff;
}

.organic-person .sppb-person-image {
	max-height: 203px;
	overflow: hidden;
}

.organic-person .sppb-person-name {
	color: #fff;
	margin-bottom: 5px;
}

.organic-person .sppb-person-designation {
	font-size: 14px;
	color: #d7e894 !important;
}

.organic-person .sppb-person-social-icons .sppb-person-social li {
	margin: 0 10px;
}

.organic-person .sppb-person-social-icons .sppb-person-social li a {
	color: #fff;
}

.organic-person .sppb-person-social-icons .sppb-person-social li a:hover,
.organic-person .sppb-person-social-icons .sppb-person-social li a:active,
.organic-person .sppb-person-social-icons .sppb-person-social li a:focus {
	color: #fda901;
}

.organic-partner .partner-item {
	text-align: center;
	padding: 0 10px;
}

.organic-partner .partner-item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.organic-partner .partner-item img:hover,
.organic-partner .partner-item img:active,
.organic-partner .partner-item img:focus {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.organic-icon-box.box-border-right .box-item {
	position: relative;
}

.organic-icon-box.box-border-right .box-item:after {
	content: '';
	width: 2px;
	height: 70px;
	background-color: #f7f7f7;
	position: absolute;
	top: calc(50% - 35px);
	right: -16px;
}

.organic-icon-box .box-item .item-icon {
	font-size: 32px;
}

.organic-icon-box .box-item .item-title {
	margin-bottom: 5px;
	margin-top: 10px;
}

/**
 * ============================================================================
 * 02. LAYOUT
 * ============================================================================
 */

/* ----- 2.1. TOPBAR ----- */

#sp-top-bar.header-style-3 {
	min-height: 35px;
}

.sp-contact-info li {
	font-size: 16px;
	color: #999999;
	font-family: "Dosis", sans-serif;
}

.sp-contact-info li .fa {
	width: 34px;
	height: 34px;
	background: #9ac100;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	margin-right: 5px;
}

/* ----- 2.2. HEADER ----- */

.header-cuved {
	position: relative;
}

.header-cuved:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	background: url(../images/bg/header-cuved.png) no-repeat bottom center;
	content: "";
	height: 16px;
	z-index: 1;
}

#sp-menu .sp-column {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-menu .sp-column .sp-module {
	margin-left: 50px;
}

/* ----- 2.3. MENU ----- */

#sp-menu-right .sp-megamenu-parent {
	float: left;
}

.menu-center .sp-megamenu-wrapper {
	margin: 0 auto;
}

.sp-megamenu-parent {
	position: static;
}

.sp-megamenu-parent>li {
	position: relative;
}

.sp-megamenu-parent>li:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #9ac100;
	position: absolute;
	top: calc(50% - 2px);
	right: -1px;
	border-radius: 50%;
}

.sp-megamenu-parent>li:last-child:after {
	content: none;
}

.sp-megamenu-parent>li.sp-has-child>a {
	position: relative;
}

.sp-megamenu-parent>li.sp-has-child>a:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #9ac100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.sp-megamenu-parent>li.sp-has-child:hover>a:before,
.sp-megamenu-parent>li.sp-has-child:active>a:before,
.sp-megamenu-parent>li.sp-has-child:focus>a:before {
	display: block;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
	padding: 0 25px;
	line-height: 70px;
	font-size: 1.7rem;
	color: #444;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Dosis", sans-serif;
}

.sp-megamenu-parent .sp-mega-group>li>a {
	font-size: 1.6rem;
	color: #444;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Dosis", sans-serif;
}

.sp-megamenu-parent .sp-dropdown {
	text-align: left;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 25px 30px 30px 30px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 8px 30px;
	border-top: 2px solid #9ac100;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px dotted #9ac100;
	padding: 6px 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 16px;
	color: #666666;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after,
.sp-megamenu-parent>li .sp-menu-badge {
	display: none;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-left: 30px;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -390px;
}

@media (max-width: 390px) {
	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -90%;
	}
}

body.ltr.offcanvs-position-left .offcanvas-menu {
	left: -390px;
}

@media (max-width: 390px) {
	body.ltr.offcanvs-position-left .offcanvas-menu {
		left: -90%;
	}
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
	right: 0px;
}

.offcanvas-menu {
	width: 390px;
}

@media (max-width: 390px) {
	.offcanvas-menu {
		width: 90%;
	}
}

.offcanvas-menu .offcanvas-inner {
	padding: 50px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
	border-bottom: 1px solid rgba(154, 193, 0, 0.1);
	overflow: hidden;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
	padding: 10px 0;
	font-size: 16px;
	line-height: 28px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
	font-size: 14px;
}

.close-offcanvas {
	background: transparent;
	color: #22273b;
}

.close-offcanvas:hover,
.close-offcanvas:active,
.close-offcanvas:focus {
	background: #9ac100;
}

.menu-toggler:hover:after,
.menu-toggler:active:after,
.menu-toggler:focus:after {
	color: #9ac100;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler:after {
	content: "\f107";
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
	content: "\f106";
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 40px;
}

/* ----- 2.4. PAGE-HEADER ----- */

.sp-page-title .breadcrumb>li>a:hover,
.sp-page-title .breadcrumb>li>a:active,
.sp-page-title .breadcrumb>li>a:focus {
	opacity: 0.8;
}

/* ----- 2.5. PAGE-CONTENT ----- */

.sppb-column-addons>div[id*="sppb-addon-"] {
	width: 100%;
}

.sppb-section.separator-top:before {
	content: '';
	width: 100%;
	height: 5px;
	display: block;
	background: url("../images/bg/line.png") repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.password-group .input-group-text {
	display: none;
}

.theme-color {
	color: #9ac100;
}

.article-intro-image,
.article-feature-gallery,
.article-featured-video,
.article-featured-audio {
	margin-bottom: 15px;
}

.article-list .col-md-12 .article-featured-audio .embed-responsive-16by9:before,
.article-list.articles-leading .article-featured-audio .embed-responsive-16by9:before {
	padding-top: 16.25%;
}

.article-list .article {
	margin-bottom: 50px;
}

.article-list .row .col-md-12:last-child .article {
	margin-bottom: 0;
}

.article-list .row .readmore {
	display: none;
}

.pagination-wrapper {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dotted #9ac100;
}

.pagination .page-item.active .page-link {
	background-color: #9ac100;
	color: #fff;
	border-color: #9ac100;
}

.pagination .page-item:last-child .page-link {
	margin-right: 0;
}

.pagination .page-item .page-link {
	padding: 8px 15px;
	border: 2px solid #e5e5e5;
	margin-right: 4px;
	border-radius: 3px;
}

.article-info {
	margin-bottom: 20px;
}

.article-info>span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	font-style: italic;
	margin-left: 20px;
	position: relative;
}

.article-info>span:after {
	content: '.';
	position: absolute;
	bottom: 0;
	left: -13px;
}

.article-info>span:first-child {
	margin-left: 0;
}

.article-info>span:first-child:after {
	content: none;
}

.article-info>span a {
	color: #999999;
}

.article-info>span a:hover,
.article-info>span a:active,
.article-info>span a:focus {
	color: #9ac100;
}

.article-details .article-full-image {
	margin-bottom: 15px;
}

.article-details .article-header h2 {
	font-weight: bold;
}

.article-details .article-navigation a {
	font-size: 1.6rem;
	color: #22273b;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}

.article-details .article-navigation a:hover,
.article-details .article-navigation a:active,
.article-details .article-navigation a:focus {
	color: #9ac100;
}

.article-details .article-navigation a:hover .entry-top,
.article-details .article-navigation a:active .entry-top,
.article-details .article-navigation a:focus .entry-top {
	color: #9ac100;
}

.article-details .article-navigation a .entry-top {
	display: block;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	font-family: "ABeeZee", sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.article-details .article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 5px;
}

.article-details .article-social-share .social-share-icon ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-color: #c2c2c2;
	font-size: 13px;
	color: #c2c2c2;
}

.article-details .article-social-share .social-share-icon ul li a:hover,
.article-details .article-social-share .social-share-icon ul li a:active,
.article-details .article-social-share .social-share-icon ul li a:focus {
	background: #9ac100;
	border-color: #9ac100;
	color: #fff;
}

.article-details .tags-and-social-share {
	border-top: 1px dotted #9ac100;
	border-bottom: 1px dotted #9ac100;
	padding-top: 10px;
	padding-bottom: 10px;
}

.article-details .tags-and-social-share ul.tag-list {
	margin: 0;
	line-height: 1;
	display: block;
}

.article-details .tags-and-social-share ul.tag-list li:last-child a:after {
	content: none;
}

.article-details .tags-and-social-share ul.tag-list li a {
	position: relative;
}

.article-details .tags-and-social-share ul.tag-list li a:after {
	content: ',';
	position: absolute;
	bottom: 0;
	right: -4px;
}

.article-details .tags-and-social-share a {
	color: #666666;
}

.article-details .tags-and-social-share a:hover,
.article-details .tags-and-social-share a:active,
.article-details .tags-and-social-share a:focus {
	color: #9ac100;
}

.article-author-information {
	margin-top: 30px;
	background: #f1f1f1;
	padding: 30px;
}

.article-author-information .media img {
	border-radius: 50%;
}

.article-author-information .author-website {
	font-style: italic;
	color: #9ac100;
}

.article-author-information .author-website a {
	color: #9ac100;
}

.article-author-information .author-website a:hover,
.article-author-information .author-website a:active,
.article-author-information .author-website a:focus {
	color: #fda901;
}

.hidden-comment .rt-comment-block {
	display: none;
}

#jc {
	margin-top: 40px;
}

#jc h4 {
	color: #9ac100;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: none;
}

#jc #comments {
	margin-bottom: 20px;
}

#jc #comments .comments-list {
	margin-left: 100px;
}

#jc #comments #comments-list-5 {
	margin-left: 0;
}

#jc #comments #comments-list-0 {
	margin-left: 0;
}

#jc #comments .even,
#jc #comments .odd {
	margin-bottom: 25px;
}

#jc #comments .rbox {
	border: none;
	padding: 0;
	border-radius: 0;
	line-height: 22px;
}

#jc #comments .comment-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

#jc #comments .avatar-indent {
	margin-left: 100px;
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 25px;
	position: relative;
}

#jc #comments .comment-author,
#jc #comments .author-homepage,
#jc #comments .author-email {
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "Dosis", sans-serif;
	color: #22273b;
	text-transform: uppercase;
	margin-right: 20px;
}

#jc #comments .comment-body {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #9ac100;
}

#jc #comments .comment-date {
	background: none;
	padding: 0;
	font-size: 14px;
	color: #999999;
	font-family: "ABeeZee", sans-serif;
	font-style: italic;
}

#jc #comments .comments-buttons {
	position: absolute;
	top: 25px;
	right: 25px;
}

#jc #comments .comments-buttons a {
	font-family: "Dosis", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #22273b;
}

#jc #comments .comments-buttons a:hover,
#jc #comments .comments-buttons a:active,
#jc #comments .comments-buttons a:focus {
	color: #9ac100 !important;
}

#jc #comments-inline-edit {
	padding: 25px;
	border: 2px solid #e5e5e5;
}

#comments-form label {
	color: #666666 !important;
}

#comments-form .row-group {
	margin-bottom: 15px;
}

#comments-form .row-group textarea {
	width: 100%;
	max-width: 100% !important;
	border: 2px solid #e5e5e5;
	padding: 0 15px !important;
}

#comments-form .row-group .grippie {
	width: 100%;
	max-width: 100% !important;
}

#comments-form input {
	width: 100%;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
	border: 2px solid #e5e5e5;
	padding: 0 15px !important;
}

#comments-form input.captcha {
	width: 100%;
}

#comments-form span.captcha {
	color: #666666 !important;
}

#comments-form .btn-primary {
	padding: 12px 45px !important;
	background: #9ac100 !important;
	color: #fff !important;
}

#comments-form .btn-primary:hover,
#comments-form .btn-primary:active,
#comments-form .btn-primary:focus {
	background: transparent !important;
	color: #9ac100 !important;
}

#comments-form .btn-light-gray {
	background: #f8f8f8 !important;
	border-color: #f8f8f8;
	color: #e2e2e2 !important;
	padding: 12px 45px !important;
	font-size: 1.5rem;
	border-radius: 50px;
	line-height: 1;
}

#comments-form .btn-light-gray:hover,
#comments-form .btn-light-gray:active,
#comments-form .btn-light-gray:focus {
	background: transparent !important;
	color: #9ac100 !important;
}

.chzn-container.chzn-container-single .chzn-single {
	height: 45px;
	line-height: 22px;
	padding: 10px 15px;
	border-width: 2px;
	font-size: 13px;
	border-color: #f2f2f2;
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
	left: 20%;
	font-size: 10px;
}

div[class*="-view"] .row {
	margin: 0 -15px;
}

.quantity-box {
	position: relative;
}

.quantity-box:before {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #ebebeb;
	position: absolute;
	top: 14px;
	left: 38px;
}

.quantity-box:after {
	content: '';
	width: 1px;
	height: 15px;
	background-color: #ebebeb;
	position: absolute;
	top: 14px;
	right: 38px;
}

.quantity-box .quantity-controls {
	background: none;
	border: none;
	padding: 0;
	font-size: 18px;
	cursor: pointer;
	color: #dddddd;
}

.quantity-box .quantity-controls:hover,
.quantity-box .quantity-controls:active,
.quantity-box .quantity-controls:focus {
	color: #9ac100;
}

.quantity-box .quantity-controls.quantity-plus {
	position: absolute;
	right: 14px;
	top: 14px;
}

.quantity-box .quantity-controls.quantity-minus {
	position: absolute;
	left: 14px;
	top: 14px;
}

.quantity-box .quantity-input,
.cart-summary .quantity-input {
	height: 40px;
	border-radius: 30px;
	max-width: 115px;
	font-size: 15px;
	font-weight: normal;
	border-width: 1px;
	color: #666666 !important;
}

.quantity-box .quantity-input:hover,
.quantity-box .quantity-input:active,
.quantity-box .quantity-input:focus,
.cart-summary .quantity-input:hover,
.cart-summary .quantity-input:active,
.cart-summary .quantity-input:focus {
	background: none !important;
}

.product-item .ratingbox,
.productdetails .ratingbox,
.browse-view .ratingbox {
	background: url("../images/bg/star-back.png") no-repeat center;
	width: 78px;
	height: 14px;
	margin-bottom: 10px;
	cursor: pointer;
}

.product-item .ratingbox .stars-orange,
.productdetails .ratingbox .stars-orange,
.browse-view .ratingbox .stars-orange {
	background: url("../images/bg/star-front.png") no-repeat center;
	height: 14px;
}

.product-prices .PricebasePrice {
	font-size: 2rem;
	font-family: "Dosis", sans-serif;
	color: #fda901;
	line-height: 1;
	font-weight: 600;
}

.product-prices .PricesalesPriceTt {
	font-size: 2rem;
	font-family: "Dosis", sans-serif;
	color: #fda901;
	line-height: 1;
	font-weight: 600;
}

.product-prices .has-sale .PricebasePrice {
	font-size: 1.5rem;
	font-family: "Dosis", sans-serif;
	color: #999999;
	font-style: italic;
	line-height: 1;
	font-weight: normal;
}

.product-prices .has-sale .PricebasePrice span.PricebasePrice {
	margin-left: 8px;
	text-decoration: line-through;
	display: inline-block;
	margin-bottom: 1px;
}

.orderlistcontainer {
	font-size: 15px;
	margin: 0;
	border: 2px solid #e2e2e2;
	border-radius: 30px;
	padding: 5px 25px;
	position: relative;
}

.orderlistcontainer:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
}

.orderlistcontainer .title {
	display: inline-block;
	margin-right: 5px;
	color: #999999;
}

.orderlistcontainer div.activeOrder {
	border-radius: 0;
	border: none;
	padding: 0;
	margin-right: 5px;
	background: none;
	display: inline-block;
}

.orderlistcontainer div.orderlist {
	width: 100%;
	border-radius: 5px;
	left: 0;
	top: 35px;
}

.orderlistcontainer a {
	color: #22273b;
}

.vm-view-mode .btn-view-mode {
	background: #e2e2e2;
	color: #999999;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
}

.vm-view-mode .btn-view-mode:hover,
.vm-view-mode .btn-view-mode:active,
.vm-view-mode .btn-view-mode:focus {
	opacity: 0.8;
}

.vm-view-mode .btn-view-mode.active {
	background: #9ac100;
	color: #fff;
}

.orderlistcontainer div.orderlist {
	z-index: 99;
}

div.product {
	min-width: 100px;
}

.category-view .quantity-box,
.category-view .quantity-controls {
	display: none;
}

.category-view .row {
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.category-view .product-container {
	border: 2px solid transparent;
	-webkit-transition: 0.5s;
}

.category-view .product-container .vm-product-media-container {
	margin-bottom: 10px;
}

.category-view .product-container span.addtocart-button .btn {
	background: #9ac100;
	border: 2px solid #9ac100;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.category-view .product-container span.addtocart-button .btn:hover,
.category-view .product-container span.addtocart-button .btn:active,
.category-view .product-container span.addtocart-button .btn:focus {
	background: #fff;
	color: #9ac100;
}

.category-view .product-container span.addtocart-button .btn .text {
	display: none;
}

.category-view .product-container:hover .addtocart-area,
.category-view .product-container:active .addtocart-area,
.category-view .product-container:focus .addtocart-area {
	opacity: 1;
}

.category-view .product-container:hover .addtocart-button,
.category-view .product-container:active .addtocart-button,
.category-view .product-container:focus .addtocart-button {
	margin-left: 0;
}

.category-view .vm-product_s_desc,
.category-view .vm-product-rating-container {
	display: none;
}

.category-view .vm-product-content {
	position: relative;
	z-index: 9;
}

.category-view .product-prices {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-view .addtocart-area {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.category-view .addtocart-area:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px dotted #9ac100;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.category-view .addtocart-area .addtocart-bar {
	margin: 0;
}

.category-view .addtocart-area .addtocart-button {
	margin-left: -170px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.category-view.list-view .product {
	width: 100% !important;
	margin-bottom: 30px;
}

.category-view.list-view .product .product-container {
	border: none;
}

.category-view.list-view .product .product-container:before,
.category-view.list-view .product .product-container:after {
	content: none;
}

.category-view.list-view .product .product-container .vm-product_s_desc,
.category-view.list-view .product .product-container .vm-product-rating-container {
	display: block;
}

.category-view.list-view .product .product-container .vm-product-media-container {
	float: left;
	width: 264px;
	border: 2px solid #e5e5e5;
	margin-right: 30px;
	margin-bottom: 0;
}

.category-view.list-view .product .product-container .vm-product-title {
	margin-bottom: 8px !important;
}

.category-view.list-view .product .product-container .vm-product_s_desc {
	margin-bottom: 25px;
}

.category-view.list-view .product .product-container .addtocart-area {
	opacity: 1;
}

.category-view.list-view .product .product-container .addtocart-area .addtocart-bar {
	text-align: left;
}

.category-view.list-view .product .product-container .addtocart-area .addtocart-button {
	margin-left: 0;
}

.category-view.list-view .product .product-container .addtocart-area .addtocart-button .btn-addtocart {
	width: auto;
	border-radius: 30px;
	padding: 0 20px;
}

.category-view.list-view .product .product-container .addtocart-area .addtocart-button .btn-addtocart .fa {
	margin-right: 10px;
}

.category-view.list-view .product .product-container .addtocart-area .addtocart-button .btn-addtocart .text {
	display: inline-block;
}

.category-view.list-view .product .product-container .vm-product-content {
	padding-top: 10px;
	text-align: left !important;
	padding-left: 264px !important;
}

.category-view.list-view .product .product-container .vm-product-content .has-sale {
	-ms-flex-pack: center !important;
	-webkit-box-pack: left !important;
	justify-content: left !important;
}

.main-image {
	border: 2px solid #e5e5e5;
}

.product-images .slider-for .img-item {
	border: 2px solid #e5e5e5;
}

.product-images .slider-nav .img-item .img-inner {
	border: 2px solid #e5e5e5;
	margin: 0 3px;
}

.product-images .slider-nav .slick-current .img-inner {
	border-color: #fda901;
}

.product-category .label {
	color: #22273b;
}

.product-category a {
	color: #666666;
}

.product-category a:hover,
.product-category a:active,
.product-category a:focus {
	color: #9ac100;
}

.productdetails-view .product-prices .PricesalesPriceTt {
	font-size: 25px;
}

.productdetails-view .product-short-description {
	margin-bottom: 25px;
}

.productdetails-view .addtocart-bar {
	border-top: 1px dotted #9ac100;
	border-bottom: 1px dotted #9ac100;
	padding: 22px 0px;
	margin-bottom: 20px;
}

.productdetails-view .btn-addtocart {
	background-color: #9ac100;
	border: 2px solid #9ac100;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 7px 25px;
}

.productdetails-view .btn-addtocart .fa {
	margin-right: 7px;
}

.productdetails-view .btn-addtocart:hover,
.productdetails-view .btn-addtocart:active,
.productdetails-view .btn-addtocart:focus {
	background-color: #fff;
	color: #9ac100;
}

.productdetails-view .has-sale {
	-ms-flex-pack: start !important;
	-webkit-box-pack: start !important;
	justify-content: start !important;
}

.productdetails-view .social-share-icon {
	font-size: 15px;
}

.productdetails-view .social-share-icon h6 {
	font-size: 15px;
	font-family: "ABeeZee", sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}

.productdetails-view .social-share-icon ul li a {
	font-size: 13px;
	color: #999999;
}

.productdetails-view .social-share-icon ul li:not(:last-child) {
	margin-right: 2px;
}

.product-tab-title a.nav-link {
	font-size: 16px;
	font-family: "Dosis", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-radius: 0;
	padding: 10px 25px;
	border-top: 1px solid #e5e5e5;
}

.product-tab-title a.nav-link.active {
	background: #9ac100;
	border-color: #9ac100;
}

.wrap-tab-content {
	border: 1px solid #e5e5e5;
}

/* bootstrap hack: fix content width inside hidden tabs */

.tab-content.product-tab-content>.tab-pane {
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.tab-content.product-tab-content>.active {
	height: auto;
	visibility: visible;
	overflow: visible;
}

.product-tab-content {
	padding: 30px;
}

.product-tab-content .customer-reviews {
	margin-top: 0;
}

.product-tab-content .customer-reviews .write-reviews {
	text-align: left;
	margin-top: 0;
}

.product-tab-content .customer-reviews h4 {
	border-bottom: none;
	font-size: 16px;
}

.product-tab-content .rating {
	text-align: left;
	margin-bottom: 0;
}

.product-fields-title-wrapper .product-fields-title {
	font-size: 17px;
	font-weight: normal;
}

.product-fields-title-wrapper .hasTooltip {
	display: none;
}

.list-reviews .highlight {
	padding: 15px 20px;
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	margin-bottom: 0;
}

.list-reviews .normal {
	padding: 15px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	margin-bottom: 0;
}

.list-reviews .intro-left {
	font-style: italic;
}

.list-reviews .intro-left .entry-name {
	color: #22273b;
}

.list-reviews .intro-left .entry-date {
	font-size: 14px;
	color: #999999;
}

.list-reviews .intro-right .vote {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.list-reviews .intro-right .vote .ratingbox {
	margin-bottom: 0;
}

.product-related-products {
	border-top: none;
	margin-top: 50px;
}

.product-related-products .fields-wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.product-related-products .vm3pr-related {
	padding: 5px 15px 20px 15px;
}

.product-related-products .product-fields-title {
	font-size: 25px;
	font-weight: bold;
}

.product-related-products .product-field-desc {
	display: none;
}

.product-related-products .product-container .content-inner {
	position: relative;
	z-index: 2;
}

.product-related-products .product-container .vm-product-media-container {
	padding: 2px;
	margin-bottom: 3px;
}

.product-related-products .product-container .vm-product-media-container a {
	font-size: 18px;
	font-family: "Dosis", sans-serif;
	color: #22273b;
	font-weight: bold;
	text-transform: uppercase;
}

.product-related-products .product-container .vm-product-media-container a:hover,
.product-related-products .product-container .vm-product-media-container a:active,
.product-related-products .product-container .vm-product-media-container a:focus {
	color: #9ac100;
}

.product-related-products .product-container .vm-img-desc {
	display: none;
}

.product-related-products .product-container .product-price {
	float: none;
	text-align: center;
}

.product-related-products .product-container .product-price .has-sale {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.product-related-products .product-container:hover .addtocart-bar,
.product-related-products .product-container:active .addtocart-bar,
.product-related-products .product-container:focus .addtocart-bar {
	opacity: 1;
}

.product-related-products .product-container .addtocart-bar {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-related-products .product-container .addtocart-bar:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	border-top: 1px dotted #9ac100;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.product-related-products .product-container .addtocart-bar .quantity-box {
	display: none;
}

.product-related-products .product-container .addtocart-bar .btn-addtocart {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
}

.product-related-products .product-container .addtocart-bar .btn-addtocart .fa {
	margin-right: 0;
}

.product-related-products .product-container .addtocart-bar .text {
	display: none;
}

.vm-img-desc {
	display: none;
}

#fancybox-title {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cart-thumb img {
	width: 140px;
}

.continue_link {
	background: #f8f8f8;
	color: #999999;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 12px 20px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #f8f8f8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.continue_link:hover,
.continue_link:active,
.continue_link:focus {
	background: transparent;
}

.bg-gray {
	background-color: #f8f8f8;
	border-radius: 5px;
}

.cart-view div.terms-of-service {
	display: block;
	margin-top: 2px;
}

.cart-view .button-entry-wrap {
	border: 2px solid #f5f5f5;
	border-top: 0;
}

.cart-view .row {
	margin: 0 -15px !important;
}

.cart-view .billto-shipto {
	margin-bottom: 50px;
	border-bottom: none;
}

.cart-view .table {
	margin-bottom: 0;
}

.cart-view .table th {
	border-top: none;
	padding: 20px;
}

.cart-view .table .thead-light th {
	background-color: #f5f5f5;
}

.cart-view .table.table-bordered td,
.cart-view .table.table-bordered th {
	border: 2px solid #f5f5f5;
}

.cart-view .cart-item-name {
	width: 560px;
}

.cart-view .cart-item-remove {
	width: 68px;
}

.cart-view .price-line-through,
.cart-view .PricebasePriceVariant {
	font-size: 15px;
	font-family: "Dosis", sans-serif;
	color: #999999;
	font-style: italic;
	text-decoration: line-through;
}

.cart-view .PricesalesPrice,
.cart-view .PricediscountedPriceWithoutTax,
.cart-view .PricebillTotal {
	font-size: 18px;
	font-family: "Dosis", sans-serif;
	color: #fda901;
	font-weight: 600;
}

.cart-view .PricediscountAmount,
.cart-view .PricesalesPriceCoupon,
.cart-view .PricebillDiscountAmount,
.cart-view .PricesalesPriceShipment,
.cart-view .PriceshipmentValue,
.cart-view .PricesalesPricePayment,
.cart-view .PricebillTaxAmount {
	font-size: 18px;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	color: #22273b;
}

.cart-view .btn-remove-item {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	color: #a8a8a8;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cart-view .btn-remove-item:hover,
.cart-view .btn-remove-item:active,
.cart-view .btn-remove-item:focus {
	outline: none;
	color: red;
}

.cart-view .btn-update-quantity {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cart-view .btn-update-quantity:hover,
.cart-view .btn-update-quantity:active,
.cart-view .btn-update-quantity:focus {
	outline: none;
	color: #9ac100;
}

.cart-view .quantity-input {
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	width: auto !important;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.cart-view .list-group-item {
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bdd759;
	margin-bottom: 0;
	border-top: none;
	background-color: transparent;
}

.cart-view .coupon {
	width: 240px;
}

.cart-view .apply-coupon {
	border: 2px solid transparent;
	background: #9ac100;
	color: #fff;
	padding: 2px 10px;
	font-size: 13px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	border-radius: 0;
	z-index: 9;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cart-view .apply-coupon:hover,
.cart-view .apply-coupon:active,
.cart-view .apply-coupon:focus {
	opacity: 0.8;
}

.cart-view .btn-update-cart {
	background: #22273b;
	color: #fff;
	font-size: 13px;
	padding: 12px 20px !important;
	margin-bottom: 0;
	line-height: 1;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #22273b;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cart-view .btn-update-cart:hover,
.cart-view .btn-update-cart:active,
.cart-view .btn-update-cart:focus {
	background: transparent;
	color: #22273b;
}

.cart-view h3 {
	color: #9ac100;
}

.cart-view textarea#customer_note_field {
	width: 100%;
	min-height: 60px;
}

.cart-view .terms-of-service a {
	color: #666666;
}

.cart-view #checkoutFormSubmit,
.cart-view .vm-button-correct,
.cart-view .vm-button-correct:link,
.cart-view .vm-button-correct:visited,
.cart-view .vm-button {
	background: #9ac100;
	border: 2px solid #9ac100;
	color: #fff;
	font-size: 1.6rem;
	padding: 15px 40px !important;
	margin-bottom: 15px;
	border-radius: 50px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Dosis", sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0;
}

.cart-view #checkoutFormSubmit:hover,
.cart-view #checkoutFormSubmit:active,
.cart-view #checkoutFormSubmit:focus,
.cart-view .vm-button-correct:hover,
.cart-view .vm-button-correct:active,
.cart-view .vm-button-correct:focus,
.cart-view .vm-button-correct:link:hover,
.cart-view .vm-button-correct:link:active,
.cart-view .vm-button-correct:link:focus,
.cart-view .vm-button-correct:visited:hover,
.cart-view .vm-button-correct:visited:active,
.cart-view .vm-button-correct:visited:focus,
.cart-view .vm-button:hover,
.cart-view .vm-button:active,
.cart-view .vm-button:focus {
	background: transparent;
	color: #9ac100;
}

.cart-view .checkout-button-top {
	border-top: none;
	padding: 0;
	margin-top: 30px;
}

.cart-view .button-wrapper-cart {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.btn-logout {
	background: none;
	border: none;
	cursor: pointer;
	color: #fda901;
}

.btn-logout:hover,
.btn-logout:active,
.btn-logout:focus {
	color: #9ac100;
}

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

.field-group label {
	margin-bottom: 0.5px;
}

.icon-delete {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
}

.icon-delete:before {
	content: "\f00d";
}

.shipTo-wrapper a {
	color: #666666;
}

.shipTo-wrapper a:hover,
.shipTo-wrapper a:active,
.shipTo-wrapper a:focus {
	color: #9ac100;
}

.shipTo-wrapper ul {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.shipTo-wrapper ul li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dotted #e5e5e5;
}

#ui-tabs ul#tabs {
	padding: 0;
}

#ui-tabs .tabs {
	padding: 16px 0;
	overflow: hidden;
}

.borderless td,
.borderless th {
	border: none;
}

.userfields-wrapper h3 {
	color: #9ac100;
}

.custom-field-special h6 {
	margin-bottom: 10px;
}

.custom-field-special ul {
	list-style: none;
	padding: 0;
}

.custom-field-special ul li {
	margin-bottom: 4px;
}

.custom-field-special ul li .fa {
	color: #9ac100;
	margin-right: 8px;
}

#fancybox-content>div {
	background-color: #fff;
}

#fancybox-content h4 {
	font-size: 16px;
}

#fancybox-content .continue_link {
	padding: 6px 15px;
}

#fancybox-content .showcart {
	background: #9ac100;
	color: #fff;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 15px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #9ac100;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#fancybox-content .showcart:hover,
#fancybox-content .showcart:active,
#fancybox-content .showcart:focus {
	color: #9ac100;
	background-color: #fff;
}

.contact-form-style-1 .sppb-column-addons {
	max-width: 500px;
}

.sp_quickcontact textarea#message {
	width: 100%;
	min-height: 160px;
}

.ext-load-more {
	background: #9ac100;
	color: #fff;
	font-size: 1.5rem;
	padding: 12px 45px !important;
	line-height: 1;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ext-load-more:hover,
.ext-load-more:active,
.ext-load-more:focus {
	background: transparent;
	color: #9ac100;
	border-color: #9ac100;
}

.projects-filter {
	text-align: center;
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #9ac100;
}

.projects-filter>a {
	font-family: "Dosis", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px;
	background: none;
}

.projects-filter>a:after {
	content: none;
}

.projects-filter>a:hover,
.projects-filter>a:active,
.projects-filter>a:focus {
	background: none !important;
	color: #9ac100 !important;
}

.projects-filter.projects-filter a.selected,
.projects-filter.selected:hover {
	background: none;
	color: #9ac100;
}

.projects-wrapper .project-img .project-img-extra,
.projects-wrapper .project-img .project-img-extra {
	color: #fff;
}

.projects-wrapper .project-img .project-img-extra h4,
.projects-wrapper .project-img .project-img-extra h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.projects-wrapper .project-img .project-img-extra h4:hover,
.projects-wrapper .project-img .project-img-extra h4:active,
.projects-wrapper .project-img .project-img-extra h4:focus,
.projects-wrapper .project-img .project-img-extra h4:hover,
.projects-wrapper .project-img .project-img-extra h4:active,
.projects-wrapper .project-img .project-img-extra h4:focus {
	color: #9ac100 !important;
}

.projects-wrapper .project-img .project-img-extra h5 a,
.projects-wrapper .project-img .project-img-extra h5 a {
	font-family: "ABeeZee", sans-serif;
	color: #fff !important;
	font-size: 15px;
	font-style: italic;
	text-transform: capitalize;
}

.projects-wrapper .project-img .project-img-extra h5 a:hover,
.projects-wrapper .project-img .project-img-extra h5 a:active,
.projects-wrapper .project-img .project-img-extra h5 a:focus,
.projects-wrapper .project-img .project-img-extra h5 a:hover,
.projects-wrapper .project-img .project-img-extra h5 a:active,
.projects-wrapper .project-img .project-img-extra h5 a:focus {
	color: #fda901 !important;
}

.projects-wrapper .project-img .project-img-extra .project-icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	background-color: transparent;
}

.projects-wrapper .project-img .project-img-extra .project-icon:hover,
.projects-wrapper .project-img .project-img-extra .project-icon:active,
.projects-wrapper .project-img .project-img-extra .project-icon:focus {
	background-color: #9ac100;
	border-color: #fff;
}

.projects-wrapper .project-img .project-img-extra .project-icon .fa-picture-o:before {
	content: '\f002';
}

html.error-page body {
	background-image: url("../images/bg/bg-404.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

html.error-page .error-code {
	font-size: 380px;
	color: #fff;
	-webkit-text-fill-color: #9ac100;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #fff;
	line-height: 1;
	margin-bottom: 0;
}

html.error-page .error-message {
	font-size: 17px;
	text-transform: capitalize;
	color: #fff;
	font-family: "ABeeZee", sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

.curved-bg {
	position: relative;
}

.curved-bg:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/bg/curved-bg.png) no-repeat bottom center;
	content: "";
	height: 30px;
	background-size: cover;
	z-index: 1;
}

.section-newsletter {
	background: url(../images/bg/vampire.png) center center #9ac100;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: initial;
	position: relative;
	min-height: 305px;
}

#sp-before-bottom:before {
	content: url("../images/bg/4apple.png");
	position: absolute;
	top: 0;
	left: -70px;
}

#sp-before-bottom:after {
	content: url("../images/bg/3apple.png");
	position: absolute;
	top: 20px;
	right: -30px;
}

#sp-before-bottom .acymailing_module .acymailing_form {
	width: 460px;
	margin: 0 auto !important;
	position: relative;
}

#sp-before-bottom .acymailing_module .acymailing_form input {
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	background-color: transparent;
}

#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
}

#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons:hover:before,
#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons:active:before,
#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons:focus:before {
	color: rgba(255, 255, 255, 0.6);
}

#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1d8";
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 14px;
	right: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons .subbutton {
	font-size: 0;
	margin: 0;
	height: 45px;
	padding: 10px 40px;
	background: transparent;
	border: none;
}

#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons .subbutton:focus,
#sp-before-bottom .acymailing_module .acymailing_form .acysubbuttons .subbutton:active {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.subscrice-heading-custom {
	text-align: center;
}

.subscrice-heading-custom h3 {
	font-size: 3rem;
	color: #fff;
}

.subscrice-heading-custom h3 em {
	font-style: italic;
	font-size: 20px;
}

#ex-footer .sp-module-title {
	font-size: 2.2rem;
	color: #9ac100;
	font-weight: 700;
	text-transform: uppercase;
}

#ex-footer .bottom-area-left {
	padding-top: 35px;
}

@media (min-width: 992px) {
	#ex-footer .bottom-area-left:after {
		content: '';
		width: 1px;
		height: 102%;
		border-right: 1px dotted #9ac100;
		position: absolute;
		top: -10px;
		right: -16px;
	}
}

#ex-footer .bottom-area-right {
	position: relative;
}

#ex-footer .ex-copyright {
	border-top: 1px dotted #9ac100;
	padding: 30px 0;
}

#ex-footer .ex-copyright a {
	color: #fda901;
}

#ex-footer .ex-copyright a:hover,
#ex-footer .ex-copyright a:active,
#ex-footer .ex-copyright a:focus {
	color: #9ac100;
}

#ex-footer .ex-copyright p {
	margin-bottom: 0;
}

#sp-bottom .sp-module ul,
#ex-footer .sp-module ul {
	list-style: none;
	padding: 0;
}

#sp-bottom .sp-module ul>li,
#ex-footer .sp-module ul>li {
	margin-bottom: 10px;
}

#sp-bottom .sp-module ul>li>a,
#ex-footer .sp-module ul>li>a {
	color: #666666;
}

#sp-bottom .sp-module ul>li>a:before,
#ex-footer .sp-module ul>li>a:before {
	content: ' ';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fda901;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}

#sp-bottom .sp-module ul>li>a:hover,
#sp-bottom .sp-module ul>li>a:active,
#sp-bottom .sp-module ul>li>a:focus,
#ex-footer .sp-module ul>li>a:hover,
#ex-footer .sp-module ul>li>a:active,
#ex-footer .sp-module ul>li>a:focus {
	color: #9ac100;
}

#sp-bottom .sp-module ul>li>a:hover:before,
#sp-bottom .sp-module ul>li>a:active:before,
#sp-bottom .sp-module ul>li>a:focus:before,
#ex-footer .sp-module ul>li>a:hover:before,
#ex-footer .sp-module ul>li>a:active:before,
#ex-footer .sp-module ul>li>a:focus:before {
	background: #9ac100;
}

#sp-right .sp-module {
	padding: 0 0 0 30px;
}

#sp-right .sp-page-builder .page-content .sppb-section {
	padding: 0;
}

#sp-left .sp-module {
	padding: 0 30px 0 0;
}

#sp-left .sp-module,
#sp-right .sp-module {
	border: none;
	border-radius: 0;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
	font-size: 2.2rem;
	color: #9ac100;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0;
}

.search {
	position: relative;
}

.search input {
	border-radius: 50px;
	border-color: #e2e2e2;
}

.search .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.search .input-group-btn button {
	border: none;
	border-radius: 30px;
	padding: 9px 20px;
	text-align: center;
	background: transparent;
	cursor: pointer;
}

.search .input-group-btn button:hover,
.search .input-group-btn button:active,
.search .input-group-btn button:focus {
	color: #9ac100;
}

.vm-search {
	position: relative;
}

.vm-search .button {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
	background: transparent;
}

.vm-search .button:hover,
.vm-search .button:active,
.vm-search .button:focus {
	color: #9ac100;
}

.virtuemart_search {
	display: none;
}

.tagspopular>ul>li {
	display: inline-block;
	border-bottom: none;
}

.tagspopular>ul>li a {
	display: inline-block;
	border: 2px solid #eeeeee;
	padding: 2px 20px;
	border-radius: 30px;
	margin-right: 2px;
	margin-bottom: 8px;
}

#sp-top-bar .vm-mini-cart .cart-inner .cart-link {
	height: 28px;
	line-height: 26px;
}

#sp-top-bar .vm-mini-cart .cart-inner .cart-link .total_products {
	top: 0;
	right: 0;
}

#sp-top-bar .vm-mini-cart .cart-inner .dropdown-cart-content {
	top: 28px;
}

.vm-mini-cart .cart-inner {
	position: relative;
}

.vm-mini-cart .cart-inner:hover .cart-link:before,
.vm-mini-cart .cart-inner:active .cart-link:before,
.vm-mini-cart .cart-inner:focus .cart-link:before {
	display: block;
}

.vm-mini-cart .cart-inner:hover .dropdown-cart-content,
.vm-mini-cart .cart-inner:active .dropdown-cart-content,
.vm-mini-cart .cart-inner:focus .dropdown-cart-content {
	display: block;
}

.vm-mini-cart .cart-inner .cart-link {
	position: relative;
	color: #b0b0b0;
	font-size: 18px;
	width: 30px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: left;
}

.vm-mini-cart .cart-inner .cart-link:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #9ac100;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.vm-mini-cart .cart-inner .cart-link:hover,
.vm-mini-cart .cart-inner .cart-link:active,
.vm-mini-cart .cart-inner .cart-link:focus {
	color: #9ac100;
}

.vm-mini-cart .cart-inner .cart-link .total_products {
	position: absolute;
	top: 20px;
	right: 0;
	width: 15px;
	height: 15px;
	background: #9ac100;
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	border-radius: 50%;
}

.vm-mini-cart .image {
	width: 94px;
	border: 2px solid #e9e9e9;
}

.vm-mini-cart .subtotal_with_tax {
	font-size: 17px;
	color: #fda901;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
}

.vm-mini-cart .cart-foot {
	border-top: 1px dotted #9ac100;
	padding-top: 20px;
}

.vm-mini-cart .cart-foot .total {
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.vm-mini-cart .cart-foot .total strong {
	color: #fda901;
}

.vm-mini-cart .cart-foot .show_cart a {
	font-family: "Dosis", sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 30px;
	background: #9ac100;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid transparent;
}

.vm-mini-cart .cart-foot .show_cart a:hover,
.vm-mini-cart .cart-foot .show_cart a:active,
.vm-mini-cart .cart-foot .show_cart a:focus {
	color: #9ac100;
	background: #fff;
	border-color: #9ac100;
}

.vm-mini-cart .dropdown-cart-content {
	font-size: 15px;
	border: none;
	padding: 30px;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	border-top: 2px solid #9ac100;
	position: absolute;
	top: 70px;
	right: 0;
	width: 310px;
	z-index: 999;
	background: #fff;
	display: none;
	text-align: left;
}

.vm-categories-wall-catwrapper img {
	width: 30px;
}

.vm-categories-wall-catwrapper .vm-categories-wall-catname {
	font-weight: normal;
	color: #666666;
}

.vm-categories-wall-catwrapper .vm-categories-wall-catname:hover,
.vm-categories-wall-catwrapper .vm-categories-wall-catname:active,
.vm-categories-wall-catwrapper .vm-categories-wall-catname:focus {
	color: #fda901;
}

#sp-right .addon-products .products-carousel-vertical .addtocart-area,
#sp-left .addon-products .products-carousel-vertical .addtocart-area {
	display: none;
}

#sp-right .addon-products .products-carousel-vertical .product-name,
#sp-left .addon-products .products-carousel-vertical .product-name {
	font-size: 15px;
	margin-top: 0;
}

#sp-right .addon-products .products-carousel-vertical .product-image,
#sp-left .addon-products .products-carousel-vertical .product-image {
	width: 94px;
	margin-right: 10px;
}

@media (max-width: 1400px) {
	html.error-page .error-code {
		font-size: 200px;
	}
}

@media (max-width: 1120px) {
	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		font-size: 15px;
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	#sp-right {
		margin-top: 30px;
	}
	#sp-right .sp-module {
		padding: 0;
	}
	#sp-left .sp-module {
		padding: 0;
	}
	.sppb-row [class*="sppb-col-md-"] {
		margin-bottom: 20px;
	}
	.sppb-row [class*="sppb-col-md-"]:last-child {
		margin-bottom: 0;
	}
	.ext-info-list.line-dotted .ext-info-list-inner::before {
		content: none;
	}
	.ext-info-list ul li.entry-item {
		padding-left: 0 !important;
		margin-bottom: 20px !important;
	}
	.ext-addon-before-image .d-flex {
		display: block !important;
	}
	.ext-addon-before-image .image-inner {
		margin-left: 0;
		margin-bottom: 0;
	}
	#sp-before-bottom:before {
		content: none;
	}
	#sp-before-bottom:after {
		content: none;
	}
	.organic-articles .article-item {
		margin-bottom: 30px;
	}
	.organic-icon-box.box-border-right .box-item::after {
		content: none;
	}
}

@media (max-width: 767px) {
	.sppb-section .sppb-row .sppb-col-md-12 .sppb-column .sppb-column-addons [id*="sppb-addon-"] {
		margin-bottom: 0px !important;
	}
	.ext-addon-image-content .ext-image-content-title.has-last-title {
		margin-bottom: 15px;
	}
	.ext-addon-image-content .ext-image-content-title.has-last-title .title-last {
		position: initial;
	}
	.sppb-nav-organic_product li a {
		padding: 0 6px;
	}
	.organic-product-countdown .product-container {
		padding: 30px;
	}
	.organic-product-countdown.style-2 .clock {
		position: initial;
	}
	.organic-product-countdown.style-2 .clock .clock-inner {
		width: 100%;
		padding: 15px;
		border-radius: 0;
	}
	.organic-product-countdown.style-2 .clock .clock-inner .intro-time {
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.organic-product-countdown.style-2 .clock .clock-inner .intro-time:after {
		content: none;
	}
	.organic-product-countdown.style-1 .clock {
		position: initial;
	}
	.organic-product-countdown.style-1 .clock .clock-inner {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
		border-radius: 0;
	}
	.organic-product-countdown.style-1 .clock .clock-inner .intro-time {
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom-left-radius: 10px;
	}
	.organic-product-countdown.style-1 .clock .clock-inner .intro-time:after {
		content: none;
	}
	.category-view.list-view .product .product-container .vm-product-media-container {
		width: 140px;
		margin-right: 0;
	}
	.category-view.list-view .product .product-container .vm-product-content {
		padding-left: 155px !important;
		padding-top: 0;
	}
	.vm-toolbar-left {
		display: none;
	}
	.vm-toolbar-right {
		width: 100%;
	}
	.orderlistcontainer .title {
		display: none;
	}
	.orderlistcontainer {
		padding: 5px 15px;
	}
	.product-tab-title a.nav-link {
		padding: 10px 15px;
	}
	.cart-view .table tr {
		border: none;
	}
	.cart-view .table.table-bordered thead {
		display: none;
	}
	.cart-view .table.table-bordered td {
		border-bottom: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		display: block;
		text-align: right;
		max-width: 100%;
		width: 100%;
	}
	.cart-view .table.table-bordered td .cart-thumb {
		display: none;
	}
	.cart-view .table.table-bordered td:before {
		content: attr(data-title) ": ";
		float: left;
		font-weight: 700;
	}
}

@media (max-width: 575px) {
	#sp-before-bottom .acymailing_module .acymailing_form {
		width: 100%;
	}
	.acymailing_module_form td {
		padding: 0 15px;
	}
	.organic-heading {
		padding: 0 15px;
	}
	.ext-addon-image-content .ext-image-content-title.has-last-title {
		font-size: 28px;
	}
	.organic-heading-title {
		font-size: 28px;
	}
	.subscrice-heading-custom h3 {
		font-size: 28px;
	}
	.organic-articles .first-item .article-item .article-title a {
		font-size: 20px;
	}
	.ext-addon-image-content.aligment-left .entry-image {
		margin-left: 0;
		margin-right: 0;
	}
	.ext-addon-image-content .sppb-btn-circle {
		position: initial;
	}
	.addon-products .products-carousel .slick-arrow.slick-prev {
		left: 0;
	}
	.addon-products .products-carousel .slick-arrow.slick-next {
		right: 0;
	}
	.subscrice-heading-custom {
		text-align: left;
		padding: 0 15px;
	}
	.organic-product-countdown .product-container .addtocart-area .addtocart-bar::before {
		content: none;
	}
	.organic-articles .layout-3 .article-item {
		display: block;
	}
	.organic-articles .layout-3 .article-item.rowder-1 {
		text-align: left;
	}
	.organic-articles .layout-3 .article-item .article-content {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.organic-articles .layout-3 .article-item .article-image {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 8px;
	}
	#jc #comments .comments-list {
		margin-left: 0;
	}
}

@media (max-width: 400px) {
	.category-view.list-view .product .product-container .vm-product-media-container {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}
	.category-view.list-view .product .product-container .vm-product-content {
		padding-left: 0px !important;
	}
}