/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF one  */
.span_1_of_1 {
	width: 100%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.66%;
}
.span_1_of_3 {
	width: 33.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 75%;
}
.span_2_of_4 {
	width: 50%;
}
.span_1_of_4 {
	width: 25%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%;
	}
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 80%;
}
.span_3_of_5 {
	width: 60%;
}
.span_2_of_5 {
	width: 40%;
}
.span_1_of_5 {
	width: 20%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%;
	}
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.33%;
}

.span_4_of_6 {
  	width: 66.66%;
}

.span_3_of_6 {
  	width: 50%;
}

.span_2_of_6 {
  	width: 33.33%;
}

.span_1_of_6 {
  	width: 16.66%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 0% 0 0% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%;
	}
}



@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-container {
	position: relative;
	overflow: hidden;
}
	.galleria-container img {
		-moz-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
	}
.galleria-stage {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow:hidden;
}
	.galleria-loader {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 -24px;
		z-index: 2;
		display: none;
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.galleria-image-nav {
		position: absolute;
		top: 50%;
		margin-top: -60px;
		width: 100%;
		height: 120px;
		left: 0;
	}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
		    opacity: .3;
		    filter: alpha(opacity=30);
		    cursor: pointer;
		    width: 46px;
		    height: 120px;
		    position: absolute;
		    left: 10px;
		    z-index: 2;
		    background-repeat: no-repeat;
		    background-position: -150px 50%;
		}
		.galleria-image-nav-right {
			left: auto;
			right: 10px;
			background-position: -196px 50%;
			z-index: 2;
		}
		.notouch .galleria-image-nav-left:hover,
		.notouch .galleria-image-nav-right:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.touch .galleria-image-nav-left:active,
		.touch .galleria-image-nav-right:active {
			opacity: 1;
			filter: alpha(opacity=100);
		}
.galleria-info {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	display: none;
}
	.galleria-info-text {
		margin: 0px;
		padding: 12px;
	}
	.galleria-info-title {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 7px 0;
	}
	.galleria-info-description {
		font-size: 12px;
		margin: 0;
	}
	.galleria-info-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0px;
		right: 0px;
		background-position: -452px 0px;
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: pointer;
	}
	.notouch .galleria-info-close:hover{
		opacity:1;
		filter: alpha(opacity=100);
	}
	.touch .galleria-info-close:active{
		opacity:1;
		filter: alpha(opacity=100);
	}
.galleria-bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
}
	.jp-previous,
	.jp-play,
	.jp-pause,
	.jp-next,
	.jp-repeat,
	.jp-repeat-off {
		display: block;
		width: 30px;
		height: 30px;
		float : left;
		cursor: pointer;
		text-indent: -5000px;
		overflow: hidden;
	}
	.jp-previous {
		background-position: 0 0;
	}
	.jp-play {
		background-position: -30px 0;
	}
	.jp-pause {
		background-position: -60px 0;
	}
	.jp-next {
		background-position: -90px 0;
	}
	.jp-repeat {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -120px 0;
	}
	.jp-repeat-off {
		background-position: -120px 0;
	}
	.jp-time {
		height: 30px;
		line-height: 30px;
		float: left;
		font-size: 11px;
		padding-left: 8px;
		font-weight: bold;
	}
		.jp-time span {
			line-height: 30px;
		}

	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		width: 30px;
		height: 30px;
		float : right;
		cursor: pointer;
	}
	.galleria-play {
		background-position: -272px 0;
	}
	.galleria-play.playing {
		background-position: -302px 0;
	}
	.galleria-fullscreen.fs {
		background-position: -362px 0;
	}
	.galleria-fullscreen {
		background-position: -332px 0;
	}
	.galleria-info-link {
		opacity: .5;
		filter: alpha(opacity=50);
		background-position: -242px 0;
	}
	.galleria-info-link.enabled {
		opacity: 1;
		filter: alpha(opacity=100);
		background-position: -242px 0;
	}
	.galleria-counter {
		height: 30px;
		line-height: 30px;
		float: right;
		text-align: right;
		font-size: 11px;
		padding-right: 8px;
		font-weight: bold;
	}
		.galleria-counter span {
			line-height: 30px;
		}
.galleria-thumbnails-container {

	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 2;
}
	.galleria-carousel .galleria-thumbnails-list {
		margin-left: 30px;
		margin-right: 30px;
	}
		.galleria-thumbnails .galleria-image {
			margin: 0 5px 0 0;
			float: left;
			cursor: pointer;
		}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		cursor: pointer;
		display: none;
		background-position: -392px 50%;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		z-index: 3;
		background-repeat: no-repeat;
	}
	.galleria-thumb-nav-right {
		background-position: -422px 50%;
		right: 0;
		left: auto;
	}
	.galleria-thumbnails-container .disabled {
		opacity: .2;
		filter: alpha(opacity=20);
		cursor: default;
	}
	.notouch .galleria-thumbnails-container .disabled:hover {
		opacity: .2;
		filter: alpha(opacity=20);
	}
	.galleria-carousel .galleria-thumb-nav-left,
	.galleria-carousel .galleria-thumb-nav-right {
		display: block;
	}




@font-face {
    font-family: "43dbc50ff881302d5ce036d2ef272088";
    src: url("modular-data/storage/asset/muli-light-9975.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "12765ae5b31b8a13a72ea9bfbc50012b";
    src: url("modular-data/storage/asset/black-pen-9c27.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "7536e6d6b243222046aaa6dd505bed27";
    src: url("modular-data/storage/asset/muli-bold-9971.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "460e513c4ddb177d16bd23329f168e4b";
    src: url("modular-data/storage/asset/muli-light-9972.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "05d69925185dd2c8fcd1fd74150cd4e2";
    src: url("modular-data/storage/asset/muli-lightitalic-9973.ttf");
    font-weight: normal;
    font-style: normal;
}


body {
	background: #FFFFFF;
	position: relative;
}


* {
	font-weight: normal !important;
}

.wow {
  visibility: hidden;
}

.clear {
	clear: both;
}


/* Modal */

.ModalObject {
	display:none;
}
.Dialog {
	display: none;
	color: #1C1E4D;
}
.Dialog .Inner {
	padding: 30px;
}
.ModalObject {
	display:none;
}
.Dialog fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.Dialog .Title {
	margin: 0 auto;
	padding-bottom: 0px;
	font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
	font-size: 76px;
}
.Dialog .Description {
	margin: 0 auto;
	padding: 0;
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	font-size: 16px;
}
.Dialog .ButtonGroup input {
	cursor: pointer;
	outline: none;
	border: 2px #000000 solid;
	color: #000000;
	background: rgba(0,0,0, 0);
	padding: 15px 25px;
	text-decoration: none;
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	font-size: 16px;
	transition: all 500ms;
}
	.Dialog .ButtonGroup input:hover {
		background: rgba(0,0,0, .3);
	}
.Dialog .Result {
	opacity: .65;
	border: 1px #ccc solid;
	background: #fff;
	color: #444;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0;
}

.Dialog .Radio,
.Dialog .Checkbox,
.Dialog .Dropdown,
.Dialog .Area,
.Dialog .Date,
.Dialog .Input {
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	font-size: 16px;
	background: #fff;
	border: 1px #ccc solid;
	position: relative;
	font-size: 14px;
	margin: 3px 3px 10px 0px;
	padding: 7px;
}
.Dialog .Area textarea,
.Dialog .Date input,
.Dialog .Input input {
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	font-size: 16px;
	color: #000;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
.Dialog .Dropdown select {
	color: #000;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
}
.Dialog .Radio input,
.Dialog .Checkbox input {
	color: #000;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;

}
.Dialog .Area textarea {
	height: 80px;
}
.Dialog .Focused {
	border-color: #000;
}
.Dialog .Default {
	background: #fff;
	border-color: #ccc;
}
.Dialog .Invalid {
	background: #f1f1f1;
	border-color: #993300;
}
.Dialog .ButtonGroup {
	background: transparent;
}
.Dialog select:focus,
.Dialog input:focus {
	outline: none !important;
}
.Dialog .Input input:valid {
	box-shadow: none;
}
.Dialog .Input input:required {
	color: #000;
	background: transparent;
}
.Dialog .Area textarea:invalid,
.Dialog .Dropdown select:invalid,
.Dialog .Input input:invalid {
	border-color: #993300;
	box-shadow: none;
}
::-webkit-input-placeholder {
	color: #ccc;
}
.Dialog textarea:-moz-placeholder,
.Dialog input:-moz-placeholder {
	color: #ccc;
}
.Dialog .placeholder {
	color: color: #ccc; !important;
}

#simplemodal-overlay {
	background-color: #ccc;
}
#simplemodal-container {
	background-color: #fff;
	overflow: hidden;
}
.simplemodal-wrap {
	overflow-x: hidden !important;
}
#simplemodal-container a.modalCloseImg {
	display: block;
	z-index:3200;
	background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=444');
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 20px;
	background-position: -452px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
	#simplemodal-container .simplemodal-data {
		overflow: hidden;
	}
	#simplemodal-container .simplemodal-data iframe {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	#simplemodal-container-yt {
		position: relative;
		height:250px;
		width:500px;
		color:#bbb;
		background: #000;
		overflow: hidden;
	}
	#simplemodal-container-yt .simplemodal-data ,
	#simplemodal-container-yt .simplemodal-wrap ,
	#simplemodal-container-yt iframe {
		position: relative;
		height: 100% !important;
		width: 100%;
		border: none;
		overflow: hidden;
	}
	#simplemodal-container-yt a.modalCloseImg {
		display: block;
		z-index:3200;
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=fff');
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0px;
		right: 0px;
		background-position: -452px 0px;
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: pointer;
	}
	#simplemodal-container-yt a.modalCloseImg:hover{
		opacity:1;
		filter: alpha(opacity=100);
	}

