@import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oregano:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);

/* GENERAL STYLES */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: -10px;
    perspective: 1000;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

input,
textarea {
    outline: none;
}

p, .sppb-addon-text-block .sppb-addon-content, .sppb-addon-text {
    font-family: 'Raleway', sans-serif;
}

ul {padding: 0; margin: 0;}

.sppb-btn,
#sp-footer .sppb-btn {
    border: none;
    outline: none;
    background: #227224;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    transition: all .5s ease !important;
    position: relative;
    padding: 0 40px;
	border-radius: 0;
	cursor: pointer;
}

.sppb-btn:hover,
#sp-footer .sppb-btn:hover {
    background: #2b2c2d;
    color: #ffffff !important;
}

.sppb-btn i {
    font-size: 14px;
    color: #ffffff;
}

.table td, .table th {
	padding: 8px;
	vertical-align: middle;
	border-top: 0px solid #dee2e6;
}

.table td img {margin: 0 auto;}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: none;
}

/* */

.top-info {
    position: relative;
    padding: 9px 0;
}

.top-info:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20000px;
	height: 100%;
	background: #227224;
		background-color: #227224;
	border-bottom-left-radius: 5px;
	transform: skewX(45deg);
}

#sp-header {
	height: inherit;
	box-shadow: none;
}

#sp-header.header-sticky {
	background: #fff;
	box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
	
}

#sp-header.header-sticky #sp-logo, #sp-header.header-sticky #sp-menu {
	display: table;
	margin: auto;
	
}

#sp-header .logo {
	height: inherit;
	display: block;
	transition: all .5s ease;
}

#sp-header .logo img {
	
	transition: all .5s ease;
}

#sp-header.header-sticky .logo img {
	height: 128px;
	transform: scale(0.6);
	transition: all .5s ease;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 900;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 900;
	text-transform: uppercase;
	line-height: 42px;
	padding: 36px 19.5px;
	transition: all .5s ease;
	position: relative;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
	padding: 17px 19px;
}

.sp-megamenu-parent > li > a:after {display: none;}

.sp-megamenu-parent > li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 4px;
	background: #227224;
	transition: all .5s ease;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 100%;
}

.sp-megamenu-parent > li.menu-search > a span {
	font-size: 14px;
	width: 38px;
	height: 38px;
	border: 2px solid #ffffff;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	margin: 0;
	color: #272727;
	border-color: #272727;
	transition: all .3s ease;
	position: relative;
}

.sp-megamenu-parent > li.cart-menu > a span {
	color: #272727;
	font-size: 20px;
	text-align: center;
}

.sp-megamenu-parent > li.menu-search > a:before,
.sp-megamenu-parent > li.cart-menu > a:before {display: none;}


/* Submenu */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0;
	padding-left: 30px;
	border-top: 4px solid #227224;
}

.sp-megamenu-parent .normal-submenu .sp-dropdown .sp-dropdown-inner {
	padding: 10px;
}

.sp-megamenu-parent .gallery-menu .sp-dropdown .sp-dropdown-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .row > div {padding: 0;}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-mega-group > li.item-header > a {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	color: #272727;
	font-family: 'Roboto';
	margin-top: 28px;
	margin-bottom: 12px;	
	line-height: 1.1;
	padding-top: 0;
	padding-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-mega-group > li.item-header:hover > a {
    color: #272727;
    background-color: transparent;
}

.sp-megamenu-parent .sp-mega-group .mod-sppagebuilder .sppb-row {margin: 0;}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
width: 100%;
background: none;
padding: 10px 25px 10px 22px;
color: #888;
text-decoration: none;
display: inline-block;
position: relative;
outline: 0;
-o-transition: padding .2s linear;
-moz-transition: padding .2s linear;
-webkit-transition: padding .2s linear;
transition: padding .2s linear;
font-size: 14px;
color: #9e9e9e;
font-weight: 300;
font-family: 'Roboto';
line-height: 26px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
    background: #f7f7f7;
    color: #227224;
}

