@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');



/* GENERAL */



body {

  font-family: 'Open Sans', sans-serif;

  color:#999;

  line-height: 1.42857143;

  font-size: 14px;

}



h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}

h1,h2,h3,h4,h5 {

  font-family: 'Roboto Slab', serif;

  color: #303030;

  line-height: 1.1;

} 



ul {list-style-type: none;}



p, .sppb-addon-text, .sppb-addon-text-block .sppb-addon-content {font-family: 'Open Sans', sans-serif;font-size: 14px;color: #999;line-height: 26px; font-weight: 400;}

a {text-decoration: none;display: inline-block;outline: none; 

transition: .5s ease;}

a:hover,a:focus,a:visited {text-decoration: none; outline: none;}



img {max-width: 100%;display: inline-block;}



button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}

input,textarea {font-family: 'Open Sans', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}



.sppb-btn {cursor: pointer;}



.nav-placeholder {

	background: transparent none repeat scroll 0 0 !important;

	height: 0px !important;

}



/* */





/* TOP BAR + HEADER */



#sp-top-bar {

	position: relative;

	line-height: 48px;

	z-index: 999;

	padding: 6px 0;

}



#sp-top-bar .sp-module {

	display: inline-block;

	margin: 0;

}



.sp-contact-info {

	list-style: none;

	padding: 0;

	margin: 0;

}



.sp-contact-info li {

	margin: 0 20px 0 0;

	display: inline-block;

	position: relative;

	top: 0px;

	font-size: 100%;

}



.sp-contact-info li a {

	font-size: 14px;

}



.sp-contact-info li span {

	color: #8dc63f;

    margin-right: 10px;

    font-size: 20px;

    position: relative;

    top: 3px;

}





#sp-top2 .sp-column {float: right;}



ul.social-icons {

	list-style: none;

	padding: 0;

	margin: 0;

	display: inline-block;

}



ul.social-icons > li {

	display: inline-block;

	margin: 0;

}



#sp-top-bar ul.social-icons > li a {

	margin: 0 8px;

	font-size: 14px;

	-webkit-transition: .5s ease-in-out;

	transition: .5s ease-in-out;

}



#sp-top-bar ul.social-icons > li a:hover {

	color: #8dc63f;

	-webkit-transition: .5s ease-in-out;

	transition: .5s ease-in-out;

}





#sp-top-bar .donate-box-btn {

	padding: 0 27px;

	line-height: 38px;

	position: relative;

	background: #8dc63f;

	font-size: 14px;

	border-radius: 25px;

	color: #ffffff;

	border: 1px solid #8dc63f;

/**	text-transform: uppercase; **/

	font-weight: 700;

	display: inline-block;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

	outline: none;

	box-shadow: none;

}



#sp-top-bar .donate-box-btn:hover {

	background: transparent;

	color: #8dc63f;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

}





#sp-header {

	height: inherit;

	left: 0;

	position: relative;

	top: 0;

	width: 100%;

	z-index: 99;

	box-shadow: none;

	padding: 25px 0;

	-webkit-animation-duration: 1s;

	animation-duration: 1s;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}



#sp-header.header-sticky {

	margin: 0;

	padding: 15px 0;

	background: #ffffff;

	top: 0;

	left: 0;

	width: 100%;

	animation-name: menu_sticky;

	animation-duration: 0.60s;

	animation-timing-function: ease-out;

	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(93, 73, 73, 0.12);

}



@keyframes menu_sticky {

  0%   {margin-top:-100px;}

  50%  {margin-top: -90px;}

  100% {margin-top: 0;}

}



#sp-header #sp-logo {display: table; margin: auto;}



#sp-header .logo {

	height: inherit;

	display: inline-flex;

	margin: 0;

	align-items: center;

	margin: 7px 0;

}



.logo-image {

	height: 100%!important;

}



.sp-megamenu-parent {

	list-style: none;

	padding: 0;

	margin: 0;

	z-index: 99;

	display: block;

	float: right;

	position: relative;

}



.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

	display: inline-block;

	margin: 0;

	position: relative;

	padding: 20px 18px;

/**	text-transform: uppercase; **/

	font-weight: 700;

	font-family: "Open Sans", sans-serif;

	outline: 0;

	line-height: 1.42857143;

	display: inline-block;

	text-decoration: none;

	font-size: 14px;

	-o-transition: color .3s linear, background .3s linear;

	-moz-transition: color .3s linear, background .3s linear;

	-webkit-transition: color .3s linear, background .3s linear;

	transition: color .3s linear, background .3s linear;

}



.sp-megamenu-parent > li.active > a {

	font-weight: 700;

}



