body{
	font-family: Arial, sans-serif;
}

.clearfix{
	clear: both;
}

footer{
	text-align: center;
	padding: 30px 0;
	margin-left: 150px;
}

#content{
	position: relative;
	overflow: hidden;
}

.no-article{
	text-align: center;
    padding-top: 30vh;
}

.homeSlider{
	padding: 0 15px 15px;
	background-color: #8dc63f;
	padding: 10px;
	margin: 15px;
}
.homeSliderItem{
	height: 30vw;
	background-position: left center;
	background-size: cover;
}
@media (max-width: 1100px) {
	.homeSlider{
		padding: 8px;
	}
}

@media (max-width: 680px) {
	.homeSlider{
		padding: 3px;
		margin: 0 5px 15px;
	}
	.homeSliderItem{
		height: 46vw;
		background-size: 160% auto;
		background-position: -20px 50%;
	}
}

.menu{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	border-right: #ccc 1px solid;
	z-index: 9;
	background-color: #fff;
}
.content{
	margin-left: 150px;
}
.content-container{
	max-width: 1280px;
	margin: 0 auto;
}
.logo{
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}
.menu-toggle-container{
	position: absolute;
	top: 149px;
	bottom: 200px;
	left: 0;
	right: 0;
}
.social-media-container{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
}
.social-media{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.menu-toggle{
	position: absolute;
	top: 180px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	cursor: pointer;
}
.menu-line{
	width: 25px;
	margin: 8px 0;
	margin-left: 10px;
	height: 2px;
	background-color: #006519;
	transition: all .2s ease;
}
.menu-line.menu-line-3{
	width: 30px;
}
.menu-line.menu-line-2{
	width: 40px;
}

.social-media-item{
	text-align: center;
	padding: 8px 0;
}
.social-media-item a{
	display: block;
	text-decoration: none;
	color: #006519;
	font-size: 22px;
}
.social-media-item a:hover{
	color: #78c90e;
}
.menu-toggle:hover .menu-line{
	background-color: #78c90e;
}
.menu-toggle:hover .menu-line-3{
	width: 25px;
}
.menu-toggle:hover .menu-line-1{
	width: 30px;
}

.menu-content{
    width: 360px;
    position: fixed;
    left: 150px;
    left: -210px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 8;
    border-right: #ccc 1px solid;
    transition: all .4s ease;
    overflow: auto;
}
.menu-content.open{
	left: 150px;
}

.menu-content ul{
	padding: 0;
	margin: 0;
}

.menu-content ul li{
	list-style: none;
}
.menu-content ul li .fa{
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	transition: all .3s ease;
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 8px;
}
.menu-content ul li a.open .fa{
    transform: rotate(90deg);
}
.menu-content>ul{
	padding-top: 40px;
	padding-bottom: 40px;
}
.menu-content>ul>li>a{
	display: block;
	color: #006519;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px;
	padding-top: 30px;
	position: relative;

	font-weight: bold;
}
.menu-content ul.submenu{
	padding-left: 40px;
	display: none;
}
.menu-content ul.submenu li a{
	color: #555;
	font-size: 16px;
	padding: 6px 0;
	display: block;
	text-decoration: none;
	color: #006519;
}
.menu-content ul.submenu li a:hover,
.menu-content ul li a:hover{
	color: #19944c;
}

.menu-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	background-color: #444;
	background-color: rgba(24, 31, 19, 0.6);
	transition: all .4s ease;
	z-index: 7;
}
.menu-bg.open{
	left: 510px;
}



/** Content */
#category{
	position: relative;
	z-index: 1;
    padding-left: 15px;
    margin-bottom: 20px;
}
.filter-icon{
	width: 30px;
	height: 30px;
	margin-right: 20px;
	cursor: pointer;
	opacity: .7;
	margin-top: -24px;
}
.filter-icon:hover{
	opacity: 1;
}
.category-filter{
	margin: 0 5px;
	padding: 6px 15px;
	border-radius: 40px;
	background-color: #ddd;
	color: #444;
	text-decoration: none !important;

    max-width: 160px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    height: 32px;
    white-space: nowrap;
}
.category-filter.active{
	background-color: #8dc63f !important;
	color: #fff !important;
}
.category-filter:hover{
	background-color: #ccc;
}

