/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}



@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/Rubik/Rubik-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Rubik/Rubik-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Rubik/Rubik-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Rubik/Rubik-Regular.otf')  format('opentype'), /* Safari, Android, iOS */
	   url('../fonts/Rubik/Rubik-Regular.ttf')  format('truetype'), /* Firefox */
       url('../fonts/Rubik/Rubik-Regular.svg#svgRubik/Rubik-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url('../fonts/Rubik/Rubik-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Rubik/Rubik-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Rubik/Rubik-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Rubik/Rubik-Medium.otf')  format('opentype'), /* Safari, Android, iOS */
	   url('../fonts/Rubik/Rubik-Medium.ttf')  format('truetype'), /* Firefox */
       url('../fonts/Rubik/Rubik-Medium.svg#svgRubik-Medium') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Rubik-Light';
  src: url('../fonts/Rubik/Rubik-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Rubik/Rubik-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Rubik/Rubik-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Rubik/Rubik-Light.otf')  format('opentype'), /* Safari, Android, iOS */
	   url('../fonts/Rubik/Rubik-Light.ttf')  format('truetype'), /* Firefox */
       url('../fonts/Rubik/Rubik-Light.svg#svgRubik-Light') format('svg'); /* Legacy iOS */
}

@-webkit-keyframes fadeIn {
0% {opacity:0; margin-left:-10px;}
100%{opacity:1; margin-left:0px;}
}
@-moz-keyframes fadeIn {
0% {opacity:0; margin-left:-10px;}
100%{opacity:1; margin-left:0px;}
}
@-o-keyframes fadeIn {
0% {opacity:0; margin-left:-10px;}
100%{opacity:1; margin-left:0px;}
}
@keyframes fadeIn {
0% {opacity:0; margin-left:-10px;}
100%{opacity:1; margin-left:0px;}
}

