@charset "UTF-8";
/* CSS Document */

header, footer {
	display: none;
}
html {
	 -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
	tap-highlight-color:  rgba(255, 255, 255, 0);
}
.contentSlide {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.section-2 .dark-txt {
	color: #4C5564;
}
.section-2 .light-txt {
	color: #419BF9;
}
.section-2 .dark-bg {
	background-color: #2B3039; 
}
.section-2 .light-bg {
	background-color: #419BF9;
}
.section-2 .container {
	text-align: center;
}
.section-2 .step-title {
	font-size: 24px;
	letter-spacing: 2px;
}
.section-2 .step-icon-image {
	max-height: 86px;
	width: auto;
}
.section-2 .instructions-wrapper {
	letter-spacing: 1px;
}
.section-2 .instructions-wrapper {
	max-width: 272px;
	margin: auto;
	font-size: 18px;
}
.section-2 .step-instructions {
	font-size: 18px;
	margin-bottom: 0px;
}
.section-2 .total-title {
	font-size: 24px;
	margin-bottom:  0px;
}
.section-2 .price {
	font-family: 'korolevheavy';
	font-size: 50px;
	color: #419BF9;
}
.section-2 #step-6 .info {
	padding-bottom: 0px;
	display: block;
	width: 100%;
}
.section-2 .price::before, .section-2 .grand-total::before {
	content: '$';
}
.section-2 .plan-cost::after {
	content: '/mo';
	font-size: 20px;
}
.section-2 .intructions-toggle, .section-2 #step-6 .info {
	font-size: 14px;
	font-family: 'korolevmedium';
	display: block;
}
.section-2 .input-mask-wrapper {
	display: table;
	width: 95%;
	max-width: 230px;
	margin: 25px auto 0px auto;
}
.section-2 #step-4 .input-mask-wrapper, .section-2 #step-5 .input-mask-wrapper {
	max-width: 325px;
}
.section-2 .select-toggle {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #419BF9;
	color: #FFFFFF;
}
.section-2 .select-toggle ul {
	text-align: left;
    text-indent: 15px;
}
.section-2 .select-toggle p {
	line-height: 20px;
}
.section-2 .select-options li  {
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	padding: 19px 0px 19px 0px;
	float: left;
	width: 50%;
}
.section-2 .select-options li:nth-of-type(1) {
	border-right: 1px solid #FFFFFF;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-2 .select-options li::before, .section-2 .select-options li::after {
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	
	-webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  	transition:         all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section-2 .select-options li::before  {
	content: '\f096';
	font-size: 30px;
	top: 10px;
	right: 15px;
}
.section-2 .select-options li::after  {
	content: '\f00c';
	font-size: 0px;
	right: 28px;
	top: 30px;
	text-shadow: -2px -2px 0px #419BF9;
}
.section-2 .select-options li.selected::after  {
	content: '\f00c';
	font-size: 30px;
	right: 6px;
	top: 6px;
}
.section-2 .input-group, .section-2 .input-mask input {
	height: 60px;
}
.section-2 .input-group {
	width: 33.333%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.section-2 .toggle-sub::before, .section-2 .toggle-add::before {
	font-family: 'FontAwesome';
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	top: 15px;
	
}
.section-2 .toggle-sub::before {
	content: '\f068';
}
.section-2 .input-mask input {
	font-family: 'korolevheavy';
	text-align: center;
	border: 0px;
	letter-spacing: 0px;
	
	border-top: 1px solid #419BF9;
	border-bottom: 1px solid #419BF9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-2 .toggle-add::before {
	content: '\f067';
}
.section-2 .step-indicator {
	position: absolute;
	z-index: 2;
	bottom: 150px;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 120px;
	margin: auto;
	opacity: 0;
}
.section-2 .indicator {
	height: 16px;
	width: 16px;
	border-radius: 100%;
	float: left;
	margin: 0px 4px 0px 4px;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	z-index: 2;

	border: 1px solid;
	border-color: #419BF9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-2 .indicator.active {
	border-color: #419BF9;
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
  	transition:         all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
}
.section-2 .indicator:last-of-type {
	display: none;
}
.section-2 .indicator::before {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: relative;
	left: -2px;
	top: -2px;
	border-radius: 100%;
	background-color: #419BF9;
	z-index: 0;
	
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .indicator.active::before {
	background-color: #419BF9;
	
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-2 .indicator.inActive::before {
	background-color: #419BF9;
	
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*Control toggles*/
.section-2 .button-wrapper {
	background-color: #2B3039;
	position: fixed;
	z-index: 3;
	width: 100%;
	bottom: 0px;
	left: 0px;
	
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	
	-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
  	transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
}
.section-2 .cost-indicator {
	opacity: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	height: 60px;
	z-index: 2;
	
	-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .cost-indicator p {
	position: absolute;
	width: 100%;
}
.section-2 .live-total .plan-cost::after {
	content: '/mo';
	font-size: 12px;
}
.section-2 #build-button {
	font-size: 20px;
	letter-spacing: 1px;
	padding: 20px 10px 20px 10px;
	border-radius: 6px;
	background-color: #419BF9;
	border: none;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.section-2 .action-bttn {
	width: 50%;
	display: block;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-family: 'korolevmedium';
	text-transform: uppercase;
	font-size: 22px;
	cursor: pointer;
	opacity: 1;
	
	-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .button-wrapper #next {
	float: right;
	position: relative;
	z-index: 1;
}
.section-2.step-1 .button-wrapper #cancel, .section-2 .button-wrapper #back, .section-2.step-1 .button-wrapper #next {
	width: 50%;
	opacity: 1;
}
.section-2 .button-wrapper #cancel, .section-2.step-1 .button-wrapper #back, .section-2 .button-wrapper #edit, .section-2 .button-wrapper #close, .section-2 .button-wrapper #signup {
	width: 0%;
	opacity: 0;
}
.section-2.step-6 .button-wrapper #next, .section-2.step-6 .button-wrapper #back {
	width: 0%;
	opacity: 0;
}
.section-2.step-6 .button-wrapper #edit, .section-2.step-6 .button-wrapper #signup {
	width: 50%;
	opacity: 1;
}
.section-2.info-active .button-wrapper #close {
	width: 100%;
	opacity: 1;
}
.section-2.info-active .button-wrapper #cancel, .section-2.info-active .button-wrapper #next, .section-2.info-active .button-wrapper #back {
	width: 0%;
}
/*End control toggles*/