.content{
	padding: 20px 15px;
}
#content-loading{
	position: fixed;
    top: 0;
    left: 150px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
}
#content-loading img{
	width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.articles-container-products .content-item{
	width: 25%;
}
.content-item{
	width: 33.333%;
	float: left;
	padding: 15px;
	overflow: hidden;
}
.embed-content{
	line-height: 0;
}
.content-item iframe,
.content-item .twitter-tweet{
	width: 100% !important;
	margin: 0 !important;
	min-width: 0 !important;
}
.content-item-inside{
	position: relative;
	overflow: hidden;
}
.content-item-inside .sticky{
	color: #444;
	font-size: 12px;
	position: absolute;
	right: 10px; top: 10px;
	padding-left: 17px;
}
@media (max-width: 680px) {
	.content-item-inside .sticky{
		font-size: 11px;
	}
}
.content-item-inside .sticky:before{
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 2px;
	opacity: .7;
	width: 12px;
	background-image: url(../img/star-black.png);
	background-size: 12px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.content-item-img{
	min-height: 100%;
	background-image: url(../img/img-placeholder.png);
	background-position: center;
	background-size: 100% auto;
	background-color: #e5e5e5;
}
.content-item-img.content-item-img-products{
	/*padding: 40px;*/
	background: #fff;
	/*border: #ccc 1px solid;*/
}
.content-item img{
	width: 100%;
	height: auto;
}
.content-item-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	opacity: 0;
	transition: all .3s ease;
}
.content-item-content a{
	color: #fff;
	text-decoration: none;
}
.content-item:hover .content-item-content{
	opacity: 1;
}
.cic-inside{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
}
.cic-inside h2{
	font-size: 26px;
	line-height: 1.4;
}
.cic-inside p{
	font-size: 16px;
	opacity: .9;
	margin: 0;
}

.loadmore-loader{
	text-align: center;
	color: #bbb;
	display: none;
	margin-top: 20px;
}
.loadmore-loader.no-content a{
	color: #444;
	cursor: pointer;
	text-decoration: none !important;
}
.loadmore-loader.no-content a .fa{
    font-size: 20px;
    margin-right: 5px;
}


/** Article Detail */
.article-images{
	height: 400px;
	overflow: hidden;
	padding: 0;
}
.article-images-item{
	height: 400px;
	background-color: #999;
	float: left;
	list-style: none;
	background-position: center;
	background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
}
.article-images-item.article-images-item-youtube{
	background-size: cover;
	cursor: pointer;
	border-right: #78c90e 6px solid;
	border-bottom: #78c90e 6px solid;
}
.article-images-item.article-images-item-youtube:before{
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 6px;
	height: 6px;
	background-color: #fff;
}
.article-images-item.article-images-item-youtube:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #fff;
}

.article-images-item.article-images-item-youtube .play-icon{
	position: absolute;
	left: 40px;
	bottom: 30px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #8cc63f;
	background-image: url(../img/play-icon.png);
	background-position: 20px 50%;
	background-size: 30px;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 8px rgba(0,0,0,.5);
}
.article-images-item.article-images-item-youtube.video-open .play-icon{
	display: none;
}
.article-images-container{
	position: relative;
	max-width: 700px;
	margin: 0 auto 40px;
}
.article-images-container .lSSlideOuter,
.article-images-container .lSSlideWrapper,
.article-images-container .article-images.lightSlider{
	overflow: visible;
}
.article-images-container.article-images-products .article-images-item{
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
}

.detail-category{
	text-align: center;
	padding-top: 20px;
}
.detail-category span{
	border-radius: 50px;
	background-color: #8dc63f;
    padding: 7px 15px;
    margin: 0 4px;
	color: #fff;
}
.lSSlideOuter .lSPager.lSpg{
	margin-top: 20px !important;
}
.lSPager li{
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: #ccc 2px solid;
	border-radius: 50%;
	margin: 0 5px;
}
.lSSlideOuter .lSPager.lSpg>li{
	padding: 0;
	line-height: 0;
	padding-top: 3px;
	text-align: center;
}
.lSSlideOuter .lSPager.lSpg>li a{
	background-color: #fff;
	color: #444;
	overflow: hidden;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background-color: #444;
}
.lSSlideOuter .lSPager.lSpg>li.active{
	border-color: #444;
}
.lSSlideOuter .lSPager.lSpg>li:hover{
	border-color: #999;
}

