.clear,
.clearfix:after {
	clear: both
}

a img,
img {
	height: auto;
	max-width: 100%
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px
}
.popup-loading-wrapper .popup .product-image{
	background: url("../images/btl-single.png") no-repeat center!important;
	background-size: contain!important;

}
li,
ul {
	list-style-type: none
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.alignRright {
	float: right;
	margin: 0 0 12px 15px
}

.alignLeft,
.float-left {
	float: left
}

.alignLeft {
	margin: 0 15px 12px 0
}

.alignCenter {
	float: none !important;
	margin: 0 auto;
	display: block
}

a img,
img {
	border: 0
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

input[type=text],
input[type=url],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	padding-left: 5px;
	margin-right: -5px;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	padding: 6px;
	height: 150px;
}

select {
	line-height: 24px;
	padding: 4px;
	height: 32px
}

input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
	background: #fff;
	box-shadow: 0 0 5px #51cbee;
	border: 1px solid #51cbee
}

input.has-error,
select.has-error {
	background: url(https://secure.sugarmaxchkout.com/cbd/manage-blood-s/static/mobile/images/error-input.html) 99.5% 50% no-repeat #fff;
	border: 1px solid orange
}

input.no-error,
select.no-error {
	background: url(https://secure.sugarmaxchkout.com/cbd/manage-blood-s/static/mobile/images/tick-input.html) 99.5% 50% no-repeat #fff;
	border: 1px solid green
}

input.loading,
select.loading {
	background: url(https://secure.sugarmaxchkout.com/cbd/manage-blood-s/static/mobile/images/ajax-loader.html) 99.5% 50% no-repeat #fff;
	border: 1px solid #51cbee
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.clear {
	line-height: 0;
	height: 0
}

.button,
button,
input[type=button],
input[type=submit] {
	border: 0;
	width: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	outline: 0;
	padding: 20px 15px;
	background: #8D181C;
	color: #fff;
	font-size: 20px
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background: #2791E4
}

/*popups*/

.popup-wrapper,
.inner-page .popup-wrapper {
	width: 100%;
	height: 100%;
	display: none;
	overflow: scroll;
	position: fixed;
	left: 0; top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
}

.popup-wrapper .popup {
	max-width: 900px;
	display: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 50px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.popup-wrapper .popup .popup-inner {
	padding: 34px 40px 40px 40px;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	-o-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
	background: #fff;
}

.popup-wrapper .popup .close-popup-link {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 15px; right: 15px;
}

.popup-wrapper .popup .close-popup-link:before,
.popup-wrapper .popup .close-popup-link:after {
	content: '';
	width: 14px;
	height: 2px;
	display: block;
	position: absolute;
	left: -1px; top: 5px;
	background: #000;
}

.popup-wrapper .popup .close-popup-link:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-wrapper .popup .close-popup-link:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup-wrapper .popup footer {
	text-align: center;
	padding: 30px 0 0 0;
	margin: 8px 0 0 0;
	border-top: 1px solid #ddd;
	top: auto;
}

.popup-wrapper .popup footer .close-popup-link {
	width: auto;
	height: 38px;
	display: inline-block;
	font-size: 20px;
	color: #766118;
	line-height: 36px;
	letter-spacing: -0.5px;
	opacity: 1;
	padding: 0 25px;
	position: relative;
	top: 0; right: 0;
	border: 1px solid #e0b712;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffe786;
	-moz-box-shadow: inset 0 1px 0 #ffe786;
	-o-box-shadow: inset 0 1px 0 #ffe786;
	box-shadow: inset 0 1px 0 #ffe786;
	-webkit-text-shadow: 1px 1px 0 #fbe27e;
	-moz-text-shadow: 1px 1px 0 #fbe27e;
	-o-text-shadow: 1px 1px 0 #fbe27e;
	text-shadow: 1px 1px 0 #fbe27e;
	background: #fdd638;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdd638), to(#f3c81e));
	background: -webkit-linear-gradient(#fdd638, #f3c81e);
	background: -moz-linear-gradient(#fdd638, #f3c81e);
	background: -ms-linear-gradient(#fdd638, #f3c81e);
	background: -o-linear-gradient(#fdd638, #f3c81e);
	background: linear-gradient(#fdd638, #f3c81e);
}

.popup-wrapper .popup footer .close-popup-link:hover{
	color: #77620d;
	background: #f3c81e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3c81e), to(#fdd638));
	background: -webkit-linear-gradient(#f3c81e, #fdd638);
	background: -moz-linear-gradient(#f3c81e, #fdd638);
	background: -ms-linear-gradient(#f3c81e, #fdd638);
	background: -o-linear-gradient(#f3c81e, #fdd638);
	background: linear-gradient(#f3c81e, #fdd638);
}

.popup-wrapper .popup footer .close-popup-link:before,
.popup-wrapper .popup footer .close-popup-link:after {
	display: none;
}

.popup-wrapper .popup h2 {
	padding: 0 0 16px;
	margin: 0;
}

.popup-wrapper .popup h3 {
	line-height: 24px;
	padding: 0 0 17px;
	margin: 0;
}

.popup-wrapper .popup header + h3 {
	padding: 3px 0 17px;
}

.popup-wrapper .popup h4 {
	font-weight: bold;
	padding: 0 0 15px;
	margin: 0;
}

.popup-wrapper .popup p {
	padding: 0 0 17px;
}

.popup-wrapper .popup .form-popup {
	padding: 8px 0 22px;
}

.popup-wrapper .popup .form-popup .form-holder {
	width: auto;
	margin: 0;
	margin-bottom: 10px;
}

.popup-wrapper .popup .form-popup .form-holder select,
.popup-wrapper .popup .form-popup .form-holder input[type="text"],
.popup-wrapper .popup .form-popup .form-holder input[type="email"] 
{
	width: 100%;
	height: 45px;
	font-size: 15px;
}

.popup-wrapper .popup .form-popup .form-holder .error-message {
	height: auto;
	font-size: 13px;
	color: #EF4B52;
	line-height: 14px;
	text-align: left;
	padding: 0 4px 0 4px;
	position: relative;
	right: 0; top: 0;
	background: none;
}

.popup-wrapper .popup .form-popup .form-holder .error-message:after {
	display: none;
}

.popup-wrapper .popup .form-popup .button {
	height: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	border-radius: 5px;
}

.popup-wrapper .popup .form-popup .button:hover {
	color: #fff !important;
}

.popup-wrapper #popup-declined .popup-inner {
	position: relative;
	padding: 27px 40px 40px 40px;
}

.popup-wrapper #popup-declined h2 {
	text-align: center;
	padding: 0 0 24px;
}

.popup-wrapper #popup-declined h3 {
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
	padding: 0 0 4px;
}

.popup-wrapper #popup-declined .reason {
	text-align: center;
	padding: 23px 100px 25px;
	margin: 0 0 23px;
	border: 2px solid #EF4B52;
	border-radius: 5px;
}

.popup-wrapper #popup-declined .reason h3 {
	color: #EF4B52;
	padding: 0 0 8px;
}

.popup-wrapper #popup-declined ul {
	padding: 4px 0 3px 30px;
}

.popup-wrapper #popup-declined form {
	padding: 12px 0;
	margin: 0;
}

.popup-wrapper #popup-declined form .form-holder {
	width: 100%;
	padding: 0 0 10px;
}

.popup-wrapper #popup-declined form .form-holder label {
	width: 152px;
	float: left;
	line-height: 34px;
}

.popup-wrapper #popup-declined form .form-holder input[type="tel"] {
	width: 100%;
	max-width: 208px;
}

.popup-wrapper #popup-declined form .form-holder select,
.popup-wrapper #popup-declined form .form-holder.cvv-code input[type="tel"] {
	width: 100px !important;
	float: left;
	margin: 0 5px 0 0;
}

.popup-wrapper #popup-declined input.valid {
	border: 1px solid #3BB400;
}

.popup-wrapper #popup-declined select.valid {
	border: 1px solid #3BB400;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-link a {
	font-size: 12px;
	color: #0699EE;
	line-height: 34px;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
	height: auto;
	display: none;
	text-align: left;
	padding: 10px 0 0 150px;
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image img {
	width: 205px;
}

.popup-wrapper #popup-declined form .button {
	width: 205px;
	margin: 0 0 0 150px;
}

.popup-wrapper #popup-declined .lock {
	height: 30px;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	text-align: right;
	padding: 1px 33px 0 0;
	position: absolute;
	right: 45px; bottom: 10px;
}

.popup-wrapper #popup-declined .lock img {
	width: 32px;
	position: absolute;
	top: 0; right: 0;
}

