body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #eee;
}
.Main {    width: 100% !important; } 
.home-intro-wrapper .home-intro h2 {    padding-top: 48px !important;    font-size: 40px !important;    text-transform: uppercase; } 
.Section8 {    display: none !important; } 
.HeaderSection {    width: 962px !important;    margin-left: auto;    margin-right: auto; } 
.CustomPageBody {    padding: 0px !important;    width: 100% !important; } 
.LeftColumn {    display: none; } 
table, td, tr, div, span, p {    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; } 
.clearfix {
	clear: both;
	width: 100%;
	height: 1px;
}
.home-page-intro-container {
	height: 570px;
	width: 100%;
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4-1/home-page-intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover
}
.home-page-intro-content {
	width: 960px;
	padding-top: 120px;
	margin-right: auto;
	margin-left: auto;
}
.home-page-intro-content h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 58px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 7px 27px rgba(0, 0, 0, 1), 1px 7px 27px rgba(0, 0, 0, 1);
}

.signup-form-container button,
.signup-form-container input {
  margin: 0 3px;
  font-size: 100%;
  vertical-align: middle;
  *overflow: visible;
  line-height: normal;
}

.signup-form-container button::-moz-focus-inner,
.signup-form-container input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.signup-form-container button,
.signup-form-container html input[type="button"],
.signup-form-container input[type="reset"],
.signup-form-container input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

.signup-form-container button,
.signup-form-container input[type="button"],
.signup-form-container input[type="reset"],
.signup-form-container input[type="submit"] {
  cursor: pointer;
}

.signup-form-container input,
.signup-form-container button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.signup-form-container input[type="text"],
.signup-form-container input[type="password"],
.signup-form-container input[type="email"] {
	display: block;
	height: 37px;
	width: 322px;
	width: 321px \9;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.signup-form-container input[type="text"],
.signup-form-container input[type="password"],
.signup-form-container input[type="email"] {
	width: 320px;
}
}

noindex:-o-prefocus, .signup-form-container input[type="text"],
noindex:-o-prefocus, .signup-form-container input[type="password"],
noindex:-o-prefocus, .signup-form-container input[type="email"] {
   width: 320px;
}