.related-container{
	text-align: center;
	white-space: nowrap;
}
.related-posts,
.related-products{
	margin-top: 40px;
}
.related-item{
	width: 33%;
	display: inline-block;
	padding: 20px;
	position: relative;
	height: 320px;
	white-space: normal;
}
.related-item-content-inside{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.related-item-content-inside:hover .related-item-content{
	opacity: 1;
}
.related-item-content{
	position: absolute;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
    transition: all .3s ease;
}
.related-item-img{
	position: absolute;
	top: 0; right: 0;
	left: 0; bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;	
	background-image: url(../img/img-placeholder.png);
	background-size: cover;
	background-position: center;
}
.related-products .related-item-img{
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
}
.ric-inside{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	text-align: left;
}
.ric-inside h2{
	font-size: 26px;
	line-height: 1.4;
}
.ric-inside p{
    font-size: 16px;
    opacity: .9;
    margin: 0;
}
.ric-inside a{
	color: #fff;
	text-decoration: none !important;
}
.related-item-content:hover .ric-inside{
	opacity: 1;
}
.subsection-title {
	font-weight: bold;
}

.search-container{
	margin-right: 8px;
	float: left;
}
.search-form .form-control{
	border-right: none;
	box-shadow: none;
	z-index: 0;
	border-radius: 0px !important;
	border-color: #78c90e;
}
.search-form .btn{
	border-radius: 0px !important;
	padding: 5px 10px;
	background: #fff !important;
	box-shadow: none;
	border: #ccc 1px solid !important;
	border-left: none !important;
	border-color: #78c90e !important;
}
.search-form .btn img{
	height: 22px;
}
.search-form{
	max-width: 400px;
}
.filter-container{
	float: right;
}


#category-modal .modal-dialog{
	max-width: 460px;
}
#category-modal .modal-body{
	padding-bottom: 30px;
}
#category-modal .modal-body ul{
	margin: 0;
	padding: 0;
}
#category-modal .modal-body li{
	list-style: none;
}
#category-modal .modal-body li a{
	display: block;
	padding: 10px 0;
	margin-left: -15px;
	padding-left: 15px;
	color: #444;
	font-size: 18px;
	border-radius: 7px;
}
#category-modal .modal-body li a:hover{
	background-color: #eee;
	text-decoration: none;
}

.modal-content{
	background-color: rgba(255,255,255,.95);
	border-radius: 0;
}
.modal-header{
	padding-left: 30px;
	border-bottom: none;
}
.modal-title{
	font-size: 30px;
}
.modal-body{
	padding-left: 30px;
	padding-top: 0;
}

.product-featured{
	padding: 0 15px;
	margin-bottom: 20px;
}

.sitemap-item{
	float: left;
	width: 33.333%;
}
.sitemap-item ul{
	margin: 0;
	padding: 0;
}
.sitemap-item ul li{
	list-style: none;
}
.sitemap-item a{
	color: #086224;
}

a{
	color: #086224;
}

.btn-buy-now{
	background: none;
	color: #78c90e !important;
	/*border: 2px solid #78c90e;*/
	border-radius: 0;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 8px 12px;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	transition: all .3s ease;
	color: #fff !important;
	background-color: #78C90E;
	position: relative;
}
.btn-buy-now .variant-selector{
  position: absolute;
  left: 0; right: 0; bottom: 38px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2);
  border: #eee 1px solid;
  z-index: 99;
  text-align: left;
  display: none;
}
.btn-buy-now:hover .variant-selector{
	display: block;
}
.btn-buy-now .variant-selector h4{
  color: #767676;
  border-bottom: #eee 1px solid;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 20px 8px;
  margin: 0 0 4px;
  font-weight: bold;
}
.btn-buy-now .variant-selector li{
  list-style: none;
  font-size: 16px;
  color: #444;
  cursor: pointer;
  padding: 4px 20px;
  font-weight: normal;
  text-transform: none;
}
.btn-buy-now .variant-selector li:hover{
  background-color: #f5f5f5;
}


.btn-buy-now.btn-lg{
	min-width: 220px;
	font-weight: bold;
	margin: 0 0 30px;
}

.btn-buy-now:hover,
.btn-buy-now:active,
.btn-buy-now:focus{
	/*background: #78c90e;*/
	color: #fff !important;
	outline: 0 !important;
	/*border: 2px solid #78c90e;*/
	background-color: #006519;
}