/* Step settings*/
.section-2 {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	
	-webkit-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.section-2.fade {
	opacity: 0;
}
.section-2.active {
	position: absolute;
}
.section-2 .steps-wrapper {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 3;
	
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	
	-webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .steps-wrapper.active {
	
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	opacity: 1;
	
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	
}
.section-2 .steps-wrapper.inActive {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
	
	-webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .step-info {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(43,48,57,0.98);
	
	-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  	transition:         all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section-2 .steps-wrapper.info-active .step-info {
	height: 100%;
}
.section-2 .intructions-toggle a {
	cursor: pointer;
}
.section-2 .step-info .info-container {
	width: 90%;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
}
.section-2 #step-6 {
	height: 500px;
}
.section-2 .cost-indicator p {
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.section-2 .live-total {
	opacity: 1;
}
.section-2.step-6 .live-total {
	opacity: 0;
}
.section-2 .signup-total {
	opacity: 0
}
.section-2.step-6 .signup-total {
	opacity: 1;
	
	-webkit-transition: opacity 300ms ease-in-out 300ms;
	transition: opacity 300ms ease-in-out 300ms;
}
/* End step settings*/
.section-2 .productTable {
	display: none;
	position: relative;
	top: -280px;
	left: -100px;
}
.section-3 {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
	background: url(../img/pattern.png);
	background-repeat: repeat;
	background-size: 150px;
}
.section-3 .instructions .heading {
	text-align: center;
	width: 95%;
	margin: 0px auto 50px auto;
	max-width: 425px;
	position: relative;
	padding: 50px 0px 50px 0px;
	border-bottom: 1px solid #B2B2B2;
}
.section-3 .instructions .heading h1 {
	font-size: 40px;
}
.section-3 .instructions h1::before, .section-3 .instructions h1::after, .section-3 .instructions hr, .section-3 .instructions hr::after {
	background-color: #B2B2B2;
	border-color: #B2B2B2;
}
.section-3 .instructions h1::before, .section-3 .instructions h1::after, .section-3 .instructions hr::after {
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
}
.section-3 .instructions h1::before, .section-3 .instructions hr::after {
	top: 0px;
}
.section-3 .instructions h1::after {
	bottom: 0px;
}
.section-3 .instructions hr {
	position: relative;
}
.section-3 .instructions hr::after {
	border: none;
}
.section-3 .steps {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}	
.section-3 .steps-wrapper {
	float: left;
	width: 33.333%;
}
.section-3 .steps-container {
	width: 95%;
	max-width: 330px;
	margin: auto;
}
.section-3 .steps-container h2 {
	margin-top: 0px;
	position: relative;
}
.section-3 .steps-container span.step-count {
    position: relative;
    padding-right: 50px;
}
.section-3 .steps-container h2 span.step-count span {
	text-align: center;
    background-color:rgba(0,0,0,0.60);
    color: #FFFFFF;
    line-height: 38px;
    border-radius: 100%;
    position: absolute;
	top: -4px;
    left: 0px;
    width: 40px;
    height: 40px;
	font-family: 'korolevheavy';
}
.section-3 .fade {
	opacity: 1;
	
	transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
	
}
.section-3 .instructions hr {
	max-width: 425px;
	margin: 0px auto 50px auto;
}
.section-3 .fade.hidden {
	opacity: 0;
}
.section-3 .pricing-data  {
	transform: scale(1.2);
}
.section-3 .order-list {
	position: absolute;
	top: 100px;
	width: 100%;	
}
.section-3 .mini-cart {
	width: 275px;
	margin: auto;
	text-align: left;
}
.section-3 .mini-cart .cart-item-data {
	padding-bottom: 10px;
}
.section-3 .mini-cart span.medium {
	font-size: 25px;
}
.section-3 .mini-cart hr {
	width: 95%;
	max-width: 150px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	height: 1px;
	background-color: #01A9F7;	
}
.section-3 .mini-cart h1.total {
	color: #01A9F7;
}
.section-3 .mini-cart h1.total::before {
	content: '$';
}
.section-3 ul.order-options {
	margin: 50px auto 0px auto;
	max-width: 300px;
	text-align: left;
}
.section-3 ul.order-options li {
	background-color: #01A9F7;
	padding: 15px 0px 15px 20px;
	cursor: pointer;
	margin-bottom: 2px;
}
.section-3 ul.order-options li {
	position: relative;
}
.section-3 ul.order-options li:hover {
	background-color: rgba(43,48,57,1.00);
}
.section-3 ul.order-options li::before {
	color: #0087C5;
}
.section-3 ul.order-options li, .section-3  ul.order-options li a {
	color: #FFFFFF;
	font-family: 'korolevheavy';
	text-transform: uppercase;
	font-size: 20px;
}
.section-3 ul.order-options li::before {
	font-family: 'FontAwesome';
	font-size: 30px;
	padding-right: 5px
}
.section-3 ul.order-options #options-reset::before {
	content: '\f044';
}
.section-3  ul.order-options #checkout::before {
	content: '\f07a';
}

/******* Plan Animations *******/
/*******                *******/

header.active {
	top: -80px;
}
footer {
	opacity: 1;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
footer.active {
	opacity: 0;
}
.background	{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../../img/registration/pattern.png) repeat center center; 
	background-size: 500px;
	opacity: .12;
}
/******* End Plan Animations *******/
/*******                    *******/

@media screen and (min-width: 330px) and (max-width: 414px) {
.section-1 .section-heading {
	padding: 165px 0px 100px 0px;
}
}

/* iPhone 6-7-8 */
@media screen and (min-height: 559px) and (max-width: 414px) {
.section-2 .step-title {
    font-size: 30px;
}
.section-2 .instructions-wrapper, .section-2 .intructions-toggle {
	padding: 10px 0px 10px 0px;
}
.section-2 .input-mask-wrapper {
	margin: 0px auto 0px auto;
}
.section-2 .step-indicator {
	bottom: 80px;
	opacity: .5;
}
.section-2 .cost-indicator {
	opacity: 1;
}
.section-2 .input-mask-wrapper {
	margin: 0px auto 0px auto;
}

}
/* iPhone plus sizes 6-7-8 */
@media screen and (min-height: 628px) and (max-width: 414px) {
.section-2 .container {
	margin-top: 60px;
}
.section-2 .step-indicator {
	bottom: 100px;
}
.section-2 .cost-indicator {
	bottom: 80px;
}
.section-2 .action-bttn {
	height: 80px;
}
}
@media screen and (min-width: 500px) and (min-width: 414px) {
.contentSlide {
	padding: 50px 0px 200px 0px;
	overflow: inherit;
	position: relative;
}
.section-2 {
	overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    max-width: 350px;
	margin: auto;
	height: 510px;
	box-shadow: 0px 0px 6px 1px #dedede;
	border-radius: 8px;
}
.section-2 .step-indicator {
	bottom: 100px;
	opacity: .5;
}
.section-2 .button-wrapper {
	position: absolute;
}
}

@media screen and (orientation:landscape) and (max-height:414px) {

.contentSlide .section-2 {
	opacity: 0;
}
.contentSlide .error {
	display: block !important;
	text-align: center;
	font-family: 'korolevheavy';
	margin-top: 125px;
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.background {
	opacity: .05;
}
	
}