/* -- Global theme stuff to all pages -- */

	.light .dark ,
	.light .dark .Blurb a ,
	.light .dark .SubText a  ,
	.dark ,
	.dark .Blurb a ,
	.dark .SubText a  {
		color: #41C0C0;
	}
	.dark .light ,
	.dark .light .Blurb a ,
	.dark .light .SubText a ,
	.light ,
	.light .Blurb a ,
	.light .SubText a  {
		color: #1C1E4D;
	}
		.light .dark .Link a ,
		.dark .Link a {
			outline: none;
			border: 2px #41C0C0 solid;
			color: #41C0C0;
			background: rgba(65,192,192, 0);
			font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
			font-size: 16px;
		}
		.light .dark .Link a:hover ,
		.dark .Link a:hover {
			background: rgba(65,192,192, .3);
		}
		.dark .light .Link a ,
		.light .Link a {
			outline: none;
			border: 2px #000000 solid;
			color: #000000;
			background: rgba(0,0,0, 0);
			font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
			font-size: 16px;
		}
		.dark .light .Link a:hover ,
		.light .Link a:hover {
			background: rgba(0,0,0, .3);
		}
		.light .dark .AltLink a ,
		.dark .AltLink a {
			outline: none;
			color: #41C0C0;
			font-family: "7536e6d6b243222046aaa6dd505bed27", Arial, sans-serif;
			font-size: 18px;
		}
		.light .dark .AltLink a:hover ,
		.dark .AltLink a:hover {
		}
		.dark .light .AltLink a ,
		.light .AltLink a {
			color: #000000;
			font-family: "7536e6d6b243222046aaa6dd505bed27", Arial, sans-serif;
			font-size: 18px;
		}
		.dark .light .AltLink a:hover ,
		.light .AltLink a:hover {
		}
		.SubText {
			max-width: 600px;
			max-width: 900px;
			max-width: 60ch;
			font-family: "7536e6d6b243222046aaa6dd505bed27", Arial, sans-serif;
			font-size: 18px;
			margin-bottom: -15px;
		}
		.SubText p {
			margin: 0;
			padding: 0;
			margin-bottom: 15px;
		}
		.light .slick-dots li.slick-active button::before ,
		.light .slick-dots li button::before {
			font-size: 12px;
			color: #000000;
		}
		.dark .slick-dots li.slick-active button::before ,
		.dark .slick-dots li button::before {
			font-size: 12px;
			color: #41C0C0;
		}
		
	.Title {
		font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
		font-size: 76px;
	}
	.SubTitle ,
	.Subtitle {
		font-family: "7536e6d6b243222046aaa6dd505bed27", Arial, sans-serif;
		font-size: 18px;
	}
	.Blurb > * ,
	.Blurb {
		font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		font-size: 16px;
	}
	
@media only screen and (max-width : 600px) {
	.dark .Link a {
		font-size: 16px;
	}
	.light .Link a {
		font-size: 16px;
	}
	.dark .AltLink a {
		font-size: 16.2px;
	}
	.light .AltLink a {
		font-size: 16.2px;
	}
	.Title {
		font-size: 57px;
	}
	.SubTitle ,
	.Subtitle {
		font-size: 16.2px;
	}
}


	.PageContext {
		max-width: 1400px;
		margin: 0 auto;
		text-align: center;
	}
	.PageContext .Title {
		margin: 0 auto;
		padding: 100px 75px 0 75px !important;
	}
	.PageContext .Blurb {
		max-width: 600px;
		max-width: 800px;
		max-width: 60ch;
		margin: 0 auto;
		padding: 30px 30px 0 30px;
	}
	.PageContext .Link {
		margin: 0 auto;
		padding: 30px 30px 0 30px;
	}
		.PageContext .Link a {
			display: inline-block;
			padding: 15px 25px;
			text-decoration: none;
			transition: all 500ms;
		}
		.PageContext .AltLink a {
			display: inline-block;
			padding: 25px 29px;
			text-decoration: none;
		}
	.PageContext {
		padding-bottom: 100px;
	}
	.PageIndex0 .Title {
		font-size: 91.2px;
		padding-top: 150px;
	}
	.PageIndex0 .Blurb {
		font-size: 19.2px;
	}

@media only screen and (max-width : 1200px) {
	.PageContext .Title {
		padding: 75px 75px 0 75px !important;
	}
	.PageContext {
		padding-bottom: 75px;
	}
}
@media only screen and (max-width : 600px) {
	.PageIndex0 .Title {
		font-size: 68.4px;
	}
	.PageContext .Title {
		padding: 50px 50px 0 50px !important;
	}
	.PageContext {
		padding-bottom: 50px;
	}
}




.Menu {
	cursor: pointer;
}
#nav-toggle span { position: absolute; left: 10px; top: 50%; }
#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #1C1E4D;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -9px;
}
#nav-toggle span:after {
  bottom: -9px; 
}


header {
	position: relative;
	
	z-index: 20;
	width: 100%;
	overflow: hidden;
}
header .BG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 1);
	transition: opacity 0.5s ease;
}	
header .Inner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
header .InnerWrapper {
	position: relative;
}

	header .Menu {
		position: absolute;
		top: 0;
		width: 50px;
		height: 100%;
		/*background-color:rgba(0, 0, 0, 0.3);*/
		display: none;
	}
	header.Condensed .Menu {
		display: block;
	}
	header.Condensed #navigation {
		display: none;
	}
	header.Condensed #navigation-right {
		display: none;
	}
	header.Condensed #navigation-left {
		display: none;
	}