.popup-wrapper #popup-declined .tip {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 10px; bottom: 10px;
}

.popup-wrapper #popup-declined .tip .icon {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 32px;
	text-align: center;
	padding: 0 0 0 1px;
	position: relative;
	border-radius: 20px;
	background: #0699EE;
}

.popup-wrapper #popup-declined .tip .text {
	width: 370px;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	display: none;
	text-align: right;
	padding: 10px 15px 12px;
	position: absolute;
	top: 45px; right: -10px;
	border-radius: 4px;
	background: #0699EE;
}

.popup-wrapper #popup-declined .tip .text:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: 17px;
	top: -10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #0699EE;
}

.popup-wrapper #popup-declined .tip:hover .text,
.popup-wrapper #popup-declined .tip:focus .text {
	display: block;
}

.popup-loading-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0;
	z-index: 1100;
	background: rgba(0,0,0,0.95);
}

.popup p {
	margin: 0;
}

.popup-loading-wrapper .popup {
	min-width: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.popup-loading-wrapper .popup h2 {
	width: 300px;
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	padding: 7px 0 22px;
}

.popup-loading-wrapper .popup h3 {
	line-height: 26px;
	padding: 0 0 24px;
	color: #fff;
}

.popup-loading-wrapper .popup p {
	opacity: 0.5;
	font-size: 18px;
	padding: 8px 0 3px;
	color: #fff;
}

.popup-loading-wrapper .popup .product-image {
	width: 180px;
	height: 227px;
	margin: 0 auto 6px;
	position: relative;
	background: url("../images/btl-single.png") no-repeat left top;
}

.popup-loading-wrapper .popup .lock-image {
	width: 90px;
	margin: 0 auto 3px;
}

.popup-loading-wrapper .popup .loading-image {
	width: 70px;
	height: 70px;
	margin: auto;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.popup-banner-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
}

.popup-banner-wrapper .popup-banner {
	padding: 50px 10px 0 10px;
}

.popup-banner-wrapper .popup-banner figure a {
	max-width: 600px;
	margin: auto;
}

.popup-banner-wrapper .popup-banner figure a {
	display: block;
}

.popup-banner-wrapper .popup-banner figure a img {
	width: 100%;
}

.popup#popup-mobile-order-form .popup-inner {
	padding: 0;
	box-shadow: none;
	background: none;
}