.sp-megamenu-parent > li.sp-has-child > a:after, .sp-megamenu-parent > li.sp-has-child > span:after {

	font-family: "FontAwesome";

	content: " \f107";

	margin-left: 5px;

}



.sp-megamenu-parent > li:last-child > a {padding-top: 0; padding-bottom: 0; padding-right: 0;}



.sp-megamenu-parent > li > a > i,

.sp-megamenu-parent > li > a > i:hover  {

	height: 40px;

	font-size: 15px;

	color: #8dc63f;

	border: 1px solid #e1e1e1;

	text-align: center;

	width: 40px;

	border-radius: 50%;

	-webkit-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

	outline: none;

	box-shadow: none;

	display: block;

	padding: 0;

	background: transparent;

	line-height: 40px;

}



/* Sub Menu */



.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {

	box-shadow: none;

	padding: 0 20px;

	min-width: 230px;

	background: #fff;

	border-top: 3px solid #8dc63f;

	right: auto !important;

}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item {

	display: block;

	padding: 0;

	clear: both;

	width: 100%;

	border: 0 none;

	font-size: 12px;

	position: relative;

}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {

	line-height: 1.42857143;

	padding: 14px 0 14px;

	font-weight: 700;

	text-transform: capitalize;

	border-bottom: 1px solid #f4f4f4;

	transition: .5s ease-in-out;

	font-size: 14px;

}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover {

	padding-left: 0px;

	padding-right: 0px;

	transition: .5s ease-in-out;

} 



/* */



/* CONTENT */



.animated-box {

	position: relative;

	background: #fbfbfb;

	padding: 17px 0 25px;

	border: 1px solid #f4f4f4;

}



.border-bottom {

    border-bottom: 1px solid #f7f7f7;

}



#sp-call-to-action {background: #8dc63f;}



/* */



/* PAGE TITLE */



.sp-page-title {

	padding: 0;

	position: relative;

	display: table;

	height: 280px;

	width: 100%;

	text-align: center;

}



.sp-page-title:before {

    content: '';

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: 0;

}



.sp-page-title .container {

	display: table-cell;

	vertical-align: middle;

}



.sp-page-title h2 {

	font-size: 40px;

	font-weight: 700;

	text-transform: uppercase;

	line-height: 60px;

	color: #fff;

	position: relative;

	z-index: 2;

}







#sp-breadcrumb {

	background: #fff;

	padding: 19px 0;

	border-bottom: 1px solid #f4f4f4;

}



@media (min-width: 768px){

#sp-position2, #sp-position3 {padding: 0;}

}

#sp-position3 {text-align: right;}









.breadcrumb {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	background-color: #fff;

	border-radius: 0;

	margin: 2px 0 0;

	padding: 0;

	list-style: none;

	font-size: 14px;

	font-weight: 700;

	/** text-transform: uppercase; **/

	color: #8dc63f;

}



.breadcrumb .breadcrumb-item {

	margin: 0;

	padding: 0;

	list-style: none;

	font-size: 14px;

	font-weight: 700;

	/** text-transform: uppercase; **/

	color: #8dc63f;

}



.breadcrumb .breadcrumb-item a {

	color: #222;

	/** text-transform: uppercase; **/

	font-weight: 700;

	font-size: 14px;

	transition: .3s ease;

}



.breadcrumb-item + .breadcrumb-item:before {

	display: inline-block;

	padding-right: 0;

	padding-left: 0;

	color: #222;

	content: "\f105";

    font-family: 'FontAwesome';

    margin: 0 10px;

}



#sp-position3 a,

#sp-position3 a:hover {

	/** text-transform: uppercase; **/

	font-weight: 700;

	color: #8dc63f;

	font-size: 14px;

}



#sp-position3 a i {

	margin-left: 7px;

	color: #8dc63f;

	margin-right: 7px;

	font-size: 14px;

}





/* */



/* BOTTOM */



#sp-bottom {

	position: relative;

	background: #111709;

	padding: 25px 0 50px;

}



#sp-bottom .sp-module ul > li {

	display: inline-block;

	margin-bottom: 15px;

}



#sp-bottom .sp-module ul > li > a {

	display: inline-block;

}



#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {margin-top: 50px;}



#sp-bottom .sp-module .sp-module-title {

	margin: 0 0 40px;

	color: #fff;

	padding-top: 18px;

	padding-bottom: 10px;

	position: relative;

	font-size: 20px;

	text-transform: capitalize;

	font-weight: 400;

	font-family: 'Roboto Slab', serif;

	line-height: 1.1;

}



.latestnews li {

	position: relative;

	margin-bottom: 35px !important;

	padding-bottom: 35px !important;

	border-bottom: 1px solid #363636;

}



