
/**
 * CSS
 */

html, body, div, dl, dt, dd, h1, h2, h3, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0;padding:0; }
ol, ul { margin:0;padding:10px 10px 10px 30px; }
table { border-collapse:collapse;border-spacing:0; }
fieldset, img { border:0; }
:active, :focus { outline:0; }
acronym { cursor:help;border-bottom:1px dotted #ccc; }
button, label { cursor:pointer; }
textarea { overflow: auto; }
p { margin: 10px 0; }
img, iframe {vertical-align: middle;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Global */
html,
body {
	color: #6d6e71;
	height: 100%;
	background-color: #e4e5e6;
}
html,
body,
table {
	font: normal 20px 'Roboto Slab', serif;
	color: #6d6e71;
}
a,
a:link,
a:visited {
	color:#E64244;
	text-decoration: underline;
}
a:active,
a:hover {
	color:#E64244;
	text-decoration: none;
}
table {
	font-size: 11px;
}
table th,
table td {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.none {
	height: 0 !important;
	overflow: hidden !important;
}

.ui-message {
	background: #fde7e7;
	color: #f0615b;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
.ui-message li {
	text-align: left;
}
.ui-message-error {
	background: #fde7e7 !important;
	color: #f0615b !important;
}
.ui-message-success {
	background:#ECF7E9 !important;
	color:#80C96D !important;
}
.ui-message-warning {
	background: #fff0e0 !important;
	color: #ff9a2e !important;
}
.ui-message-info {
	background: #e1f2fb !important;
	color: #37a5e4 !important;
}

.ui-input {
	border: 1px solid #6d6e71;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 33px;
	width: 100%;
}
.ui-button {
	background: #71ccd4;
	border: 1px solid #71ccd4;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 33px;
	color: #fff;
	font-weight: bold;
}
.ui-button:hover,
.ui-button:active {
	background: #66c1c9;
	border: 1px solid #66c1c9;
}
.ui-button-red {
	background: transparent;
	border: 1px solid #e83539;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 33px;
	color: #e83539;
	font-weight: bold;
	text-decoration: none !important;
}

h1 {
	font-weight: 100;
	font-size: 3em;
	padding: 20px 30px;
}

.register {
	margin: 64px auto 0;
	height: auto;
	width: 95%;
	max-width: 960px;
	padding: 50px 0;
}

body > header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	background: #fff;
	border-bottom: 1px solid rgba(128, 128, 128, 0.5);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 0px 5px 5px rgba(0, 0, 0, 0.05);
	z-index: 10;
}

.logo {
	display: block;
	float: left;
}
.logo a {
	display: block;
	padding: 12px 20px;
}
.logo img {
	height: 40px;
}
.user-icon {
	float: right;
}
.user-icon a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding: 13px 20px;
	color: inherit;
	text-decoration: none;
}
.user-icon i {
	display: inline-block;
	margin-right: 10px;
}
.user-icon img {
	display: inline-block;
	height: 36px;
	border-radius: 999px;
	margin-left: 10px;
}


.login-form {
}
.ui-form-block {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ui-form-block dd {
	margin: 10px 0 20px;
}
.ui-form-bottom-loader {
	float: right;
}
.ui-form-bottom-buttons {
	margin-bottom: 0 !important;
	text-align: right;
}
.ui-form-error .ui-input {
	border-color: #e83539;
}


.box {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow:         0 0 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}
.box .box-title {
	margin: -30px -30px 0 -30px;
	padding: 20px 30px;
	border-bottom: 1px solid #e6e7e7;
	margin-bottom: 30px;
	font-size: 24px;
}

.plan {
	border: 1px solid #777;
	padding: 0.5em 0.5em 7em 0.5em;
	text-align: center;
	border-radius: 0.5em;
	height: 100%;
	color: #777;
	position: relative;
	cursor: pointer;
	display: block;
}
.plan-icon {
	padding: 0.5em;
	vertical-align: middle;
}
.plan-name {
	font-weight: bold;
	font-size: 0.9em;
}
.plan-price {
	border-top: 1px solid #777;
	position: absolute;
	margin: 0 0.5em;
	padding: 1.5em 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 0.7em;
}
.plan-price span {
	font-size: 2.5em;
	display: inline-block;
	font-weight: bold;
	line-height: 0.8em;
}
.plan.disabled {
	cursor: no-drop;
}
.plan.disabled {
	border-color: #ddd;
	color: #ddd;
}
.plan.disabled .plan-price {
	border-color: #ddd;
}



.plan.active {
	border: 1px solid #E64244;
	color: #E64244;
}
.plan.active .plan-price {
	border-top: 1px solid #E64244;
}
.plan svg * {
	fill: #777777;
}
.plan.active svg * {
	fill: #E64244;
}

.plan-data-wrap {
	position: relative;
}
.plan-data {
	color: #E64244;
	background: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.plan-title {
	border: 1px solid #E64244;
	border-radius: 1em;
	font-weight: bold;
	padding: 0.25em 1em;
}
.plan-data ul {
	list-style: none;
	padding: 0.5em 0 0 0.75em;
	margin: 0;
}
.plan-data li {
	padding: 5px 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.65em;
}
.plan-data li:before {
	content: "+";
	padding-right: 5px;
}
.plan-data.active {
	display: block;
	position: static;
}


.b-contain *, .b-contain *::before, .b-contain *::after {
	box-sizing: content-box !important;
}

.b-contain input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.b-contain span {
	line-height: 1.54;
	font-size: 1rem;
	font-family: inherit;
}

.b-contain {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
}

.b-contain input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(238, 238, 238, 1);
	transition: background 250ms;
	border: 1px solid rgba(217, 217, 217, 1);
	border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(238, 238, 238, 1);
	transition: background 250ms;
	border: 1px solid rgba(217, 217, 217, 1);
	border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
	border-color: rgba(153, 153, 153, 1);
}

.b-contain input:checked ~ .b-input::after {
	display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
	background: rgba(238, 238, 238, 1);
}

.b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(153, 153, 153, 1);
}

.b-contain input:checked ~ .b-input {
	background: rgba(230, 66, 68, 1);
	border-color: rgba(230, 66, 68, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(221, 221, 221, 1);
	border-color: rgba(204, 204, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
	background: rgba(221, 221, 221, 1);
	border-color: rgba(204, 204, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(153, 153, 153, 1);
}

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(230, 66, 68, 1);
	border-color: rgba(230, 66, 68, 1);
}

.b-contain .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(230, 66, 68, 1);
	border-radius: 2rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.b-contain input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
	visibility: hidden;
}

.b-contain input:focus + .b-input::before {
	visibility: visible;
}

.b-contain:first-child .b-input::before {
	visibility: hidden;
}

.plan_0 {
    font-size: 43px;
    padding-top: 61px;
    text-align: center;
    font-weight: 100;
    position: static;
	margin: 0 auto;
    width: 50%;
}

@media screen and (max-width: 1700px) {
	html,
	body,
	table {
		font: normal 16px 'Roboto Slab', serif;
		color: #6d6e71;
	}
}

@media screen and (max-width: 768px) {
	.register {
		padding: 0;
	}
	.logo a {
		padding: 12px 10px;
	}
	.plan-data-wrap {
		margin-top: 20px;
	}
}

@media screen and (max-width: 576px) {
	.box {
		padding: 15px;
	}
	.box .box-title {
		margin: -15px -15px 0 -15px;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.plan {
		margin-bottom: 10px;
		text-align: left;
		padding: 0.25em;
		height: auto;
	}
	.plan-icon {
		width: 70px;
		display: inline-block;
	}
	.plan-icon img {
		width: 100%;
	}

	.plan-name {
		display: inline-block;
	}

	.plan-price {
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		border: 0 none !important;
	}
}