html, body {
	background-color: #f2f3f8;
}

.text-red {
	color: #fe4c52;
}

.wrapper {
	min-width: 320px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	background-color: #f2f3f8;
}

.wrapper > header {
	background-color: #2a2d34;
	border-bottom: 1px solid #06070c;
}

header .logo {
	display: inline-block;
	float: left;
	padding: 16px 0 15px;
}


/* Content section style */

main.content-wrapper > .container.white {
	border: 1px solid #eee;
	background-color: #fff;
}

main.content-wrapper .content {
	padding: 40px 15px 30px;
}

.content .banner {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.content .banner .block {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
}

.content .banner .block:nth-child(1) {
	width: 320px;
	background-color: #f44a4d;
}

.content .banner .block:nth-child(4) {
	width: 310px;
	background-color: #f44a4d;
}

.content .banner .block:nth-child(2)::before {
	content: 'Before';
	display: block;
	width: 70px;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	border-top-right-radius: 5px;
	color: #777;
	background-color: #fff; 
}

.content .banner .block:nth-child(3)::before {
	content: 'After';
	display: block;
	width: 70px;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	border-top-right-radius: 5px;
	color: #777;
	background-color: #fff; 
}

.content .banner .block p {
	margin-bottom: 0;
	padding: 0 15px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.content .banner .block p b {
	font-size: 60px;
}

.content .banner .block em {
	display: block;
	padding: 0 30px;
	font-size: 18px;
}

.content .banner .block br {
	display: none;
}

.price-panel {
	margin-bottom: 35px;
}

.price-panel h2 {
	position: relative;
	margin: 0;
	padding: 22px 15px;
	font-size: 24px;
	font-weight: 400;
	padding-left: 94px;
	color: #fff;
	background-color: #f44a4d;
	text-transform: uppercase;
}

.price-panel h2::before {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 15px;
}

.price-panel.fitness h2::before {
    background: #fff url('../../images/one_step_signup/sprite.png') no-repeat 6px -0px;
}

.price-panel.marketing h2::before {
    background: #fff url('../../images/one_step_signup/sprite.png') no-repeat 6px -54px;
}

.price-panel .price-panel-body {
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #eee;
	border-top-color: transparent;
}

.price-panel .price-panel-body ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: table;
	width: 100%;
}

.price-panel .price-panel-body ul > li {
	position: relative;
    width:33%;
    padding: 0 15px 35px;
    display:table-cell;
}

.price-panel .price-panel-body ul > li h3 {
	min-height: 38px;
	font-size: 18px;
	font-weight: 700;
}

.price-panel .price-panel-body ul > li .price {
	position: absolute;
	bottom: 0;
	left: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #fe4c52;
}

.total-price {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 700;
		line-height: 80px;
	text-align: right;
	background-color: #eee;
}
.total-price p {
	display: inline-block;
	margin-bottom: 0;
}
.total-price strong {
	display: block;
	float: right;
	margin-left: 50px;
	padding: 0 30px;
	color: #fff;
	background-color: #949494;
}

/* Singup form */

.ccForm .form-panel {
	margin-bottom: 30px;
}
.ccForm .form-panel.active {
	display: block;
}
.ccForm .form-panel.hide {
	display: none;
}

.ccForm .form-panel h2 {
	position: relative;
	margin: 0;
	padding: 16px 15px;
	font-size: 24px;
	font-weight: 400;
	line-height: 18px;
	padding-left: 94px;
	color: #fff;
	background-color: #f44a4d;
	text-transform: uppercase;
}

.ccForm .form-panel h2 small {
	font-size: 12px;
	text-transform: lowercase;
	color: #fff;
}

.ccForm .form-panel h2::before {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 15px;
}

.ccForm .form-panel.create-account h2::before {
	background: #fff url('../../images/one_step_signup/sprite.png') no-repeat 6px -108px;
}
.ccForm .form-panel.contact-information h2::before {
	background: #fff url('../../images/one_step_signup/sprite.png') no-repeat 6px -162px;
}

.ccForm .form-panel.billing-information h2::before {
	background: #fff url('../../images/one_step_signup/sprite.png') no-repeat 6px -216px;
}

.ccForm .form-body {
	padding: 20px 60px 30px;
	border: 1px solid #eee;
	border-top-color: transparent;
}

.ccForm label {
	font-size: 16px;
	font-weight: 400;
}

.ccForm .checkbox label {
	font-size: 14px;
}

.ccForm .form-control {
	height: 44px;
	padding: 6px 16px;
	font-size: 16px;
	border-radius: 2px;
	border-color: #eee;
	background-color: #eee;
	color: #acacac;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
	color:#acacac;
	opacity:1;
}
.form-control:-ms-input-placeholder {
	color:#acacac
}
.form-control::-webkit-input-placeholder {
	color:#acacac
}

.form-control:focus {
	border-color: #ddd;
}

.ccForm .btn[type="submit"],
.ccForm .btn[type="button"] {
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 30px;
	font-weight: 700;
	line-height: .75em;
	color: #fff;
	text-transform: uppercase;
	background: rgba(255,160,77,1);
	background: -moz-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,160,77,1)), color-stop(100%, rgba(255,119,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,160,77,1) 0%, rgba(255,119,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa04d', endColorstr='#ff7700', GradientType=0 );
}

.ccForm .btn.focus[type="submit"],.ccForm .btn[type="submit"]:focus, .ccForm .btn[type="submit"]:hover {
	background: rgba(255,119,0,1);
}

.ccForm .btn[type="submit"] small,
.ccForm .btn[type="button"] small {
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
}

.expiration-date label {
	display: block;
}
.expiration-date .form-control {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
	vertical-align: top;
}

.expiration-date .form-control:last-child {
	width: 100px;
}

/* Singup form  ends*/

.warranty {
	padding-left: 60px;
}

.warranty p {
	padding-left: 50px;
	padding-top: 7px;
	font-weight: 700;
	line-height: 18px;
	color: #fe4c52;
	background: url("../../images/one_step_signup/sprite.png") no-repeat -12px -286px;
}

.warranty .secure-checkout {
	float: left;
	width: 245px;
	padding: 55px 15px 0 0;
	background: url("../../images/one_step_signup/secure-checkout.jpg") no-repeat -15px 0;
}

.warranty .guarantee-wrapper {
	display: table;
	width: 45%;
}

.warranty .guarantee-wrapper .guarantee {
	display: table-cell;
	width: 33.3%;
	height: 75px;
}

.guarantee-wrapper .guarantee.commissions {
	background: url("../../images/one_step_signup/sensational.png") no-repeat center;
}
.guarantee-wrapper .guarantee.authorize {
	background: url("../../images/one_step_signup/authorize.jpg") no-repeat center;
}
.guarantee-wrapper .guarantee.day30 {
	background: url("../../images/one_step_signup/30day.png") no-repeat center;
}

ul.reviews {
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

ul.reviews li {
	margin-bottom: 5px;
}

ul.reviews li:nth-child(even) {
	text-align: right;
}

ul.reviews li:nth-child(odd) .img-holder {
	float: left;
	margin-right: 20px;
}

ul.reviews li:nth-child(even) .img-holder {
	float: right;
	margin-left: 20px;
}

ul.reviews li p {
	padding-top: 15px;
	line-height: 1.2em;
}

ul.reviews li span {
	display: block;
	font-weight: 700;
	color: #f44a4d;
}

ul.reviews li:nth-child(odd) p,
ul.reviews li:nth-child(odd) span {
	margin-left: 170px;
}

ul.reviews li:nth-child(even) p,
ul.reviews li:nth-child(even) span {
	margin-right: 170px;
}

.today-price p span {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #fe4c52;
}

.today-price p.lead {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #fe4c52;
}

.today-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	text-align: right;
	color: #fe4c52;
}

.today-price .price {
	float: right;
	padding: 0 40px;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
	background-color: #fe4c52;
	margin-bottom: 15px;
}

.today-price .price + p {
	text-align: right;
	clear: both;
}

/* Footer style */

.wrapper > footer {
	padding: 28px 0;
}
.wrapper > footer.footer-bottom {
	padding: 10px 0;
}

footer .copyright {
	font-size: 16px;
	font-weight: 600;
	color: #a4a4a4;
	text-transform: uppercase;
}

footer .copyright span {
	color: #fd4c52;
	text-transform: lowercase;
}

.waiting {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	background: #000;
	opacity: 0.4;
	z-index: 9999;
}
.waiting-img {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
}

/* Congratulations Page and Thankyou Page */
section.congratulations,
section.thankyouBox {
	padding-top: 40px;
}

section.congratulations .jumbotron,
section.thankyouBox .jumbotron {
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid #c5c5c5;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

section.congratulations h1,
section.thankyouBox h1 {
	margin-top: 12px;
	margin-bottom: 15px;
	padding-top: 60px;
	font-size: 46px;
	font-weight: bold;
	text-transform: capitalize;
	color: #fe4c52;
}
section.congratulations h1 {
	background: url('../../images/one_step_signup/checkbox-bg.png') no-repeat center top;
}
section.thankyouBox h1 {
	margin-bottom: 50px;
	background: url('../../images/one_step_signup/hands-bg.png') no-repeat center top;
}

section.thankyouBox h1 span {
	color: #777;
}

section.congratulations p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #777;
}

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

section.congratulations p a {
	font-weight: bold;
	color: #777;
	text-decoration: underline;
}

section.congratulations p a:hover {
	text-decoration: none;
	color: #fe4c52;
}

section.congratulations p.lead,
section.thankyouBox p.lead  {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
}

section.thankyouBox p.lead {
	max-width: 560px;
	margin: 0 auto 50px;
}

section.thankyouBox p.lead span.mail-icon {
	position: relative;
	top: 2px;
	margin-right: 7px;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url("../../images/one_step_signup/mail-icon-lg.png") no-repeat 0 0;
}


/*Thankyou_processing Page */
.alert_wrap {
	margin-top: 30px;
	padding: 15px;
}
.alert_wrap p {
	font-size: 18px;
	text-align: center;
}
.alert_wrap ul {
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.alert_wrap ul li {
	display: inline-block;
	margin: 0 5px;
}
.alert_wrap ul li a {
	opacity: .8;
	filter: alpha(opacity=80);
}
.alert_wrap ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}



/* Congratulations Canceled Page */
section.canceledBox {
	padding-top: 40px;
}

section.canceledBox .jumbotron {
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid #c5c5c5;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

section.canceledBox a.btn {
	max-width: 400px;
	font-size: 18px;
	border-radius: 10px;
	padding: 15px;
	border: 2px solid #777777;
	color: #777777;
	text-transform: uppercase;
	white-space: normal;
}

section.canceledBox a.btn:Hover {
	color: #d9534f;
	border-color: #d9534f;
}

section.canceledBox a.btn + a.btn {
	margin-top: 20px;
}

section.canceledBox span.icon {
	position: relative;
	top: 3px;
	margin-right: 7px;
	display: inline-block;
	width: 30px;
	height: 20px;
}
section.canceledBox span.icon-mail {
	background: url("(../../images/mail-icon-lg.png") no-repeat 0 0;
}

section.canceledBox span.icon-credit {
	background: url("(../../images/credit-icon.png") no-repeat 0 0;
}

/* Suspend Page */

header .text-center .logo {
	display: inline-block;
	float: none;
}

.suspendBox {
	padding-top: 40px;
}

.suspendBox .jumbotron {
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid #c5c5c5;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
}

.suspendBox .jumbotron h3 {
	font-weight: 700;
	margin-bottom: 30px;
}
.suspendBox .jumbotron p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.suspendBox .btn-red {
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background-color: #FD4C52;
	white-space: normal;
	transition: .1s background-color ease-in-out;
}

.suspendBox .btn-red:hover,
.suspendBox .btn-red:focus {
	background: #2A2D33;
	color: #fff;
	outline: none;
}

.suspendBox .video {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
}

/* Overdue Page */
.t-black {
	color: #000;
}
.schedule_pay_cc {
	padding: 20px 0 20px;
}

.schedule_pay_cc .ccForm {
	margin-bottom: 40px;
}
.schedule_pay_cc .ccForm .btn.btn-sm {
	white-space: normal;
	line-height: 1.3em;
}

.schedule_pay_cc .ccForm .form-panel.contact-information h2::before {
	background: #fff url(../../images/sprite.png) no-repeat 6px -108px;
}
.schedule_pay_cc .ccForm .form-panel.billing-information h2::before {
	background: #fff url(../../images/sprite.png) no-repeat 6px -162px;
}
.schedule_pay_cc h2 {
	font-size: 32px;
	font-weight: 700;
}

.schedule_pay_cc .table {
	border: 1px solid #eee;
	margin-bottom: 40px;
}
.schedule_pay_cc .table>tbody>tr>td, .schedule_pay_cc .table>tbody>tr>th {
	border-color: #eee;
	padding: 10px 20px;
}
.schedule_pay_cc .table th {
	padding: 12px 8px;
	font-size: 16px;
	font-weight: 400;
	background-color: #f44a4d;
	color: #fff;
	border: 1px solid #fff;
	white-space: nowrap;
}
.schedule_pay_cc .no-thanks {
	font-weight: 400;
}

@media only screen and (min-width: 768px) {
	.schedule_pay_cc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.schedule_pay_cc p.lead {
		font-size: 18px;
	}
	.schedule_pay_cc h2 + p.lead {
		margin-bottom: 40px;
	}
	.schedule_pay_cc .warranty {
		margin-bottom: 40px;
		padding-left: 0;
	}
}

@media only screen and (min-width: 992px){
	ul.reviews.stretched-down li {
		margin-bottom: 100px;
	}
	ul.reviews.stretched-down li p {
		line-height: 1.4em;
	}
}
@media only screen and (max-width: 768px) {
	.schedule_pay_cc h2 {
		font-size: 20px;
	}
	.ccForm .form-panel h2 {
		font-size: 20px;
	}
	.schedule_pay_cc .warranty {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.schedule_pay_cc .reviews img {
		width: 80px;
		margin: 0 auto;
	}
}
/* Overdue Page ends */


.nav {
	margin-top:30px;
}
.nav > li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0;
}
.navbar-brand{
	height: auto;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse {
	background-color: #2a2d33;
	border-color: #080808;
	margin-bottom:0;
}
.navbar-inverse .nav > li > a {
	font-weight: 600;
	padding: 8px 25px;
	text-shadow: none;
}
.navbar-inverse .nav > li > a >.glyphicon {
	margin-right: 6px;
}
.navbar-inverse .navbar-toggle {
	border-color:#333;
	background:#FD4C52;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:#FD4C52;
}

/* 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);
	}
}

.btn.login {
	background: #fd4c52;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	border: none;
	padding: 8px 15px;
}
.btn.login:hover {
	background:#333; color:#FFF;
}
.btn.login i {
	margin:0 10px 0 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;
}

.ccpage-wrapper {
	padding: 0px 15px 60px;
	background-color: #fff;
	color: #777;
}

.ccpage-wrapper .text-red {
	color: #fd4c52;
}

.ccpage-wrapper h1 {
	font-weight: 700;
}

@media (min-width: 768px) {
	.ccpage-wrapper h1 {
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 40px;
	}
	p.lead {
		font-size: 24px;
	}
	.ссpage-products {
		margin-bottom: 40px;
	}
}

.thumbnail-ccpage {
	border: 4px solid #c7b669;
	padding: 0;
	background-color: #fffae6;
	text-align: center;
}

.thumbnail-ccpage h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 0px;
	color: #fff;
	background-color: #fd4c52;
}
.thumbnail-ccpage h4 {
	font-size: 14px;
	font-weight: 700;
	color: #777777;
}
.thumbnail-ccpage p {
	color: #777777;
}
.thumbnail-ccpage>img {
	width: 100%;
}

.preenroll-today {
	padding: 15px 0 10px;
	text-align: center;
}

.preenroll-today h3 {
	font-weight: 700;
	letter-spacing: -0.3px;
}

.preenroll-today ul {
	margin-top: 20px;
	list-style-type: none;
	padding: 0px;
}
.preenroll-today ul > li {
	font-size: 18px;
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.preenroll-today ul > li::before {
	color: #c72508;
	content: url(../../images/tick2.png);
	left: 5px;
	position: absolute;
}

/* Singup form */
.ccForm .form-panel {
	margin-bottom: 30px;
}
.ccForm .form-panel.active {
	display: block;
}
.ccForm .form-panel.hide {
	display: none;
}

.ccForm .form-panel h2 {
	position: relative;
	margin: 0;
	padding: 16px 15px;
	font-size: 24px;
	font-weight: 400;
	line-height: 18px;
	padding-left: 94px;
	color: #fff;
	background-color: #f44a4d;
	text-transform: uppercase;
}

.ccForm .form-panel h2 small {
	font-size: 12px;
	text-transform: lowercase;
	color: #fff;
}

.ccForm .form-panel h2::before {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 15px;
}

.ccForm .form-panel.create-account h2::before {
	background: #fff url('../../images/sprite.png') no-repeat 6px -108px;
}
.ccForm .form-panel.contact-information h2::before {
	background: #fff url('../../images/sprite.png') no-repeat 6px -162px;
}

.ccForm .form-panel.billing-information h2::before {
	background: #fff url('../../images/sprite.png') no-repeat 6px -216px;
}
.ccForm .form-panel.create-account h2.create-account-h2::before {
	background: none;
}
.ccForm .form-body {
	padding: 20px 60px 30px;
	border: 1px solid #eee;
	border-top-color: transparent;
}

.ccForm label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
}

.ccForm .checkbox label {
	font-size: 14px;
}

.ccForm .form-control {
	height: 44px;
	padding: 6px 16px;
	font-size: 16px;
	border-radius: 2px;
	border-color: #eee;
	background-color: #eee;
	color: #acacac;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
	color:#acacac;
	opacity:1;
}
.form-control:-ms-input-placeholder {
	color:#acacac
}
.form-control::-webkit-input-placeholder {
	color:#acacac
}

.form-control:focus {
	border-color: #ddd;
}

.expiration-date label {
	display: block;
}
.expiration-date .form-control {
	display: inline-block;
	width: 80px;
	margin-right: 5px;
	vertical-align: top;
}

.expiration-date .form-control:last-child {
	width: 100px;
}
/* Singup form  ends*/

ul.reviews {
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

ul.reviews li {
	margin-bottom: 5px;
}

ul.reviews li:nth-child(even) {
	text-align: right;
}

ul.reviews li:nth-child(odd) .img-holder {
	float: left;
	margin-right: 20px;
}

ul.reviews li:nth-child(even) .img-holder {
	float: right;
	margin-left: 20px;
}

ul.reviews li p {
	padding-top: 15px;
	line-height: 1.2em;
}

ul.reviews li span {
	display: block;
	font-weight: 700;
	color: #f44a4d;
}

ul.reviews li:nth-child(odd) p,
ul.reviews li:nth-child(odd) span {
	margin-left: 170px;
}

ul.reviews li:nth-child(even) p,
ul.reviews li:nth-child(even) span {
	margin-right: 170px;
}

.warranty {
	padding-left: 60px;
	padding-bottom: 10px;
}

.warranty p {
	padding-left: 50px;
	padding-top: 7px;
	font-weight: 700;
	line-height: 18px;
	color: #fe4c52;
	background: url("../../images/sprite.png") no-repeat -12px -286px;
}

.warranty .secure-checkout {
	float: left;
	width: 245px;
	padding: 55px 15px 0 0;
	background: url("../../images/secure-checkout.jpg") no-repeat -15px 0;
}

.warranty .guarantee-wrapper {
	display: table;
	width: 45%;
}

.warranty .guarantee-wrapper .guarantee {
	display: table-cell;
	width: 33.3%;
	height: 75px;
}

.guarantee-wrapper .guarantee.commissions {
	background: url("../../images/sensational.png") no-repeat center;
}
.guarantee-wrapper .guarantee.authorize {
	background: url("../../images/authorize.jpg") no-repeat center;
}
.guarantee-wrapper .guarantee.day30 {
	background: url("../../images/30day.png") no-repeat center;
}
.HQ-address {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding-top: 5px;
  }
.footer {
	color: #a4a4a4;
	font-size: 15px;
	font-weight:600;
	padding:20px 0 50px 0;
}
.footer a {
	color: #a4a4a4;
	text-decoration: none;
}
.footer span {
	margin: 0 10px;
}
.footer span.green {
	color: #FD4C52;
}

.footer-bottom {
  background: none repeat scroll 0 0 #151515;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
.footer-links ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px dotted #ddd;
}
.footer-links ul li a {
  color: #FFF;
  font-size: 13px;
}
.footer-links ul li a:hover {
	color: #fd4c52;
	text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	.preenroll-today ul > li {
		font-size: 16px;
	}
	.guarantee-wrapper .guarantee.commissions {
		background: url("../../images/sensational.png") no-repeat center;
		background-size: 100% auto;
	}
	.guarantee-wrapper .guarantee.authorize {
		background: url("../../images/authorize.jpg") no-repeat center;
		background-size: 100% auto;
	}
	.guarantee-wrapper .guarantee.day30 {
		background: url("../../images/30day.png") no-repeat center;
		background-size: 100% auto;
	}
}

@media only screen and (max-width: 992px) {
	.ccForm .btn[type="submit"],
	.ccForm .btn[type="button"] {
		font-size: 24px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.ccForm .form-body {
		padding: 20px;
	}
	.warranty {
		padding-left: 20px;
	}
	.warranty p {
		padding-left: 30px;
	}
	.warranty .secure-checkout {
		width: 50%;
		padding-right: 10px;
		font-size: 12px;
		background-position: -10px 0;
		background-size: 100% auto;
		text-align: justify;
	}
	ul.reviews li {
		margin-bottom: 10px;
	}
	ul.reviews li:nth-child(odd) .img-holder {
		width: 120px;
		margin-right: 10px;
	}
	ul.reviews li:nth-child(even) .img-holder {
		width: 120px;
		margin-left: 10px;
	}
	ul.reviews li p {
		padding-top: 0px;
	}
	ul.reviews li:nth-child(odd) p,
	ul.reviews li:nth-child(odd) span {
		margin-left: 130px;
	}
	ul.reviews li:nth-child(even) p,
	ul.reviews li:nth-child(even) span {
		margin-right: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.ccpage-wrapper {
		padding: 0px 0px 20px;
	}
	.nav {
		margin-top: 10px;
	}
	.btn.login {
		margin-left: 10px;
	}
	.ccpage-wrapper .xs-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.ccpage-wrapper h1 {
		font-size: 24px;
	}
	.preenroll-today ul > li {
		font-size: 14px;
	}
	.ccForm .form-panel {
		margin-bottom: 0;
	}
	.ccForm .form-body {
		border-color: transparent;
	}
	.ccForm .form-panel h2 {
		font-size: 21px;
	}
	.warranty {
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.warranty .secure-checkout {
		float: none;
		display: block;
		width: 100%;
		padding: 55px 0 15px 0;
		font-size: 14px;
		background-position: -12px 0;
		background-size: auto auto;
		text-align: left;
	}
	.warranty .guarantee-wrapper {
		display: table;
		width: 100%;
	}
	.warranty .guarantee-wrapper .guarantee {
		display: table-cell;
		width: 33.3%;
		height: 75px;
	}
	.guarantee-wrapper .guarantee.commissions {
		background: url("../../images/sensational.png") no-repeat center;
	}
	.guarantee-wrapper .guarantee.authorize {
		background: url("../../images/authorize.jpg") no-repeat center;
	}
	.guarantee-wrapper .guarantee.day30 {
		background: url("../../images/30day.png") no-repeat center;
	}
	ul.reviews {
		padding: 0 20px;
	}
	ul.reviews li {
		margin-bottom: 15px;
		text-align: center;
	}
	ul.reviews li:nth-child(even) {
		text-align: center;
	}
	ul.reviews li:nth-child(odd) .img-holder {
		float: none;
		display: inline-block;
		width: 150px;
		margin-right: 0;
	}
	ul.reviews li:nth-child(even) .img-holder {
		float: none;
		display: inline-block;
		width: 150px;
		margin-left: 0;
	}
	ul.reviews li p {
		font-size: 16px;
		margin-bottom: 0;
	}
	ul.reviews li:nth-child(odd) p,
	ul.reviews li:nth-child(odd) span {
		margin-left: 0;
	}
	ul.reviews li:nth-child(even) p,
	ul.reviews li:nth-child(even) span {
		margin-right: 0;
	}
}
.text_payment_terms {
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.total-amount-black {
	font-size: 20px;
	margin: 10px 0 15px;
	color: #000000;
}

@media only screen and (min-width: 992px) {
  ul.reviews.stretched li {
      margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.reviews.stretched li {
      margin-bottom: 62px;
  }
}

/* default MA page*/
.text-indent-top-sm { margin-top: 20px; }
.text-indent-bottom-sm { margin-bottom: 20px; }
.text-indent-top-md { margin-top: 30px; }
.text-indent-bottom-md { margin-bottom: 30px; }
.text-indent-top-lg { margin-top: 40px; }
.text-indent-bottom-lg { margin-bottom: 40px; }

.content-bg {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #ddd;
	border-top-color: transparent;
	background-color: #fff;
}

.default-h1 {
	font-size: 24px;
}

.btn-default-red {
	padding: 10px 15px;
	color: #fff;
	background-color: #fd4c52;
	white-space: normal;
}
.btn-default-red:hover, .btndefault-red:focus {
	color: #fff;
	background-color: #bd181d;
}

.form-control-default {
	height: 42px;
	border-color: #dddddd;
	background-color: #fafafa;
	color: #666666;
}
.form-control-default:focus {
	border-color: #bbbbbb;
}
.btn.btn-facebook {
	padding: 10px 15px;
	color: #fff;
	background-color: #4862a3;
	white-space: normal;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus {
	color: #fff;
	background-color: #2d488c;
}

@media only screen and (min-width: 768px){
	.default-h1 {
		font-size: 36px;
	}
	.video-block-default {
		border: 1px solid #eee;
		padding: 8px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.15);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	}
}