body > #wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	display: inline-block;
}

body.open-login-form > .login-form-container {
	right: 0;
}

body.open-login-form > .main-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-ms-transform: perspective(1920px) rotate3d(0, 1, 0, 9deg);
	-webkit-transform: perspective(1920px) rotate3d(0, 1, 0, 9deg);
	transform: perspective(1920px) rotate3d(0, 1, 0, 9deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

body.error .btn-open-login-form {
	color: red;
}

.site-content .description h3 {
	font-size: 28px;
	font-weight: lighter;
	text-align: center;
}

.site-content .description ul, .site-content .description ol {
	margin: 5px 0;
}

.site-content .description blockquote {
	font-size: 18px;
	font-style: italic;
	margin: .25em 0;
	padding: 1.5em 40px 0;
	line-height: 1.45;
	position: relative;
	text-align: left;
	display: block;
}

.site-content .description blockquote:before {
	display: block;
	font-family: Georgia, serif;
	content: "“";
	font-size: 80px;
	position: absolute;
	left: -5px;
	top: -5px;
	opacity: .85;
}

.site-content .description blockquote cite {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	opacity: .85;
}

.site-content .description blockquote cite:before {
	content: "— ";
}

.company-name {
	width: 100%;
	display: block;
	text-decoration: none;
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}

.logo, .logo-retina {
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.logo-box img {
	max-width: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 670px) {
	div.logo-box > img {
		display: block;
		width: 100%;
		height: auto;
	}
}

.logo.istext {
	max-width: 100%;
	padding: 30px 60px;
}

.ie8 .login-form input[type="text"], .ie8 .login-form input[type="password"], .ie7 .login-form input[type="text"], .ie7 .login-form input[type="password"] {
	background-color: #717171;
}

.ie7 .login-form .licon, .ie7 .login-form .picon {
	margin: 8px 0 0;
}

.login-form .licon.error:before, .login-form .picon.error:before {
	content: "";
	font-family: "foundation-icons";
	color: red;
}

#vague-svg-blur {
	width: 0;
	height: 0;
	display: inline;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body.open-login-form > .main-container {
		-ms-transform-origin: 0 50%;
		-o-transform-origin: 0 50%;
		-moz-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 1366px) {
	body.open-login-form > .main-container {
		-ms-transform-origin: 0 50%;
		-o-transform-origin: 0 50%;
		-moz-transform-origin: 0 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
	#countdown .box-digits {
		padding: 30px 16px;
	}
	
	#countdown .digits {
		height: 120px;
		min-width: 80px;
	}
	
	#mailchimp-box {
		margin: 40px 0 0;
	}
	
	footer .social {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.site-content .description h3 {
		font-size: 18px;
	}
	
	footer .social {
		text-align: center;
	}
	
	footer {}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
	.site-content .description h3 {
		font-size: 18px;
	}
}

.bg-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg-img img, .bg-img source {
	position: absolute;
	visibility: visible;
	z-index: -1;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

@supports (object-fit: cover) {
	.bg-img img, .bg-img source {
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
		max-width: 100%;
		max-height: 100%;
	}
}

#outdated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	opacity: .7;
	text-align: center;
	text-transform: uppercase;
	z-index: 1500;
	background-color: #f25648;
	color: #fff;
}

* html #outdated {
	position: absolute;
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 30px 0 10px;
}

#outdated p {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#outdated #btnUpdateBrowser {
	display: block;
	position: relative;
	padding: 10px 20px;
	margin: 30px auto 0;
	width: 230px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
	color: #f25648;
	background-color: #fff;
}

#outdated .last {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 20px;
	height: 20px;
}

#outdated .last[dir='rtl'] {
	right: auto !important;
	left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}

@supports (transform: translate(0, 0)) {
	#outdated {
		display: none;
	}
}

@supports (-webkit-transform: translate(0, 0)) {
	#outdated {
		display: none;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#outdated {
		display: none;
	}
}