body
{
	overflow-x: hidden;
}

.page, .main, .menu
{
	width: 100vw;
	padding: 0 0;
}

.main
{
	position: relative;
}

.featherlight script.featherlight-inner, .featherlight style.featherlight-inner
{
	display: none;
}

.featherlight #webform-ajax-wrapper-58 .form-item
{
	width: 80vw;
	max-width: 100%;
	margin: 0 auto;
}

.featherlight #webform-ajax-wrapper-58 .form-item input
{
	width: 100%;
}

.featherlight .main.featherlight-inner
{
	max-width: 800px;
	width: 60vw;
	margin: 0 auto;
}

.page
{
	overflow: hidden;
	min-height: 100vh;
}

.page #bg, .page #bg-mobile
{
	-webkit-transition: background ease .7s;
	        transition: background ease .7s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: whitep;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	will-change: transform;
	z-index: -1;
}

.page #bg span, .page #bg-mobile span
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	-webkit-transition: opacity 1s ease;
	        transition: opacity 1s ease;
	opacity: 0;
}

.page #bg span:first-child, .page #bg-mobile span:first-child
{
	opacity: 1;
}

.page #bg-mobile
{
	display: none;
}

.breadcrumb
{
	max-width: 960px;
}

.breadcrumb, .content
{
	margin: 0 auto;
}

.page
{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Login form */

#auth_box #middle_part
{
	color: black;
}

body.page-user-login
{
	background: #16222a;
	background: -webkit-linear-gradient(top, #16222a, #3a6073);
	background:         linear-gradient(to bottom, #16222a, #3a6073);
}

#auth_box #bottom_part a
{
	color: #f9f9f9;
}

.front .media, .not-front .media, .front .content .region .field-name-body, .not-front .content .region .field-name-body, .front .nav-project, .not-front .nav-project
{
	max-width: 1500px;
	margin: 0 auto;
}