#sp-right .latestnews li, #sp-left .latestnews li {

	position: relative;

	margin-bottom: 20px !important;

	padding-bottom: 20px !important;

	border-bottom: 1px solid #363636;

}



.latestnews li:last-child {

	margin: 0;

	padding: 0;

	border: none;

}



.latestnews .media img {

	max-width: 70px;

}



.latestnews .media-body {padding-left: 20px;}



.latestnews .media-body span a {

	position: relative;

	top: -5px;

	font-size: 16px;

	color: #999 !important;

	line-height: 26px;

	font-family: 'Roboto Slab', serif;

	margin: 0;

	padding: 0;

	font-weight: 500;

	display: block;

}



.latestnews .media-body small {

	color: #8dc63f;

	font-size: 15px;

	font-family: 'Open Sans', sans-serif;

	display: block;

}



.latestnews .media-body small:before {

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;

	text-rendering: auto;

	content: "\f073";

	margin-right: 3px;

}



/* */



/* FOOTER */





#sp-footer {

	border-top: 1px solid #19220e;

	padding: 21px 0;

}



#sp-footer .container-inner {

	padding:0;

	border-top: 0px solid rgba(255, 255, 255, .1);

}



#sp-footer2 a {

	color: #8dc63f;

	font-size: 16px;

	transition: .3s ease;

}



.sp-copyright {line-height: 1.9;}



/* */



/* EVENT SINGLE */



.article-details .article-full-image img {

	width: 100%;

}



.article-details .article-full-image {

	text-align: center;

	margin-bottom: 0;

}



.article-details .article-full-image img {

	display: inline-block;

	border-radius: 0;

}



.article-details .content {

    padding: 20px 30px 40px;

    border-left: 1px solid #f4f4f4;

    border-right: 1px solid #f4f4f4;

	border-bottom: 1px solid #f4f4f4;

}



.article-details .content .text h3 {

    margin-top: 10px;

    margin-bottom: 10px;

}



.article-details .event-timeline {

    background: #f7f7f7;

    padding: 40px 30px 20px;

}



.article-details .section-title {

    margin-bottom: 30px;

	position: relative;

}



@media (max-width: 993px) {.article-details .content .event-timeline {margin: 0 0 30px;}}



.article-details .section-title h3 {

    position: relative;

    text-transform: capitalize;

    font-weight: 400;

}



.article-details  .event-timeline li {

    padding-bottom: 15px;

    border-bottom: 1px solid #ebebeb;

    margin-bottom: 20px;

    line-height: 26px;

}



.article-details  .event-timeline li:first-child:before {

    color: #8dc63f;

    margin-right: 10px;

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	content: "\f017";

}



.article-details  .event-timeline li:last-child:before {

    color: #8dc63f;

    margin-right: 10px;

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	content: "\f041";

}



.article-details .event-timeline li b {

    color: #303030;

	font-weight: 700;

}



.article-details .event-timeline li:last-child {

    border-bottom: 0px;

    margin-bottom: 0px;

}



.article-details .list2 {

    margin-top: 25px;

}



.article-details .list2 li {

    padding-bottom: 12px;

}



.article-details .list2 li:before {

    padding-right: 10px;

    color: #8dc63f;

	display: inline-block;

font: normal normal normal 14px/1 FontAwesome;

content: "\f058";

}



.article-details .img-box {

    position: relative;

}



.article-details .img-box img {

	width: 100%;

}



.article-details .donator .caption {

    text-align: center;

}



.article-details .donator .caption h5 {

    margin: 20px 0 5px;

    font-size: 16px;

}



.article-details .donator .caption p {

    color: #8dc63f;

}



#article-comments {

	border-top: 0px solid #f5f5f5;

}



.article-details .article-author-information {

	margin-top: 50px;

	position: relative;

	padding: 33px 35px 30px 15px;

	min-height: 160px;

	border: 1px solid #f4f4f4;

	text-align: center;

}



.article-details .article-author-information .mt-0 {

	position: relative;

	margin: 13px 0px 16px !important;

	font-size: 18px;

	text-transform: capitalize;

	font-weight: 600;

	color: #252525;

}



.article-details .article-author-information .media {

	display: block;

}



.mr-3, .mx-3 {

	margin-right: auto !important;

	margin-left: auto;

	position: relative;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto;

}



.article-details .article-author-information .media-body {

	display: block;

}



.author-bio {

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	color: #999;

	line-height: 26px;

	font-weight: 400;

	margin: 0;

	padding: 0;

}



.mt-2, .my-2 {

	margin-top: 10px !important;

}



/* */



/* GALLERY SINGLE */



.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-img {

	width: 100%;

}



.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-description {

	width: 100%;

	float: unset;

}



.sp-simpleportfolio .sp-simpleportfolio-description > h2 {

	display: none;

}



