
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
	max-height: 100%;
	width: 100%;
x	height: 100vh;
	height: 100%;
}

body
{
	font-size: 1.0em;
	line-height: 1.4;
	height: 100%;
	width: 100%;

	padding: 0;
	background-color: #000;
	font-family: 'Open Sans', Arial, sans-serif;

	min-height: 600px;
}

a,
a:hover,
a:visited
{
	color: #0291F7;
	text-decoration: none;
}

#ff-wallpaper
{
x	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;

	opacity: 0;

	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

#content
{
	font-size: 1.6rem;
	font-size: 0;
}

#wp
{
}

#wp-header
{
}

#wp-header-layout
{
	display: table;
	border-spacing: 0;
	width: 100%;
}

#wp-header-layout-left
{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: left;
}

#wp-header-layout-right
{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: right;
}

#wp-header-menu
{
	position: absolute;
	top: 20px;
	right: 20px;;
	z-index: 20;
	text-align: right;
}

#wp-header-actions
{
	display: inline-block;
	border-radius: 10px;
	border-radius: 50px;
	box-shadow: 1px 2px 15px rgba(0,0,0,0.15);
}

a.wp-header-action
{
	display: inline-block;
	padding: 12px 25px;
	height: 48px;
	background-color: #fff;
	color: #000;
	font-size: 1.7rem;
	border-left: 1px solid #ddd;
	cursor: pointer;
}
a.wp-header-action:hover
{
	background-color: #D6353A;
	color: #fff;
}

.wp-header-action:first-child
{
	border-left: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	padding-left: 30px;
	padding-right: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.wp-header-action:last-child
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	padding-left: 20px;
	padding-right: 30px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

#ff_wallpaper,
#ff_wallpaper div,
#ff_wallpaper iframe
{
	width: 100% !important;
	height: 100% !important;
}


#wp-body
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;

	min-height: 600px;
x	padding: 0 80px;
	display: block;
}

#wp-body-layout
{
	display: table;
	border-spacing: 0;
	height: 100%;
}

/*
#wp-body-layout-inner
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 100%;
	padding-left: 80px;
}
*/

.wp-body-layout-side
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 80px;
	height: 100%;
}

#wp-body-layout-left
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 300px;
	height: 100%;
}
#wp-body-layout-center
{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 380px;
	height: 100%;
	padding-left: 50px;
}
#wp-body-layout-right
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
x	padding-left: 80px;
}

.wp-body-side
{
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	text-align: center;
}

.wp-body-center
{
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	text-align: left;
}


#ff-wp-promo
{
x	padding-left: 40px;
	display: block;
	text-decoration: none;
	width: 300px;
}

#ff-wp-promo-inner
{
}