.popup#popup-mobile-order-form  form {
	width: 300px;
	margin: auto;
	position: relative;
	z-index: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
}

.popup#popup-mobile-order-form form header {
	height: 65px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #6c571c;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 0 0 0;
	margin: 0 0 20px;
	border-radius: 3px;
	-webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	background: #FAC021;
}

.popup#popup-mobile-order-form form header span {
	font-size: 30px;
	display: block;
	letter-spacing: -1px;
	padding: 3px 0 0 0;
}

.popup#popup-mobile-order-form form .form-holder {
	margin: 0 20px;
}

.popup#popup-mobile-order-form form .button {
	width: 260px;
	height: 60px;
	font-size: 30px;
	line-height: 22px;
	padding: 3px 0 0;
	margin: 0 20px;
	position: relative;
	border-radius: 6px;
}

.popup#popup-mobile-order-form form .button span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}

.popup#popup-mobile-order-form form .icons {
	width: 192px;
	height: 43px;
	margin: 20px auto 0;
}

.popup#popup-mobile-order-form  form footer {
	text-align: center;
	padding: 20px 0;
	margin: 17px 20px 0;
}

.popup#popup-mobile-order-form  form footer .button {
	width: auto;
	height: 38px;
	display: inline-block;
	font-size: 20px;
	color: #766118;
	line-height: 38px;
	opacity: 1;
	top: 0;
	padding: 0 25px;
	border: none;
	border-radius: 3px;
	background: #F0C435;
}

