* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.upcomingeventPage .tab-content ul li {
	padding: 10px 10px 0;
}
.upcomingeventPage .tab-content ul li:last-child {
	padding-bottom: 10px;
}
.upcomingeventPage .tab-content ul li span {
	height: 280px;
	background-position: left center;
}
.upcomingeventPage .tab-content .upcomingDetail {
	width: 80%;
	left: 30px;
	top: 30px;
}
.upcomingeventPage .tab-content .upcomingDetail h3 {
	font-size: 24px;
}
.upcomingeventPage .tab-content .upcomingDetail p {
	margin: 5px 0px 0px;
}
.eventPage .cd-tabs-navigation, .upcomingeventPage .cd-tabs-navigation {
	width: 940px;
}
.eventPage .eventWrap span {
/*	height: 300px;*/
	height: 325px;
	background-position: left top;
	background-size: cover;
}
.eventPage .eventWrap span img { /* display: none;*/
	opacity: 0;
	filter: alpha(opacity=0);
}
.eventPage .eventWrap .eventDetail h3 {
	font-size: 20px;
}
.eventPage .eventWrap .eventDetail h3 span {
	height: auto;
}
.eventPage .eventWrap .eventDetail {
	height: auto;
}
.eventPage .eventWrap .eventDetail .btn {
	position: inherit;
	margin: 10px 0 0;
	bottom: inherit;
}
.eventPage .eventWrap {
	padding: 30px 0 0px;
}
.eventPage .eventWrap {
	padding: 30px 15px 0px;
}
.eventPage .eventWrap .eventDetail .btn:before {
	background: #fff;
	color: #444;
}
.eventPage .eventImg {
	overflow: hidden;
	position: relative;
}
.eventPage .eventImg span {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.eventPage .eventItem:hover .eventImg span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.eventPage .eventImg.blackbg {
	-webkit-filter: grayscale(1);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.eventPage .eventItem:hover .eventImg {
	-webkit-filter: grayscale(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*************  @SUCCESS STORIES - ACHEIVER TAB  *************/
.eventPage .eventImg {
	overflow: hidden;
	position: relative;
}
.eventPage .eventImg span {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.eventPage .eventImg.blackbg {
	-webkit-filter: grayscale(1);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.eventPage .eventItem:hover .eventImg {
	-webkit-filter: grayscale(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*************  @SUCCESS STORIES - ACHEIVER TAB  *************/

.eventPage .eventItem:hover .eventImg span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.prodDetailPage .cd-tabs-content li p {
	margin: 10px 0 0 0;
}
 @media (min-width:480px) {
 .cd-tabs-content li .profitBox p {
font-size: 16px;
}
}
 @media (min-width:768px) {
 .cd-tabs-content {
min-height: 0;
margin-top: -5px;
}
}
 @media (min-width:1024px) {
 .cd-tabs-content li p {
font-size: 16px;
}
}
 @media (min-width:1367px) {
 .tab-content {
box-shadow: 0 0 4px #d1d1d1;
}
}
.newSchemeBtn .btn {
	margin: 0 6px 8px 0;
}
.newSchemeBtn .btn i {
}
.trainingPage .filter .btnWrap .btn {
	margin: 0px 5px;
}
.prodDetailPage .prodetailContainer li .btn {
	background: none;
	border: 1px solid #414141;
	color: #414141;
	width: 150px;
}
.cartPage .prevGiftTbl .btn {
	font-size: 14px;
	padding: 0 10px;
	margin: 0 5px;
}
.videoSection .btn {
	position: relative;
	margin: 10px auto 0;
	bottom: inherit;
	left: inherit;
}
.newSchemeBtn .btn i {
	font-size: 18px;
	width: 20px;
	z-index: 0;
}
.newSchemeBtn .btn {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
}
.newSchemeBtn .btn:hover i.icon-mobile {
	color: #fff;
}
.newSchemeBtn .btn:hover i.icon-clock {
	color: #fff;
}
.newSchemeBtn .btn:hover i.icon-cart {
	color: #fff;
}
/************* @BUTTON - STYLES  *************/
.btn {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.btn.button--inverted {
	color: #fff;
}
.btn:before {
	content: attr(data-text);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 2px;
	height: 100%;
	background: #7986cb;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	z-index: 1;
	border-radius:20px;
}
.btn.button--inverted:before {
	background: #fff;
	color: #37474f;
}
.btn:before, .btn > span {
	padding: 17px 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
/*************  @EVENTS *************/ 
.eventsBanner {
	background: center center no-repeat;
	background-size: cover;
	height: 100%;
}
.eventPage .title {
	background: #333;
	color: #fff;
	padding-top: 20px;
}
.eventContainer {
	padding: 0 20px 30px 20px;
}
.eventContainer li {
	display: inline-block;
	padding: 0;
}
.eventPage .eventWrap {
	width: 100%;
	margin: 0;
	display: block;
}
.eventPage .eventWrap span {
	display: block;
	background-size: cover;
}
.eventPage .eventWrap span img {
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.eventPage .eventWrap .eventDetail {
	padding: 10px 20px 10px 20px;
	text-align: left;
	position: relative;
}
.eventPage .eventWrap .eventDetail h3 {
	/*font-size: 30px;*/
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.eventPage .eventWrap .eventDetail p {
	font-size: 16px;
	color: #333;
	text-align: left;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-family: 'FuturaStd', sans-serif;
	min-height: 44px;
}
.eventPage .eventWrap .eventDetail .btn {
	background: transparent;
	border: 2px solid #fff;
	width: 150px;
	color: #fff;
	height: 40px;
	line-height: 38px;
	margin: 10px 0 0;
}
.companyPage .cd-tabs-content h2 {
	background: none;
	color: #444;
	margin: 0 0 20px 0;
}








.cd-tabs-content li .profitBox p {
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	margin: 10px 0 20px 0;
}
.cd-tabs-content {
	background: #fff;
}
.cd-tabs-content li {
	display: none;
	padding: 20px 0;
}
.cd-tabs-content li.selected {
	display: block;
-webkit-animation: cd-fade-in .5s;
animation: cd-fade-in .5s;
}
.cd-tabs-content li:last-child {
	padding: 0;
}
.cd-tabs-content li p {
	font-size: 15px;
	color: #444;
	margin-bottom: 20px;
	font-family: 'FuturaStd', sans-serif;
	font-weight: 400;
	text-align: center;
}
.btn {
	height: 40px;
	padding: 0 10px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	background: #ccc;
	text-transform: uppercase;
-webkit-transition: all .4s ease .2s;
transition: all .4s ease .2s;
	text-align: center;
	border: none;
}
.newSchemeBtn .btn {
	height: 38px;
	line-height: 38px;
	font-size: 11px;
	margin: 0 6px 0 0;
	vertical-align: top;
}
.newSchemeBtn .btn i {
	display: inline-block;
	width: 28px;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 24px;
	position: relative;
	margin-top: -2px;
}
.newSchemeBtn .btn:last-child {
	margin-right: 0;
}
.newSchemeBtn .btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.newSchemeBtn .btn:hover i.icon-mobile {
	color: #20bc6d;
}
.newSchemeBtn .btn:hover i.icon-clock {
	color: #333;
}
.newSchemeBtn .btn:hover i.icon-cart {
	color: #fb9229;
}
.reachoutSection .formBtn .btn {
	background: #598ccb;
	color: #fff;
	font-size: 16px;
	width: 160px;
}
.productPage .prodItem .prodDetail .btn {
	background: transparent;
	border: 2px solid #fff;
	width: 150px;
	color: #fff;
	height: 40px;
	line-height: 38px;
}
.catlogContainer .catItem .btn {
	background: #1062ac;
	color: #fff;
	width: 170px;
	display: block;
	margin: 0 auto;
}
.videoContainer .videoItem .videoDetail .btn {
	background: #04a651;
	border: 1px solid #000;
	width: 150px;
	color: #fff;
	margin: 20px 0 0;
}
.branchPage .filter .btn {
	background: #0F62AC;
	color: #FFF;
	width: 160px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0px 0px 0px -80px;
}
.contactPage .contactForm .formWrap .btn {
	background: #598ccb;
	color: #fff;
	font-size: 16px;
	width: 160px;
	display: block;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.purifierContainer .txtWrap .btnWrap .btn {
	border: 2px solid #fff;
	background: none;
	color: #fff;
	width: 160px;
}
.forgotpwdContainer .btn {
	padding: 0 20px;
	margin: 10px 5px;
}
.reviewMainBox .btnWrap .btn {
	background: #fff;
	color: #0f61ab;
	border: 2px solid #0f61ab;
	width: 80px;
	margin: 0 10px;
}
.reviewMainBox .btnWrap .btn:before {
	background: #0f61ab;
	color: #fff;
}
.reviewMainBox .btnWrap .btn.active {
	border: 2px solid #0f61ab;
	width: 80px;
	margin: 0 10px;
	background: #0f61ab;
	color: #fff;
}
.reviewMainBox .btnWrap .btn.active:before {
	background: #fff;
	color: #0f61ab;
}
.rightCell .btn {
	background: #fff;
	color: #1062ac;
	border: 2px solid #1062ac;
	width: 130px;
	font-size: 12px;
}
.rightCell .btn:before {
	color: #fff;
	background: #1062ac;
}
.cartPage .prevGiftTbl .btn {
	border: 2px solid #0f61ab;
	background: transparent;
	color: #0f61ab;
	padding: 0 20px;
	margin: 0 10px;
}
.cartPage .prevGiftTbl .btn:before {
	background: #0f61ab;
	color: #fff;
}
.cartPage .prevGiftTbl .btn.active {
	background: #0f61ab;
	color: #fff;
	margin-right: 0;
}
.cartPage .prevGiftTbl .btn.active:before {
	background: #fff;
	color: #0f61ab;
}
.cartPage .promotionOffer .btn {
	border: 2px solid #0f61ab;
	background: transparent;
	color: #0f61ab;
	padding: 0 20px;
	margin: 0 10px;
}
.cartPage .promotionOffer .btn:before {
	background: #0f61ab;
	color: #fff;
}