.project-info-list {

	overflow: visible;

	margin: 0 -15px;

	margin-top: 30px;

}



.project-info-list li {

    border-bottom: 1px solid #f7f7f7;

    float: left;

    margin: 0 15px 20px;

    overflow: visible;

    padding-bottom: 11px;

    width: 42%;

    padding-left: 30px;

    position: relative;

}



.project-info-list li .icon-holder {

    left: 0;

    position: absolute;

    top: -5px;

}



.project-info-list li .icon-holder:before {

    color: #8dc63f;

	content: "";

	font: normal normal normal 14px/1 FontAwesome;

    font-size: 14px;

}



.project-info-list li:nth-child(1) .icon-holder:before {content: "\f007";}

.project-info-list li:nth-child(2) .icon-holder:before {content: "\f07c";}

.project-info-list li:nth-child(3) .icon-holder:before {content: "\f073";}

.project-info-list li:nth-child(4) .icon-holder:before {content: "\f073";}

.project-info-list li:nth-child(5) .icon-holder:before {content: "\f0c1";}

.project-info-list li:nth-child(6) .icon-holder:before {content: "\f041";}



.project-info-list li .text-holder h5 {

    color: #252525;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    margin: 0 0 3px;

}



.project-info-list li .text-holder p {

    margin: 0;

}



/* BLOG SINGLE */





.article-details .article-info {

	margin-bottom: 0;

	padding-top: 30px

}



.article-info > span {

	color: #848484;

	font-size: 16px;

}



.article-details .article-header h1 {

	font-size: 28px;

	color: #222;

	font-weight: 400;

	margin-top: 7px;

	margin-bottom: 20px;

	transition: all 300ms ease;

}



.content-box .text p {

    margin-bottom: 20px;

    margin-top: 20px;

}



.content-box .author {

    background-color: #ffffff;

    position: relative;

    margin-bottom: 2px;

    margin-top: 35px;

	overflow: hidden;

}



.content-box .author img {

    position: absolute;

}



.content-box .author-comment {

    margin-left: 340px;

    padding-left: 30px;

}



.author-comment .quote {

    font-size: 25px;

    color: #f1f1f1;

    margin-bottom: 7px;

    position: relative;

    top: -5px;

}



.author-comment .quote:before {

	display: inline-block;

font: normal normal normal 14px/1 FontAwesome;

content: "\f10d";

    font-size: 25px;

}



.author-comment h5 {

    font-weight: 600;

    margin: 16px 0 5px 0;

    text-transform: uppercase;

    font-size: 18px;

}



.author-comment p.a-title {

    color: #8dc63f;

    font-size: 16px;

}





/* */



/* */