/*end popups*/


.valid {
	border: 1px solid #24d224 !important;
}

.error {
	border: 1px solid red !important; 
}
.popup-wrapper .popup .form-popup .form-holder select, .popup-wrapper .popup .form-popup .form-holder input[type="text"], .popup-wrapper .popup .form-popup .form-holder input[type="email"]{
	height: 40px;
}


/*animation*/

@-webkit-keyframes pulseHow {
	0%, 100% {
		-webkit-transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.3)
	}
}

@keyframes pulseHow {
	0%, 100% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.3)
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		-webkit-transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	100% {
		transform: perspective(400px)
	}
}


@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

/*end animation*/

@media screen and (max-width: 550px) {

	.popup-wrapper #popup-declined form .form-holder input[type="text"] {
		width: 205px;
	}

}

@media screen and (max-width: 480px) {

	body {
		min-width: 320px;
	}

	#theproof img {
		width: 300px;
		height: auto;
		margin: auto;
	}

	.confirmation-page .inner-block {
		width: 300px;
	}

	.confirmation-section h3 {
		line-height: 22px;
		padding: 0 0 10px;
	}

	.confirmation-section h4 {
		font-size: 17px;
	}

	.confirmation-page .form form input[type="text"],
	.confirmation-page .confirmation-section .form form .button {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}

	.popup-wrapper .popup .form-popup .form-holder select,
	.popup-wrapper .popup .form-popup .form-holder input[type="text"],
	.popup-wrapper .popup .form-popup .form-holder input[type="email"],
	.popup textarea {
		width: 100%;
	}

	.popup-wrapper .popup h2 {
		font-size: 28px;
		line-height: 30px;
	}

}

@media screen and (max-width: 500px) {

	.popup-wrapper #popup-declined form .form-holder label {
		display: block;
		float: none;
	}

	.popup-wrapper #popup-declined form .button {
		margin: 0;
	}

	.popup-wrapper #popup-declined .reason {
		padding: 25px;
	}

	.popup-wrapper #popup-declined .reason h3 {
		font-size: 16px;
	}

	.popup-wrapper #popup-declined h2 {
		font-size: 22px;
		line-height: 22px;
		padding: 0 0 20px;
	}

	.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
		padding: 10px 0 0;
	}

	.popup-wrapper .popup .form-popup .form-holder select, .popup-wrapper .popup .form-popup .form-holder input[type="text"], .popup-wrapper .popup .form-popup .form-holder input[type="email"], .popup-wrapper .popup .form-popup .form-holder input[type="tel"] {
		width: 100%;
		height: 39px;
		font-size: 15px;
	}

}

@media screen and (max-width: 370px) {

	.formBody button {
		height: 90px;
		background-size: 100% auto;
	}

	.navbar-brand {
		letter-spacing: -0.5px;
		padding: 10px 0 0 0;
	}

	.c2abtn {
		font-size: 26px;
	}

	#theproof img,
	.vsdwn img {
		width: 100%;
		height: auto;
	}

}

@media screen and (max-height: 340px) {

	.popup-loading-wrapper .popup p {
		padding: 3px 0;
	}

	.popup-loading-wrapper .popup h2 {
		padding: 2px 0 7px;
	}

}

.popup-wrapper #popup-declined form .button {
	padding: 10px 10px;
	line-height: normal;
}

.popup-wrapper #popup-declined input {
	text-align: left;
}