@-webkit-keyframes fadeUp {
0% {opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fadeUp {
0% {opacity:0;}
100%{opacity:1;}
}
@-o-keyframes fadeUp {
0% {opacity:0;}
100%{opacity:1;}
}
@keyframes fadeUp {
0% {opacity:0;}
100%{opacity:1;}
}

@-webkit-keyframes videoIn {
0% {opacity:0; margin-left:-20px;}
100%{opacity:1; margin-left:0px;}
}
@-moz-keyframes videoIn {
0% {opacity:0; margin-left:-20px;}
100%{opacity:1; margin-left:0px;}
}
@-o-keyframes videoIn {
0% {opacity:0; margin-left:-20px;}
100%{opacity:1; margin-left:0px;}
}
@keyframes videoIn {
0% {opacity:0; margin-left:-20px;}
100%{opacity:1; margin-left:0px;}
}

@-webkit-keyframes hoverIn {
	0% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
	100% {opacity:0.5; 
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
	}
}
@-moz-keyframes hoverIn {
0% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
	100% {opacity:0.5; 
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
	}
}
@-o-keyframes hoverIn {
0% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
	100% {opacity:0.5; 
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
	}
}
@keyframes hoverIn {
0% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
	100% {opacity:0.5; 
	-ms-transform: scale(1.03, 1.03); /* IE 9 */
    -webkit-transform: scale(1.03, 1.03); /* Safari */
    transform: scale(1.03, 1.03);
	}
}

@-webkit-keyframes titleIn_a {
	0% {opacity:0; 
	-ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari */
    transform: scale(0.7, 0.7);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@-moz-keyframes titleIn_a {
0% {opacity:0; 
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari */
    transform: scale(0.7, 0.7);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@-o-keyframes titleIn_a {
0% {opacity:0; 
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari */
    transform: scale(0.7, 0.7);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@keyframes titleIn_a {
0% {opacity:0; 
		-ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari */
    transform: scale(0.7, 0.7);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}


@-webkit-keyframes titleIn_b {
	0% {opacity:0; 
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@-moz-keyframes titleIn_b {
0% {opacity:0; 
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@-o-keyframes titleIn_b {
0% {opacity:0; 
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@keyframes titleIn_b {
0% {opacity:0; 
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
	}
	100% {opacity:1; 
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
	}
}
@-webkit-keyframes pulse_chev {
   from {
	 -ms-transform: translateY(-3px);
     -webkit-transform: translateY(-3px);
	  transform: translateY(-3px);
   }
   to { 
    -ms-transform: translateY(3px);
     -webkit-transform: translateY(3px);
	  transform: translateY(3px);
   }
}
@-webkit-keyframes pulse {
   from {
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
    -webkit-transform: scale(1.0, 1.0); /* Safari */
    transform: scale(1.0, 1.0);
   }
   to { 
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
   }
}

.reel_state:hover {
	animation:hoverIn 0.2s ease-in-out 0.0s forwards;
	-webkit-animation:hoverIn 0.2s ease-in-out 0.0s forwards;
	-moz-animation:hoverIn 0.2s ease-in-out 0.0s forwards;
	-o-animation:hoverIn 0.2s ease-in-out 0.0s forwards;
}
.hero_title_a {
	opacity:0;
	animation:titleIn_a 1.0s ease-in-out 0.7s forwards;
	-webkit-animation:titleIn_a 1.0s ease-in-out 0.7s forwards;
	-moz-animation:titleIn_a 1.0s ease-in-out 0.7s forwards;
	-o-animation:titleIn_a 1.0s ease-in-out 0.7s forwards;
}
.hero_title_b {
	opacity:0;
	animation:titleIn_b 0.5s ease-in-out 1.3s forwards;
	-webkit-animation:titleIn_b 0.5s ease-in-out 1.3s forwards;
	-moz-animation:titleIn_b 0.5s ease-in-out 1.3s forwards;
	-o-animation:titleIn_b 0.5s ease-in-out 1.3s forwards;
}
.fade_a {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 0.5s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 0.5s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 0.5s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 0.5s forwards;
}
.fade_b {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 0.6s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 0.6s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 0.6s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 0.6s forwards;
}
.fade_c {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 0.7s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 0.7s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 0.7s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 0.7s forwards;
}
.fade_d {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 0.8s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 0.8s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 0.8s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 0.8s forwards;
}
.fade_e {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 0.9s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 0.9s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 0.9s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 0.9s forwards;
}
.fade_f {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.0s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.0s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.0s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.0s forwards;
}
.fade_g {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.1s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.1s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.1s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.1s forwards;
}
.fade_h {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.2s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.2s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.2s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.2s forwards;
}
.fade_i {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.3s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.3s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.3s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.3s forwards;
}
.fade_j {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.4s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.4s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.4s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.4s forwards;
}
.fade_k {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.5s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.5s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.5s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.5s forwards;
}
.fade_l {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.6s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.6s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.6s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.6s forwards;
}
.fade_m {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 1.7s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 1.7s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 1.7s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 1.7s forwards;
}
.fade_n {
	opacity:0;
	animation:fadeIn 1.4s ease-in-out 1.6s forwards;
	-webkit-animation:fadeIn 1.4s ease-in-out 1.6s forwards;
	-moz-animation:fadeIn 1.4s ease-in-out 1.6s forwards;
	-o-animation:fadeIn 1.4s ease-in-out 1.6s forwards;
}
.anim_video {
	opacity:0;
	animation:videoIn 0.9s ease-out 1.0s forwards;
	-webkit-animation:videoIn 0.9s ease-out 1.0s forwards;
	-moz-animation:videoIn 0.9s ease-out 1.0s forwards;
	-o-animation:videoIn 0.9s ease-out 1.0s forwards;
}
.fade_header {
	opacity:0;
	animation:fadeIn 1.0s ease-in-out 1.3s forwards;
	-webkit-animation:fadeIn 1.0s ease-in-out 1.3s forwards;
	-moz-animation:fadeIn 1.0s ease-in-out 1.3s forwards;
	-o-animation:fadeIn 1.0s ease-in-out 1.3s forwards;
}
.fade_up_b {
	opacity:0;
	animation:fadeUp 0.7s ease-in-out 1.6s forwards;
	-webkit-animation:fadeUp 0.7s ease-in-out 1.6s forwards;
	-moz-animation:fadeUp 0.7s ease-in-out 1.6s forwards;
	-o-animation:fadeUp 0.7s ease-in-out 1.6s forwards;
}
.fade_up_c {
	opacity:0;
	animation:fadeUp 0.9s ease-in-out 1.7s forwards;
	-webkit-animation:fadeUp 0.9s ease-in-out 1.7s forwards;
	-moz-animation:fadeUp 0.9s ease-in-out 1.7s forwards;
	-o-animation:fadeUp 0.9s ease-in-out 1.7s forwards;
}
.fade_up_d {
	opacity:0;
	animation:fadeUp 1.1s ease-in-out 1.8s forwards;
	-webkit-animation:fadeUp 1.1s ease-in-out 1.8s forwards;
	-moz-animation:fadeUp 1.1s ease-in-out 1.8s forwards;
	-o-animation:fadeUp 1.1s ease-in-out 1.8s forwards;
}
.fade_up_e {
	opacity:0;
	animation:fadeUp 1.3s ease-in-out 1.9s forwards;
	-webkit-animation:fadeUp 1.3s ease-in-out 1.9s forwards;
	-moz-animation:fadeUp 1.3s ease-in-out 1.9s forwards;
	-o-animation:fadeUp 1.3s ease-in-out 1.9s forwards;
}
.fade_up_f {
	opacity:0;
	animation:fadeUp 1.5s ease-in-out 2s forwards;
	-webkit-animation:fadeUp 1.5s ease-in-out 2s forwards;
	-moz-animation:fadeUp 1.5s ease-in-out 2s forwards;
	-o-animation:fadeUp 1.5s ease-in-out 2s forwards;
}
.icon_up_a {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 3.0s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 3.0s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 3.0s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 3.0s forwards;
}
.icon_up_b {
	opacity:0;
	animation:fadeIn 0.3s ease-in-out 3.3s forwards;
	-webkit-animation:fadeIn 0.3s ease-in-out 3.3s forwards;
	-moz-animation:fadeIn 0.3s ease-in-out 3.3s forwards;
	-o-animation:fadeIn 0.3s ease-in-out 3.3s forwards;
}
html,body {
    height:100%;
	font-size: 16px;
	background-color: #2D3435;
	font-family: 'Rubik-Regular';
}
/* -------- Type START -------- */
h1 {
	font-family: 'Rubik-Light';
	font-size:3em;
	font-weight: 100;
}
h2 {
	font-family: 'Rubik-Regular';
	color: #007BBE;
	font-size:1.9em;
	line-height: 1.4em;
}

@media (max-width: 480px) {
	h2 {
		font-family: 'Rubik-Regular';
		color: #007BBE;
		font-size:1.5em; /* displayed at 18px */
		line-height: 1.3em;
	}
}
h3 {
	
	font-family: 'Rubik-Light';
	line-height: 1.6em;
	color: #FFFFFF;
	font-size:1.8em; 
	list-style: 2.5em;
	letter-spacing: 0.3em;
	margin: 15px 15px 15px 0px;
}
h4 {
	font-family: 'Rubik-Light';
	font-size:1.25em; 
	color: #FFFFFF;
	list-style: 2.5em;
	letter-spacing: 0.4em;
	margin: -5px 15px 20px 0px;
}

p {
	font-family: 'Rubik-Light';
	font-size: 0.85em;
	line-height: 1.80em;
	color: #FFFFFF;
}
.tr_sub_txt {
	padding:12px 0px 0px 35px;
	font-size: 0.90em;
}


/* -------- Type END -------- */

/* -------- Home page header START -------- */

.masthead {
	width: 100%;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 0;
}
#nav_top {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	height: 70px;
	background-color: #202A2B;
	overflow: hidden;
}
.navigate {
	text-align: center;
	color: #FFFFFF;
	padding: 29px 0px 0px 0px;
	height: 70px;
	font-size: 13px;
	font-family: 'Rubik-Light';
}

.navigate a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 45px 0px 20px;
	letter-spacing: 3.0px;
	outline: 0;
}
.navigate a:hover {
	text-align: center;
	color: #FF653B;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 45px 0px 20px;
	letter-spacing: 3.0px;
	outline: 0;
}
#nav_hov_a, #nav_hov_b, #nav_hov_c, #nav_hov_d, #nav_hov_e {
	display: inline-block;
}
.oj_chev {
	background-image: url(../vectors/orange_chev.svg);
	background-position: left;
	background-repeat: no-repeat;
}
#bun {
	top:0px;
	left: 0px;
	right: 0px;
	height: 0px;
	width: 100%;
	position: absolute;
	z-index: 105;
	background-color: #202A2B;
	font-size:0px;
	overflow: hidden;
}
#burger {
	background-image: url(../vectors/burger_menu.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 70px;
	width: 50px;
	margin: 0px auto 20px auto;
	font-size:0px;
	cursor: pointer;
}

.expander {
	height: 100%;
}
.roundel_btn {
	position:relative;
	width: 50px;
	height: 50px;
	border-radius: 360px;
	border:solid #FF6633 2px;
	margin: 40px auto auto auto;
	padding: 0px;
	font-size: 0px;
	display: block;
	cursor: pointer;
	opacity:0;
	animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-webkit-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-moz-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-o-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
}

.roundel_chev {
	position: absolute;
	z-index: 0;
	width: 50px;
	height: 50px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 0px;
	background-image: url(../vectors/roundel_chev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	
	animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-webkit-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-moz-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-o-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;

}
@media (max-width: 480px) {
	.roundel_btn {
		width: 30px;
		height: 30px;
	}
	.roundel_chev {
		width: 30px;
		height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px 25px;
	}
}


@media (max-width: 1100px) {
	#bun {
		height: 70px;
		position: fixed;
	}
	
	#nav_hov_a, #nav_hov_b, #nav_hov_c, #nav_hov_d, #nav_hov_e {
		display: block;
		width: 100%;
		height: 100px;
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
	.oj_chev {
		background-image: url(../vectors/orange_chev_dn.svg);
		background-position: center 50px;
		background-repeat: no-repeat;
	}
}

.heroheader {
	position: relative;
	padding:15% 15% 15% 15%;
	color:#FFFFFF;
	text-align: center;
	font-weight: 100;
	
}
.phil {
	font-size:3em;
	font-weight: 100;
	line-height: 90px;
	letter-spacing: 8px;
}
.churchward {
	font-size:1.7em;
	font-weight: 100;
	line-height: 64px;
	letter-spacing: 16px;
}
.sublineheader {
	font-family: 'Rubik-Regular';
	font-size:18px;
	line-height: 24px;
	letter-spacing: 6px;
	margin-top: -5px;
	font-weight: 500;
}
.subheadtext {
	font-family: 'Rubik-Light';
	font-size:26px;
	line-height: 68px;
	padding: 10px 10% 13px 10%;
	
}


.title_cup {
	padding: 0px 0px 50px 0px;
}
@media (max-width: 480px) {
	.title_cup {
		padding: 10px 10px 20px 0px;
	}
	.sub_menu {
		color: #FFFFFF;
		margin-bottom: 25px;
	}
}

	
.vid_tile {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


.white_dsh {
	width: 12px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
.sub_menu {
	color: #FFFFFF;
	margin-bottom: 45px;
}

.sub_item {
	padding: 5px 0px 5px 0px;
	font-family: 'Rubik-Regular';
	line-height: 1.6em;
	color: #FFFFFF;
	font-size:0.8em; 
	letter-spacing: 0.3em;
}
.sub_item a {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_item a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_item a:hover {
	color: #FF653B;;
	text-decoration:none;
}
.sub_item a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.item_no {
	color: #818586;
}
.dark_grey {
	background-color: #202A2B;
}
.showtile {
	margin-top: 35px;
	cursor: pointer;
}
.showlabel {
	position: absolute;
	height: 30px;
	background-color: #202A2B;
	left:0; 
	right:0;
	top:0; 
	width: 70%;
	bottom:0;
    margin:auto;
	overflow:auto;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}

.pull_up {
	margin-top: -25px;
}
@media (max-width: 1200px) {
	.phil {
		font-size:2.5em;
		font-weight: 100;
		line-height: 80px;
		letter-spacing: 8px;
	}
	.churchward {
		font-size:1.7em;
		font-weight: 100;
		line-height: 64px;
		letter-spacing: 16px;
	}
	h3 {
		font-family: 'Rubik-Light';
		line-height: 1.5em;
		color: #FFFFFF;
		font-size:1.6em; 
		list-style: 2.5em;
		letter-spacing: 0.3em;
		margin: 18px 15px 14px 0px;
		
	}
}
@media (max-width: 992px) {
	.heroheader {
		position: relative;
		padding:15% 15% 15% 15%;
		color:#FFFFFF;
		text-align: center;
		font-weight: 100;
		
	}
	.phil {
		font-size:2.1em;
		font-weight: 100;
		line-height: 60px;
		letter-spacing: 8px;
	}
	.churchward {
		font-size:1.7em;
		font-weight: 100;
		line-height: 64px;
		letter-spacing: 16px;
	}
}
@media (max-width: 750px) {
	.heroheader {
		position: relative;
		padding:15% 15% 15% 15%;
		color:#FFFFFF;
		text-align: center;
		font-weight: 100;
		
	}
	.phil {
		font-size:1.5em;
		font-weight: 100;
		line-height: 40px;
		letter-spacing: 8px;
	}
	.churchward {
		font-size:1.7em;
		font-weight: 100;
		line-height: 64px;
		letter-spacing: 16px;
	}
	.sublineheader {
		font-family: 'Rubik-Regular';
		font-size:14px;
		line-height: 18px;
		letter-spacing: 6px;
		font-weight: 500;
	}
}
@media (max-width: 480px) {
	.heroheader {
		position: relative;
		padding:25% 15% 0% 15%;
		color:#FFFFFF;
		text-align: center;
		font-weight: 100;
	
	}
	.phil {
		font-family: 'Rubik-Regular';
		font-size:0.8em;
		font-weight: 100;
		line-height: 4px;
		letter-spacing: 6px;
	}
	.churchward {
		font-family: 'Rubik-Regular';
		font-size:1.5em;
		font-weight: 100;
		line-height: 64px;
		letter-spacing: 12px;
	}
	.sublineheader {
	
		font-family: 'Rubik-Regular';
		font-size:11px;
		line-height: 14px;
		letter-spacing: 4px;
		margin-top: -18px;
		margin-left: -8px;
		font-weight: 500;
		
	}

}
@media (max-width: 375px) {
	.heroheader {
		position: relative;
		padding:25% 15% 0% 15%;
		color:#FFFFFF;
		text-align: center;
		font-weight: 100;
		margin-left: -2px;
	}
	.phil {
		font-family: 'Rubik-Regular';
		font-size:0.8em;
		font-weight: 100;
		line-height: 4px;
		letter-spacing: 6px;
	}
	.churchward {
		font-family: 'Rubik-Regular';
		font-size:1.7em;
		font-weight: 100;
		line-height: 64px;
		letter-spacing: 14px;
	}
	.sublineheader {
		font-family: 'Rubik-Regular';
		font-size:11px;
		line-height: 14px;
		letter-spacing: 4px;
		margin-top: -18px;
		margin-left: -8px;
		font-weight: 500;
	}
    .roundel_btn {
	position:relative;
	width: 40px;
	height: 40px;
	border-radius: 360px;
	border:solid #FF6633 2px;
	margin: 20px auto auto auto;
	padding: 0px;
	font-size: 0px;
	display: block;
	cursor: pointer;
	opacity:0;
	animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-webkit-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-moz-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
	-o-animation:titleIn_a 1.0s ease-in-out 2.3s forwards;
}

.roundel_chev {
	position: absolute;
	z-index: 0;
	width: 40px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 0px;
	background-image: url(../vectors/roundel_chev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	
	animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-webkit-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-moz-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;
	-o-animation:pulse_chev 1.3s ease-in-out 0s alternate infinite;

}
}
#bg_tiles {
	margin-top: 70px;
}

@media (max-width: 1200px) {	
}
@media (max-width: 992px) {	
}
@media (max-width: 768px) {	
}
@media (max-width: 480px) {
}

/* -------- Home page header END -------- */

/* -------- Impress logos END -------- */


/* -------- Page Section Strips START -------- */

.sml_pad {
	padding: 5% 5% 5% 5%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.respad {
	padding: 45px 10% 0px 10%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.vidpad {
	padding: 5% 10% 80px 10%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.vidpadtext {
	padding: 0% 5% 0px 0px;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.vidpadimage {
	padding: 0% 0% 0px 5%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.nopad {
	padding: 0px 0% 0% 0%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	overflow: hidden;
}
.shad {
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#splash_vid {
	opacity: 0.7;
}
#speaker {
	width: 38px;
	height: 38px;
	overflow: hidden;
	background-image:url(../vectors/speaker_icon.svg);
	background-repeat: no-repeat;
	background-size:38px 150px;
	background-position: top;
	position: absolute;
	top:87px;
	right:12px;
	cursor: pointer;
}
#play_btn {
	width: 38px;
	height: 38px;
	overflow: hidden;
	background-image:url(../vectors/play_pause_icon.svg);
	background-repeat: no-repeat;
	background-size:38px 150px;
	background-position: top;
	position: absolute;
	top:140px;
	right:12px;
	cursor: pointer;
}
.shim_b {
	padding: 0px 5% 5% 15px;
}
a {
   outline: 0;
}
p > a {
   color:#FF6633; 
   text-decoration: none;
}
p > a:hover {
   color:#FF6633;
   text-decoration: none;
}
p > a:active {
   color:#FF6633;
   text-decoration: none;
}
p > a:visited {
   color:#FF6633;
   text-decoration: none;
}
.twitter-white {
  color:#FFFFFF;
}

.twitter-timeline {
  max-width: 100%;
  max-height: 1000px;
}
.fa {
  font-size: 25px;
  color: #FFFFFF;
}
.panel-title {
 font-size: 25px; 
 color: #FFFFFF;
 font-family: 'Open Sans', sans-serif;
}
.panel-heading {
 background-color: #1da1f2 !important;;
 color: #1da1f2 !important;;
}
.panel {
 margin-top: 25px;
}