#logo-wrapper {
	position: relative;
	text-align: center;
	/*background-color:rgba(0, 0, 0, 0.3);*/
}
header.layoutcollapsed.logocenter #logo-wrapper {
	float: left;
}
.logoleft #logo-wrapper {
	float: left;
}
.logoright #logo-wrapper {
	float: right;
}
#navigation-right ,
#navigation-left {
	position: relative;	
	float: left;
	/*background-color:rgba(0, 0, 0, 0.3);*/
}
	#logo {
		position: relative;	
		float: left;
		/*background-color:rgba(0, 0, 0, 0.3);*/
		text-decoration: none;
	}
	#logo img {
		padding: 0 41px;
		display: block;
		margin: 0 auto;
		padding-top: 41px;
		padding-bottom: 41px;
	}
	
	#logo h1 {
		display: block;
		margin: 0px;
		padding: 41px;
		color: #FFFFFF;
		font-size: 36px;
		font-family: Arial, sans-serif;
	}
	header.Collapsed #logo img {
		height: 38.75px;
		width: 125px;
	}
	header.Collapsed #logo h1 {
		font-size: 18px;
	}
@media only screen and (max-width : 800px) {
	#logo img {
		height: 38.75px;
		width: 125px;
	}
	#logo h1 {
		font-size: 18px;
	}
}
	
#social-bar-upper {
	position: relative;
	/*background-color:rgba(0, 0, 0, 0.3);*/
	text-align: center;
}
header.layoutstacked.Collapsed #social-bar-upper ,
header.layoutinline.Collapsed #social-bar-upper {
	display: none;
}

.layoutstacked #social-bar-upper {
	clear: both;
}
.layoutinline #social-bar-upper ,
.socialleft #social-bar-upper {
	text-align: left;
	float: left;
}
.socialright #social-bar-upper  {
	text-align: left;
	float: right;
}
.socialhidden #social-bar-upper  {
	display: none !important;
}
	#social-bar-upper a {
		outline: none;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		margin: 0;
		padding: 0 7px;
		color: #1C1E4D;
	}
	#social-bar-upper a:hover {
		color: #555555;
	}
	
#navigation {
	position: relative;
	/*background-color:rgba(0, 0, 0, 0.3);*/
	text-align: center;
}
.layoutstacked #navigation {
	clear: both;
}
.layoutinline #navigation ,
.navleft #navigation {
	text-align: left;
	float: left;
}
.navright #navigation {
	text-align: left;
	float: right;
}
.navcenter {
	clear: both;
}
.navsplit #navigation {
	display: none;
}
	.NavBlock ul {
		padding: 0;
		margin: 0;
		font-size: 0;
	}
	.NavBlock li {
		display: inline-block;
		transition: border 500ms;
		border-color: #1C1E4D;
	}
	.NavBlock a {
		outline: none;
		display: block;
		text-align: center;
		text-decoration: none;
		margin: 0;
		padding: 14px 14px;
		font-family: "43dbc50ff881302d5ce036d2ef272088", Arial, sans-serif;
		font-size: 14px;
		color: #1C1E4D;
	}
	.NavBlock a[rel="nofollow"]{
		position: relative;
		height: 10px;
		line-height: 10px;
		padding: 15px 25px;
		border: 2px #1C1E4D solid;
		font-size: 14px;
	}
	.NavBlock .Active a {
		color: #555555;
	}
	.NavBlock a:focus, .NavBlock a:hover, .NavBlock a:active {
		color: #555555;
	}
	

#container {
	position: relative;
	z-index: 1;
}
	#container-shade {
		transition: all 0.5s ease;
		position: absolute;
		background: #000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 45;
		opacity: 0;
		visibility: hidden;
	}
#menu-container {
	transition: all 0.5s ease;
	position: fixed;
	left: -300px;
	z-index: 50;
	width: 300px;
	height: 100%;
	background: #FFFFFF;
	overflow: auto;
}
	#menu-container ul {
		margin: 0;
		padding: 0;
		width: auto !important;
	}
		#menu-container li {
			margin: 0;
			padding: 0px;
		}
			#menu-container a {
				text-align: center;
				outline: none;
				display: block;
				text-decoration: none;
				margin: 10px;
				padding: 5px 15px;
				font-family: "43dbc50ff881302d5ce036d2ef272088", Arial, sans-serif;
				font-size: 14px;
				color: #1C1E4D;
			}
			#menu-container a[rel="nofollow"]{
				padding: 15px 25px;
				border: 2px #1C1E4D solid;
			}
			#menu-container a:focus, #menu-container a:hover, #menu-container a:active {
				color: #555555;
			}





































	

	



footer {
	background: #1C1E4D;
	color: #41C0C0;
	font-size: 12px;
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif !important;
}
footer .Inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	background: #1C1E4D;
	color: #41C0C0;
	font-size: 12px;
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif !important;
}
footer .Block {
	width: 33%;
	float: left;
	box-sizing: border-box;
}
footer .Block .Wrap {
	margin: 15px;
}

	footer .Left {
		text-align: left;
	}
	footer .Center {
		text-align: center;
	}
		footer .Center form {
			margin: 0 auto;
		}
	footer .Right {
		text-align: right;
		float: right;
	}
		footer .Right form {
			float: right;
		}
	footer p {
		line-height: 1.5;
	}
	footer p a {
		color: #41C0C0;
		font-size: 12px;
		text-decoration: none;
	}
	footer p a:hover {
		text-decoration: underline;
	}
	
	footer .socicon {
		padding: 4px;
		text-decoration: none;
	}
	footer .socicon:hover {
		text-decoration: none;
	}
	
	footer .dark a {
		outline: none;
		color: #41C0C0;
	}
	footer .light a {
		outline: none;
		color: #000000;
	}
	footer form {
		min-width: 100px;
		max-width: 250px;
		width: 100%;
	}
	footer input {
		display: block;
		margin: 5px 0;
		background: #1C1E4D;
		border: 1px #41C0C0 solid;
		color: #41C0C0;
		padding: 7px;
	}
	footer .Input {
		box-sizing: border-box;
		width: 100%;
	}
	footer .dark .Submit {
		border: 1px #41C0C0 solid;
		color: #41C0C0;
	}
	footer .light .Submit {
		border: 1px #000000 solid;
		color: #000000;
	}
	
@media only screen and (max-width : 480px) {
	footer .Block {
		width: 100%;
		float: none;
	}
	footer .Center .Wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .Right .Wrap {
		padding-top: 15px;
	}
}
	