.sp-megamenu-parent .normal-submenu .sp-dropdown li.sp-menu-item:hover > a {
	padding-left: 28px;
}

.sp-megamenu-parent .sp-mega-group li a {
	display: block;
	text-transform: none;
	margin-bottom: 0;
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 300;
	line-height: 24px;
	font-family: 'Roboto';
	display: block;
	background-color: transparent;
	padding: 7px 16px !important;
	padding-right: 0;
	transition: all .3s ease;
}

.sp-megamenu-parent .sp-mega-group li:hover > a {
    color: #227224;
    background-color: #f7f7f7;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 36px 12px;
}


#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}

#sp-top1 .sppb-col-md-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

#sp-top1 {
	background: #227224;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
	padding: 17px 12px;
}
}

@media (max-width: 992px) {
#sp-header {padding: 20px 0;}
#sp-header.header-sticky {padding: 0;}
}

@media (max-width: 767px) {
#sp-footer .page-content .sppb-section:nth-child(2){background: #227224;}
}






/* */


.arrow-push-out-right span {
	display: inline-block;
	position: relative;
	transform: translate3d(-7.5px, 0, 0);
	transition: all 0.3s ease-out !important;
	will-change: transform;
}

.arrow-push-out-right i,
.arrow-push-out-right em {
	position: absolute !important;
	right: -15px;
	opacity: 1;
	top: 50%;
	margin-top: -1px;
	transform: translateY(-50%);
	transition: all 0.3s ease-out !important;
	will-change: right, opacity;
}

.arrow-push-out-right:hover span {
	transform: translate3d(0px, 0, 0);
}

.arrow-push-out-right:hover i,
.arrow-push-out-right:hover em {
	opacity: 0;
	right: 15px;
}

.arrow-push-in-right span {
	display: inline-block;
	position: relative;
	transition: all 0.3s ease-out !important;
	will-change: transform;
}

.arrow-push-in-right:hover span {
	transform: translate3d(-7.5px, 0, 0);
}

.arrow-push-in-right i,
.arrow-push-in-right em {
	position: absolute !important;
	right: 0px;
	opacity: 0;
	top: 50%;
	margin-top: -1px;
	transform: translateY(-50%);
	transition: all 0.3s ease-out !important;
	will-change: right, opacity;
}

.arrow-push-in-right:hover i,
.arrow-push-in-right:hover em {
	opacity: 1;
	right: -15px;
}


@media (min-width: 1200px) {
body.helix-ultimate .container-large .sppb-row-container {
	max-width: 1200px;
	padding: 0;
}
}


.owl-buttons {
    background: #FEFEFE;
    position: absolute;
    top: -97px;
    right: 0;
    margin: 0;
    padding-left: 30px;
	text-align: center;
}

.owl-buttons [class*=owl-] {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 60px;
    background-color: #227224 !important;
    border-radius: 0;
    transition: all .3s ease;
}

.owl-buttons [class*=owl-]:hover {
    background-color: #272727 !important;
}

.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	opacity: 1;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons div:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {

    content: "\f105";

}

.owl-theme .owl-controls {
	margin-top: 60px;
	text-align: left;
}

.owl-theme .owl-controls .owl-page span {
	background: #73c156 none repeat scroll 0 0;
	opacity: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #73c156;
	border-radius: 50%;
	margin: 0 11px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #227224 none repeat scroll 0 0;
}

.sppb-optin-form.form-inline .email-wrap, .sppb-optin-form.form-inline .name-wrap {
	padding-right: 0;
}


.footer-section {
	height: 55px;
	position: relative;
}

.footer-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	left: 40%;
	background: #227224;
	transform: skew(45deg);
}

.footer-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: -28px;
	bottom: 0;
	right: 40%;
	background: #227224;
	transform: skew(-45deg);
}

.img-holder img {width: 100%;}

