html, body, aside {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	overflow: auto !important;
	padding: 100px 40px;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-red {
	background-image: url('https://leocdn.trl.lt/lt/themes/bright3/images/bg.jpg');
}
.body {
	max-width: 650px;
	margin: 0 auto;
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 3s; /* Firefox < 16 */
	-ms-animation: fadein 3s; /* Internet Explorer */
	-o-animation: fadein 3s; /* Opera < 12.1 */
	animation: fadein 3s;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.logo{
	text-align: center;
}
.sky-tabs {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.sky-form{
	box-shadow: none;
	min-height: 450px;
}
.sky-form footer{
	position:absolute;
	bottom:0;
	right:0;
	border-top:none;
	background: none;
}
.sky-form div.vip-privileges h4{
	color: #cc3d3d;
	margin: 0 0 8px 0;
}
.sky-form div.vipPrivilegesList{
	line-height: 34px;
}
.sky-form .button{
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sky-form .button.check-mail{
	margin: 0 0 0 10px;
}
.sky-form .button-secondary{
	font-weight: 400;
}
.sky-form .button.state-disabled{
	opacity:0.1;
}
.sky-form .button.success.state-disabled{
	background: #8DC63F;
	opacity:1;
}

.payment .note{
	font-size: 1.1em;
	line-height: 30px;
	color: #cc3d3d;
}
.payment .note.smaller{
	font-size: 1em;
	line-height: 23px;
	color: inherit;
}
.sky-form .paymentButton {
	text-align: -webkit-center;
}
.sky-form .paymentButton .button{
	float:none;
}


.sky-tabs > ul > li {
	/*min-height: 450px;*/
	padding: 0;
}

.sky-tabs > label.disabled:hover span span {
	background: none;
}


@media screen and (max-width: 1000px) {
	body {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	body {
		padding: 10px;
	}
}





.rivets:before, .rivets:after, .seal, .type {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.seal, .seal:before, .type {
	position: absolute;
	top: 50%;
	left: 50%;
}
.pb_wrap{
	position: relative;
	z-index: 0;
}
.price-badge {
	position: absolute;
	top: -55px;
	right: 15px;
	background: #cc3d3d;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	color: #fff;
	margin: 2em auto;
	width: 7em;
	height: 7em;
	z-index: -2;


}
.price-badge:before {
	background: #cc3d3d;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 7em;
	height: 7em;
	z-index: -2;
}
.price-badge:after {
	background: #cc3d3d;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 7em;
	height: 7em;
	z-index: -2;
}

.rivets {
	width: 7em;
	height: 7em;
}
.rivets:before, .rivets:after {
	content: " ";
	background: #cc3d3d;
	position: absolute;
	top: 50%;
	margin-top: -.25em;
	width: .5em;
	height: .5em;
}
.rivets:before {
	left: -.75em;
}
.rivets:after {
	right: -.75em;
}

.seal {
	background: #cc3d3d;
	margin-top: -3.5em;
	margin-left: -3.5em;
	width: 7em;
	height: 7em;
}
.seal:before {
	background: #000 50% 50%;
	content: '';
	margin-top: -1.25em;
	margin-left: -5.25em;
	z-index: -1;
	width: 10.5em;
	height: 0;
	border: 1.25em solid transparent;
	border-left: 0.625em solid #fff;
	border-right: 0.625em solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*Fix to make the borders appear on the ribbon ends also*/
	background-origin: border-box;
}

.type {
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transform: rotate(-23deg);
	-ms-transform: rotate(-23deg);
	-webkit-transform: rotate(-23deg);
	transform: rotate(-23deg);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000 50% 50%;
	font-family: "Lato", sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1em;
	margin-top: -3em;
	margin-left: -3em;
	width: 6em;
	height: 6em;
}
.type .price {
	font-size: 20px;
	font-weight: 900;
}
.type em {
	display: block;
	font-size: .75em;
	font-style: italic;
	font-weight: 300;
	margin-bottom: -4px;
}