/* 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-main-body {

	padding: 80px 0;

}





#sp-right {

	border-left: 1px solid #f4f4f4;

	padding-top: 80px;

	padding-bottom: 80px;

}



#sp-left {

	padding-top: 80px;

	padding-bottom: 80px;

}



@media (max-width:992px) {

	#sp-right {

		border-left: 0px solid #f4f4f4;

		padding-top: 0px;

		padding-bottom: 80px;

	}

	

	#sp-left {

		border-right: 0px solid #f4f4f4;

		padding-top: 80px;

		padding-bottom: 0px;

	}

}



@media (max-width:768px) {

	#sp-right, #sp-left  {

		padding-left: 30px;

		padding-right: 30px;

	}

	

	

}



#sp-left .sp-module, #sp-right .sp-module {

	margin-top: 0;

	border: 0px solid #f3f3f3;

	padding: 0;

	border-radius: 0;

	margin-bottom: 50px;

}



#sp-right input, #sp-left input  {

background: #fff;

border: 1px solid #f1f1f1;

color: #9a9a9a;

display: inline-block;

font-size: 16px;

font-weight: 300;

height: 55px;

letter-spacing: 0;

padding-left: 20px;

padding-right: 60px;

position: relative;

-webkit-transition: all 500ms ease 0s;

transition: all 500ms ease 0s;

  line-height: 28px;

outline: none;

box-shadow: none;

  border-radius: 0;

  font-family: 'Open Sans', sans-serif;

}



#sp-right input:focus, #sp-left input:focus  {

border: 1px solid #8dc63f !important;

background: #fff;

color: #000;

display: inline-block;

font-size: 16px;

font-weight: 300;

height: 55px;

letter-spacing: 1px;

padding-left: 20px;

padding-right: 60px;

position: relative;

-webkit-transition: all 500ms ease 0s;

transition: all 500ms ease 0s;

  line-height: 28px;

outline: none;

box-shadow: none !important;

  border-radius: 0;

  font-family: 'Open Sans', sans-serif;

}



#sp-right .input-group-btn .btn, #sp-left .input-group-btn .btn {

	background: #8dc63f none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	height: 55px;

	padding: 11px 0;

	  border-radius: 0;

	  width: 55px;

}



#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {

	margin: 0 0 35px;

	padding-bottom: 0;

	border-bottom: 0px solid #f3f3f3;

	position: relative;

	font-size: 20px;

	text-transform: capitalize;

	font-weight: 400;

}



#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {

	border-bottom: 1px solid #eaeaea;

	margin: 0;

	padding-bottom: 0px;

}





#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {

	margin-top: -15px;

}



.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {

	margin: 0;

	font-weight: normal;

	color: #848484;

	position: relative;

	width: 100%;

	transition: .5s ease;

	line-height: 54px;

	display: block;

	font-size: 14px;

	font-family: 'Open Sans', sans-serif;

}



#sp-left .sp-module ul > li a, #sp-right .sp-module ul > li a {color: inherit;}



#sp-left .sp-module ul.categories-module > li a:before, #sp-right .sp-module ul.categories-module > li a:before {

	content: "\f105";

	position: absolute;

	font-size: 16px;

	font-family: FontAwesome;

	right: 0px;

	top: 0px;

	-webkit-transition: .5s ease-in-out;

	transition: .5s ease-in-out;

}



#sp-left .sp-module ul > li a:hover, #sp-right .sp-module ul > li a:hover {

	color: #8dc63f;

	transition: .5s ease;

}



#sp-left .sp-module ul.latestnews > li a, #sp-right .sp-module ul.latestnews > li a {

    color: #303030 !important;

}



#sp-left .sp-module ul.latestnews > li a:hover, #sp-right .sp-module ul.latestnews > li a:hover {

    color: #8dc63f !important;

	transition: .5s ease;

}



#sp-left .latestnews .media-body small, #sp-right .latestnews .media-body small {

	color: #848484;

	font-size: 15px;

	font-family: 'Open Sans', sans-serif;

	display: block;

}



#sp-left .latestnews .media-body small:before, #sp-right .latestnews .media-body small:before {color: #8dc63f;}



#sp-right .owl-item {margin-top: -20px;}



#sp-right .item {

    position: relative;

    transition: .5s ease-in-out;

    overflow: hidden;

}



#sp-right .item .img-holder {

    display: block;

    overflow: hidden;

    position: relative;

	margin: 0;

}



#sp-right .item .lower-content {

    position: relative;

    padding: 0;

    border-left: 0px;

}



#sp-right .item .lower-content h4 {

    margin-bottom: 10px;

    margin-top: 15px;

    line-height: 26px;

    font-size: 16px;

    font-family: 'Roboto Slab', serif;

}



#sp-right .item .lower-content .post-meta {

    color: #8dc63f;

    font-size: 15px;

    margin-bottom: 7px;

}



#sp-right .item .lower-content .post-meta i {

    margin-right: 5px;

    font-family: FontAwesome;

}



#sp-right .owl-theme .owl-controls {

	padding: 0;

	position: absolute;

	bottom: 100%;

	right: 0;

	margin: 0;

    margin-bottom: 0px;

	margin-bottom: 27px;

}



#sp-right .owl-theme .owl-controls .owl-buttons div {

	border-radius: 0;

	opacity: 1;

	color: #202f35;

	font-size: 14px;

	margin: 0;

    margin-left: 0px;

	padding: 0;

	background: transparent none repeat scroll 0 0;

	height: 40px;

	border: 0px;

	width: 18px;

	line-height: 36px;

	font-weight: 700;

	text-align: center;

	margin-left: 1px;

	display: inline-block;

	transition: color .3s ease;

}



#sp-right .owl-theme .owl-controls .owl-buttons div:after {

	font-family: 'icomoon';

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	line-height: 1;

}



#sp-right .owl-theme .owl-controls .owl-buttons div.owl-prev:after {content: "\e926";}

#sp-right .owl-theme .owl-controls .owl-buttons div.owl-next:after {content: "\e927";}



@media (min-width: 992px) {

	#sp-right {padding-left: 30px;}

	#sp-left {padding-right: 30px;}

}



/* */



/* J2 SHOP */



.com-j2store #sp-main-body {

	padding: 0;

}



.j2store-product-list, .j2store-single-product.simple, .view-carts #sp-component, .view-checkout #sp-component, .view-myprofile #sp-component {padding-top: 80px; padding-bottom: 80px}



.j2store-single-product {

	margin-bottom: 40px;

}



.j2store-product-images {

	position: relative;

	overflow: hidden;

	transition: .5s ease;

	background: #f7f7f7;

	text-align: center;

}