/* */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 60px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	display: block;
	padding: 0;
	text-decoration: none;
	border-radius: 0;
	font-size: 16px;
	color: #9e9e9e;
	font-weight: bold;
	border: 1px solid #f7f7f7;
	line-height: 48px;
	padding-left: 19px;
	padding-right: 19px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../../../../images/single-project-item/bg.html) repeat top left;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: #227224;
	color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	background: #227224;
	color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}

.overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.overlay .box .top-box {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	transition: all .5s ease 0s;
	opacity: 0;
	transform: translate3d(0, -100px, 0);
}

.overlay .box .title {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-top: 105px;
}

.overlay .box .title h3 {
	margin: 0;
	font-size: 22px;
	color: #227224;
	font-weight: 500;
	opacity: 0;
}

.overlay .box .bottom-box {
	background: #227224;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease .5s;
	transform: translate3d(0, 40px, 0);
	opacity: 0;
}

.overlay .box .bottom-box a {
	float: left;
	width: 50%;
}

.overlay .box .bottom-box a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 70px;
	border-right: 1px solid #b7d617;
	transition: all 0.5s ease;
}

.overlay .box .bottom-box a:hover {
	background-color: #73c156;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .box .top-box {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .box .bottom-box {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.sp-simpleportfolio .text-box {
	border: 1px solid #f7f7f7;
	border-top: 0;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-top: 25px;
	background: url("../../../../images/single-project-item/bg.html") repeat;
}

.sp-simpleportfolio .text-box h3 {
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	font-family: 'Roboto';
	margin: 0;
}

.sp-simpleportfolio .text-box p {
	font-family: 'Raleway';
	font-size: 14px;
	margin: 0;
}

.small-title-portolio .sp-simpleportfolio .text-box h3 {
	font-size: 18px;
}

.sp-simpleportfolio .sp-simpleportfolio-columns-5 .sp-simpleportfolio-item {
  width: 20%;
}
.sp-simpleportfolio .sp-simpleportfolio-columns-6 .sp-simpleportfolio-item {
  width: 16.6666%;
}

.sp-simpleportfolio-img2, .sp-simpleportfolio-img {width: 100%;}

.fluid-portfolio #sp-main-body .container {max-width: 100%; width: 100%;}
.com-spsimpleportfolio.fluid-portfolio #sp-main-body .container #sp-component {
	padding-right: 0;
	padding-left: 0;
}

/* Portfolio Single */

.sp-simpleportfolio .sp-simpleportfolio-image {
	margin-bottom: 30px;
}

.sp-simpleportfolio-details h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	line-height: 25px;
	margin-bottom: 12px;
}

.sp-simpleportfolio-details p.tags {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
    margin-bottom: 0px;
	color: #9e9e9e;
    margin-bottom: 19px;
}

.sp-simpleportfolio-details  p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: #9e9e9e;
}

.single-project-customer-info {
	margin-top: 15px;
}

.single-project-customer-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-project-customer-info ul li,
.single-project-customer-info ul li a {
	list-style: none;
	font-size: 16px;
	color: #9e9e9e;
	font-weight: 500;
	line-height: 39px;
	font-family: 'Raleway';
	border-bottom: 1px solid #f7f7f7;
}

.single-project-customer-info ul li:last-child {
	border-bottom: 0;
}

.single-project-customer-info ul li label {
	font-size: 16px;
	font-weight: 900;
	color: #272727;
	font-family: 'Roboto';
}

.sp-simpleportfolio-details .sppb-btn {
	border-radius: 0;
	padding: 0 30px;
font-size: 16px;
line-height: 50px;
font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
font-family: 'Roboto', sans-serif;
display: inline-block;
transition: all .5s ease !important;
position: relative;
}

.sp-simpleportfolio-details .sppb-btn i {margin-left: 5px;}


/* */

#sp-logo-section {
	padding-top: 40px; 
	padding-bottom: 40px;
	display: table;
	margin: auto;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

.border-gray {border: 1px solid #f7f7f7;}
.contact-box-shadow {box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 77px 0 137px;
	background-repeat: repeat;
	background-size: auto;
	background-attachment: scroll;
	position: relative;
	text-align: center;
}

.sp-page-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	display: block;
	opacity: .55;
}