.signup-form-container input[type="text"]:focus,
.signup-form-container input[type="password"]:focus,
.signup-form-container input[type="email"]:focus  {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.signup-form-container input:-moz-placeholder,
.signup-form-container textarea:-moz-placeholder {
  color: #666;
}

.signup-form-container input:-ms-input-placeholder,
.signup-form-container textarea:-ms-input-placeholder {
  color: #666;
}

.signup-form-container input::-webkit-input-placeholder,
.signup-form-container textarea::-webkit-input-placeholder {
  color: #666;
}

.signup-form-container .btn {
	display: block;
	float: left;
	margin-bottom: 0;
  *margin-left: .3em;
	padding: 5px 5px;
	padding-right: 21px;
	font-size: 24px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 34px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
  *border: 0;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
  *background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}

.signup-form-container button img {
  float: left;
  margin-right: 14px;
}

.signup-form-container .btn:hover,
.signup-form-container .btn:focus,
.signup-form-container .btn:active,
.signup-form-container .btn.active {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.signup-form-container .btn:active,
.signup-form-container .btn.active {
  background-color: #cccccc \9;
}
.signup-form-container .btn:hover,
.signup-form-container .btn:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.signup-form-container .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.signup-form-container .btn.active,
.signup-form-container .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.signup-form-container .btn-success:active,
.signup-form-container .btn-success.active {
  background-color: #408140 \9;
}

.signup-form-container {
	width: 937px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
	margin-bottom: 20px;
	padding: 18px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 22px;
	position: relative;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.signup-form-container .signup-form-form {
	padding: 0px;
}
.signup-form-container .label-container {
	position: absolute;
	width: 268px;
}
.signup-form-container .label-container .label-content {
	background-color: #000;
	color: #fff;
	padding: 13px;
	padding-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
.signup-form-container .label-container .label-content a {
	color: #1f8cde;
	text-decoration: none;
	font-weight: bold;
}
.signup-form-container .label-container .label-content a:hover {
	text-decoration: underline;
}
.signup-form-container .label-container .label-content em {
	font-style: normal;
	color: #ACACAC;
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.signup-form-container .label-container.label-one {
	top: -20px;
	left: 60px;
}
.signup-form-container .label-container.label-two .label-content {
	font-weight: normal;	
}
.signup-form-container .label-container.label-two {
	top: -20px;
	left: 410px;
}
.signup-form-container .label-container .label-bottom {
	text-align: center;	
}
.signup-form-container .header-text {
	font-size: 26px;
	font-weight: bold;
	color: #535353;
	text-align: left;
	padding: 0px 3px;
	padding-bottom: 12px;	
}
.signup-form-container .header-text em {
	font-size: 15px;
	font-weight: normal;
	float: right;
	font-style: normal;
	margin-right: 14px;
	padding-top: 8px;
}
.home-page-testimonials-container {
	background-color: #eeeeee;
	padding-top: 85px;
	padding-bottom: 85px;
}
.home-page-testimonials {
	width: 960px;
	margin: 0 auto;
}
.home-page-testimonials .testimonials-imac {
	width: 430px;
	float: left;
}
.home-page-testimonials .testimonials-content-container {
	width: 456px;
	height: 328px;
	float: left;
	margin-left: 72px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}
.testimonials-content {
	font-size: 16px;
	font-weight: normal;
	color: #777777;
	text-align: center;
	line-height: 22px;
	height: 330px;
	padding: 0 20px;
}
.testimonials-content .testimonials-title {
	font-size: 21px;
	font-weight: normal;
	color: #1f1f1f;
	padding-top: 5px;
	padding-bottom: 15px;
}
.testimonials-content .full-testimonial {
	padding-top: 15px;
	margin-bottom: 15px;
}
.testimonials-content .full-testimonial a {
	font-size: 16px;
	font-weight: bold;
	color: #2582c7;
	text-decoration: none;
}
.testimonials-content .full-testimonial a:hover {
	text-decoration: underline;
}
.testimonials-content .client-photo {
	font-size: 16px;
	font-weight: bold;
	color: #2582c7;
	margin-bottom: 5px;
}
.testimonials-content .client-name {
	font-size: 14px;
	font-weight: bold;
	color: #898989;
	line-height: 18px;
	overflow: visible;
}
.bx-wrapper {
	position: relative;
	padding: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d1d1d1;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b0b0b0;
}
.bx-wrapper .bx-controls-direction a {
	display: none;
}

.sliding-themes-container {
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;	
}
.sliding-themes-container .sliding-themes {
	width: 960px;
	margin-right: auto;
	margin-left: auto;		
}
.sliding-themes-container .sliding-themes h3 {
	font-size: 40px;
	font-weight: normal;
	color: #535353;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.sliding-themes-container .sliding-themes .coffeeflow {
	margin-top: -45px;
	padding-bottom: 10px;
}
.sliding-themes-container .sliding-themes .coffeeflow img {
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.sliding-themes-container .sliding-themes .all-templates-link {
	text-align: center;
	padding-top: 20px;
}
.sliding-themes-container .sliding-themes .all-templates-link a {
	font-size: 16px;
	font-weight: bold;
	color: #2582c7;
	text-decoration: none;
}
.sliding-themes-container .sliding-themes .all-templates-link a:hover {
	text-decoration: underline;
}
.metric-driven {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.metric-driven span {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f56161;
	margin-top: 0 !important;
}
.metric-driven .mde {
	width: 423px;
	margin-top: 70px;
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/mdebg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 537px;
	float: left;
}
.metric-driven .mde ul {
	margin-left: 0px;
	padding-top: 55px;
	padding-left: 0px;
	list-style-type: none;
}
.metric-driven .mde ul .metric {
	font-size: 95px;
	line-height: 120px;
	font-weight: bold;
	color: #b5b5b5;
	margin-left: -3px;
}
.metric-driven .mde ul .driven {
	font-size: 73px;
	line-height: 70px;
	font-weight: bold;
	color: #7d7c7c;
	margin-left: -1px;
}
.metric-driven .mde ul .e-commerce {
	font-size: 46px;
	font-weight: bold;
	color: #525252;
	line-height: 95px;
}
.metric-driven .mde-desc {
	width: 535px;
	margin-top: 70px;
	height: 537px;
	float: left;
	color: #777;
}
.metric-driven .mde-desc ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 10px;
}
.metric-driven .mde-desc ul li {
	background-repeat: no-repeat;
	background-position: 10px center;
	vertical-align: middle;
	height: 103px;
	padding-left: 135px;
	margin-top: 9px;
	padding-top: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	font-size: 18px;
}
.metric-driven .mde-desc ul li:hover {
	background-color: #e1e1e1;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.metric-driven .mde-desc ul li.build {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/build-bg.png);
}
.metric-driven .mde-desc ul li.measure {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/measure-bg.png);
}
.metric-driven .mde-desc ul li.learn {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/learn-bg.png);
}
.metric-driven .mde-desc ul li.grow {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/grow-bg.png);
}
.metric-driven .mde-desc ul li strong {
	font-size: 30px;
	font-weight: bold;
	display: block;
	padding-top: 0;
	padding-bottom: 8px;
	line-height: 28px;
	margin-top: 0px;
	margin-left: -1px;
}
.metric-driven .mde-desc ul li.learn strong {
	padding-top: 10px;
}
.partners {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadadb;
	text-align: center;
	margin-top: 80px;
	padding-top: 35px;
	padding-bottom: 46px;
}
.features-wrapper {
	background-color: #3c3c3c;
	padding-top: 70px;
	padding-bottom: 65px;
}
.features-wrapper .features {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: 750px;
}
.features-wrapper .features div {
	display: block;
	float: left;
	height: 335px;
	width: 300px;
	text-align: center;
	font-size: 19px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #3c3c3c;
	line-height: 23px;
}
.features-wrapper .features div span {
	display: block;
	font-size: 18px;
	padding-top: 205px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100px;
	width: 280px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.features-wrapper .features div span:hover {
	background-color: #484848;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.features-wrapper .features .easy {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/easy-bg.png);
}
.features-wrapper .features .easy span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/easy-bg-span.png);
}
.features-wrapper .features .beautiful {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/beautiful-bg.png);
}
.features-wrapper .features .beautiful span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/beautiful-bg-span.png);
}
.features-wrapper .features .feature-rich {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/feature-rich-bg.png);
}
.features-wrapper .features .feature-rich span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/feature-rich-bg-span.png);
}
.features-wrapper .features .integrated {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/integrated-bg.png);
}
.features-wrapper .features .integrated span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/integrated-bg-span.png);
}
.features-wrapper .features .secure {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/secure-bg.png);
}
.features-wrapper .features .secure span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/secure-bg-span.png);
}
.features-wrapper .features .support {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/support-bg.png);
}
.features-wrapper .features .support span {
	background-image: url(http://static.shop033.com/resources/50/336/Image/v4/support-bg-span.png);
}
.features-wrapper .features div strong {
	display: block;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 17px;
}