.about-nutrilite-sp .image-cnt{
	float: left;
	width: 50%;
	overflow: hidden;
}
.about-nutrilite-sp .image-cnt.image-cnt-r{
	float: right;
}
.about-nutrilite-sp .image-cnt img{
	margin: 0 !important;
	min-height: 40vw;
	width: auto;
}
.about-nutrilite-sp .image-cnt .img-container{
	margin: 0 !important;
}
.about-nutrilite-sp .content-cnt{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0; 
	width: 50%;
}
.about-nutrilite-sp .content-cnt.content-cnt-l{
	right: auto;
	left: 0;
}
.nutrilite-sp-item{
	background-color: #f5f5f5;
	background-color: #1c5734;
	position: relative;
	font-family: Arial, sans-serif;
}
.nutrilite-sp-item.nutrilite-sp-item-white{
	background-color: #fff;
	background-color: #87bf40;
}
.about-nutrilite-sp .content-cnt .content-cnt-cnt{
	position: absolute;
	width: 360px;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 20px;
}
.about-nutrilite-sp .content-cnt .content-cnt-cnt p{
	font-size: 15px;
	margin: 0;
	line-height: 1.4;
	color: #444;
	margin-bottom: 20px;
	color: #fff;
}
.about-nutrilite-sp .content-cnt .content-cnt-cnt h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #006519;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
}
.about-nutrilite-sp .nutrilite-sp-item-text-white .content-cnt .content-cnt-cnt h2,
.about-nutrilite-sp .nutrilite-sp-item-text-white .content-cnt .content-cnt-cnt p{
	color: #fff;
}

/*@media (max-width: 1300px){*/
@media (max-width: 2200px){
	.related-item{
		height: 280px;
	}

	.cic-inside{
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.cic-inside h2{
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.cic-inside p{
		font-size: 15px;
	}

	.search-container{
		float: none;
		margin-right: 0;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.search-form{
		max-width: none;
	}
	.filter-container{
		float: none;
		text-align: center;
	}
	#category{
		margin-bottom: 10px;
	}
}

@media (max-width: 1150px){
	.related-item{
		height: 240px;
	}
}

@media (max-width: 1024px){
	.related-item{
		height: auto;
		padding: 10px;
		vertical-align: top;
	}
	.related-item-content-inside{
		position: static;
	}
	.related-item-content{
		position: static;
		opacity: 1;
		background: none;
	}
	.ric-inside{
		position: static;
	}
	.related-item-img{
		position: static;
		height: 140px;
		margin-bottom: 10px;
	}
	.ric-inside a{
		color: #999;
	}
	.ric-inside h2{
		margin: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.ric-inside h2 a{
		color: #444;
	}

	.content-item-content{
		position: static;
		opacity: 1;
		background: none;
	}
	.cic-inside{
		position: static;
		padding: 10px 0;
	}
	.content-item-content a{
		color: #444;
	}
	.cic-inside h2{
		margin: 0;
		font-size: 17px;
		line-height: 1.2;
		font-weight: bold;
		margin-bottom: 5px;
		text-transform: uppercase;
		color: #006519;
		font-weight: bold;
	}
	.cic-inside p{
		margin: 0;
		font-size: 14px;
	}
}

@media (max-width: 768px){
	.menu{
		bottom: auto;
		right: 0;
		width: auto;
		border: none;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,.3);
	}
	#content-loading{
		left: 0;
	}
	.logo{
		height: 60px;
		width: 60px;
	}
	.menu-toggle-container{
		left: auto;
		bottom: 0;
		top: 0;
		right: 20px;
		transform: none;
		margin: 0;
		width: 60px;
		height: 60px;
	}
	.menu-toggle{
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		padding-top: 10px;
		transform: none;
	}
	.menu-content{
		left: auto;
		right: -360px;
		top: 60px;
	}
	.menu-bg{
		left: 0;
		right: 100%;
		top: 60px;
	}
	.menu-bg.open{
		left: 0;
		right: 360px;
	}
	.menu-content.open{
		right: 0;
		left: auto;
	}
	.menu-content>ul>li>a{
		text-align: right;
	}
	.menu-content ul li .fa{
		right: auto;
		left: 25px;
		transform: rotate(180deg);
	}
	.menu-content ul.submenu{
		padding-left: 0;
		padding-right: 40px;
	}
	.menu-content ul.submenu li a{
		text-align: right;
	}

	#category{
		padding-left: 5px;
	}
	.search-container{
		padding-left: 10px;
	}

	footer{
		margin-left: 0;
	}
	.content{
		margin-left: 0;
		margin-top: 60px;
	}
	.menu-line.menu-line-1{
		width: 30px;
		margin-left: 20px;
	}
	.menu-line.menu-line-3{
		width: 25px;
		margin-left: 25px;
	}
	.social-media-container{
		height: 60px;
		position: absolute;
		right: 90px;
		left: auto;
	}
	.social-media{
		border-right: #e5e5e5 1px solid;
		position: static;
	}
	.social-media-item{
	    display: inline-block;
	    padding: 12px 20px;
	    height: 60px;
	}
	.social-media-item a{
		font-size: 26px;
	}
}