.MasonryItems {
	position: relative;
	margin: 0 auto;
}
		.MasonryItem {
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
		.MasonryItem .Inner {
			position: relative;
		}
			.MasonryItem .Image {
				width: 100%;
			}
			.MasonryItem .Image img {
				display: block;
				width: 100%;
				height: inherit;
				margin: 0;
				padding: 0;
			}
			.MasonryItem .Context {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				text-align: left;
				padding: 30px;
				box-sizing: border-box;
			}
			
			.MasonryItems.Wide .MasonryItem .Context {
				transition:opacity .2s linear;
				display: block !important;
				opacity: 0;
			}
			.MasonryItems.Wide .MasonryItem:hover .Context{
				opacity: 1;
			}
			.MasonryItems.Mobile .MasonryItem:hover .Context{
				opacity: auto;
			}

				.MasonryItem .Title {
					padding: 0;
					white-space: normal;
					margin: 0 auto;
					margin-bottom: 10px;
				}
				.MasonryItem .Blurb {
					max-width: 600px;
					margin: 0 auto;
				}
				.MasonryItem .Context {
					padding: 20px;
				}
				.MasonryItem .Title {
					font-weight: bold !important;
				}
				.MasonryItem .Title,
				.MasonryItem .Blurb {
					font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
					font-size: 16px;
				}

				
.MasonryItems.Mobile {
	box-sizing: border-box;
}	
.MasonryItems.Mobile .MasonryItem {
	width: 100% !important;
	float: none !important;
}









.SlideshowItems {
	margin: 0 auto;
}
.SlideshowBumper {
	height: 100px;
}
@media only screen and (max-width : 1200px) {
	.SlideshowBumper {
		height: 75px;
	}
}
@media only screen and (max-width : 600px) {
	.SlideshowBumper {
		height: 50px;
	}
}

.galleria {
	overflow: hidden;
}
.galleria-stage {
	background: #fff;
}
	.galleria-loader {
		background: #000 url(modular-core/graphics/galleria-loader.gif) no-repeat 50% 50%;
	}
.galleria-bar {
	bottom: 75px;
	background: #fff;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.NoThumbnails .galleria-bar {
	display: none;
}
	.galleria-hover-preload {
		float: right;
		width: 1px;
		height: 1px;
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=000');
	}
	.galleria-info-link,
	.galleria-fullscreen,
	.galleria-play {
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333');
	}
	.galleria-info-link:hover,
	.galleria-fullscreen:hover,
	.galleria-play:hover {
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=000');
	}
	.galleria-counter {
		font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		color: #444;
	}
.galleria-stage {
	bottom: 107px;
}
.NoThumbnails .galleria-stage {
	bottom: 0px;
}
		.galleria-image-nav-left,
		.galleria-image-nav-right {
			background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333');
		}
.NoArrows .galleria-image-nav-left,
.NoArrows .galleria-image-nav-right {
	display: none;
}
.galleria-info {
	margin-bottom: 107px;
}
.NoThumbnails .galleria-info {
	margin-bottom: 0px;
}
	.galleria-info-text {
		background-color: #fff;
		opacity: .8;
	}
	.galleria-info-title {
		font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		color: #444;
	}
	.galleria-info-description {
		font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		color: #444;
	}
	.galleria-info-close {
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=444');
	}
.galleria-thumbnails-container {
	height: 75px;
	background: #fff;
}
.NoThumbnails .galleria-thumbnails-container {
	display: none;
}
	.galleria-thumb-nav-left,
	.galleria-thumb-nav-right {
		background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=333');
	}
.galleria-thumbnails .galleria-image {
	height: 75px;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	height: 75px;
}


.BadgeItems {
	max-width: 1100px;
	margin: 0 auto;
}
	.Badge {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
		.Badge .Inner {
			position: relative;
		}
			.Badge .Image {
				width: 100%;
			}
				.Badge .Image img {
					display: block;
					width: 100%;
					height: inherit;
					margin: 0;
					padding: 0;
				}




.Contact {
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}
.Contact .PageContext {
	padding-bottom: 80px;
}
.Contact.ContactPopup {
	padding-bottom: 0px;
}
.Contact.ContactPopup .PageContext {
	padding-bottom: 100px;
}
.Contact .videobg-wrapper {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.Contact .videobg {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
	}
.Contact .Wrapper {
	position: relative;
	z-index: 2;
	
}
.ContactBumper {
	height: 80px;
}
.Contact.ContactPopup .ContactBumper {
	padding-bottom: 100px;
}

.ContactForm {
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 40px;
}
.simplemodal-wrap .ContactForm {
	padding-right: 60px;
}

@media screen and (max-width: 600px) {
	.ContactForm {
		padding: 20px;
	}
	.simplemodal-wrap .ContactForm {
		padding-right: 40px;
	}
}

.ContactForm.Form1col {
	max-width: 600px;
}
	.ContactForm .Screen {
		display: none;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		opacity: .5;
	}
	.ContactForm .Group {
		margin-bottom: 15px;
	}
	.ContactForm .Input {
		margin-bottom: 15px;
	}
		.ContactForm .Group label {
			color: #444;
			display: block;
			font-size: 12px;
			margin-bottom: 3px;
			font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		}
		.ContactForm .Group label span {
			color: #000000;
		}
		.ContactForm .Group.Date input ,
		.ContactForm .Group.Area textarea ,
		.ContactForm .Group.Input input {
			color: #444;
			display: block;
			background: #fff;
			box-sizing: border-box;
			width: 100%;
			border: 1px #ccc solid;
			padding: 10px 15px;
			-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			font-size: 16px;
			font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		}
		.ContactForm .Group.Area textarea ,
		.ContactForm .Group.Input input {
			-webkit-appearance: none;
		}
		.ContactForm .Group.Area textarea {
			height: 100px;
			resize: none;
			-webkit-appearance: none;
		}
		.ContactForm .Group select {
			color: #444;
			background: #fff;
			display: block;
			box-sizing: border-box;
			width: 100%;
			border: 1px #ccc solid;
			padding: 9px 15px;
			-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			font-size: 16px;
			font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		}
		.ContactForm .Group div {
			border: 1px #ccc solid;
			padding: 5px 0;
			-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
			box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
		}
		.ContactForm .Group div span {
			display: block;
			margin: 0;
			padding: 0;
			color: #444;
			padding: 5px 15px;
			font-size: 16px;
			font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		}
		.ContactForm .Group span input {
			display: inline !important;
			width: auto !important;
		}
		
		.ContactForm .Invalid input ,
		.ContactForm .Invalid textarea ,
		.ContactForm .Invalid select  ,
		.ContactForm .Invalid div  {
			border: 1px #dc3232 solid !important;
		}
		
		.ContactForm .Group input.Error {
		}
		.ContactForm .Group input.OK {
		}
		.ContactForm .Group input.Disabled {
			cursor: default;
			opacity: .5;
		}
		
	.ContactForm .Submit {
		float: left;
		margin-right: 15px;
	}
		.ContactForm .Submit input {
			cursor: pointer;
			outline: none;
			border: 2px #000000 solid;
			color: #000000;
			background: rgba(0,0,0, 0);
			font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
			font-size: 16px;
			padding: 15px 25px;
			margin: 0;
		}
		.ContactForm .Submit input:hover {
			background: rgba(0,0,0, .3);
		}
		.ContactForm .Submit input:disabled {
			color: #333333 !important;
			background: #f8f8f8 !important;
			border: 2px #ccc solid !important;
			opacity: .3;
		}
	.ContactForm .Response {
		position: relative;
		visibility: hidden;
		font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
		font-size: 16px;
		color: #dc3232;
		padding: 15px 25px;
		background: #fff7f7;
		border: 1px #ffc6c6 solid;
		border-left: 4px #dc3232 solid;
	}
	.ContactForm .Response.Success {
		color: #34b834;
		background: #e4fce4;
		border: 1px #a7f4a7 solid;
		border-left: 4px #34b834 solid;
	}

	.ContactForm .Group2 {
		box-sizing: border-box;
		margin-right: -20px;
	}
	.ContactForm .Group2 .Group2 {
		margin-right: 0px;
	}
	.ContactForm .Group2 .Col {
		float: left;
		width: 50%;
	}
	.ContactForm .Group2 .Col .Group {
		box-sizing: border-box;
		margin-right: 20px;
	}
@media only screen and (max-width : 1200px) {
	.Contact {
		padding-bottom: 55px;
	}
	.Contact .PageContext {
		padding-bottom: 55px;
	}
	.Contact.ContactPopup .PageContext {
		padding-bottom: 75px;
	}
	.ContactBumper {
		height: 55px;
	}
	.Contact.ContactPopup .ContactBumper {
		padding-bottom: 75px;
	}
}
@media only screen and (max-width : 600px) {
	.Contact {
		padding-bottom: 30px;
	}
	.ContactBumper {
		height: 30px;
	}
	.Contact.ContactPopup .ContactBumper {
		padding-bottom: 55px;
	}
	.Contact .PageContext {
		padding-bottom: 30px;
	}
	.Contact.ContactPopup .PageContext {
		padding-bottom: 50px;
	}
	.ContactForm .Group2 {
		margin-right: 0px;
	}
	.ContactForm .Group2 .Col {
		float: none;
		width: 100%;
	}
	.ContactForm .Group2 .Col .Group {
		margin-right: 0px;
	}
}


/*.Contact .Column1 {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
.Contact .Column1 .Inner {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.Contact .Column2 .Inner {
}
.Contact .Column2 {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
}
.Contact .MapObject iframe {
	pointer-events: none;
}
.Contact .MapObject {
}

@media screen and (max-width: 600px){
	.Contact .Column1 {
		position: relative;
		float: none;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.Contact .Column2 {
		float: none;
		width: 100%;
	}
}

.ContactForm form {
	display: block;
	position: relative;
	margin: 0;
	max-width: 600px;
}

.Contact .Hidden {
	display: none;
}

.Contact fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.Contact label {
	display: block;
	font-weight: bold;
	font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
	font-size: 16px;
	color: #1C1E4D;
	margin: 0 0 7px 0;
	padding: 0;
}
.Contact.dark label {
	color: #41C0C0;
}
	.Contact label span {
		color: #000000;
		margin: 0;
		padding: 0;
	}
	.Contact.dark span {
		color: #41C0C0;
	}

.Contact .ButtonGroup input {
	cursor: pointer;
	outline: none;
	border: 2px #000000 solid;
	color: #000000;
	background: rgba(0,0,0, 0);
	font-family: "05d69925185dd2c8fcd1fd74150cd4e2", Arial, sans-serif;
	font-size: 16px;
	padding: 15px 25px;
	margin: 0;
}
	.Contact .ButtonGroup input:hover {
		background: rgba(0,0,0, .3);
	}

.Contact .Result {
	opacity: .65;
	background: #fff;
	border: 1px #fff solid;
	color: #444;
	font-size: 16px;
}

.Contact .Radio,
.Contact .Checkbox,
.Contact .Dropdown,
.Contact .Area,
.Contact .Date,
.Contact .Input {
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.05);
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	background: #fff;
	border: 1px #ccc solid;
	color: #1C1E4D;
	position: relative;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 9px;
}
.Contact.dark .Radio,
.Contact.dark .Checkbox,
.Contact.dark .Dropdown,
.Contact.dark .Area,
.Contact.dark .Date,
.Contact.dark .Input {
	box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,0.05);
	background: #000;
	border: 1px #333 solid;
	color: #41C0C0;
}
.Contact .Area textarea,
.Contact .Date input,
.Contact .Input input {
	font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
	color: #444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
}
.Contact .Dropdown select {
	color: #444;
	border: none;
	width: 100%;
	background: transparent;
	outline: none;
}
.Contact .Radio input,
.Contact .Checkbox input {
	color: #444;
	border: auto;
	width: auto;
	margin: 5px;
	background: auto;

}

.Contact .Area textarea {
	height: 80px;
}

.Contact .Focused {
	border: 1px solid #444;
}
.Contact .Default {
	background: #fff;
	border-color: #fff;
}
.Contact .Invalid {
	background: #fff;
	border-color: #993300;
}

.Contact .ButtonGroup {
	background: transparent;
}

.Contact select:focus,
.Contact input:focus {
	outline: none !important;
}

.Contact .Input input:valid {
	box-shadow: none;
}

.Contact .Input input:required {
	color: #444;
	background: transparent;
}

.Contact .Area textarea:invalid,
.Contact .Dropdown select:invalid,
.Contact .Input input:invalid {
	color: #993300;
	box-shadow: none;
}

::-webkit-input-placeholder {
	color: #eee;
}
.Contact textarea:-moz-placeholder,
.Contact input:-moz-placeholder {
	color: #eee;
}
.Contact .placeholder {
	color: #eee !important;
}

.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute; top:-2px !important;}
.ui-spinner-button {overflow: hidden}*/

		

.FaqPage .Inner{
	margin: 0 auto;
	max-width: 1200px;
}
	.FaqPage .Column1{
		float: left;
		width: 25%;
		margin-left: 5%;
	}
	.FaqPage .Column2{
		float: right;
		width: 60%;
		margin-right: 5%;
	}
	.FaqPage .QuestionBlock {
		margin: 0 0 30px 0;
	}
		.FaqPage .QuestionBlock .Title {
			margin: 0;
			padding: 0;
			padding-bottom: 20px;
		}
		.FaqPage .QuestionBlock a {
			display: block;
			margin-bottom: 10px;
			text-decoration: none;
		}
	.FaqPage .AnswerBlock {
		margin: 0 0 30px 0;
	}
		.FaqPage .AnswerBlock .Title {
			margin: 0;
			padding: 0;
			padding-bottom: 20px;
		}
		.FaqPage .Answer {
			margin-bottom: 30px;
		}
			.FaqPage .Answer .SubTitle {
				margin: 0;
				padding: 0;
				padding-bottom: 15px;
			}
		.FaqPage .AnswerBlock img {
			margin-bottom: 15px;
			display: block;
			width: 100%;
			height: auto;
		}
		.FaqPage .AnswerBlock iframe {
			margin-bottom: 15px;
		}
		.FaqPage .AnswerBlock .MultiColDesc {
		}

.FaqBumper {
	height: 100px;
}
@media only screen and (max-width : 1200px) {
	.FaqBumper {
		height: 75px;
	}
}
@media only screen and (max-width : 600px) {
	.FaqBumper {
		height: 50px;
	}
}
		
@media only screen and (max-width: 480px) {
	.FaqPage .Column1{
		display: none;
	}
	.FaqPage .Column2{
		float: none;
		width: auto;
		margin: 0 30px;
	}
}


.FourUp .Wrapper {
	max-width: 1100px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
	.FourUp .Inner {
		margin: 0 auto;
		max-width: 1440px;
	}
		.FourUpBlock .Inner {
			padding: 30px;
		}
		.FourUpBlock .IconImage {
			margin: 0 auto;
			padding-bottom: 30px;
		}
		.FourUpBlock .IconImage img {
			max-width: 100%;
			height: inherit;
		}
		.FourUpBlock .Title {
			padding: 0 !important;
			margin: 0 auto;
			margin-bottom: 10px;
		}
		.FourUpBlock .Subtitle {
			margin: 0 auto;
			margin-bottom: 10px;
		}
		.FourUpBlock .Blurb {
			max-width: 600px;
			max-width: 800px;
			max-width: 60ch;
			margin: 0 auto;
		}
		.FourUpBlock .Link {
			margin: 0 auto;
			padding: 30px 30px 0 30px;
		}
		.FourUpBlock .Link a {
			display: inline-block;
			padding: 15px 25px;
			text-decoration: none;
			transition: all 500ms;
		}
		
.FourUpBumper {
	height: 70px;
}
@media only screen and (max-width : 1200px) {
	.FourUpBumper {
		height: 45px;
	}
}
@media only screen and (max-width : 600px) {
	.FourUpBumper {
		height: 20px;
	}
}





.GridPage .Wrapper {
	max-width: 1600px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
		.GridItem {
			margin: 0;
			padding: 0;
			overflow: hidden;
			position: relative;
		}
		.GridItem .Inner {
			position: relative;
		}
			.GridItem .Image {
				width: 100%;
			}
			.GridItem .Image img {
				display: block;
				width: 100%;
				height: inherit;
				margin: 0;
				padding: 0;
			}
			.GridItem .ContextInner {
				position: relative;
				box-sizing: border-box;
				padding: 0;
				margin: 0;
			}
			.GridItem .Context {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				text-align: left;
				padding: 10%;
				box-sizing: border-box;
				overflow: auto;
			}
			.GridItem .Context.Center {
				text-align: center;
			}
			.GridItem .Context {
				transition:opacity .2s linear;
				display: block !important;
			}
			.GridItem:hover .Context{
			}
				.GridItem .Title {
					padding: 0;
					white-space: normal;
					word-wrap: break-word;
					margin: 0 auto;
					margin-bottom: 10px;
					font-size: 114px;
				}
				.GridItem .Subtitle {
					margin: 0 auto;
					margin-bottom: 4px;
					font-size: 27px;
				}
				.GridItem .Blurb {
					max-width: none;
				}
				.GridItem .Blurb > * {
					font-size: inherit;
				}
				.GridItem .GridLinkArea {
					margin: 0 auto;
					position: absolute;
					display: block;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
				}
				.GridItem .Toggle {
					display: none;
				}
				.GridItem.Mobile .Toggle {
					-webkit-appearance: none;
					outline: none;
					position: absolute;
					bottom: 0px;
					right: 0px;
					padding: 10px;
					display: block;
				}
				.GridItem.Mobile .Toggle span {
					width: 30px;
					height: 30px;
					box-sizing: border-box;
					display: block;
					background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=444');
					background-position: -242px 0px;
					border-radius: 5px; 
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px; 
					-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
					-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
					box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
				}
				.dark .GridItem.Mobile .Toggle span {
					background-image: url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=fff') !important;
				}
				.GridItem.Mobile .Toggle.Close span {
					background-position: -452px 0px;
				}





/* ---- Hero Image ---- */

.HeroBlock {
	padding: 150px 0;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;
}
.HeroBlock  .Inner {
	position: relative;
	left: 50%;
	width: 50%;
}
.HeroBlock.Right .Inner {
	left: 0%;
	text-align: right;
}
	.HeroBlock  .HeroImage {
		position: absolute;
		right: 100%;
	}
	.HeroBlock  .IframeWrapper {
		position: absolute; 
		top: 0;
		left: 0;
		height: 100%;
		width: 50%;
		box-sizing: border-box;
	}
	.HeroBlock iframe {
		position: relative;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 100%;
		border: none;
		display: block;
	}
	.HeroBlock .DoPad iframe {
		padding: 50px !important;
	}
	.HeroBlock.Right .HeroImage {
		left: 100%;
	}
	.HeroBlock.Right .IframeWrapper {
		left: 50%;
	}
	.HeroBlock .Title {
		display: block;
		max-width: 400px;
		margin: 0;
		padding: 0px 50px 0 50px !important;
	}
	.HeroBlock.Right .Title {
		float: right;
	}
	.HeroBlock  .SubTitle {
		display: inline-block;
		max-width: 400px;
		padding: 30px 30px 0 30px;
		margin: 0;
		padding-left: 50px;
	}
	.HeroBlock.Right .SubTitle {
		text-align: right;
		padding-left: 30px;
		padding-right: 50px;
	}
	.HeroBlock .Link {
		margin: 0 auto;
		padding: 30px 30px 0 30px;
		padding-left: 50px;
		padding-right: 50px;
	}
		.HeroBlock .Link a {
			display: inline-block;
			padding: 15px 25px;
			text-decoration: none;
			transition: all 500ms;
		}
@media only screen and (max-width : 1200px) {
	.HeroBlock {
		padding: 100px 0;
	}
}
@media only screen and (max-width : 800px) {
	.HeroBlock {
		padding: 75px 0;
	}
}
@media only screen and (max-width : 600px) {
	.HeroBlock  {
		text-align: center;
		padding: 50px 0;
	}
	.HeroBlock  .Inner {
		position: relative;
		left: 0;
		width: 100%;
	}
	.HeroBlock.Right .Inner {
		text-align: center;
	}
		.HeroBlock  .IframeWrapper {
			position: relative; 
			height: 100%;
			width: 100%;
			padding-bottom: 25px;
			padding: 0 25px 25px 25px;
			box-sizing: border-box;
		}
		.HeroBlock  .IframeWrapper.DoPad {
			padding: 0 25px 25px 25px;
			box-sizing: border-box;
		}
		.HeroBlock.Right .IframeWrapper {
			left: 0;
		}
		.HeroBlock .DoPad iframe {
			padding: 0px !important;
		}
		.HeroBlock.Right .HeroImage {
			left: 0;
		}
		.HeroBlock .HeroImage {
			position: relative;
			top: 0 !important;
			right: 0;
			left: 0;
			padding: 0 25px;
		}
		.HeroBlock.Right .HeroImage {
			left: 0;
		}
		.HeroBlock .HeroImage img {
			width: 100%;
			height: inherit;
			margin-bottom: 25px;
		}
		.HeroBlock .Title {
			float: none !important;
			margin: 0 auto;
			padding: 50px 50px 0 50px;
		}
		.HeroBlock  .SubTitle {
			display: block;
			margin: 0 auto;
			padding-right: 30px;
			padding-left: 30px;
		}
		.HeroBlock.Right .SubTitle {
			text-align: center;
			padding-right: 30px;
			padding-left: 30px;
		}
		.HeroBlock  .Link {
			padding-right: 30px;
			padding-left: 30px;
		}
}






	.Markdown {
		font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
		font-size: 16px;
	}
	.Markdown h1{
		font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
		font-size: 76px;
		margin: 0 0 15px 0;
	}
	.Markdown h2{
		margin-top: 0;
		font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
		font-size: 57px;
		margin: 0 0 15px 0;
	}
	.Markdown h3{
		font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
		font-size: 45.6px;
		margin: 0 0 15px 0;
	}
	.Markdown h4{
		font-family: "12765ae5b31b8a13a72ea9bfbc50012b", Arial, sans-serif;
		font-size: 38px;
		margin: 0 0 15px 0;
	}
	.Markdown p {
		clear: both;
	}
	.Markdown strong {
		font-weight: bold !important;
	}
	.light .dark .Markdown a ,
	.dark .Markdown a ,
	.Markdown .dark a {
		outline: none;
		color: #41C0C0;
	}
	.dark .light .Markdown a ,
	.light .Markdown a ,
	.Markdown .light a {
		color: #000000;
	}
	
	.Markdown ul {
		list-style: outside disc;
		margin-left: 1em;
		padding: 0;
	}
	.Markdown ul li {
		position: relative;
		left: 1em;
		padding-right: 1em;
	}
	.Markdown .Inner {
		margin: 0 auto;
		padding: 75px;
	}
	
	.Markdown img {
		margin-top: 25px;
		margin-bottom: 25px;
		height: inherit;
		max-width: 50%;
		float: left;
		margin-right: 25px;
	}
	
	.Markdown img:nth-of-type(even) {
		float: right;
		margin-left: 25px;
	}
	
@media only screen and (max-width : 600px) {
	.Markdown .Inner {
		padding: 50px;
	}
	.Markdown img {
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
}


.PageBlocks .Wrapper {
}
.PageBlock {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.PageBlock.ImageOnly .Inner {
	padding-top: 75px;
	padding-bottom: 75px;
}
	.PageBlock .videobg-wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
		.PageBlock .videobg {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position: center center;
		}
	.PageBlock .Inner {
		position: relative;
		z-index: 2;
		margin: 0 auto;
		max-width: 1440px;
	}
	.PageBlock .col {
		position: relative;
		margin: 0;
		padding: 0;
		width: 50% !important;
		min-height: 1px;
	}
		.PageBlock .right {
			text-align: left;
		}
		.PageBlock .left {
			text-align: right;
		}
		.PageBlock .right .col {
			float: left;
		}
		.PageBlock .left .col {
			float: right;
		}
		.PageBlock .Title {
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.PageBlock .SubTitle {
			max-width: 600px;
			max-width: 900px;
			max-width: 60ch;
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.PageBlock .left .SubTitle  {
			margin: 0;
			float: right;
		}
		.PageBlock .right .SubTitle  {
			margin: 0;
		}
		.PageBlock .Link {
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.PageBlock .right .Link  ,
		.PageBlock .left .Link  {
			margin: 0;
		}
			.PageBlock .Link span {
				display: inline-block;
				padding: 25px 29px;
				font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
				font-size: 16px;
			}
			.PageBlock .Link a {
				display: inline-block;
				padding: 15px 25px;
				text-decoration: none;
				transition: all 500ms;
			}
		.PageBlock .SubText {
			margin: 0 auto;
			padding: 0;
		}
		.PageBlock .right .SubText  ,
		.PageBlock .left .SubText  {
			margin: 0;
		}
		.PageBlock .left .SubText  {
			float: right;
		}
		.PageBlock .ChildContext {
			padding: 100px 0;
			position: relative;
		}
		.PageBlock .center .HeroImageBumper {
			height: 70px;
		}
		.PageBlock .center .ChildContext {
			padding: 30px 75px 30px 75px;
		}
		.PageBlock .left .ChildContext {
			padding-left: 75px;
		}
		.PageBlock .right .ChildContext {
			padding-right: 75px;
		}
		.PageBlock.ImageOnly  .ChildContext {
			padding: 0 !important;
		}
		.PageBlock.Short .ChildContext {
			padding: 30px 0 !important;
		}
		.PageBlock .HeroImage {
			position: relative;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.PageBlock .right .HeroImage {
			margin-right: 75px;
			float: right;
		}
		.PageBlock .left .HeroImage {
			margin-left: 75px;
			float: left;
		}
		.PageBlock .HeroImage  img {
			display: block;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.PageBlock .left .HeroImage img ,
		.PageBlock .right .HeroImage img {
			margin-top: 75px;
			margin-bottom: 75px;
			float: right;
		}
		.PageBlock .HeroImageBork img {
			display: block;
			padding-top: 100px;
			margin: 0 auto 0 auto;
		}
@media only screen and (max-width : 1200px) {
	.PageBlock .ChildContext {
		padding: 75px 0;
		position: relative;
	}
	.PageBlock .center .HeroImageBumper {
		height: 45px;
	}
	.PageBlock .center .ChildContext {
		padding: 30px 50px 50px 50px;
	}
	.PageBlock .left .ChildContext {
		padding-left: 50px;
	}
	.PageBlock .right .ChildContext {
		padding-right: 50px;
	}
	.PageBlock .left .HeroImage img ,
	.PageBlock .right .HeroImage img {
		margin-top: 50px;
		margin-bottom: 50px;
		float: right;
	}
	.PageBlock .HeroImageBork img {
		padding-top: 75px;
	}
}
@media only screen and (max-width : 480px) {
	.PageBlock .right .col ,
	.PageBlock .left .col {
		text-align: center;
		float: none;
		width: 100% !important;
	}
	.PageBlock .center .HeroImageBumper {
		display: none;
	}
	.PageBlock .ChildContext {
		padding: 30px !important;
		position: relative;
	}
	.PageBlock .Title {
		padding-bottom: 15px;
	}
	.PageBlock .SubTitle {
		padding-bottom: 15px;
	}
	.PageBlock .left .SubTitle  {
		float: none;
	}
	.PageBlock .Link {
		padding-bottom: 15px;
	}
	.PageBlock .right .SubTitle  ,
	.PageBlock .left .SubTitle  {
		float: none;
		margin: 0 auto;
	}
	.PageBlock .right .Link ,
	.PageBlock .left .Link {
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.PageBlock .center .SubText ,
	.PageBlock .right .SubText ,
	.PageBlock .left .SubText {
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.PageBlock .left .SubText  {
		float: none;
	}
	.PageBlock .left .SubText  {
		padding-left: 0;
	}
	.PageBlock .right .SubText  {
		padding-right: 0;
	}
	.PageBlock .right .HeroImage {
		margin-right: 0px;
		float: none;
	}
	.PageBlock .left .HeroImage {
		margin-left: 0px;
		float: none;
	}
	.PageBlock .HeroImage ,
	.PageBlock .HeroImageBork {
		padding: 0 25px;
	}
	.PageBlock .left .HeroImage img ,
	.PageBlock .right .HeroImage img ,
	.PageBlock .HeroImage img ,
	.PageBlock .HeroImageBork img {
		padding-top: 50px;
		margin: 0 auto 0 auto;
	}
	.PageBlock .HeroImage img ,
	.PageBlock .HeroImageBork img {
		width: 100%;
		height: auto;
	}
		.PageBlock.ImageOnly .Inner {
			padding-top: 50px;
			padding-bottom: 50px;
		}
}

.Pricing {
}
.Pricing .Wrapper {
	margin: 0 auto;
	max-width: 1200px;
	overflow: auto;
}
	.PriceBlocks {
		margin: 0 auto;
		display: table;
	}
	.Pricing .TitleInner {
		margin: 0 30px;
		padding: 15px 0;
	}
	.Pricing .SubTitleInner {
		margin: 0 30px;
		padding-bottom: 15px;
		border-bottom: 4px red solid;
	}
	.Pricing .BlurbInner {
		margin: 0 30px;
		padding: 0 0 0 0;
	}
	.Pricing .Inner {
		padding: 30px;
	}
		.PriceBlock .Breakline {
			width: 100%;
			height: 4px;
			background: #eee;
		}
		/*.PriceBlocks.Columns td {
			vertical-align: top;
		}
		.PriceBlocks.Columns .Title {
			margin:0 0 15px 0;
			padding: 0;
		}
		.PriceBlocks.Columns .Subtitle {
			margin:0 0 15px 0;
			padding: 0;
		}
		.PriceBlocks.Columns .Blurb {
			margin:0 0 0 0;
			padding: 15px 0 0 0;
		}*/
		.PriceBlocks .Title {
			margin:0 0 0 0;
			padding: 0;
		}
		.PriceBlocks .Subtitle {
			margin:0 0 0 0;
			padding: 0;
		}
		.PriceBlocks .Blurb {
			margin:0 0 0 0;
			padding: 0 0 0 0;
		}
		.PriceBlock .Blurb a {
			position: relative;
			display: inline-block;
			border: 2px #000000 solid;
			color: #000000;
			padding: 7px 14px;
			font-size: 12px;
			text-decoration: none;
		}
		


.SliderBlocksRow.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.SliderBlocksRow .slick-dots {
	bottom: 17px;
}

.DotsLowerPad {
	position: relative;
	z-index: 2;
	height: 50px;
}

.SliderBlocks .Wrapper {
}
.SliderBlock {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.SliderBlock.ImageOnly .Inner {
	padding-top: 75px;
	padding-bottom: 75px;
}
	.SliderBlock .videobg-wrapper {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.SliderBlock .videobg {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
	}
	.SliderBlock .Inner {
		position: relative;
		z-index: 2;
		margin: 0 auto;
		max-width: 1440px;
	}
	.SliderBlock .col {
		position: relative;
		margin: 0;
		padding: 0;
		width: 50% !important;
		min-height: 1px;
	}
		.SliderBlock .right {
			text-align: left;
		}
		.SliderBlock .left {
			text-align: right;
		}
		.SliderBlock .right .col {
			float: left;
		}
		.SliderBlock .left .col {
			float: right;
		}
		.SliderBlock .Title {
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.SliderBlock .SubTitle {
			max-width: 600px;
			max-width: 900px;
			max-width: 60ch;
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.SliderBlock .left .SubTitle  {
			margin: 0;
			float: right;
		}
		.SliderBlock .right .SubTitle  {
			margin: 0;
		}
		.SliderBlock .Link {
			margin: 0 auto;
			padding: 0;
			padding-bottom: 30px;
		}
		.SliderBlock .right .Link  ,
		.SliderBlock .left .Link  {
			margin: 0;
		}
			.SliderBlock .Link span {
				display: inline-block;
				padding: 25px 29px;
				font-family: "460e513c4ddb177d16bd23329f168e4b", Arial, sans-serif;
				font-size: 16px;
			}
			.SliderBlock .Link a {
				display: inline-block;
				padding: 15px 25px;
				text-decoration: none;
				transition: all 500ms;
			}
		.SliderBlock .SubText {
			margin: 0 auto;
			padding: 0;
		}
		.SliderBlock .right .SubText  ,
		.SliderBlock .left .SubText  {
			margin: 0;
		}
		.SliderBlock .left .SubText  {
			float: right;
		}
		.SliderBlock .ChildContext {
			padding: 100px 0;
			position: relative;
		}
		.SliderBlock .center .HeroImageBumper {
			height: 70px;
		}
		.SliderBlock .center .ChildContext {
			padding: 30px 75px 100px 75px;
		}
		.SliderBlock .left .ChildContext {
			padding-left: 75px;
		}
		.SliderBlock .right .ChildContext {
			padding-right: 75px;
		}
		.SliderBlock.ImageOnly  .ChildContext {
			padding: 0 !important;
		}
		.SliderBlock.Short .ChildContext {
			padding: 30px 0 !important;
		}
		.SliderBlock .HeroImage {
			position: relative;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.SliderBlock .right .HeroImage {
			margin-right: 75px;
			float: right;
		}
		.SliderBlock .left .HeroImage {
			margin-left: 75px;
			float: left;
		}
		.SliderBlock .HeroImage  img {
			display: block;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		.SliderBlock .left .HeroImage img ,
		.SliderBlock .right .HeroImage img {
			margin-top: 75px;
			margin-bottom: 75px;
			float: right;
		}
		.SliderBlock .HeroImageBork img {
			display: block;
			padding-top: 100px;
			margin: 0 auto 0 auto;
		}
@media only screen and (max-width : 1200px) {
	.SliderBlock .ChildContext {
		padding: 75px 0;
		position: relative;
	}
	.SliderBlock .center .HeroImageBumper {
		height: 45px;
	}
	.SliderBlock .center .ChildContext {
		padding: 30px 50px 50px 50px;
	}
	.SliderBlock .left .ChildContext {
		padding-left: 50px;
	}
	.SliderBlock .right .ChildContext {
		padding-right: 50px;
	}
	.SliderBlock .left .HeroImage img ,
	.SliderBlock .right .HeroImage img {
		margin-top: 50px;
		margin-bottom: 50px;
		float: right;
	}
	.SliderBlock .HeroImageBork img {
		padding-top: 75px;
	}
}
@media only screen and (max-width : 480px) {
	.SliderBlock .right .col ,
	.SliderBlock .left .col {
		text-align: center;
		float: none;
		width: 100% !important;
	}
	.SliderBlock .center .HeroImageBumper {
		display: none;
	}
	.SliderBlock .ChildContext {
		padding: 30px !important;
		position: relative;
	}
	.SliderBlock .Title {
		padding-bottom: 15px;
	}
	.SliderBlock .SubTitle {
		padding-bottom: 15px;
	}
	.SliderBlock .left .SubTitle  {
		float: none;
	}
	.SliderBlock .Link {
		padding-bottom: 15px;
	}
	.SliderBlock .right .SubTitle  ,
	.SliderBlock .left .SubTitle  {
		float: none;
		margin: 0 auto;
	}
	.SliderBlock .right .Link ,
	.SliderBlock .left .Link {
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.SliderBlock .center .SubText ,
	.SliderBlock .right .SubText ,
	.SliderBlock .left .SubText {
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.SliderBlock .left .SubText  {
		float: none;
	}
	.SliderBlock .left .SubText  {
		padding-left: 0;
	}
	.SliderBlock .right .SubText  {
		padding-right: 0;
	}
	.SliderBlock .right .HeroImage {
		margin-right: 0px;
		float: none;
	}
	.SliderBlock .left .HeroImage {
		margin-left: 0px;
		float: none;
	}
	.SliderBlock .HeroImage ,
	.SliderBlock .HeroImageBork {
		padding: 0 25px;
	}
	.SliderBlock .left .HeroImage img ,
	.SliderBlock .right .HeroImage img ,
	.SliderBlock .HeroImage img ,
	.SliderBlock .HeroImageBork img {
		padding-top: 50px;
		margin: 0 auto 0 auto;
	}
	.SliderBlock .HeroImage img ,
	.SliderBlock .HeroImageBork img {
		width: 100%;
		height: auto;
	}
		.SliderBlock.ImageOnly .Inner {
			padding-top: 50px;
			padding-bottom: 50px;
		}
}


.Testimonials .Wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
	
	.TestimonialSlides {
		position: relative;
		padding: 0 30px;
	}
	.TestimonialSlides .slick-prev,
	.TestimonialSlides .slick-prev:hover {
		outline: none;
		position: absolute;
		left: 0;
		width: 30px;
		height: 100%;
		border: none;
		background: transparent url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=CCC');
		background-position: -155px center;
		background-repeat: no-repeat;
		text-indent: -5000px;
		overflow: hidden;
	}
	.TestimonialSlides .slick-next,
	.TestimonialSlides .slick-next:hover {
		outline: none;
		position: absolute;
		right: 0;
		width: 30px;
		height: 100%;
		border: none;
		background: transparent url('modular-gateway.php?action=image_colorize&image=galleria-sprite.png&effect=overlay&color=CCC');
		background-position: -207px center;
		background-repeat: no-repeat;
		text-indent: -5000px;
		overflow: hidden;
	}
			.Testimonial {
				position: relative;
			}
			.Testimonial  .Title {
				display: inline-block;
				max-width: 400px;
				margin: 0 auto;
				padding: 0px 50px 0 50px !important;
			}
			.Testimonial  .Blurb {
				display: inline-block;
				padding: 30px 30px 0 30px;
				margin: 0;
				padding-left: 50px;
			}
			.Testimonial .Inner {
				padding: 30px;
			}
			.Testimonial .Avatar img {
				width: 100%;
				height: auto;
			}
			.Slide .Blurb {
				padding: 30px 0;
				color: #1C1E4D;
			}
			.Slide .SubTitle {
				color: #000000;
				margin: 0 auto;
				font-size: 14px;
			}
			.Statement .Blurb {
				padding: 30px;
				margin-bottom: 30px;
				color: #FFF;
				background: #000000;
			}
			.Statement .Blurb:after {
				content: "";
				display: block; /* reduce the damage in FF3.0 */
				position: relative;
				top: 45px;
				left: -15px;
				width: 0;
				border-width: 15px 9px 0;
				border-style: solid;
				border-color: #000000 transparent;
			}
			.Statement .Avatar {
				width: 50px;
				height: 50px;
				overflow: hidden;
				float: left;
			}
			.Statement .Avatar img {
				width: 50px;
				height: 50px;
			}
			.Statement .SubTitle {
				text-align: left;
				color: #000000;
				height: 50px;
				line-height: 50px;
				margin: 0 0 0 65px;
				padding: 0 0 0 0;
			}

			


#twitter {
	width: 520px;
	margin: 0 auto;
}

