/**
 * 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: #333;
	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%;
    max-width: 1300px;
    min-width: 380px;
	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 {
	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: 0em;
}

.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: rgba(255, 255, 255, 0) /*!content_center*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	right: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	left: 0 /*!content_center*/;
    
}

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

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

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

[data-predefined-style="true"] main {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Courier New", "Courier New", monospace, "Courier New", Social /*!System*/;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.65);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

[data-predefined-style="true"] main a:hover {
text-decoration: none;
}

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: "Freight Big", Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	font-size: 3.9rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.75);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

[data-predefined-style="true"] h1 a:hover {
	color: rgba(108, 108, 108, 1);
    text-decoration: none;
}

[data-predefined-style="true"] h2 {
	font-family: "Freight Big", Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 3rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 1)/*!subpage_overlay*/;
}



[data-predefined-style="true"] h3 {
	font-family: "Courier New", "Courier New", monospace, "Courier New", Social /*!System*/;
	font-style: normal;
	font-weight: 200;
	padding: 0.2rem;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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


[data-predefined-style="true"] h4 {
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1.7rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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



[data-predefined-style="true"] h5 {
	font-family: "Freight Big", Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 5rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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



[data-predefined-style="true"] h6 {
	font-family: "Courier New", "Courier New", monospace, "Courier New", Social /*!System*/;
	font-style: normal;
	font-weight: 200;
	padding: 0.2rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 0.9rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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


[data-predefined-style="true"] h7 {
	font-family: "Courier New", "Courier New", monospace, "Courier New", Social /*!System*/;
	font-style: normal;
	font-weight: 200;
	padding: 0.2rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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



[data-predefined-style="true"] h8 {
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

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


[data-predefined-style="true"] h9 {
	font-family: Karla, Social /*!Google*/;
	font-style: normal;
	font-weight: 200;
	padding: 0rem;
	margin: 0;
	color: rgba(232, 87, 0, 1);
	font-size: 1.1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h9 a {
	color: rgba(232, 87, 0, 1);      
}


[data-predefined-style="true"] h10 {
	font-family: "Freight Big", Social /*!Persona*/;
	font-style: normal;
	font-weight: 200;
	margin: 0;
	font-size: 6.5rem;
	line-height: 0.6;
	color: rgba(232, 87, 0, 1);
	text-rendering: optimizeLegibility;
    padding: 0.3rem;
}

[data-predefined-style="true"] h10 a {
	color: rgba(232, 87, 0, 1);
    text-decoration: none;
}

[data-predefined-style="true"] h10 a:hover {
	color: rgba(232, 87, 0, 1);
    text-decoration: none;
}


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




#myVideo {
position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.1;
}


.video-overlay{
 position: absolute;   
 z-index:9999999999;
 opacity: 0.8;
 
}

.video-overlay-homepage{
 position: relative;   
 z-index:9999999999;
 opacity: 0.9;
 
}


.vertical-centered {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.vertical-bottom {
  margin: 0;
  position: relative;
  top: 85%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.space-sides {
  padding-right:0%;
  padding-left: 50%;
  padding-top: 100%;
  padding-bottom: 5%;
}

.space-sides-2 {
  padding-right:0%;
  padding-left: 30%;
  padding-top: 0%;
  padding-bottom: 1%;
}


.background-repeat: {
  background-repeat:repeat-x
}


.mirror{
    display: inline-block; 
    font-size: 30px;

    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