.sp-page-title .sp-page-title-heading {
	font-size: 48px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.sp-page-title .sp-page-title-sub-heading {
	margin: 0;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 17px;
	position: relative;
	z-index: 2;
}

.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff url(../../../../images/resources/texture/strip.html) repeat;
	border-bottom: 1px solid #F7F7F7;
	bottom: 0;
	border-radius: 0;
	align-items: center;
	justify-content: center;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #9e9e9e;
}

.sp-page-title .breadcrumb > li > a {
	font-size: 16px;
	line-height: 60px;
	font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #9e9e9e;
	font-size: 16px;
}

.sp-page-title .breadcrumb > .active {
	color: #227224;
	font-weight: 400;
	font-size: 16px;
	line-height: 60px;
}

/* */

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}



#sp-right, #sp-left {
	padding: 80px 0;
	position: relative;
	padding-left: 60px;
	border-left: 1px solid #f4f4f4;
}

#sp-left {
	border-left: 0px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	padding-left: 0;
	padding-right: 60px;
}

.sidebar-class.com-sppagebuilder #sp-component {padding-right: 60px;}
.com-spsimpleportfolio #sp-component {padding-right: 30px; padding-left: 30px;}

.com-spsimpleportfolio #sp-right, #sp-left {
	padding: 0;
	padding-left: 30px;
}

.com-spsimpleportfolio #sp-left {
	padding-right: 30px;
}

.com-content #sp-right, .com-content #sp-left {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

#sp-left {padding-right: 30px;}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0px;
}

#sp-left .sp-module .form-control,
#sp-right .sp-module .form-control {
border: 2px solid #f6f4f4;
height: 50px;
  position: relative;
top: -3px;
font-size: 14px;
padding-left: 20px;
  border-radius: 0;
} 

#sp-right .sp-module .search .btn-primary,
#sp-left .sp-module .search .btn-primary  {
	border-radius: 0;
  font-size: 18px;
width: 50px;
height: 49px;
position: relative;
text-align: center;
top: -2px;
transition: all .3s ease;
}

.input-group > .form-control:focus {
    z-index: 0;
	box-shadow: none;
}


#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	position: relative;
	border: none;
	padding: 0;
	background: url(../../../../images/resources/texture/strip.html) 0 0 repeat;
	padding: 15px 0;
    padding-left: 0px;
	padding-left: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #272727;
	line-height: 30px;
	font-weight: 900;
}


#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module ul.categories-module > li, #sp-right .sp-module ul.categories-module > li {
	border-bottom: 0px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
	padding: 0px;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: inherit;
	padding: 0;
}

#sp-left .sp-module ul.categories-module > li > a, #sp-right .sp-module ul.categories-module > li > a {
	font-size: 16px;
	color: #9e9e9e;
	line-height: 35px;
	display: block;
}



#sp-left .sp-module ul.latestnews, #sp-right .sp-module ul.latestnews {
	margin: 0;
	padding: 0;
	margin-top: -3px;	
}

#sp-left .sp-module ul.latestnews > li, #sp-right .sp-module ul.latestnews > li {
	list-style: none;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#sp-left .sp-module ul.latestnews li:last-child,
#sp-right .sp-module ul.latestnews li:last-child {
	border-bottom: none;
}

#sp-left .sp-module ul.latestnews li .box,
#sp-right .sp-module ul.latestnews li .box {
	display: table-cell;
	vertical-align: middle;
  width: 125px;
position: relative;
}

#sp-left .sp-module ul.latestnews li .box .overlay,
#sp-right .sp-module ul.latestnews li .box .overlay {
	position: relative;
}

#sp-left .sp-module ul.latestnews li .box .overlay .content-box,
#sp-right .sp-module ul.latestnews li .box .overlay .content-box {
	background: #227224 none repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .5s ease;
}

#sp-left .sp-module ul.latestnews li .box .overlay .icon-holder i,
#sp-right .sp-module ul.latestnews li .box .overlay .icon-holder i {
	color: #ffffff;
	font-size: 27px;
	margin-top: 0;
	position: relative;
	top: 6px;
}

