@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
*{
	padding:0;
	margin:0;
	list-style-type:none;
/*	text-decoration:none;*/
}

a:hover{text-decoration:none;}

html,
body {
	font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
	background:#f7f7f7;
	font-weight:400;
}

body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }

a:focus {
  outline:none;
  outline-offset: -2px;
}
a:focus, a:hover {
 text-decoration: none;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{color:#FFF;}
.clr{clear:both;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{display:inline;}
.navbar-inverse {
  background:rgba(0,0,0,0.9);
  border: 0 none;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.darkHeader{background:#FFF;}

.navbar{ margin-bottom:0; border-radius:0;}
.navbar-nav > li > a{padding-top:25px; padding-bottom:25px; font-size:15px; margin-right:2px;}
.navbar-inverse .navbar-nav > li > a {color: #ccc; font-weight:600;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background: none repeat scroll 0 0 #fd4c52;
  color: #fff;
}

.navbar-brand {
  padding: 8px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #448706; min-height: 70px}
.navbar-toggle{background:#333;}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fd4c52;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.login{
	background:#fd4c52;
	color:#FFF;
	font-size:15px;
	font-weight:600;
	border:none;
	padding:8px 15px;
	margin-top:18px;
}
.login:hover{background:#333; color:#FFF;}
.login i{
	margin:0 10px 0 0;
}
.login-btn{padding:0 !important;}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.banner-slider-wrap {
  margin-top: 70px;
}

.banner-slider .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 1.7%;
  left: 0;
  width: 100%;
}
.banner-slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  outline: none; 
}
.banner-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.banner-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 5px;
  background: #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span {
  background: #f4494d; 
}

@media only screen and (max-width: 1023px) {
  .banner-slider .owl-nav.disabled + .owl-dots {
    position: static;
    bottom: none;
    left: none;
    width: 100%;
    margin-top: 10px;
  }
}

.signup-now {
  padding-top: 70px;
  padding-bottom: 70px;
}

.signup-now h1 {
  margin-top: 0;
  margin-bottom: 28px;
}

/*-------*/
.overlay {
	background: url('../../images/nowlifestyle/overlay.png');
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 1;
}
.banner {
	width: 100%;
	height: auto;
	padding-top: 1px;
	overflow:hidden;
	position: relative;
}
.video-container {
  position: relative;
	    padding-bottom: 56.25%;
	    height: 0;
}
.video-container video {
 position: absolute;
	height:100%;
	width:100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
video {
	opacity:0.88;
	min-width:100%;
  	min-height:100%;
	transition: 1s opacity; 
}

.video-slider img{
	width:100%;
	margin-top:-81px;
}
.video {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.stopfade { opacity: 1; }

.banner .content{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.banner .content h1 {
	color:#FFF;
	
	text-transform:uppercase;
	font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.banner .content h1 span{
  color:#FFF;
	font-size:18px;
  text-align: left;
  font-weight: normal;
  padding-left: 5px;
  display: block;
  text-transform: capitalize;
}
.banner .content p {
	color:#FFF;
	font-size:28px;

	font-weight: 400;
	text-align:center;
	line-height:35px;
	display:block;
	margin-bottom:30px;
  padding-top: 20px;
}
.readmore{
	border:solid 2px #FFF;
	background-color:transparent;
	font-size:22px;
	padding:15px 25px;
	color:#FFF;
	outline:none;
	margin-bottom:12px;
}
.readmore:hover, .readmore:active{
	background-color:transparent;
	color:#fd4c52;
	outline:none;
	border:solid 2px #fd4c52;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	background-color:transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fd4c52;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn-warning {
  background: #ffbb04; 
}

.pauseBut {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 11;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	transition: background 0.1s linear 0s;
	cursor: pointer;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: 1.3em;
	padding-left: 5px;
}
.pauseBut:hover {
	background-color:#f57f25;
	color: #fff;
}
.img-responsive {
  margin: 0 auto;
}
/*------*/
.bg-section{
	background:#efefef;
	padding:20px 0;
}
.section-box{
	background:#FFF;
	border:solid 2px #c6c6c6;
	border-radius:6px;
	text-align:center;
	padding:20px 20px;
  min-height: 330px;
}
.section-box i{
	margin-bottom:20px;
}
.section-box h1{
	color:#313131;
	font-size:22px;
	text-transform:uppercase;
	font-weight:600;
}
.section-box span {
  font-family: 'Raleway', sans-serif;
  color: #333;
  display: block;
  font-size: 16px;
  letter-spacing:0.3px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
.well {
  overflow: hidden;
}
.wel-content h1{
	font-size:30px;
	color:#333;
	margin-bottom:20px;
}
.wel-content p{
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	line-height:30px;
	letter-spacing:0.3px;
}

.optin-div{
	width:100%;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	padding:10px 5px;
	text-align:center;
}
.optin-div p{color:#FFF; }

.optin-div h3, .optin-div h1{
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	margin:10px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);
}
.optin-div h3{font-size:28px; font-weight:600;}
.optin-div h1{font-size:45px; font-weight:600;}

.optin-div form{padding:0 10px;}
.optin-div form input{
	font-family: 'Raleway', sans-serif;
	border:none;
	padding:5px 10px;
	height:50px;
	margin-bottom:8px;
	font-size:18px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
margin-bottom:12px;
}
.optin-div form input:focus, .optin-div form input:active{
	color:#FFF;
	font-size:18px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44);
margin-bottom:12px;
outline:none;
}

.btn-org{
	font-family: 'Raleway', sans-serif;
	background:#ff9000;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);
	outline:none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
  margin-top: 20px;
  margin-bottom: 10px;
}
.btn-org:hover{background:#fd4c52; color:#FFF;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.margin-top{margin-top:30px;}

.btn-read{
  display: inline-block;
  text-align: center;
	background-color: #FD9000;
  border: 2px solid #FD9000;
  border-radius: 4px;
  color: #FFF;
  font-size: 24px;
	font-weight: 700;
  outline: medium none;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.btn-read:hover, .btn-read:active, .btn-read:focus{
  background-color: #FD9000;
  border: 2px solid #FD9000;
  color: #FFF;
  text-decoration:none;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}



/*--slider--*/
.banner-wrap {
	text-align: center;
	width:70%;
	margin:20px auto;
}
.banner-wrap span{
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.banner-wrap .photo{
  display:block;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.banner-wrap h2{
	color: #555;
	font-size: 18px;
}
.banner-wrap p{
	color:#2c2c2c;
	font-size:16px;
	text-align:center;
}
.banner-wrap h3{
	color:#555;
	font-size:18px;
	margin:25px 0 0 0;
	font-weight:700;
}
span.m_1{
	color:#3498db;
}

.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 310px;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 30px;
	height:40px;
	text-indent: -9999px;
	background: url(../../images/nowlifestyle/img-sprite.png)no-repeat;
	top:35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
  background-position: 0 -2px;
  left: 0;
}
.wmuSliderNext {
  background-position: -34px -2px;
  right: 0;
}


.footer {
  background: #2f2f2f;
  color: #fff;
  padding: 35px 0;
}
.footer h3 {
  color: #fff;
  margin: 0 0 25px;
 }
.joel-msg {
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  padding-right: 15px;
}
.joel-img {
  float: left;
  margin-right: 15px;
}
.contact p{
	display:block;
	font-size: 14px;
    line-height: 26px;
	margin-bottom:0;
}
.contact i{padding:6px 6px 10px 6px;}
.footer-bottom {
  background: none repeat scroll 0 0 #151515;
  color: #fff;
  padding: 10px 0;
}
.copyright{margin-top:8px;}
.footer-links{
	width:100%;
	text-align:center;
}
.footer-links ul li{
	display:inline;
	padding:0 5px;
	border-right:1px dotted #ddd;
}
.footer-links ul li a{color:#FFF;}
.footer-links ul li a:hover{color:#fd4c52;}
.footer-links ul li:last-child{border:none;}
/*---------- back to top css ----------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(78, 145, 15, 0.8) url(../../images/nowlifestyle/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1a66b1;
  opacity: 1;
}

.parallax-window {
    min-height:180px;
    background: transparent;
	-webkit-box-shadow: inset 0px 0px 120px 74px rgba(0,0,0,0.49);
-moz-box-shadow: inset 0px 0px 120px 74px rgba(0,0,0,0.49);
box-shadow: inset 0px 0px 120px 74px rgba(0,0,0,0.49);
}

.parallax-window1 {
    min-height:180px;
    background: transparent;
	margin-bottom: 35px;
}

.page-header-img{width: 100%; margin-top:68px; max-height: 240px;  overflow:hidden;}
.page-header-img img{width: 100%;}

.page-title{
	font-size:40px;
	text-transform:uppercase;
	color:#FFF;
    position: absolute;
    top:130px;
}
.page-title h1{
	background:rgba(0,0,0,0.8);
	border-left:solid 10px #fd4c52;
	float:left;
	padding:20px 30px;
}
.page-title span{color:#fd4c52;}

.inner-left{
    background: #FFF;
    padding:30px;
/*    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);*/
    margin-bottom: 30px;
}
.inner-left p{color: #333; font-size: 16px; line-height:27px;}
.inner-left h4{color: #333; font-size: 20px; line-height:30px;}
.title-div{
    width: 100%;
    background: #f0f0f0;
    border-left: solid 5px #fd4c52;
    padding:15px 20px;
    margin-bottom: 15px;
	text-align:left;
}
.title-div h2{
    font-size:18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.title-div h3{
    font-size:14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.title-div h2 span{color: #fd4c52}
.title-div h3 span{color: #fd4c52}
.float-left{float: left; margin-right: 15px;}
.line1{
    font-style: italic;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.optin-form{
    background: #252932;
    padding:0 25px 15px 25px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
}
.optin-title{
    width: 216px;
    margin: 0 auto 15px auto;
}
.optin-form h3{
    font-size: 24px;
    color: #ffc000;
    text-transform: uppercase;
    text-align: center;
    line-height:30px;
    margin-top: 0;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
}
.optin-form h4{
    font-size:14px;
    color: #FFF;
    text-align: center;
    line-height: 22px;
}
.border{width: 130px; height:2px; background:#c9c9c9; margin:10px auto;}
.optin-form label{
	font-size:13px;
	color:#FFF;
	font-weight:normal;
}
.optin-form .form-control{
    border:solid 1px #d3d3d3;
    background: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:8px;
    height:40px;
}
.join-us{
    background: #f8bb49; /* Old browsers */
background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
border:0;
    border-radius: 3px;
    text-transform: uppercase;
    padding:10px 10px;
    font-size: 24px;
    font-weight:900;
    color: #242831;
	font-family: 'Roboto Condensed', sans-serif;
}
.join-us:hover, .join-us:active{background: #f8bb49; /* Old browsers */
background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    outline: 0;
}
.join-us2 {
  background: #f8bb49; /* Old browsers */
background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
border:0;
    border-radius:4px;
    text-transform: uppercase;
    padding:15px 27px;
    font-size: 24px;
    font-weight:900;
    color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
}
.optin-form .join-us {
  font-size: 21px;
  white-space: normal;
}
.margin-bottom20{margin-bottom:20px;}
.testi{
    background: #e6e6e5;
    padding: 10px;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}
.testi h3{
    margin-top: 0;
    font-weight: 600;
    border-bottom: solid 1px #a6a6a6;
    font-size: 18px;
    padding: 0 0 5px 0;
}
.test-img{
    border: solid 4px #FFF;
    float: left;
    margin-right: 8px;
}
.test-content{font-size: 13px;}

.feedback{
	background:#FFF;
	border-top:solid 5px #fd4c52;
	padding:15px;
}
.form-group{margin-bottom:8px; overflow:hidden;}
.feedback .form-control {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  box-shadow: none;
  margin-bottom:10px;
  font-size:13px;
}
.submit{
background: #fd4c52; 
font-size:20px;
color:#FFF;
font-weight:700;
text-transform:uppercase;
border:0;
margin-top:8px;
}
.submit:hover, .submit:active{
background: #bd1f25;
color:#FFF;
}
.h4 {
  color: #fd4c52;
  font-weight: 600;
  line-height:30px;
  text-align: center;
	font-size: 24px;
}

.testimonials{margin-top:20px;}
.testimonials .col-sm-6, .testimonials .col-md-4{padding:0 8px;}
.thumbnail {
  min-height: 274px;
  padding: 0;
}
.thumbnail img{width:100%;}
.thumbnail h3 {
  font-size:18px;
  padding: 10px 0;
  margin:0;
  text-align: center;
  background:#656565;
  color:#FFF;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}
.thumbnail .caption, .thumbnail .caption p{text-align: center; font-size:14px;}
.whyus .thumbnail {
  min-height: auto;
  overflow: hidden;
  padding: 10px;
	margin-top: 10px;
}
.whyus .thumbnail h2 {
   font-family: "Roboto Condensed", sans-serif;
  text-align: left;
	font-size: 26px;
	line-height: 36px;
	margin-top: 0;
}
.inline {
  background: linear-gradient(to bottom, #eeeeee 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #999;
  border-radius:8px;
  display: none;
  padding: 15px;
  width: 800px;
  line-height:24px;
  border-radius:8px;
}
.inline h3{margin:10px 0;}

.panel-heading-bg2 {
  background: none repeat scroll 0 0 #333;
  color: #fff !important;
  padding: 12px 20px;
  border-top:solid 5px #fd4c52 ;
}
.panel-title a {
  display: block;
  font-size: 16px;
  color: white;
}
.panel, .panel-heading {
  border-radius: 0;
}
.panel-default > .panel-heading {
  background-color: #333;
  border-color: #fd4c52;
  color: #333;
}
.join{width:100%;}
.join h1{
	font-weight:300;
	text-transform:uppercase;
}
.green-text{
	font-weight:700;
	color:#73a42b;
}
.red-text{color:#cc0000;}
.join h5{font-size:14px; font-weight:700; font-style:italic; margin:15px 10px;}

.join-div{
	border:solid 1px #cccccc;
	overflow:hidden;
}
.title{
	background:#222;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
}
.list{padding:0 15px;}
.list li{
	font-size:14px;
	margin-bottom:15px;
	list-style-type:disc;
	padding:0 0 0 5px;
	font-weight:600;
}
.video-testi{
	margin-bottom:20px;
}
.testi1{
  background: none repeat scroll 0 0 #e5e5e5;
  padding:10px;
  margin-bottom:10px;
}
.testi1 p{line-height:20px;}
.testi1 span{font-weight:600;}

.green-title-div{
	background: #62b414; /* Old browsers */
background: -moz-linear-gradient(top,  #62b414 0%, #4f930f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b414), color-stop(100%,#4f930f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #62b414 0%,#4f930f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b414', endColorstr='#4f930f',GradientType=0 ); /* IE6-9 */
color:#FFF;
text-transform:uppercase;
border-radius:4px;
padding:8px;
font-size:15px;
font-weight:600;
text-align:center;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
margin-bottom:15px;
}
.blue-box{
	background:#cbe6ff;
	border-radius:4px;
	padding:5px 10px 10px 10px;
	overflow:hidden;
}

.blue-box p{color:#333;}
.blue-box h3{
	color:#354e65;
	font-weight:600;
	text-align:center;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.blue-box .wrap{width:100%; border-top:solid 1px #354e65; padding:12px 0; overflow:hidden;}
.blue-box .wrap h4{font-weight:600; font-size:14px; color:#333; text-align:left; margin:5px 0;}
.blue-box .wrap p{line-height:19px; text-align:left; color:#333;}
.value{
	background:#FFF;
	border:solid 4px #354e65;
	padding:10px 8px;
	text-align:center;
	color:#ed2024;
	font-size:16px;
	font-weight:600;
}
iframe {
  border: none;
  width: 1px!important;
  min-width: 100%!important;
}
.white-bg{
	border:solid 1px #56748f;
	background:#FFF;
	padding:10px;
	text-align:center;
	color:#333;
	font-weight:600;
	border-radius:4px;
	font-style: italic;
}
.white-bg p{line-height:20px;}
.price1 {
  background: #56748f none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 12px;
  font-style:italic;
}
.price1 span{float:right;}
.price2 {
  background: #76ac42 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 12px;
  text-transform:uppercase;
  font-style:italic;
}
.price2 span{float:right;}
.btm-text {
  color: #56748f;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
  text-align: center !important;
  display: block;
}
.green-title-div2{
	background: #62b414; /* Old browsers */
background: -moz-linear-gradient(top,  #62b414 0%, #4f930f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b414), color-stop(100%,#4f930f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #62b414 0%,#4f930f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #62b414 0%,#4f930f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b414', endColorstr='#4f930f',GradientType=0 ); /* IE6-9 */
color:#FFF;
text-transform:uppercase;
border-radius:4px;
padding:8px;
font-size:18px;
font-weight:600;
text-align:center;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.68);
margin:10px 0;
}
.get-started img{width:100%; margin-bottom:10px;}
.get-started p{
	font-size: 14px;
	font-weight: 600;
  line-height: 20px;
}
.min img{
	display:block;
	text-align:center;
}
.optin{
	width:100%;
}
.optin .form-control{
	font-family: 'Raleway', sans-serif;
	border:none;
	padding:5px 10px;
	height:50px;
	font-size:16px;
	border:solid 2px #ccc;
}
.optin .form-control-textarea{
	font-family: 'Raleway', sans-serif;
	border:none;
	padding:5px 10px;
	font-size:16px;
	border:solid 2px #ccc;
	width:100%;
	border-radius:4px;
}
.optin .form-control:hover, .optin .form-control:focus, .optin .form-control-textarea:hover, .optin .form-control-textarea:focus{
	border:solid 2px #fd4c52;
	box-shadow:none;
}
.optin .btn-org{height:50px;}

.close-action {
  background: #e4e4e4;
  color: #b6b6b6;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 6px;
  cursor: pointer;
}
.workout img{width:100%;}

.login-header-img{
	width: 100%;
	margin-top: 68px;
	min-height:650px;
	background-image: url(../../images/nowlifestyle/login-bg.png);
	background-repeat: no-repeat;
	background-size:100%;
}

.contact-header-img{
	width: 100%;
	margin-top: 68px;
	min-height:650px;
	background-image: url(../../images/nowlifestyle/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
}

.chahgepass-header-img{
  width: 100%;
  /*margin-top: 68px;*/
  min-height:650px;
  background-image: url(../../images/nowlifestyle/chahgepass-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.text_commn {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #d6d6d6;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  width: 100%;
}
.login-form a {
  color: #333;
  font-size: 16px;
  margin-bottom:15px;
  display:block;
}
.login-form a:hover{color:#F99000;}

.login-form a.btn-org {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-form {
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.46);
  margin-bottom: 150px;
  margin-top: 100px;
  overflow: hidden;
}
.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.content-wrap{
	width:100%; 
	margin-bottom:20px;
}
.content-wrap ul li{
	padding:0 0 0 5px;
	margin-bottom:10px;
	color: #606060; 
	font-size: 14px;
	line-height:24px;
	list-style-type: number;
}
.content-wrap > ul {margin-left: 42px;}
.signup-title{
	text-align:center;
	font-weight:700;
	margin-bottom:25px;
}
.signup-title span{
	color:#fd4c52;
}
.cc-form{
	width:100%;
	margin-bottom:15px;
}
.cc-form .form-control{
	font-family: 'Raleway', sans-serif;
	border:none;
	padding:5px 10px;
	height:40px;
	font-size:14px;
	border:solid 1px #ccc;
	color:#333;
}
.cc-form h3{
	font-size:16px;
	text-align:center;
	line-height:28px;
	font-weight:600;
}
.cc-form h3 span{
	font-size:18px;
	color:#fd4c52;
	display:block;
}
.form-wrap input[type="password"], .form-wrap input[type="text"], select  {
   background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.form-wrap > h1 {
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.close:focus, .close:hover {
    color: #8f8f8f;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}
.fixedNav {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 11;
	display: block;
}
#slideNav {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	transition: background 0.1s linear 0s;
}
#slideNav:hover {
	background-color:#f57f25;
	color: #ccc;
}
.hidden {
 display:none; 
	visibility: hidden;
}
.visible {
 display:block; 
}
/* Product System */
.offer h1 {
  background: #fd4c52;
  border-left: solid 5px #333;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
.offer h1 span {
  font-size: 24px;
  display: block;
  padding-top:15px;
  color:#fff;
}
.offer h2{
	color:#17191c;
	font-size:34px;
	line-height:42px;
}
.offer h2 span{
  color: #fd4c52;
}
.plus {
  color: #fd4c52;
  font-size:34px;
	line-height:42px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
/*
.plus:after {
  content: url(../../images/nowlifestyle/dwnarrow.png);
  position: absolute;
  top: 20px;
}
*/
.title21{margin:40px 0 50px;}
.title21 > span{
	background:#17191c;
	color:#FFF;
	padding:8px 40px;
	display:inline-block;
	font-size:34px;
	border-radius:6px;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #17191c;
	margin:0 auto;
}
.box1{
	background:#f9f9f9;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	overflow:hidden;
	padding-bottom:25px;
}
.box1 .spacer{
  height: 130px;
  clear: both;
}
.box1 .title1{
	background:#fd4c52;
	color:#FFF;
	padding:12px 0;
	font-size:25px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	text-transform:uppercase;
  font-weight: 700;
}
.box1 .title2{
	color:#17191c;
	font-size:26px;
	margin:20px 0 0;
  font-weight: 700;
}
.box1 .subtitle{
	color:#4f4f4f;
	font-size:20px;
	margin:0 0 0;
}
.imgWrap{margin:25px 0;}
.features {min-height: 335px;}

.features ul{padding:0; margin:0 0 20px;}
.features ul li{
	display:block;
	font-size:19px;
	color:#121212;
	margin-bottom:18px;
	padding-left:30px;
  border-bottom: 1px dotted #ddd;
}

.features ul li:before{
	content:url('../../images/nowlifestyle/check.png');
	position:absolute;
	left:15px;
	margin-top: 3px;
}
.totalvalue{
	font-size:30px;
	color:#181818;
	margin:30px 0;
  font-weight: 700;
}
.totalvalue > span{color:#d60f04;}
.totalvalue > del {text-decoration: line-through}
.redBtn, .orangeBtn, .orangeBtn-new{
	background:#fd4c52;
	font-size:28px;
	color:#FFF;
	padding: 10px 20px;
  text-align: center;
	display:block;
	border-radius:6px;
  font-weight: 700;
}
.redBtn {
	font-size: 24px;
}
.redBtn:focus, .orangeBtn:focus, .orangeBtn-new:focus{
  color:#FFF;
}
.redBtn:hover{
	background:#c60c02;
	color:#FFF;
	text-decoration:none;
}
.redBtn.demo {
  font-size:20px;
  background:#333;
}
.orangeBtn, .orangeBtn-new {
color: #fef4e9;
	border: solid 2px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbe00), to(#ff9300));
	background: -moz-linear-gradient(top,  #ffbe00,  #ff9300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe00', endColorstr='#ff9300');
  color: black;
  position: relative;
}
.orangeBtn span {
  font-size:24px;
  display: block;
 }
.orangeBtn:hover, .orangeBtn-new:hover {
  color: black;
  background: #ffc000;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
/* reseller */

.true-peopl-wrap {
    float: left;
    padding: 50px 0;
    width: 100%;
}
.true-title {
    color: #c60c02;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}
.true-title > span {
    color: black;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}
.img-circle {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-radius: 400px;
    margin: 0 auto 30px;
}
.testi-name {
    color: #c72508;
    font-size: 20px;
    font-weight: 400;
}
.testi-name > span {
    color: black;
    display: block;
    font-size: 16px;
}
.review{
	margin-top:30px;
}
.line {
    background: white none repeat scroll 0 0;
    height: 1px;
    margin: 15px auto;
    width: 150px;
}
.line-2 {
    background: #c72508 none repeat scroll 0 0;
    height: 1px;
    margin: 3em auto;
    width: 100%;
}
.line-3 {
    background: #c72508 none repeat scroll 0 0;
    height: 1px;
    margin: 1.5em auto;
    width: 100px;
}
.line-4 {
    background: #c72508 none repeat scroll 0 0;
    height: 1px;
    margin: 1.5em auto 80px;
    width: 200px;
}
.line-6 {
    background: #c72508 none repeat scroll 0 0;
    height: 1px;
    margin: 1em auto 3em;
    width: 200px;
}
.line-5 {
    background: #c72508 none repeat scroll 0 0;
    height: 1px;
    margin: 2em auto;
    width: 150px;
}
.marketing-wrap {
    margin-top:40px;
}
.marketing-text > p {
    font-size: 16px;
    margin-bottom: 18px;
    padding-left:36px;
    position: relative;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.marketing-text > p::before {
    content: url(../../images/nowlifestyle/check.png);
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
.paid-wrap {
    float: left;
    padding: 50px 0 0;
    width: 100%;
}
.view {
    float: left;
    position: relative;
    width: 100%;
}

.view > h4 {
    background: #333 none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    font-size: 24px;
    margin: 0 auto 25px;
    max-width: 600px;
    padding: 14px;
    width: 100%;
}
.paid-wrap > h1 {
    float: left;
    font-size: 60px;
    font-weight: 100;
    width: 100%;
}
.paid-wrap > h1 > span {
    color: #c72508;
}
.payout-title {
    background: #c72508 none repeat scroll 0 0;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 16px 20px;
}
.payout-title h2 {
    font-size:40px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    color: white;
}
.paid-text {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    text-align: right;
}
.paid-text > span {
    color: #c72508;
}
.paid-points > ul > li {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
  font-weight: 700;
}
.paid-points > ul {
    list-style-type: none;
	
}
.paid-points > ul > li::before {
    color: #c72508;
    content:url(../../images/nowlifestyle/bullet.jpg);
    left: 0;
    position: absolute;
}
.paid-points2 {
    float: left;
    width: 100%;
}
.paid-points2 > ul > li {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 50px;
  padding-right: 30px;
    font-weight:700;
    position: relative;
    line-height: 30px;
}
.paid-points2 > ul {
    list-style-type: none;
	padding:0px;
  margin-top: 25px;
}
.paid-points2 > ul > li::before {
    color: #c72508;
    content: url(../../images/nowlifestyle/tick.jpg);
    left: 5px;
    font-size: 30px;
    position: absolute;
}
.payout-1 > .container > p {
    float: left;
    font-size: 15px;
    line-height: 29px;
    margin: 20px 0;
    width: 100%;
}
.paid-points2 > h1 {
    font-size: 26px;
}
.paid-points2 > h1 > span {
    color: #ffdf04;
    font-weight: bold;
}
.cmsn-payout {
  margin-top: 30px; 
}
.cmsn-payout img {
  margin-top:30px; 
}
.cmsn-payout h4 {
 color: white!important;
font-size: 24px;
}
#binary-cmn.table>tbody>tr>td {
  font-size: 14px;
  font-weight: 400;
  height: 24px;
}
#binary-cmn.table>tbody>tr>th {
  padding: 10px;
  border-bottom: 2px solid #fd4c52;
}
#l3bonus td {
  font-size:22px;
  font-weight: normal;
}
#l3bonus td span {
  color: #fd4c52;
  font-weight:700;
}
#l3bonus.table td:nth-child(even) {
    background-color: #fff;
}

#l3bonus2 .table-striped > tbody > tr:nth-child(odd) > td , 
#l3bonus2 .table-striped > tbody > tr:nth-child(odd) > th  {
	background-color: #fff5f1;
}
#l3bonus2 .table-hover > tbody > tr:hover > td, 
#l3bonus2 .table-hover > tbody > tr:hover > th {
	background-color: #fd4c52;
}
#l3bonus2 tbody > tr > td {
	border-top: 1px solid #fd4c52;
	font-size: 24px;
	color: #4d4d4d;
	font-family: "Source Sans Pro", sans-serif;
  font-weight: normal
}
#l3bonus2 thead > tr > th, 
#l3bonus2 tfoot > tr > th {
	border: 1px solid #fd4c52!important;
	font-size: 24px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	background: #fd4c52;
}
#l3bonus2 table thead th {
  height: auto;
}
.level3 p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px
}
.level3 p span {
  color: #fd4c52;
}
.level3 span.normal{
  font-weight: normal;
  font-size: 18px;
  display: block;
  color: #333;
  line-height: normal;
}

.reseller-tbl.table > thead > tr > th {
    border-bottom:none;
    vertical-align: middle;
  color: white;
}
	.reseller-tbl.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
	 border: 1px solid #e6e6e6;
}
.reseller-tbl.table th:nth-child(even) {
   background:#999
}
.reseller-tbl.table td:nth-child(even) {
   background:#fff
}
.grey-bg {
    background: #999 none repeat scroll 0 0;
}
.green-bg {
    background: #39ab49 none repeat scroll 0 0!important;
}
.light-bg {
    background: #e0efe2 none repeat scroll 0 0!important;
    font-size: 20px !important;
    font-weight: bold;
}
.l3head {
  height: auto;
  background: #fd4c52;
  color: white;
  font-size: 24px;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 10px;
}

.msg_correct { font-size: 14px; font-weight: bold; color: green; }
.msg_incorrect {  font-size: 14px; font-weight: bold; color: red; }
#error {margin-bottom:5px;color:red}

/** Modal Congratulations **/
.modal-dialog .congratulations-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.modal-dialog .congratulations-wrapper h1 {
  margin-top: 12px;
  margin-bottom: 15px;
  padding-top: 60px;
  font-size: 46px;
  font-weight: bold;
  color: #fe4c52;
  background: url('../../images/one_step_signup/checkbox-bg.png') no-repeat center top;
}
.modal-dialog .congratulations-wrapper  p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #777;
}
.modal-dialog .congratulations-wrapper p span.mail-icon {
  position: relative;
  top: 4px;
  margin-right: 2px;
  display: inline-block;
  width: 23px;
  height: 18px;
  background: url("../../images/one_step_signup/mail-icon.png") no-repeat 0 0;
}
.modal-dialog .congratulations-wrapper p a {
  font-weight: bold;
  color: #777;
  text-decoration: underline;
}

.modal-dialog .congratulations-wrapper p a:hover {
  text-decoration: none;
  color: #fe4c52;
}
.modal-dialog .congratulations-wrapper p.lead  {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}
/*-------------- signup proof popup --------------*/
#proof {
position:fixed;
z-index: 1030;
bottom:20px;
left:10px;
height:65px;
width:320px;
border:none;
display:block !important;
opacity:0;
box-shadow:0 0 1px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.05),0 8px 20px rgba(0,0,0,0.05);
border-radius:40px;
font-family: 'Roboto Condensed', sans-serif;
visibility: hidden;
}
#proof:hover {
box-shadow:0 15px 25px rgba(0,0,0,0.1);
}
#proof:active {
box-shadow:0 0 0 1px rgba(0,0,0,0.1);
}
#proof.show-proof {
opacity:1;
visibility: visible;
-webkit-animation:shootUp 0.4s linear both;
animation:shootUp 0.4s linear both;
}
@-webkit-keyframes shootUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes shootUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.proof-container {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;

}
.proof-container .proof-bubble {
margin:0 auto;
width:320px;
height:65px;
overflow:hidden;
position:relative;
border-bottom-left-radius:40px;
border-top-left-radius:40px;
border-bottom-right-radius:40px;
border-top-right-radius:40px;
background-color:#FFF;
box-shadow:0 0 1px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.05),0 8px 50px rgba(0,0,0,0.05);
}
.proof-container .proof-bubble .proof-image {
display:block;
position:absolute;
top:3px;
left:3px;
height:59px;
width:59px;
}
.proof-container .proof-bubble .proof-image img {
border-bottom-left-radius:50%;
border-top-left-radius:50%;
border-bottom-right-radius:50%;
border-top-right-radius:50%;
height:59px;
width:59px;
}
.proof-container .proof-bubble .proof-content {
margin-left:75px;
padding-top:9px;
padding-right:4px;
}
.proof-container .proof-bubble .proof-content .proof-what,
.proof-container .proof-bubble .proof-content .proof-when,
.proof-container .proof-bubble .proof-content .proof-who {
display:block;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.proof-container .proof-bubble .proof-content .proof-who {
line-height:16px;
font-size:14px;
font-weight:bold;
color:#000;
}
.proof-container .proof-bubble .proof-content .proof-what {
line-height:16px;
font-size:12px;
color:#333;
}
.proof-container .proof-bubble .proof-content .proof-when {
display:block;
color:#999;
font-size:11px;
}
/*-------------- signup proof popup ends --------------*/
/* New style */
.paid-points > ul {
	margin-top: 10px;
	margin-bottom:30px;
}
.paid-points > ul > li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
  font-weight: 700;
	text-align: left
}
.opportunity{
	padding-left: 40px;
	display: block
}
.margin-bottom{margin-top:30px;}

.orangeBtn-new{
	padding: 15px 15px;
	font-size: 30px;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
    color: #fff;
	border-bottom: 1px dotted #555
}
.dropdown-menu {
    background-color: #171717;
}
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #FD4C52!important;
}

.headerBlock {
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #666;
}
.headerBlock span {
	font-size: 16px;
	display: block;
}
.grey-color-shade1 {
	background: #f1f1f1;
}
.grey-color-shade2{
	background: #f6f6f6;
}
.grey-color-shade3 {
	background: #fff;
}
.testimonials .thumbnail {
	min-height: 330px;
}
.modalButton {
	cursor: pointer
}
.no-gutter {
	margin: 0;
	padding: 0;
}
.joel-title {
	background: #555;
	padding: 5px 30px;
	color: white;
	font-size: 24px;
	margin-top: 40px;
	float: right;
	border-radius: 4px;
	text-align: center;
}
.joel-title span {
	display: block;
	font-size: 14px;
}
.cards {
  margin-top: 40px;
  display: block;
}

.supplement-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 93px;
}
.btn-facts.btn-icon {
  position: relative;
  border-radius: 10px;
  background-color: #6ab431;
  border-width: 0;
  color: #fff;
  border-left: 52px solid #3caa3f;
  font-size: 20px;
  line-height: 22px;
  padding: 4px 15px 6px;
  font-family: 'Roboto Condensed', sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.btn-facts.btn-icon .icon {
  position: absolute;
  left: -52px;
  top: 0;
  font-size: 22px;
  line-height: 56px;
  width: 52px;
  text-align: center;
}
.btn-facts.btn-icon small {
  font-size: 14px;
}
.btn-facts-wrap {
  text-align: center;
  margin-top: -55px;
  margin-bottom: 40px;
}

.gradient-green {
  background: #84c553;
  background: -moz-linear-gradient(top, #84c553 0%, #69b430 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #84c553), color-stop(100%, #69b430));
  background: -webkit-linear-gradient(top, #84c553 0%, #69b430 100%);
  background: -o-linear-gradient(top, #84c553 0%, #69b430 100%);
  background: -ms-linear-gradient(top, #84c553 0%, #69b430 100%);
  background: linear-gradient(to bottom, #84c553 0%, #69b430 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c553', endColorstr='#69b430', GradientType=0 );
}

.reward-block {
  padding-top: 40px;
  padding-bottom: 50px;
}