.j2store-product-images .overlay {

    background-color: rgba(0, 0, 0, 0.49);

    text-align: center;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    color: #fff;

    opacity: 0;

    filter: alpha(opacity=0);

    transition: all 450ms ease-out 0s;

    transform: rotateY(180deg) scale(0.5,0.5);

}



.j2store-product-images .overlay .box {

	display: table;

	height: 100%;

	width: 100%;

}



.j2store-product-images .overlay .box .content {

    display: table-cell;

    text-align: center;

    vertical-align: middle;

}



.j2store-product-images .overlay .box .content a i {

    background: #8dc63f;

    border-radius: 50%;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    height: 45px;

    line-height: 48px;

    transition: all 500ms ease 0s;

    width: 45px;

}



.j2store-single-product:hover .j2store-product-images {

	transition: .5s ease;

}



.j2store-single-product:hover .overlay {

    opacity: 1;

    filter: alpha(opacity=100);

    transform: rotateY(0deg) scale(1,1);

}



.j2store-single-product .content-box {

    position: relative;

    border: 1px solid #f4f4f4;

    border-top: 0px;

}



.j2store-single-product .content-box .inner-box {

    border-bottom: 1px dashed #eee;

    padding: 14px 20px;

}



.j2store-single-product .content-box .inner-box .product-title {

	font-size: 16px;

	margin: 0px 0px;

	line-height: 1.4em;

	color: #222;

	margin-bottom: 6px;

	font-family: 'Roboto Slab', serif;

	padding: 0;

}



.j2store-single-product .content-box .inner-box .product-title a,

.j2store-single-product .content-box .inner-box .product-title a:hover {

	color: #252525;

}



.product-price-container .sale-price {

	font-size: 16px;

	font-weight: 400;

	color: #8dc63f;

	line-height: 24px;

}



.j2store-single-product .content-box .price-box {

    padding: 15px 20px 15px;

}



.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 {

	text-align: center;

	white-space: pre-line;

	vertical-align: middle;

	border: 0px solid transparent;

	padding: 0;

	border-radius: 0;

font-family: 'Open Sans', sans-serif;

line-height: 1.42857143;

position: relative;

color: #848484;

font-size: 14px;

transition: .7s ease;

background: transparent;

margin-bottom: 2px;

}



.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {

	color: #8dc63f;

	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: .5s ease-in-out;

}



.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {

	background-color: #8dc63f;

}



.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: #8dc63f;

	transition: .7s ease;

}



.pagination {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding-left: 0;

	list-style: none;

	border-radius: 0;

    align-items: center;

	justify-content: center;

	padding-top: 20px;

}



.pagination > li {

	margin: 0 4px;

}



.page-link {

	position: relative;

	display: block;

	padding: 0;

	margin-left: 0;

	background-color: #fff;

	width: 55px;

	line-height: 55px;

	border: 1px solid rgba(229, 229, 229, 0.57);

	text-align: center;

	color: #252525;

	font-size: 18px;

	border-radius: 50%;

	-webkit-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}



.page-item.active .page-link,

.pagination > li > a:hover {

	z-index: 1;

	border-color: #8dc63f;

	color: #fff;

	background-color: #8dc63f;

}





.page-item:first-child .page-link {

	margin-left: 0;

	border-top-left-radius: 50%;

	border-bottom-left-radius: 50%;

}



.page-item:last-child .page-link {

	border-top-right-radius: 50%;

	border-bottom-right-radius: 50%;

}



/* SINGLE PRODUCT */



.j2store-product-main-image {

	margin-bottom: 0;

	width: 100%;

}



.j2store-single-product-view .product-title {

	color: #222;

	font-size: 24px;

	font-weight: 400;

	margin: 0;

	text-transform: capitalize;

	padding: 0;

}



.j2store-single-product-view .product-title:after {

	margin: 10px 0 10px;

	display: block;

	height: 2px;

	background: #8dc63f;

	content:"";

	width: 120px;

}



.price-sku-brand-container {

	border-top: 0px solid #efefef;

	border-bottom: 0px solid #efefef;

	margin: 0;

	padding: 0;

}



.j2store-single-product-view .product-price-container .sale-price {

	font-weight: 400;

	color: #8dc63f;

	font-size: 22px;

	line-height: 1.42857143;

}



.j2store-single-product-view .product-sdesc-top {

	margin: 0px 0 0;

	overflow: hidden;

	padding: 24px 0 9px;

}



.j2store-single-product-view .product-sku {

	color: #1f1f1f;

	margin: 0 0 20px;

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

	line-height: 26px;

	font-weight: 400;

}



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: #fff;

	background-image: none;

	border: 1px solid #eaeaea !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 {

	position: relative;

	background: #8dc63f;

	font-size: 14px;

	line-height: 48px;

	border-radius: 25px;

	color: #ffffff;

	border: 1px solid #8dc63f;

	text-transform: uppercase;

	font-weight: 700;

	display: inline-block;

	padding: 0 38px;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

}