#sp-left .sp-module ul.latestnews li .box .overlay .text p,
#sp-right .sp-module ul.latestnews li .box .overlay .text p {
	margin: 0;
	line-height: 20px;
	color: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	transition: all .3s ease;
}

#sp-left .sp-module ul.latestnews li .content,
#sp-right .sp-module ul.latestnews li .content {
    display: table-cell;
    vertical-align: middle;
  padding-left: 25px;
}

#sp-left .sp-module ul.latestnews li .content span,
#sp-right .sp-module ul.latestnews li .content span {
	color: #227224;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#sp-left .sp-module ul.latestnews li .content p,
#sp-right .sp-module ul.latestnews li .content p {
	color: #272727;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 3px;
	transition: all .3s ease;
}

#sp-left .sp-module ul.latestnews li .content span,
#sp-right .sp-module ul.latestnews li .content span {
	color: #227224;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#sp-left .sp-module ul.latestnews li:hover .box .overlay .content-box,
#sp-right .sp-module ul.latestnews li:hover .box .overlay .content-box {
	opacity: 1;
}

#sp-left .sp-module ul.latestnews li .content p:hover,
#sp-right .sp-module ul.latestnews li .content p:hover {
	color: #227224;
}

/* */

/* BLOG SINGLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: block;
	border-radius: 0;
}

.article-details .article-info {
	margin: 20px -3px 12px;
}

.article-info > span {
	background: #f7f7f7 url(../../../../images/resources/texture/strip.html) repeat;
	color: #9e9e9e;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0 4px;
	padding: 3px 9px;
	transition: all 0.5s ease 0s;
}

.article-info > span i {
	display: inline-block;
	padding-right: 10px;
}

.article-info > span + span::before {
	display: none;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 24px;
	font-weight: 700;
	color: #323232;
	line-height: 34px;
	margin: 0 0 5px;
	transition: all .3s ease;
	font-size: 30px;
`	line-height: 45px;
}

.article-details p {
	margin: 0 0 23px;
	font-size: 14px;
	color: #9e9e9e;
	line-height: 24px;
}

.article-details .article-ratings-social-share {
	padding: 0;
	border-top: 0px solid #f5f5f5;
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
}

.article-social-share {
	float: unset;
}

.article-details .d-flex {
	display: block !important;
}

.article-social-share:before {
	display: inline-block;
	font-size: 24px;
	color: #272727;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 0;
	vertical-align: bottom;
	margin-right: 20px;
	content: "Did You Like This Post? Share it :";
}

.social-share-icon {
	display: inline-block;
}

.article-social-share .social-share-icon ul li a {
	display: block;
	font-size: 18px;
	color: #f7f7f7;
	background: #73c156;
	text-align: center;
	line-height: 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-left: 5px;
	border: none;
}

.article-social-share .social-share-icon img {
	display: block;
	font-size: 18px;
	color: #f7f7f7;
	background: #73c156;
	text-align: center;
	line-height: 38px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-left: 5px;
	border: none;
}



.pager {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	border-top: 0px solid #f5f5f5;
}

.pager > li a {
	border-radius: 0;
	background: #f7f7f7 url(../../../../images/resources/texture/strip.html) repeat;
	color: #272727;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	height: 50px;
	padding: 13px 29px;
	text-transform: uppercase;
	transition: background .3s ease .3s;
	font-size: 14px;
	line-height: 26px;
}

.pager > li a:hover,
.pager > li a:active,
.pager > li a:focus {
	background: #227224;
	color: #fff;
}

.pagination {
	display: block;
	text-align: center;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}

.pagination ul {margin-top: 60px;}

.pagination ul li {display: inline-block;}

.page-link {
	position: relative;
	padding: 0;
	margin-left: 0;
	display: block;
	font-size: 18px;
	color: #227224;
	font-weight: bold;
	border: 1px solid #f4f4f4;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../../../../images/resources/texture/strip.html) repeat;
	margin: 0 5px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.page-item.active .page-link,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 1;
	color: #fff;
	background-color: #227224;
	border-color: #227224;
}

/* */

