/**
 * Resets
 */


* {
	-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: #fff;
}

a:active {
	opacity: 0.7;
}

.ilcontainer {
    min-height: 100%;
     position:relative;
}

.imglinkhover {
  position:absolute;
  top:40%;
  right:37%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.0); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 30px;
  padding: 20px;
  text-align: center;
}

.ilcontainer:hover .imglinkhover {
  opacity: 1;
}


/**
 * 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 {
}

body[data-page-id="339711"] .subpage_overlay {
    background: #F2F2F2;
    color: #999999;
}

body[data-page-id="363755"] .subpage_overlay {
    background: #ffffff;
    color: #999999;
}
body[data-page-id="363764"] .subpage_overlay {
    background: #ffffff;
    color: #000000;
}

body[data-page-id="364736"] .subpage_overlay {
    background: #000000;
    color: #ffffff;
}

body[data-page-id="370147"] .subpage_overlay {
    background: #000000;
    color: #ffffff;
}

body[data-page-id="370157"] .subpage_overlay {
    background: #000000;
    color: #ffffff;
}

body[data-page-id="339867"] .subpage_overlay {
    background: #ffffff;
     color: #999999;
}

body[data-page-id="328648"] .subpage_overlay {
    background: #000000;
     color: #fff;
}

body[data-page-id="336811"] .subpage_overlay {
    background: #000000;
     color: #fff;
}

body[data-page-id="370265"] .subpage_overlay {
    background: #000000;
     color: #fff;
}

::selection {
  background: #666666;
}



/**
 * Content
 */

i, em {
	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 {
    color: #999999;

}

.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;
}

.small{
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_center*/;
	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_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 1.7rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100rem/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Social /*!System*/;
	font-style: normal;
	line-height: 0.9;
}

[data-predefined-style="true"] main a {
	color: rgb(255, 255, 255);
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(255, 255, 255, 0.31);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
    color: rgba(255, 255, 255, 1);
    
}

main a.image-link,
main a.icon-link{
	border-bottom: 0;
	padding-bottom: 0;
}
main a.image-link:hover,
main a.icon-link:hover {
  opacity: 0.5;

}

/*main a.image-link:hover,
main a.icon-link:hover .imglinkhover{
  opacity: 1;

}*/

[data-predefined-style="true"] h1 {
	font-family: Georgia, Georgia, serif, Georgia, Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 20;
	margin: 0;
	font-size: 1.1rem;
    letter-spacing: 1px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
	border-bottom-width: 0.0em;
     transition: .5s ease;
}

[data-predefined-style="true"] h1 a:hover {
	color: rgb(250, 255, 255);
    transition: .5s ease;
    letter-spacing: 7px;
	border-bottom-width: 0.0em;
}

[data-predefined-style="true"] h2 {
	font-family: Georgia, Georgia, serif, Georgia, Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 1.2rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
    border-bottom-width: 0.0em;
     transition: .5s ease;
}