.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {

	background: transparent;

	color: #8dc63f;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

}



#j2store-product-detail-tab {

	padding-top: 60px;

	border-bottom: 1px solid #f7f7f7;

	position: relative;

}



#j2store-product-detail-tab li {

	margin-bottom: -1px;

}



#j2store-product-detail-tab li a {

	border: 1px solid transparent;

	border-radius: 0;

	display: block;

	margin-right: 10px;

	padding: 13px 35px;

	color: #1f1f1f;

	font-size: 16px;

	font-weight: 600;

	text-transform: capitalize;

	font-family: 'Montserrat', sans-serif;

	background: #f7f7f7;

	transition: all 500ms ease;

	line-height: 1.42857143;

}



#j2store-product-detail-tab li.active a {

	background: #8dc63f;

	color: #fff;

	border-color: #8dc63f;

}



.j2store-single-product-view .tab-content {

	padding: 30px;

	border: 1px solid #f4f4f4;

	border-top: none;

}



.product-upsells-container {

	border-top: 1px solid #f7f7f7;

	margin-top: 60px;

	padding-top: 56px;

}



@media (max-width: 575px) {

	.upsell-product {margin: 20px 0;}

	.j2store-single-product-view .product-title {margin-top: 20px;}

}



.product-upsells-container h3 {

	position: relative;

	margin-bottom: 50px;

	text-transform: capitalize;

	font-weight: 400;

	font-size: 24px;

}



.upsell-product-image img {width: 100%;}



.j2store-single-product.simple:hover .overlay {opacity: 0;}



.upsell-product-image-content  .overlay {

    transform: rotateY(180deg) scale(0.5,0.5) !important;

}



.upsell-product-image-content:hover .overlay {

	opacity: 1 !important;

	filter: alpha(opacity=100) !important;

	transform: rotateY(0deg) scale(1,1) !important;

}



.upsell-product-title:after {display: none !important;} 



.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {

	font-size: 16px;

}



.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: #8dc63f;

}



.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: .5s ease-in-out;

}



.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {

	background-color: #8dc63f;

}



.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 {

	line-height: 46px;

	position: relative;

	background: #8dc63f;

	font-size: 14px;

	border-radius: 25px;

	color: #ffffff;

	border: 1px solid #8dc63f;

	text-transform: uppercase;

	font-weight: 700;

	display: inline-block;

	padding: 0 38px;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

}



.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 {

	background: transparent;

	color: #8dc63f;

	transition: all .5s cubic-bezier(0.4, 0, 1, 1);

}



.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;}



#sp-left .product_cart_block {

	display: none;

}



#sp-left .j2store-module-product-row .product-cart-section {

	border-bottom: 1px solid #eaeaea;

	position: relative;

	margin-bottom: 20px !important;

	padding-bottom: 20px !important;

	overflow: hidden;

	padding-left: 0 !important; padding-right: 0 !important;

}



#sp-left .j2store-module-product-row:last-child {

	border-bottom: none;

}



#sp-left .j2store-module-product-row .product-cart-section img {max-width: 80px;}



#sp-left .product-cart-left-block {

	padding-left: 20px;

}



#sp-left .product-cart-left-block h4 {

	color: #222 !important;

	font-size: 18px;

	line-height: 1.1;

	font-family: 'Roboto Slab', serif;

	margin: 0;

	padding: 0;

	font-weight: 500;

	display: block;

}



#sp-left .product-cart-left-block h4 > a {color: #303030;}

#sp-left .product-cart-left-block h4 > a:hover {color: #8dc63f;}



#sp-left .product-price-container .sale-price {

	display: block;

	margin-top: 10px;

	color: #8dc63f;

	font-size: 16px;

	font-weight: 400;

	font-family: 'Roboto';

	line-height: 1.42857143;

}



#sp-left .j2store-module-product-row {padding: 0 15px;}



#sp-left .j2store-module-product-row:nth-child(3) .product-cart-section {

	border-bottom: 0px solid #eaeaea;

	position: relative;

	margin-bottom: 0px !important;

	padding-bottom: 0px !important;

}



#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {

	border-bottom: 0px solid #eaeaea;

	padding-bottom: 0px;

	display: inline-block;

	margin: 0;

}



#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {

	display: block;

	padding: 0 20px 0 0;

	font-weight: normal;

	font-size: 15px;

	color: #9e9e9e;

	line-height: 32px;

	background: #fff;

	border-radius: 2px;

	text-align: center;

	-webkit-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}