#ff-wp-promo-headline
{
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.2;
x	color: #fff;
	color: #E95C5C;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}

#ff-wp-promo-logo
{
	margin-bottom: 5px;
}

#ff-wp-promo-logo img
{
	max-width: 260px;
	width: 100%;
}

#ff-wp-promo-body
{
	font-size: 24px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	margin-bottom: 20px;
}

#ff-wp-promo-action
{
	display: inline-block;
	padding: 10px 25px;
	background-color: #D6353A;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	box-shadow: 1px 2px 15px rgba(0,0,0,0.15);
}
#ff-wp-promo-action:hover
{
	background-color: #5BB85D;
}




.wp-body-right
{
}
.wp-body-right img
{
	max-width: 800px;
	width: 100%;
}


#wp-body-layout-top
{
}
#wp-body-layout-bottom
{
}

.wp-body-left
{
	display: inline-block;
	background-color: #fff;
	width: 280px;
	width: 300px;
	border-radius: 20px;
	box-shadow: 1px 2px 15px rgba(0,0,0,0.15);
x	position: relative;
x	z-index: 20;
}
#wp-body-box
{
x	min-height: 400px;
	color: #333;
	padding: 25px 20px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;

x	-webkit-transition: all 1300ms linear;
x	-moz-transition: all 1300ms linear;
x	-ms-transition: all 1300ms linear;
x	-o-transition: all 1300ms linear;
x	transition: all 1300ms linear;
}
#wp-body-box p
{
	margin: 15px 0;
}

.wp-body-box-icon
{
}
.wp-body-box-icon embed,
.wp-body-box-icon img
{
	width: 120px;
	height: 120px;
x	max-width: 50px;
x	max-height: 50px;
x	fill: #000 !important;
}

.wp-body-box-icon-title
{
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.4;
x	font-weight: bold;
}

#wp-body-box-title
{
	font-size: 1.6rem;
	font-weight: bold;
}
#wp-body-box-message
{
}

.wp-body-box-actions
{
	margin-top: 25px;
	text-align: center;
}
a.wp-body-box-action-green,
a.wp-body-box-action-red
{
	background-color: #5BB85D;
	font-size: 20px;

	display: inline-block;
	padding: 10px 25px;
	width: 100%;
	max-width: 260px;
	background-color: #5BB85D;
	color: #fff;
	font-size: 2.4rem;
	border-radius: 5px;
x	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
a.wp-body-box-action-green:hover
{
x	background-color: #D6353A;
	background-color: #009c42;
}
a.wp-body-box-action-red
{
	background-color: #D6353A;
}
a.wp-body-box-action-red:hover
{
x	background-color: #5BB85D;
	background-color: #e67e22;
}


#wp-logo
{
	position: absolute;
	top: 0;
	left: 0;
	top: 20px;
	left: 20px;
	z-index: 20;
	text-align: left;
	display: inline-block;
	cursor: pointer;
}
#wp-logo img
{
	max-width: 250px;
	max-height: 55px;
}
#wp-logo img:hover
{
x	opacity: 0.9;
}


/*
#wp-logo
{
	position: absolute;
	top: 0;
	left: 0;
	top: 15px;
	left: 15px;
	z-index: 11;
	text-align: left;
	display: inline-block;
	cursor: pointer;
}
#wp-logo a
{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 250px;
	height: 55px;
	background: transparent url('/dwp/img/filefactory-logo-white.svg') 50% 50% no-repeat;
	background-size: 250px 55px;
	outline: 0;
	cursor: pointer;
}
*/

#joinModal
{
}



@media screen and (min-width:750px) and (min-height:600px)
{
}


@media screen and (max-width:1150px)
{
	.wp-body-layout-side
	{
		width: 25px;
	}
	.wp-body-side
	{
		width: 25px;
		max-width: 25px;
		min-width: 25px;
	}
}

@media screen and (max-width:1000px)
{
	#wp-body-layout-right
	{
		display: none;
	}
}



@media screen and (max-width:800px)
{
	#wp-body
	{
		position: relative;
NO		text-align: center;
		padding-top: 120px;
		padding-bottom: 30px;
		padding-left: 10px;
text-align: center;
padding-left: 0px;
	}
	html.no-custom-item #wp-logo
	{
x		padding-left: 30px;
	}
	html.custom-item #wp-body
	{
		text-align: center;
		padding-left: 0px;
	}
	.wp-body-center
	{
NO		text-align: center;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
text-align: center;
	}
	html.custom-item .wp-body-center
	{
		text-align: center;
	}
	#ff-wp-promo
	{
		display: inline-block;
	}
	#ff-wp-promo-body
	{
		text-align: left;
	}
	#wp-body-layout-side
	{
		display: none;
	}
	#wp-body-layout
	{
		display: block;
		width: 100%;
		height: auto;
NO		text-align: center;
text-align: center;
	}
	html.custom-item #wp-body-layout
	{
		text-align: center;
	}
	#wp-body-layout-left
	{
		display: block;
		width: auto;
		height: auto;
NO		text-align: center;
text-align: center;
	}
	html.custom-item #wp-body-layout-left
	{
		text-align: center;
	}
	#wp-body-layout-center
	{
		display: block;
		width: auto;
		height: auto;
NO		text-align: center;
		padding-top: 50px;
		padding-left: 0;
	}
	html.no-custom-item #wp-body-layout-center
	{
		text-align: center;
	}
	#wp-body-layout-right
	{
		display: block;
		width: 100%;
		height: auto;
		padding-top: 30px;
		text-align: left;
text-align: center;
	}
	html.no-custom-item #ff-wp-promo-logo
	{
YES;		text-align: center;
YES;		margin-bottom: 10px;
	}
	html.no-custom-item #ff-wp-promo-action
	{
YES;		text-align: center;
YES;		display: block !important;
YES;		margin: 0 20px;
NO		margin-top: 10px;
	}
	html.custom-item .wp-body-right
	{
		text-align: center;
	}
	.wp-body-right img
	{
		max-width: 300px;
max-width: 500px;
	}
	html.custom-item .wp-body-right img
	{
		max-width: 500px;
	}
}


@media screen and (max-width:650px)
{
	#wp-logo
	{
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		left: auto;
		top: auto;
		padding-top: 20px;
		max-width: 325px;
max-width: 100%;
	}
	html.custom-item #wp-logo
	{
		max-width: 100%;
	}
	#wp-header,
	#wp-header-menu
	{
		position: relative;
		right: 0;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#wp-header
	{
		max-width: 325px;
max-width: 100%;
	}
	html.custom-item #wp-header
	{
		max-width: 100%;
	}
	#wp-header-layout-left
	{
		display: none;
	}
	#wp-header-layout-right
	{
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#wp-header-layout
	{
		display: block;
		width: 100%;
		height: auto;
	}

	#wp-body
	{
		padding-top: 70px;
	}
}