[data-predefined-style="true"] h2 a:hover {
	color: rgba(255, 255, 255, 1);
   transition: .5s ease;
    letter-spacing: 7px;
	border-bottom-width: 0.0em;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: Georgia, Georgia, serif, "Georgia Italic", Social /*!System*/;
	font-style: italic;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small a {
	color: rgb(255, 255, 255);
	border-bottom-width: 0.0em;
     transition: .5s ease;

}
[data-predefined-style="true"] small a:hover {
	color: rgb(250, 255, 255);
    transition: .5s ease;
    letter-spacing: 7px;
	border-bottom-width: 0.0em;
}

[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}

[data-page-id="339867"] main {
	color: #999999;
}
[data-page-id="339867"] main a {
	color: #999999;
}
[data-page-id="339867"] main a:hover {
	color: #999999;
}
[data-page-id="339867"] small {
	color: #999999;
}
[data-page-id="339867"] small a {
	color: #999999;
}
[data-page-id="339867"] small a:hover {
    transition: .5s ease;
	color: #999999;
    letter-spacing: 7px;
}
[data-page-id="339867"] h2 {
	color: #999999;
}
[data-page-id="339867"] h1 {
	color: #999999;
}


[data-page-id="328644"] h1 {
	letter-spacing: 2px;
}

[data-page-id="339711"] small {
	color: #999999;
}
[data-page-id="339711"] small a {
	color: #999999;
}
[data-page-id="339711"] small a:hover {
    transition: .5s ease;
	color: #999999;
    letter-spacing: 7px;
}
[data-page-id="339711"] h2 {
	color: #999999;
}
[data-page-id="339711"] h1 {
	color: #999999;
}
[data-page-id="339711"] main {
	color: #999999;
}


[data-page-id="370147"] small {
	color: #ffffff;
}
[data-page-id="370147"] small a {
	color: #ffffff;
}
[data-page-id="370147"] small a:hover {
    transition: .5s ease;
	color: #ffffff;
    letter-spacing: 7px;
}
[data-page-id="370147"] h2 {
	color: #ffffff;
}
[data-page-id="370147"] h1 {
	color: #ffffff;
}
[data-page-id="370147"] main {
	color: #ffffff;
}
[data-page-id="370147"] main a {
	color: #ffffff;
}
[data-page-id="370147"] main a:hover {
	color: #ffffff;
}


[data-page-id="370157"] small {
	color: #ffffff;
}
[data-page-id="370157"] small a {
	color: #ffffff;
}
[data-page-id="370157"] small a:hover {
    transition: .5s ease;
	color: #ffffff;
    letter-spacing: 7px;
}
[data-page-id="370157"] h2 {
	color: #ffffff;
}
[data-page-id="370157"] h1 {
	color: #ffffff;
}
[data-page-id="370157"] main {
	color: #ffffff;
}
[data-page-id="370157"] main a {
	color: #ffffff;
}
[data-page-id="370157"] main a:hover {
	color: #ffffff;
}


[data-page-id="363764"] small {
	color: #000000;
}
[data-page-id="363764"] small a {
	color: #000000;
}
[data-page-id="363764"] small a:hover {
    transition: .5s ease;
	color: #000000;
    letter-spacing: 7px;
}
[data-page-id="363764"] main {
	color: #000000;
}
[data-page-id="363764"] main a {
	color: #000000;
}
[data-page-id="363764"] main a:hover {
	color: #000000;
}
[data-page-id="363764"] h1 {
	color: #000000;
}
[data-page-id="363764"] h1 a {
	color: #000000;
}
[data-page-id="363764"] h1 a:hover {
	color: #000000;
	opacity: 1;
    letter-spacing: 4px;
    transition: .5s ease;
}
[data-page-id="363764"] h2 {
	color: #000000;
}


[data-page-id="364736"] small {
	color: #ffffff;
}
[data-page-id="364736"] small a {
	color: #ffffff;
}
[data-page-id="364736"] small a:hover {
    transition: .5s ease;
	color: #ffffff;
    letter-spacing: 7px;
}
[data-page-id="364736"] small a:hover {
    transition: .5s ease;
	color: #ffffff;
    letter-spacing: 7px;
}
[data-page-id="364736"] main {
	color: #ffffff;
}
[data-page-id="364736"] h1 {
	color: #ffffff;
}
[data-page-id="364736"] h2 {
	color: #ffffff;
}


[data-page-id="363755"] small {
	color: #999999;
}
[data-page-id="363755"] small a {
	color: #999999;
}
[data-page-id="363755"] small a:hover {
    transition: .5s ease;
	color: #999999;
    letter-spacing: 7px;
}
[data-page-id="363755"] small a:hover {
    transition: .5s ease;
	color: #999999;
    letter-spacing: 7px;
}
[data-page-id="363755"] main {
	color: #999999;
}
[data-page-id="363755"] h1 {
	color: #999999;
}
[data-page-id="363755"] h2 {
	color: #999999;
}


[data-page-id="328648"] h1 {
}
[data-page-id="328648"] h1 a {
      transition: .5s ease;
	letter-spacing: 1px;
}
[data-page-id="328648"] h1 a:hover {
    transition: .5s ease;
	letter-spacing: 7px;
}





/**
 * 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%;
}
