/* 
	VIBEY
	DATE: 7/29/2016
	VERSION: 1.0
*/


/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400);
body,
input,
textarea,
button,
select,
a {
	font-family: "Ubuntu", arial;
	color: #AAAAAA;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}


/* Global */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	cursor: default;
}

* {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Top */

.top {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1000px;
	margin-bottom: 120px;
	background: #FFFFFF;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
}


/* Header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 30px 30px 30px 30px;
}

.header.scrolled {
	background: rgba(25, 44, 71, 0.9);
	padding: 15px 30px 15px 30px;
}

.header .menu {
	float: left;
	color: #FFFFFF;
	cursor: pointer;
}

.header .menu .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url("../images/menu.png") center center no-repeat;
	background-size: 40px 40px;
}

.header .menu .text {
	float: left;
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 300;
}

.header .help {
	float: right;
	color: #FFFFFF;
	cursor: pointer;
}

.header .help .icon {
	float: right;
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
	background: url("../images/help.png") center center no-repeat;
	background-size: 40px 40px;
}

.header .help .text {
	float: right;
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 300;
}

.page-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 15px 30px 15px 30px;
	background: rgb(25, 44, 71);
	text-align: center;
}

.page-header .menu {
	float: left;
	color: #FFFFFF;
	cursor: pointer;
}

.page-header .menu .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url("../images/menu.png") center center no-repeat;
	background-size: 40px 40px;
}

.page-header .menu .text {
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 400;
}

.page-header .help {
	float: right;
	color: #FFFFFF;
	cursor: pointer;
}

.page-header .help .icon {
	float: right;
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
	background: url("../images/help.png") center center no-repeat;
	background-size: 40px 40px;
}

.page-header .help .text {
	float: right;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 400;
}

.page-header .logo {
	display: inline-block;
	margin: 3px 0 0 0;
}

.page-header .logo img {
	width: auto;
	height: 34px;
}


/* Nav */

.nav,
.page-nav {
	position: fixed;
	top: 0;
	left: -400px;
	z-index: 4;
	width: 400px;
	height: 100%;
	overflow: hidden;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
}

.nav .nav-top,
.page-nav .nav-top {
	float: left;
	width: 100%;
	padding: 30px;
}

.nav .nav-top .close-btn,
.page-nav .nav-top .close-btn {
	float: left;
	cursor: pointer;
}

.nav .nav-top .close-btn .icon,
.page-nav .nav-top .close-btn .icon {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 0 0;
	background: url("../images/close.png") center center no-repeat;
	background-size: 40px 40px;
}

.nav .nav-top .close-btn .text,
.page-nav .nav-top .close-btn .text {
	float: left;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
}

.nav .nav-top .close-btn:hover .text,
.page-nav .nav-top .close-btn:hover .text {
	color: #333333;
}

.nav .nav-list,
.page-nav .nav-list {
	float: left;
	width: 200px;
	padding: 0px 30px 30px 30px;
}

.nav .nav-list li,
.page-nav .nav-list li {
	float: left;
	width: 100%;
}

.nav .nav-list li a,
.page-nav .nav-list li a {
	float: left;
	width: 100%;
	line-height: 40px;
}

.nav .nav-list li a:hover,
.page-nav .nav-list li a:hover {
	color: #333333;
}

.nav .bg {
	position: absolute;
	top: -50px;
	left: -500px;
	z-index: -1;
	width: 500px;
	height: 150%;
	background: #FFFFFF;
	transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.page-nav .bg {
	position: absolute;
	top: -50px;
	left: -500px;
	z-index: -1;
	width: 500px;
	height: 150%;
	background: #FFFFFF;
	transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
}

.nav.toggled,
.page-nav.toggled {
	left: 0;
}

.nav.toggled .bg,
.page-nav.toggled .bg {
	left: -200px;
}


/* Main */

.main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/couple.png") center center no-repeat;
	background-size: cover;
}

.main .centered {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(200px, -50%);
	-ms-transform: translate(200px, -50%);
	transform: translate(200px, -50%);
	text-align: center;
}

.main .centered .logo {
	display: inline-block;
	height: 80px;
}

.main .centered .slogan {
	display: block;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 300;
}

.main .centered .ios-button {
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	width: 180px;
	height: 50px;
	background: url("../images/apple-logo.png") 5px center no-repeat #219BE4;
	background-size: 50px 50px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.main .centered .ios-button:hover {
	background-color: #F552D5;
}

.main .centered .play-button {
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	width: 180px;
	height: 50px;
	background: url("../images/google-logo.png") 5px center no-repeat #219BE4;
	background-size: 50px 50px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.main .centered .play-button:hover {
	background-color: #F552D5;
}


/* Phone */

.angled-bg {
	position: absolute;
	top: -25%;
	left: -220px;
	width: 1100px;
	height: 150%;
	background: rgba(0, 0, 0, 0.3);
	transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
}

.sidebar {
	position: absolute;
	top: 0;
	left: 130px;
	width: 700px;
	height: 100%;
}

.phone {
	position: relative;
	top: 50%;
	display: block;
	margin: 0 auto;
	width: 450px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


/* Content */

.page-content {
	float: left;
	width: 100%;
	min-height: 500px;
	margin: 70px 0 0 0;
	-moz-box-shadow: 0 0 15px #CCCCCC;
	-webkit-box-shadow: 0 0 15px #CCCCCC;
	box-shadow: 0 0 15px #CCCCCC;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333333;
}

.page-content .centered {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	padding: 30px;
}


/* Bottom */

.bottom {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 40px;
	text-align: center;
}

.bottom .logo {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}

.bottom .copyright {
	display: inline-block;
}

.page-bottom {
	float: left;
	width: 100%;
	padding: 40px;
	text-align: center;
}

.page-bottom .logo {
	display: inline-block;
	height: 36px;
	vertical-align: middle;
}

.page-bottom .copyright {
	display: inline-block;
}


/* Tracking */

.amung-us {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* Email Capture */

.email-capture {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	transition: none;
	-webkit-transition: none;
}

.email-capture .capture-box {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 15%;
	max-width: 1000px;
	width: 100%;
	padding: 40px;
	background: url("../images/couple.png") center center no-repeat;
	background-size: cover;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.email-capture .capture-box .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url("../images/close-white.png") center center no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.email-capture .capture-box .close-btn:hover {
	background-color: #37294F;
}

.email-capture .capture-box .title-top {
	float: left;
	width: 100%;
	width: 100%;
	margin: 0 0 15px 0;
}

.email-capture-android .capture-box .title-top .icon {
	float: left;
	width: 40px;
	height: 40px;
	background: url("../images/google-logo.png") center center no-repeat;
	background-size: 40px 40px;
}
.email-capture-ios .capture-box .title-top .icon {
	float: left;
	width: 40px;
	height: 40px;
	background: url("../images/apple-logo.png") center center no-repeat;
	background-size: 40px 40px;
}

.email-capture .capture-box .title-top .text {
	float: left;
	font-size: 18px;
	line-height: 40px;
}

.email-capture .capture-box .details-text {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.email-capture .capture-box .details-text .big {
	display: block;
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.email-capture .capture-box .details-text .small {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

.email-capture .capture-box .form {
	float: left;
	width: 100%;
}

.email-capture .capture-box .form .input-wrapper {
	float: left;
	width: 100%;
}

.email-capture .capture-box .form .input-wrapper .input.error {
	border: 1px solid red;
}

.email-capture .capture-box .form .input-wrapper .input {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 20px 0 20px;
	height: 50px;
	background: #FFFFFF;
	border: 0;
	color: #333333;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-appearance: none;
}

.email-capture .capture-box .form .input-wrapper .button {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	height: 50px;
	background: #219BE4;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	-webkit-appearance: none;
}

.email-capture .capture-box .form .input-wrapper .button:hover {
	background-color: #F552D5;
}

.email-capture .capture-box .thank-you {
	display: none;
	float: left;
	width: 100%;
}

@media all and (max-width: 1480px) {
	/* Top */
	.top {
		min-height: 750px;
	}
	/* Main */
	.main .centered {
		-webkit-transform: translate(50px, -50%);
		-ms-transform: translate(50px, -50%);
		transform: translate(50px, -50%);
	}
	/* Phone */
	.angled-bg {
		left: -120px;
		width: 650px;
	}
	.sidebar {
		width: 400px;
		left: 80px;
	}
	.phone {
		width: 250px;
		-webkit-transform: translate(-20px, -50%);
		-ms-transform: translate(-20px, -50%);
		transform: translate(-20px, -50%);
	}
}

@media all and (max-width: 1080px) {
	/* Top */
	.top {
		min-height: 640px;
	}
	/* Main */
	.main .centered {
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}
	/* Phone */
	.angled-bg {
		left: -120px;
		width: 500px;
	}
	.sidebar {
		width: 300px;
		left: 60px;
	}
	.phone {
		width: 200px;
		-webkit-transform: translate(-20px, -50%);
		-ms-transform: translate(-20px, -50%);
		transform: translate(-20px, -50%);
	}
	/* Email Capture */
	.email-capture .capture-box {
		margin-top: 10%;
		max-width: 800px;
		padding: 30px;
	}
	.email-capture .capture-box .details-text {
		margin: 0 0 20px 0;
	}
	.email-capture .capture-box .details-text .big {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}
	.email-capture .capture-box .details-text .small {
		font-size: 14px;
		line-height: 16px;
		font-weight: 300;
	}
	.email-capture .capture-box .form .input-wrapper .input {
		padding: 0 20px 0 20px;
		font-size: 18px;
	}
	.email-capture .capture-box .form .input-wrapper .button {
		padding: 0 20px 0 20px;
		font-size: 18px;
	}
}

@media all and (min-width: 841px) {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media all and (max-width: 840px) {
	/* Top */
	.top {
		min-height: 480px;
	}
	/* Nav */
	.nav {
		left: -100%;
		z-index: 4;
		width: 100%;
		height: 100%;
		overflow: hidden;
		transition: all 600ms ease-in-out;
		-webkit-transition: all 600ms ease-in-out;
	}
	.nav .nav-top {
		float: left;
		width: 100%;
		padding: 30px;
	}
	.nav .nav-top .close-btn .icon {
		width: 40px;
		height: 40px;
		background-size: 30px 30px;
	}
	.nav .bg {
		position: absolute;
		top: 0px;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
	}
	.nav.toggled {
		left: 0;
	}
	.nav.toggled .bg {
		left: 0;
	}
	/* Main */
	.main .centered {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.main .centered .logo {
		height: 60px;
	}
	.main .centered .slogan {
		font-size: 20px;
		line-height: 20px;
	}
	.main .centered .ios-button {
		width: 200px;
	}
	.main .centered .play-button {
		width: 200px;
	}
	/* Phone */
	.angled-bg {
		display: none;
	}
	.sidebar {
		display: none;
	}
	/* Bottom */
	.bottom .copyright {
		font-size: 14px;
	}
	/* Email Capture */
	.email-capture .capture-box {
		margin-top: 0%;
		max-width: inherit;
		padding: 20px;
		height: 100%;
	}
	.email-capture .capture-box .details-text {
		margin: 0 0 15px 0;
	}
	.email-capture .capture-box .details-text .big {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.email-capture .capture-box .details-text .small {
		font-size: 12px;
		line-height: 14px;
	}
	.email-capture .capture-box .form .input-wrapper .input {
		padding: 0 20px 0 20px;
		font-size: 18px;
		width: 100%;
	}
	.email-capture .capture-box .form .input-wrapper .button {
		padding: 0 20px 0 20px;
		font-size: 18px;
		width: 100%;
	}
	form input {
		float: none!important;
	}
}


/*
* movchan.designer@gmail.com
*/

.text-page h1 {
	font-size: 24px;
}

.text-page h3 {
	font-size: 18px;
}

.text-page ul.styled {
	padding: 10px 0 10px 15px;
}

.text-page ul.styled li {
	list-style: disc outside;
	padding: 5px 0;
}

.text-page p {
	line-height: 1.55em;
}

.text-page a {
	color: rgb(25, 44, 71);
	font-size: 14px;
	text-decoration: underline;
}

.big-form select {
	width: 100%;
	margin-bottom: 20px;
	height: 2em;
	color: #333;
}

.big-form input {
	width: calc(50% - 10px);
	height: 2em;
	color: #333;
}

.big-form .inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.big-form textarea {
	width: 100%;
	min-height: 120px;
	margin-bottom: 20px;
	color: #333;
}

.big-form .buttons {
	display: flex;
	justify-content: center;
}

.message_email.success {
	color: #55aa55;
}

.message_email.error {
	color: #ff0055;
}

.g-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

@media all and (max-width: 767px) {
	.big-form input {
		width: 100%;
	}
	.big-form input+input {
		margin-top: 20px;
	}
	.big-form .inputs {
		flex-wrap: wrap;
	}
}