.popup-wrapper #popup-declined input {
	text-align: left;
}

.footer {
	padding: 0 15px;
}

.footer p {
	margin-bottom: 10px;
}

.policy-links a {
	padding: 0 !important;
	font-size: 15px !important;
}


.main .policy-links a {
	padding: 0 !important;
	font-size: 18px !important;
	color: #000 !important; 
}


.popup-wrapper .popup .form-popup .button {
	width: 123px;
		font-size: 29px;
		line-height: normal;
		height: auto;
		padding: 10px 15px;
}

.popup-wrapper {
	padding: 15px  ;
}

.billing-form {
	display: none;
}

.footer {
	padding-top: 15px;
}



/*errors*/

.form-holder {
	position: relative;
}

.has-error {
	position: relative;
}

.has-error .accept-icon,
.accept .accept-icon {
	width: 14px;
	height: 12px;
	display: block;
	position: absolute;
	top: 15px; left: -22px;
}

.has-error .accept-icon {
	background: url("https://secure.sugarmaxchkout.com/cbd/manage-blood-s/static/mobile/images/first-section-form-error.html") no-repeat center;
}

.accept .accept-icon {
	background: url("https://secure.sugarmaxchkout.com/cbd/manage-blood-s/static/mobile/images/first-section-form-ok.html") no-repeat center;
}

.has-error .error {
	border: 1px solid #EF4B52;
}

.has-error select {
	border: 1px solid #EF4B52;
}

.accept input {
	border: 1px solid #3BB400;
}

.inner-page .has-error .accept-icon {
	left: -17px;
}

.inner-page .accept .accept-icon {
	left: -17px;
}

.error-message {
	height: 32px;
	display: none;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	white-space: nowrap;
	padding: 0 10px;
	margin: 0 35px 0 0;
	position: absolute;
	right: 100%; top: 5px;
	z-index: 16;
	border-radius: 3px 0 0 3px;
	background: #EF4B52;
}

.error-message:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0; right: -10px;
	border-top: 16px solid transparent;
	border-left: 10px solid #EF4B52;
	border-bottom: 16px solid transparent;
}

.has-error .error-message {
	display: block;
}

/*end errors*/

.popup-wrapper #popup-declined input {
	margin-bottom: 0 ;
}

.popup-wrapper #popup-declined select {
	margin-bottom: 0 ;
}

.popup-wrapper #popup-declined form .form-holder {
	padding: 0;
}

.popup-wrapper #popup-declined form .button {
	margin-top: 15px;
}

.h4,
h4 {
	font-size: 23px !important;
}



#top-1 img,
.plan-selection img {
	width: 100%;
}
#top-1 .logo {
	width: 245px;
	display: block;
	margin: 15px auto;
}
.privacy-img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.secure-image {
	display: block;
	width: 300px;
	margin: 0 auto;
}
.plan-selection {
	padding: 10px;
}
.linebreak {
	height: 5px;
	background-color: #ECECEC;
}
.money-back {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -0.02em;
	padding-top: 20px;
}
.money-back p {
	overflow: hidden;
}
.money-back img {
	float: left;
	width: 70px;
	margin-right: 10px;
}
#footer {
	color: #777;
	background-color: #fff;
	padding: 10px;
}
#footer a {
	color: #0600EE;
}
.partialform .error {
	border: 1px solid red;
}

.partialform {
	width: auto;
	padding: 20px;
	background-color: #fff;
}
select,
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	padding-left: 5px;
	margin-right: -5px;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	line-height: normal;
	font-size: 15px;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	cursor: pointer;
	margin-top: 25px;
	font-size: 23px;
	line-height:23px;
	height: 60px;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
}
#pagecontainer .cvv-link a {
	margin: 9px 0 0 13px;
	display: inline-block;
	color: #0600EE;
}

#pagecontainer .cvv-image {
	display: none;
	height: auto;
}

#pagecontainer .cvv-image img {
	width: 190px;
	margin: auto;
}