/* J2 SHOP */

.j2store-single-product {
	background: #fff;
	margin-bottom: 30px;
	padding-top: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.j2store-product-images {
	position: relative;
	overflow: hidden;
}

.j2store-product-images img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
    width: 100%;
}

.j2store-product-images .overlay {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}

.j2store-product-images .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, -100px, 0);
	transition: all 0.4s ease-out 0.5s;
}

.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.j2store-product-images .overlay .box .content .product-qty {display: none;}

.j2store-product-images .overlay .box .content .sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0px solid #227224;
	transition: all 500ms ease;
	border-radius: 0;
	background: #227224 none repeat scroll 0 0;
	background-color: #227224;
	color: #ffffff;
	display: block;
	font-size: 14px;
	padding: 20px 20px;
	transition: all .3s ease;
	margin: 0 auto;
	line-height: inherit;
}

.j2store-product-images .overlay .box .content .sppb-btn:hover {
	background-color: #272727 !important;
}


.j2store-single-product:hover .j2store-product-images {
	transition: all 300ms ease;;
}

.j2store-single-product:hover .overlay {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

.j2store-single-product:hover .j2store-product-images .overlay .box {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

.j2store-single-product .content-box {
	background: url(../../../../images/resources/texture/strip.html) repeat;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.j2store-single-product .content-box .inner-box .product-title {
	color: #272727;
	line-height: 34px;
	padding: 0 0 8px;
	margin: 0;
}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #252525;
	font-weight: 500;
	font-size: 24px;
}

.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #227224;
}

.product-price-container {
	color: #227224;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}

.product-price-container .strike {
	text-decoration: line-through;
	color: #9e9e9e;
	font-size: 18px;
	display: inline-block;
	padding-right: 10px;
}

.product-price-container .sale-price {
	color: #227224;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
}

.j2store-single-product .content-box .price-box {
    padding: 15px 20px 15px;
	display: none;
}

.discount-percentage {
	border-radius: 50%;
	top: 20px;
	z-index: 9;
	position: absolute;
	width: 65px;
	height: 65px;
	background: #ea6f2c;
	right: 35px;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
}

.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
line-height: inherit;
margin-left: 25px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #227224;
	transition: .7s ease;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #227224;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #227224;
	transition: .7s ease;
}


/* SINGLE PRODUCT */

.j2store-single-product.simple.detail,
.j2store-single-product.simple.detail:hover:before {
	margin-bottom: 0;
	position: relative;
	outline: 0px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.j2store-single-product.simple.detail:hover {box-shadow: none;}

.j2store-single-product.simple.detail:before {display: none;}

.simple-product {
    position: relative;
    z-index: 88;
}

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #f5f4f3;
}

.j2store-single-product-view .simple-product .product-title {
	margin: 0;
	font-size: 30px;
	color: #272727;
	font-weight: 500;
	line-height: 30px;
}

.j2store-single-product-view .simple-product .product-title:after {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 22px;
	margin-top: 22px;
	border-bottom: 1px solid #f4f4f4;
	content: "";
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view  .simple-product .product-price-container .sale-price {
	font-size: 24px;
	color: #227224;
	line-height: 26px;
	letter-spacing: 0;
	margin-top: 20px;
	font-weight: 700;
}

.j2store-single-product-view .product-sdesc-top {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

.j2store-single-product-view .product-sku {
	position: relative;
	color: #227224;
	font-size: 16px;
	margin-bottom: 25px;
}

.j2store-single-product-view .product-sku .sku-text {
	color: #222222;
	font-weight: 600;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #f4f4f4 !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn {
	line-height: 51px;
	margin-left: 25px;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover,
.j2store-single-product-view .j2store-cart-button.sppb-btn:focus,
.j2store-single-product-view .j2store-cart-button.sppb-btn:active {
	background: #2b2c2d;
	color: #ffffff;
}

#j2store-product-detail-tab {
	padding-top: 75px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #222222;
border-top: 1px solid #ececec;
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
border-bottom: 1px solid transparent;
border-radius: 0;
display: block;
margin-right: 5px;
padding: 15px 30px 13px;
color: #222222;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
background: #f7f7f7;
transition: all 500ms ease;
}


#j2store-product-detail-tab li:hover a,
#j2store-product-detail-tab li a.active {
	background: #227224;
	color: #ffffff;
}

.j2store-single-product-view .tab-content {
	border: 1px solid #ececec;
	padding: 30px 30px 40px;
}

.j2store-single-product-view .tab-content p {
	font-size: 16px;
	line-height: 24px;
	color: #9e9e9e;
	font-family: 'Roboto';
}

.j2store-single-product-view .tab-content h3, .j2store-single-product-view .tab-content ul, .j2store-single-product-view .tab-content li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.j2store-single-product-view .tab-content h3 {
	font-size: 24px;
	color: #272727;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 25px;
}

.j2store-single-product-view .tab-content li {
	font-size: 14px;
	color: #9B9B9B;
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}

.j2store-single-product-view .tab-content li:before {
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
	content: '\f00c';
font-family: FontAwesome;
color: #227224;
}

.product-upsells-container {
	border-top: 0px solid #f7f7f7;
	margin-top: 25px;
	padding-top: 0px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container .col-sm-12 > h3 {
background: #ffffff;
padding-right: 30px;
color: #272727;
font-size: 30px;
margin-bottom: -6px;
margin-top: 60px;
position: relative;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 60px;
}


.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}
.j2store-single-product.simple:hover .j2store-product-images img {
	transform: none;
}

.upsell-product-image-content  .overlay {
    transform: none !important;
}

.upsell-product-image-content:hover .overlay {
	opacity: 1 !important;
	transform: translate3d(0, 0px, 0) !important;
}

.upsell-product-title:after {display: none !important;} 

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {line-height: 1; margin-top:-5px;}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #227224;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #227224;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
    border: none;
    outline: none;
    background: #227224;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    padding: 0 40px;
	border-radius: 0;
	cursor: pointer;
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	    border: none;
    outline: none;
    background: #227224;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    padding: 0 40px;
	border-radius: 0;
	cursor: pointer;
	background: #2b2c2d;
	color: #ffffff;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}

#j2store-checkout-content > h1 {margin-bottom: 20px;}

#j2store-checkout-content p {margin-bottom: 10px;}









/* IMPORT FTC ICONS */

@font-face {
    font-family: 'ftc';
    src:    url('fonts/ftc38c1.eot?v0951r');
    src:    url('fonts/ftc38c1.eot?v0951r#iefix') format('embedded-opentype'),
        url('fonts/ftc38c1.ttf?v0951r') format('truetype'),
        url('fonts/ftc38c1.woff?v0951r') format('woff'),
        url('fonts/ftc38c1.svg?v0951r#ftc') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fc-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ftc' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ftc-icon-apple:before {
    content: "\e900";
}
.ftc-icon-apple-heart:before {
    content: "\e901";
}
.ftc-icon-brain-love:before {
    content: "\e902";
}
.ftc-icon-ball:before {
    content: "\e903";
}
.ftc-icon-band:before {
    content: "\e904";
}
.ftc-icon-bicycle:before {
    content: "\e905";
}
.ftc-icon-bike:before {
    content: "\e906";
}
.ftc-icon-apple-alarm:before {
    content: "\e907";
}
.ftc-icon-burger:before {
    content: "\e908";
}
.ftc-icon-calendar:before {
    content: "\e909";
}
.ftc-icon-carrot:before {
    content: "\e90a";
}
.ftc-icon-chronometer:before {
    content: "\e90b";
}
.ftc-icon-chronometer2:before {
    content: "\e90c";
}
.ftc-icon-cuttlery:before {
    content: "\e90d";
}
.ftc-icon-date:before {
    content: "\e90e";
}
.ftc-icon-drugs:before {
    content: "\e90f";
}
.ftc-icon-dumbbell:before {
    content: "\e910";
}
.ftc-icon-dumbbells:before {
    content: "\e911";
}
.ftc-icon-dumbbells3:before {
    content: "\e912";
}
.ftc-icon-email:before {
    content: "\e913";
}
.ftc-icon-file-apple:before {
    content: "\e914";
}
.ftc-icon-medal:before {
    content: "\e915";
}
.ftc-icon-fitness-calculator:before {
    content: "\e916";
}
.ftc-icon-flexions:before {
    content: "\e917";
}
.ftc-icon-gloves:before {
    content: "\e918";
}
.ftc-icon-hanging:before {
    content: "\e919";
}
.ftc-icon-apple-love:before {
    content: "\e91a";
}
.ftc-icon-heart:before {
    content: "\e91b";
}
.ftc-icon-heart-alarm:before {
    content: "\e91c";
}
.ftc-icon-doctor:before {
    content: "\e91d";
}
.ftc-icon-heart2:before {
    content: "\e91e";
}
.ftc-icon-kickboxing:before {
    content: "\e91f";
}
.ftc-icon-wake-up:before {
    content: "\e920";
}
.ftc-icon-running:before {
    content: "\e921";
}
.ftc-icon-drugs3:before {
    content: "\e922";
}
.ftc-icon-drugs4:before {
    content: "\e923";
}
.ftc-icon-capsule:before {
    content: "\e924";
}
.ftc-icon-meter:before {
    content: "\e925";
}
.ftc-icon-musculous:before {
    content: "\e926";
}
.ftc-icon-music-player:before {
    content: "\e927";
}
.ftc-icon-musical:before {
    content: "\e928";
}
.ftc-icon-musical2:before {
    content: "\e929";
}
.ftc-icon-no-smoke:before {
    content: "\e92a";
}
.ftc-icon-notes:before {
    content: "\e92b";
}
.ftc-icon-oxygenation:before {
    content: "\e92c";
}
.ftc-icon-pencil:before {
    content: "\e92d";
}
.ftc-icon-phone-contact:before {
    content: "\e92e";
}
.ftc-icon-restaurant:before {
    content: "\e92f";
}
.ftc-icon-resting:before {
    content: "\e930";
}
.ftc-icon-runner:before {
    content: "\e931";
}
.ftc-icon-sauce:before {
    content: "\e932";
}
.ftc-icon-scale:before {
    content: "\e933";
}
.ftc-icon-scale2:before {
    content: "\e934";
}
.ftc-icon-shopping-bag:before {
    content: "\e935";
}
.ftc-icon-shopping-bag2:before {
    content: "\e936";
}
.ftc-icon-skating:before {
    content: "\e937";
}
.ftc-icon-shoe:before {
    content: "\e938";
}
.ftc-icon-standing:before {
    content: "\e939";
}
.ftc-icon-star-medal:before {
    content: "\e93a";
}
.ftc-icon-steroids:before {
    content: "\e93b";
}
.ftc-icon-sunrise:before {
    content: "\e93c";
}
.ftc-icon-swimming-pool:before {
    content: "\e93d";
}
.ftc-icon-thin:before {
    content: "\e93e";
}
.ftc-icon-thumbs-up:before {
    content: "\e93f";
}
.ftc-icon-trophy:before {
    content: "\e940";
}
.ftc-icon-truck38:before {
    content: "\e941";
}
.ftc-icon-two328:before {
    content: "\e942";
}
.ftc-icon-water53:before {
    content: "\e943";
}
.ftc-icon-weightlifter1:before {
    content: "\e944";
}
.ftc-icon-weightlifter2:before {
    content: "\e945";
}
.ftc-icon-weightlifter3:before {
    content: "\e946";
}
.ftc-icon-wine57:before {
    content: "\e947";
}
.ftc-icon-yin6:before {
    content: "\e948";
}
.ftc-icon-yoga13:before {
    content: "\e949";
}










@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 100%;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