@media (max-width: 630px){
	.articles-container{
		margin: -10px -5px;
	}
	.content-item{
		width: 50% !important;
		padding: 10px;
	}
	.articles-container-about-nutrilite .content-item{
		width: 100% !important;
	}
	.content-item.content-item-embed{
		width: 100% !important;
	}
	.cic-inside{
		padding: 7px 0;
	}
	.cic-inside h2{
		font-size: 14px;
	}
	.cic-inside p{
		font-size: 12px;
	}

	.product-featured{
		padding: 0;
	}

	.subsection-title{
		font-size: 24px;
	}
	.related-container{
		white-space: normal;
	}
	.related-item{
		width: 100%;
		padding: 5px;
		margin-bottom: 20px;
	}
	.related-item-img{
		margin-bottom: 0;
	}
	.related-item-content{
		/*border: #ccc 1px solid;*/
		padding: 10px 0;
	}

	.article-images-container{
		margin-left: 25px;
		margin-right: 25px;
	}
	.article-images-item{
		height: 200px;
	}

	.filter-container a.category-filter{
		display: none;
	}
	.filter-icon{
		margin: 2px 5px 0 20px;
	}
	.search-container{
		padding-left: 0px;
		padding-right: 5px;
	}
	.search-container.with-category{
		padding-right: 50px;
	}
	.filter-container{
		position: absolute;
		top: 0;
		right: 0;
	}

	#faq .page-title{
		margin-bottom: 10px;
	}
	#amway-store .page-title{
		margin-bottom: 20px;
	}
	.faq-link a{
		font-size: 17px;
	}
	.faq-item .faq-title a{
		padding: 10px;
	}
	.faq-body{
		padding-left: 20px;
		padding-right: 0;
	}
	.amway-store-item-cnt{
		float: none;
		width: auto;
	}
	.amway-store-provinces{
		margin-bottom: 20px;
		display: none;
	}
	.province-item a{
		font-size: 17px;
	}
	.amway-store-item{
		font-size: 16px;
	}
	.amway-store-province-selector{
		display: block;
		font-size: 17px;
		background-color: #006519;
		color: #fff;
		border-radius: 7px;
		padding: 14px 15px 12px;
		line-height: 1;
		margin-bottom: 20px;
		position: relative;
	}
	.amway-store-province-selector .fa{
		font-size: 15px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

@media (max-width: 350px){
	footer{
		padding-top: 0 !important;
		font-size: 13px;
	}
	.logo{
		width: 45px;
		height: 45px;
	}
	.menu-toggle{
		padding-top: 7px;
	}
	.menu-toggle-container{
		right: 10px;
	}
	.menu-toggle,
	.menu-toggle-container{
		height: 45px;
		width: 45px;
		right: 5px;
	}
	.menu-line{
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.menu-line.menu-line-1,
	.menu-line.menu-line-2,
	.menu-line.menu-line-3{
		width: 25px;
		margin-left: 10px;
	}
	.social-media-container{
		right: 56px;
		height: 45px;
	}
	.social-media{
		padding-right: 10px;
	}
	.social-media-item a{
		font-size: 20px;
	}
	.social-media-item {
	    padding: 9px 8px;
	    height: 45px;
	}

	.content{
		margin-top: 45px;
	}
	.content-item{
		width: 100% !important;
	}
	.article{
		font-size: 17px;
	}
	.menu-content{
		top: 45px;
		width: 100%;
		right: 100%;
	}
	.menu-content>ul{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.menu-content>ul>li>a{
		padding: 10px 30px;
	}
	.menu-content ul li .fa{
		top: 7px;
		left: 5px;
	}
}