#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {

	color: #8dc63f;

}



#sp-left .sp-module .tagspopular {margin-top: -10px;}



#sp-left .product-cart-left-block h4:after {

	display: none;

}



.form-control:focus {

	color: #495057;

	background-color: #fff;

	border-color: #8dc63f;

	outline: 0;

	box-shadow: none;

}





/* */



/* IMPORT ICOMOON ICONS */



@font-face {

  font-family: 'icomoon';

  src:  url('fonts/icomoon.eot?50klmv');

  src:  url('fonts/icomoon.eot?50klmv#iefix') format('embedded-opentype'),

    url('fonts/icomoon.ttf?50klmv') format('truetype'),

    url('fonts/icomoon.woff?50klmv') format('woff'),

    url('fonts/icomoon.svg?50klmv#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

}



[class^="icon-"], [class*=" icon-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !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;

}



.icon-deer:before {

  content: "\e920";

}

.icon-medal:before {

  content: "\e910";

}

.icon-play2:before {

  content: "\e911";

}

.icon-nature-2:before {

  content: "\e912";

}

.icon-fruit:before {

  content: "\e913";

}

.icon-clock:before {

  content: "\e915";

}

.icon-technology:before {

  content: "\e916";

}

.icon-signs2:before {

  content: "\e917";

}

.icon-animals:before {

  content: "\e918";

}

.icon-people3:before {

  content: "\e919";

}

.icon-money:before {

  content: "\e91a";

}

.icon-heart2:before {

  content: "\e91b";

}

.icon-nature-1:before {

  content: "\e91c";

}

.icon-tool:before {

  content: "\e91d";

}

.icon-can:before {

  content: "\e91e";

}

.icon-nature:before {

  content: "\e91f";

}

.icon-dog:before {

  content: "\e901";

}

.icon-hand:before {

  content: "\e902";

}

.icon-location:before {

  content: "\e903";

}

.icon-people:before {

  content: "\e904";

}

.icon-people-1:before {

  content: "\e905";

}

.icon-play:before {

  content: "\e906";

}

.icon-ribbon:before {

  content: "\e907";

}

.icon-shapes:before {

  content: "\e908";

}

.icon-shapes-1:before {

  content: "\e90a";

}

.icon-star:before {

  content: "\e90b";

}

.icon-note:before {

  content: "\e90c";

}

.icon-people2:before {

  content: "\e90d";

}

.icon-phone-call:before {

  content: "\e90e";

}

.icon-signs:before {

  content: "\e90f";

}

.icon-arrows4:before {

  content: "\e92e";

}

.icon-e-mail-envelope:before {

  content: "\e900";

}

.icon-null:before {

  content: "\e921";

}

.icon-multiply:before {

  content: "\e909";

}

.icon-technology2:before {

  content: "\e914";

}

.icon-left3:before {

  content: "\e92a";

}

.icon-left:before {

  content: "\e929";

}

.icon-left-arrow-angle:before {

  content: "\e926";

}

.icon-left-arrow-angle2:before {

  content: "\e927";

}

.icon-left2:before {

  content: "\e928";

}

.icon-download3:before {

  content: "\e9c7";

}

.icon-star-half:before {

  content: "\e9d8";

}

.icon-star-full:before {

  content: "\e9d9";

}

.icon-heart:before {

  content: "\e9da";

}







/* RESPONSIVE */



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



	#sp-top-bar .donate-box-btn {

		padding: 0 14px;

	}



	.sp-megamenu-parent > li:last-child > a {

		display: none;

	}



}



@media (max-width: 992px) {

	

	#sp-top1, #sp-top2, #sp-top3 {text-align: center;}

	

	#sp-header, #sp-header.header-sticky {

		padding: 0;

	}

	

	.sppb-addon-single-image-container, .sppb-addon-single-image-container img {width: 100%;}

	

	.owl-item .img-box {text-align: center;}

	

	#sp-bottom .sppb-addon-single-image-container, #sp-bottom .sppb-addon-single-image-container img {width: inherit;}

	

	#sp-bottom3 .sp-module ul > li:last-child {

		display: block;

	}

	

	#sp-footer #sp-footer1, #sp-footer #sp-footer2 {

	text-align: center;

	}



}



@media (max-width: 768px) {

	#sp-top-bar {

    line-height: 32px;

}

	

	.sppb-addon-articles .sppb-addon-article {margin-bottom: 50px;}

}





.featherlight {

  top: 9%;

}



.featherlight .featherlight-content {

  max-height: 95%;

  max-width: 55%;

  padding: 0;

  margin: 0;

  overflow: hidden;

  background: transparent none repeat scroll 0 0;

}

















