/**
 * Resets
 */

h1 a{
	font-weight: normal !important;
}

h1 a:hover{
	color: #ee8f7d !important;
}
.right {
	font-size: 20px;
	text-align: right;
	color: rgba(0, 0, 0, 0.8);
	width: 45%;
	letter-spacing: 0px;
	font-style: italic;
	display: inline-block;
}
.cetner {
	color: #ee8f7d;
	width: 10%;
}

.cetner small{
	color: #ee8f7d !important;
    font-size: 30px !important;
}
.header {
    	background: #f6f6f1;
position: absolute;
	width: 100%;
    top: 0px;
	z-index: 999999999999;
	align-content: center;
	align-self: center;
	align-items: center;
	display: flex;
	padding: 20px 50px 20px 50px;
	justify-content: space-between;
}
.bottom span {
	margin-top: 5px;
	font-weight: 600;
	padding-bottom: 1px;
	letter-spacing: 1px;
	;
}
.top {
	/* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-self: center;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.43+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#6e000000', GradientType=0);
	/* IE6-9 */
	position: relative;
	height: 100vh;
}
.bottom-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 600px;
	margin: 0px auto;
}
.arrow {
	color: #f6f6f1;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	left: 0px;
	position: fixed;
	bottom: 40px;
	;
}
.bottom {
    min-height: 100vh;
	position: relative;
    display: flex;
    justify-content: center;
	z-index: 9999999;
	text-align: center;
	padding: 5rem;
	color: rgba(0, 0, 0, 0.8);
	;
	background: #f6f6f1;
}
.bottom small {
	margin: 0px !important;
	display: inline-block !important;
	font-size: 30px !important;
	color: #ee8f7d !important;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-moz-selection {
	background-color: #09f;
	color: #fff;
}
::selection {
	background-color: #09f;
	color: #fff;
}
:focus {
	outline: 0;
}
customhtml>* {
	position: relative;
	z-index: 10;
}
/**
 * Global
 */

body, html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}
html {
	position: relative;
}
body {
	background: #fff;
	color: #000;
}
a:active {
	opacity: 0.7;
}
/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}
/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
main>div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}
.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	color: #ee8f7d;
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}
sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}
sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}
s {}
.slideshow-nav {
	margin-bottom: 0.5em;
}
img {
	border: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}
.bodycopy {
	display: none;
}
.container {
	min-height: 100%;
}
.content img {
	float: none;
	margin-bottom: 1em;
}
.clear:after {
	content: "";
	display: table;
	clear: both;
}
.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
}
/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_left*/
	;
	text-align: center/*!text_center*/
	;
	min-height: 100vh/*!content_stretch*/
	;
	-webkit-align-items: flex-start/*!vertical_top*/
	;
	align-items: flex-start/*!vertical_top*/
	;
	left: 0/*!content_left*/
	;
}
[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/
	;
}
[data-css-presets="true"] .content_width {
	width: 100%/*!content_left*/
	;
}
[data-css-presets="true"] #backdrop {
	width: 100%/*!background_cover*/
	;
}
[data-predefined-style="true"] main {
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: Sabon, Social/*!Persona*/
	;
	font-style: normal;
	line-height: 1.5;
}
[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 600;
	padding-bottom: 1px;
	text-decoration: none;
}
[data-predefined-style="true"] main a:hover {}
main a.image-link, main a.icon-link, main a.image-link:hover, main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
	font-family: Sabon, Social/*!Persona*/
	;
	font-style: normal;
	width: 45%;
    text-transform: uppercase;
	text-align: left;
	padding: 0;
	display: inline-block;
	margin: 0;
    letter-spacing: 1px;
	font-size: 29px;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.8);
	text-rendering: optimizeLegibility;
	font-weight: 400;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: Sabon, Social/*!Persona*/
	;
	font-style: normal;
	margin: 0px auto;
	font-weight: 400;
	padding: 0;
	color: rgba(0, 0, 0, 0.8);
	font-size: 26px;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 45px;
	line-height: 1.3;
	font-family: Sabon, Social/*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: #f6f6f1;
}
[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0.1em;
}
[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/
	;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin, [data-css-presets="true"].mobile #backdrop, .mobile #backdrop, .mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem)/*!right_fit*/
	;
	top: 0;
	bottom: auto;
	left: 0/*!right_fit*/
	;
}
.mobile main, [data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}
.mobile main.content_width, [data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 900px) {
	.header {
    	z-index: 9999999;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#6e000000', GradientType=0);
			padding: 30px 30px;
		flex-direction: column;
	}
	[data-predefined-style="true"] h1 {
		text-align: center;
		width: 100%;
		color: white;
		font-size: 30px;
		;
	}
    
    h1 a{
	color: #f6f6f1 !important;
}
	.right {
		font-size: 16px;
		text-align: center;
		width: 100%;
    color: #f6f6f1;
		letter-spacing: 1px;
		font-style: italic;
		display: inline-block;
	}
	.cetner {
		font-size: 12px;
		color: #fff;
		width: 10%;
		margin: 10px auto;
	}
	[data-predefined-style="true"] h2 {
		font-family: Sabon, Social/*!Persona*/
		;
		font-style: normal;
		max-width: 800px;
		padding: 0px 30px;
		margin: 0px auto;
		font-weight: 400;
		padding: 0;
		color: rgba(0, 0, 0, 0.85);
		font-size: 24px;
		line-height: 1.6;
		text-rendering: optimizeLegibility;
	}
	[data-predefined-style="true"] main {
		font-size: 18px;
		letter-spacing: 0px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.85);
		font-family: Sabon, Social/*!Persona*/
		;
		font-style: normal;
		line-height: 1.5;
	}
	.bottom small {
		margin: 0px !important;
		;
		font-size: 24px !important;
		color: #ee8f7d !important;
	}
    [data-predefined-style="true"] small {
	display: inline-block;
	font-size: 45px;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social/*!System*/
	;
	font-style: normal;
	font-weight: 400;
	color: #f6f6f1;
}
}