/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  box-sizing: border-box; }

h1, h2, h3, a, button, html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4em; }

.font-gray {
  color: gray; }

.bold {
  font-weight: 700; }

.brackets:before {
  content: "{";
  font-weight: 400;
  font-size: 90px;
  padding-right: 15px;
  background: -webkit-linear-gradient(135deg, #857BCE 0%, #10A89D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.brackets:after {
  content: "}";
  font-weight: 400;
  font-size: 90px;
  padding-left: 15px;
  background: -webkit-linear-gradient(135deg, #857BCE 0%, #10A89D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.4em; }

h1 {
  font-size: 3.8em;
  margin-bottom: 20px; }

h2 {
  font-size: 2.6em;
  margin-bottom: 15px; }

.h2-sm {
  font-size: 2.3em;
  margin-bottom: 0; }

h3 {
  font-size: 1.825em;
  margin-bottom: 12px; }

h4 {
  font-size: 30px;
  margin-bottom: 0px; }

h5 {
  font-size: 1.25em;
  margin-bottom: 0px; }

h6 {
  font-size: 1em;
  margin-bottom: 0px; }

p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.4em; }

body {
  background-color: #000;
  color: #FFF;
  height: 100%; }

a {
  text-decoration: none;
  outline: none;
  border: none;
  color: #FFF; }

img {
  display: block; }

::selection {
  background: #13A89E;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #13A89E;
  /* Gecko Browsers */ }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

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

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 1em); }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

#header {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  transform: scale(1);
  transition: transform 0.5s;
  display: flex;
  justify-content: center;
  align-items: center; }

#intro-header {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 50;
  top: 0;
  transform: scale(1);
  transition: transform 0.5s;
  display: flex;
  justify-content: center;
  align-items: center; }

.header {
  position: relative; }

#footer {
  width: 100%;
  padding: 35px 0 35px 0;
  background: url("../images/backgrounds/pw_maze_black_2X.png") left top repeat; }

.footer-logo {
  margin: 15px auto 35px;
  width: 76px; }

.flex {
  display: flex; }

.flex-left-top {
  display: flex;
  justify-content: flex-start; }

.flex-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.flex-left-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }

.align-middle {
  align-items: center; }

.flex-center-top {
  display: flex;
  justify-content: center; }

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.flex-right-top {
  display: flex;
  justify-content: flex-end; }

.flex-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.flex-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.flex-top-center-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; }

.flex-left-top-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }

.flex-top-center-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row; }

.flex-space-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row; }

.flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row; }

.flex-center-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row; }

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.flex-center-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.p200 {
  padding: 200px 0; }

.pt200 {
  padding-top: 200px; }

.pb200 {
  padding-bottom: 200px; }

.p150 {
  padding: 150px 0; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.p100 {
  padding: 100px 0; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.p75 {
  padding: 75px 0; }

.pt75 {
  padding-top: 75px; }

.pb75 {
  padding-bottom: 75px; }

.p50 {
  padding: 50px 0; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.p35 {
  padding: 35px 0; }

.pt35 {
  padding-top: 35px; }

.pb35 {
  padding-bottom: 35px; }

.p25 {
  padding: 25px 0; }

.pt25 {
  padding-top: 25px; }

.pb25 {
  padding-bottom: 25px; }

.p15 {
  padding: 15px 0; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.m200 {
  margin: 200px 0; }

.mt200 {
  margin-top: 200px; }

.mb200 {
  margin-bottom: 200px; }

.m150 {
  margin: 150px 0; }

.mt150 {
  margin-top: 150px; }

.mb150 {
  margin-bottom: 150px; }

.m100 {
  margin: 100px 0; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.m75 {
  margin: 75px 0; }

.mt75 {
  margin-top: 75px; }

.mb75 {
  margin-bottom: 75px; }

.m50 {
  margin: 50px 0; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.m35 {
  margin: 35px 0; }

.mt35 {
  margin-top: 35px; }

.mb35 {
  margin-bottom: 35px; }

.m25 {
  margin: 25px 0; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.m15 {
  margin: 15px 0; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.m5 {
  margin: 5px 0; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

#frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  z-index: 9000; }
  #frame .dot {
    width: 10px;
    height: 10px; }
    #frame .dot:nth-child(1) {
      background: #20dfd6;
      animation: load 0.3s linear -0.1s infinite alternate; }
    #frame .dot:nth-child(2) {
      background: #20dfdc;
      animation: load 0.3s linear -0.2s infinite alternate; }
    #frame .dot:nth-child(3) {
      background: #20dcdf;
      animation: load 0.3s linear -0.3s infinite alternate; }
    #frame .dot:nth-child(4) {
      background: #20d6df;
      animation: load 0.3s linear -0.4s infinite alternate; }
    #frame .dot:nth-child(5) {
      background: #20cfdf;
      animation: load 0.3s linear -0.5s infinite alternate; }
    #frame .dot:nth-child(6) {
      background: #20c9df;
      animation: load 0.3s linear -0.6s infinite alternate; }
    #frame .dot:nth-child(7) {
      background: #20c2df;
      animation: load 0.3s linear -0.7s infinite alternate; }
    #frame .dot:nth-child(8) {
      background: #20bcdf;
      animation: load 0.3s linear -0.8s infinite alternate; }
    #frame .dot:nth-child(9) {
      background: #20b6df;
      animation: load 0.3s linear -0.9s infinite alternate; }
    #frame .dot:nth-child(10) {
      background: #20afdf;
      animation: load 0.3s linear -1s infinite alternate; }
    #frame .dot:nth-child(11) {
      background: #20a9df;
      animation: load 0.3s linear -1.1s infinite alternate; }
    #frame .dot:nth-child(12) {
      background: #20a3df;
      animation: load 0.3s linear -1.2s infinite alternate; }
    #frame .dot:nth-child(13) {
      background: #209cdf;
      animation: load 0.3s linear -1.3s infinite alternate; }
    #frame .dot:nth-child(14) {
      background: #2096df;
      animation: load 0.3s linear -1.4s infinite alternate; }
    #frame .dot:nth-child(15) {
      background: #208fdf;
      animation: load 0.3s linear -1.5s infinite alternate; }
    #frame .dot:nth-child(16) {
      background: #2089df;
      animation: load 0.3s linear -1.6s infinite alternate; }
    #frame .dot:nth-child(17) {
      background: #2083df;
      animation: load 0.3s linear -1.7s infinite alternate; }
    #frame .dot:nth-child(18) {
      background: #207cdf;
      animation: load 0.3s linear -1.8s infinite alternate; }
    #frame .dot:nth-child(19) {
      background: #2076df;
      animation: load 0.3s linear -1.9s infinite alternate; }
    #frame .dot:nth-child(20) {
      background: #2070df;
      animation: load 0.3s linear -2s infinite alternate; }
    #frame .dot:nth-child(21) {
      background: #2069df;
      animation: load 0.3s linear -2.1s infinite alternate; }
    #frame .dot:nth-child(22) {
      background: #2063df;
      animation: load 0.3s linear -2.2s infinite alternate; }
    #frame .dot:nth-child(23) {
      background: #205cdf;
      animation: load 0.3s linear -2.3s infinite alternate; }
    #frame .dot:nth-child(24) {
      background: #2056df;
      animation: load 0.3s linear -2.4s infinite alternate; }
    #frame .dot:nth-child(25) {
      background: #2050df;
      animation: load 0.3s linear -2.5s infinite alternate; }

@keyframes load {
  100% {
    opacity: 0;
    transform: scale(0.5); } }

#loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8999;
  background: black; }

.hero-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .hero-container .dave-hero {
    z-index: 101;
    position: absolute;
    display: block;
    height: 85%; }
  .hero-container .full-size-bg {
    height: calc(100vh - 100px);
    width: 100vw;
    background: url("../images/backgrounds/x-color-bg.jpg") no-repeat center center;
    background-size: cover; }

.icon-btn-long-left {
  margin: 0 8px 0 0px; }

.icon-btn-long-right {
  margin-left: 8px; }

.icon {
  padding: 0 5px; }

.icon-red {
  color: #F25A78; }

.icon-black {
  color: #000; }

.icon-white {
  color: #FFF; }

.fa18 {
  font-size: 18px; }

.nav {
  height: 100px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  z-index: 1001;
  transform: scale(1);
  transition: transform 0.5s; }
  .nav .nav-left {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .nav .nav-left .nav-logo {
      height: 78px; }
  .nav .nav-center {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav .nav-center .nav-logo-mid {
      height: 60px; }
    .nav .nav-center .nav-list {
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav .nav-center .nav-list .nav-links {
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 50px; }
  .nav .nav-logo-left {
    height: 60px; }
  .nav .nav-right {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .nav .nav-right .nav-download {
      position: relative;
      height: 43px;
      white-space: nowrap; }
    .nav .nav-right .sidebar-ham {
      font-size: 38px; }

.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: url("../images/backgrounds/pw_maze_black_2X.png") left top repeat;
  transition: all 0.75s; }

section {
  position: relative;
  overflow: visible; }
  section .section-content-wrapper {
    width: 100%;
    padding: 100px 15px; }
    section .section-content-wrapper .section-text {
      display: flex;
      justify-content: center;
      width: 100%; }
    section .section-content-wrapper .section-content {
      width: auto;
      flex-wrap: wrap;
      position: relative; }
  section .adaptableHeight-section {
    height: 86vh; }

hr {
  margin: 35px; }

.black-text {
  color: black; }

.bg-black {
  background: #000; }

.bg-white-paper {
  background: url("../images/backgrounds/white_paper_texture.jpg") no-repeat center center;
  background-repeat: repeat-x; }

.bg-gradient-paper {
  background: url("../images/backgrounds/gradient_white_background.png") no-repeat center center;
  background-repeat: repeat-x; }

.autoH {
  height: auto; }

.fixedH-900 {
  height: 900px; }

.rip-separator {
  width: 100%; }

.rip-abs-top {
  position: absolute;
  top: 0; }

.rip-abs-bottom {
  position: absolute;
  bottom: 0; }

.rip-hero-abs-bottom {
  position: absolute;
  bottom: 0; }

.dave-silho {
  position: absolute;
  bottom: -50px;
  left: 65.10416666%;
  height: 600px;
  z-index: 2; }

.filter-menu {
  display: flex;
  justify-content: center;
  width: 100%; }

.logos-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 12px;
  position: relative; }

.logos-container-sm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 7px;
  position: relative; }

.skills-logo {
  height: 50px;
  margin: 15px; }

.skills-logo-sm {
  height: 40px; }

.skills-logo-xsm {
  height: 30px; }

.skill-name {
  color: black;
  text-align: center;
  margin: 0 auto; }

.logos-container.ng-enter {
  transition: 0.3s ease-out all;
  opacity: 0;
  transform: translateX(50px); }

.logos-container.ng-enter.ng-enter-active {
  opacity: 1;
  transform: translateX(0px); }

.logos-container.ng-enter-stagger {
  transition-delay: 0.03s;
  transition-duration: 0; }

.project-card {
  width: 250px;
  height: 450px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative; }
  .project-card .project-thumbnail {
    width: 100%;
    height: 100%;
    background: black;
    background-size: cover; }
    .project-card .project-thumbnail .thumbnail-overlay {
      width: 100%;
      height: 100%;
      z-index: 2;
      background: black;
      position: absolute;
      opacity: 0.5;
      transition: all 1.5s ease; }
    .project-card .project-thumbnail .thumbnail-img {
      z-index: 0;
      position: absolute;
      top: 0;
      height: 100%;
      filter: grayscale(70%); }
    .project-card .project-thumbnail .thumbnail-img-2 {
      z-index: 0;
      position: absolute;
      top: 0;
      height: 100%;
      opacity: 0;
      transition: all 1.5s ease; }
    .project-card .project-thumbnail .card-info-wrapper {
      overflow: hidden;
      z-index: 1;
      height: 100%;
      position: relative; }
      .project-card .project-thumbnail .card-info-wrapper .card-info {
        padding: 0 10px;
        position: relative;
        top: 76.5%;
        text-align: center; }
        .project-card .project-thumbnail .card-info-wrapper .card-info h4 {
          color: #000; }
        .project-card .project-thumbnail .card-info-wrapper .card-info p {
          color: #000; }
  .project-card .card-info-wrapper::before {
    content: '';
    width: 100%;
    height: 32%;
    background: lightgray;
    position: absolute;
    bottom: -9px;
    left: 0;
    transform: skewY(-4.2deg); }

.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible; }

.bg-splash-1 {
  background: url("../images/watercolor/splash1-opac.png") no-repeat center center;
  transform: scale(1, 1);
  transition: all 1.5s ease; }

.bg-splash-2 {
  background: url("../images/watercolor/splash2-opac.png") no-repeat center center;
  transform: scale(1, 1);
  transition: all 1.5s ease; }

.bg-splash-3 {
  background: url("../images/watercolor/splash3-opac.png") no-repeat center center;
  transform: scale(1, 1);
  transition: all 1.5s ease; }

.bg-splash-4 {
  background: url("../images/watercolor/splash4-opac.png") no-repeat center center;
  transform: scale(1, 1);
  transition: all 1.5s ease; }

.bg-splash-1:hover {
  background: url("../images/watercolor/splash1-color.png") no-repeat center center;
  transform: scale(1.05, 1.05);
  transition: all 1.5s ease; }

.bg-splash-2:hover {
  background: url("../images/watercolor/splash2-color.png") no-repeat center center;
  transform: scale(1.05, 1.05);
  transition: all 1.5s ease; }

.bg-splash-3:hover {
  background: url("../images/watercolor/splash3-color.png") no-repeat center center;
  transform: scale(1.05, 1.05);
  transition: all 1.5s ease; }

.bg-splash-4:hover {
  background: url("../images/watercolor/splash4-color.png") no-repeat center center;
  transform: scale(1.05, 1.05);
  transition: all 1.5s ease; }

.carousel-cell:hover .project-card {
  transform: scale(1.05, 1.05);
  transition: all 1s; }

.carousel-cell:hover .thumbnail-img-2 {
  transform: translateX(-300px);
  opacity: 1;
  transition: all 10s;
  transition-delay: 1.5s; }

.carousel-cell:hover .thumbnail-img {
  filter: grayscale(0%);
  transition: all 0.5s; }

.carousel-cell:hover .thumbnail-overlay {
  opacity: 0;
  transition: all 0.5s ease; }

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%; }

.social-links-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.content-inner {
  width: 100%; }

.contact-info-container {
  display: inline-block;
  width: 33%; }

.mobile-container {
  display: none;
  width: 100%; }

.contact-info-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .contact-info-box h6 {
    font-size: 12px;
    margin-right: 15px;
    float: left;
    width: 75px;
    font-family: "Open Sans", sans-serif; }
    .contact-info-box h6 i {
      font-size: 18px; }
  .contact-info-box .info {
    display: block;
    width: 202px;
    line-height: 28px; }

button {
  margin: 15px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  /* Safari, iOS, and Android */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                               supported by Chrome and Opera */ }

button:focus {
  outline: none; }

button:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px, inset rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(0, 0, 0, 0.25) 0px 0px 0px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px; }

button:active {
  box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset rgba(255, 255, 255, 0) 0px 1px 0px, inset rgba(0, 0, 0, 0.5) 0px 0px 5px, inset rgba(255, 255, 255, 0.03) 0px 20px 0px, inset rgba(0, 0, 0, 0.15) 0px -20px 20px, inset rgba(255, 255, 255, 0.05) 0px 20px 20px; }

.btn-corner-cancel {
  background: #F0544E;
  border-radius: 100px;
  border: 2.2px solid white;
  width: 40px;
  height: 40px;
  color: white;
  position: fixed;
  top: -32px;
  right: -32px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-sidebar {
  margin: 0 auto;
  width: 95%; }

.btn-sidebar {
  margin: 0 auto;
  width: 100%; }

.social-link {
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: black;
  color: white;
  text-align: center;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s; }
  .social-link .fa {
    display: inline-block;
    width: auto;
    font-size: 25px;
    text-align: center;
    margin: 0 auto; }

.social-link-sm {
  border-radius: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: black;
  color: white;
  text-align: center;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s; }
  .social-link-sm .fa {
    display: inline-block;
    width: auto;
    font-size: 20px;
    text-align: center;
    margin: 0 auto; }

.social-link-md {
  border-radius: 100%;
  display: inline-block;
  height: 45px;
  width: 45px;
  background: black;
  color: white;
  text-align: center;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s; }
  .social-link-md .fa {
    display: inline-block;
    width: auto;
    font-size: 20px;
    text-align: center;
    margin: 0 auto; }

.social-link:hover {
  background: #13A89E;
  transition: all 0.3s; }

.social-link-sm:hover {
  background: #13A89E;
  transition: all 0.3s; }

.btn-filter-teal {
  background-color: transparent;
  color: #000;
  box-shadow: none;
  text-shadow: none; }

.btn-filter-teal:hover {
  background-color: #333;
  color: #FFF;
  box-shadow: none; }

.btn-round {
  border-radius: 100px;
  padding: 9px 15px; }

.btn-square {
  border-radius: 3px;
  padding: 12px 24px; }

.btn-square-sm {
  border-radius: 3px;
  padding: 8px 20px;
  height: 35px; }

.btn-round-sm {
  border-radius: 100px;
  padding: 8px 20px;
  height: 35px; }

.btn-gradient {
  background: linear-gradient(135deg, #13A89E 0%, #857BCE 100%);
  color: white;
  text-shadow: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: all 0.5s; }

.btn-gradient:hover {
  background: linear-gradient(135deg, #857BCE 0%, #10A89D 100%);
  transition: all 0.5s; }

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default.active:hover,
.open > .btn-default.dropdown-toggle,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  background-color: #999999;
  color: #FFF; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default:disabled, .btn-default:disabled:hover, .btn-default:disabled:focus, .btn-default:disabled.focus, .btn-default:disabled:active, .btn-default:disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  box-shadow: none; }

.btn-default.btn-simple {
  background-color: transparent;
  color: #999999;
  box-shadow: none; }
  .btn-default.btn-simple:hover, .btn-default.btn-simple:focus, .btn-default.btn-simple:active {
    background-color: transparent;
    color: #999999; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #000;
  color: #FFF; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  box-shadow: none; }

.btn-primary.btn-simple {
  background-color: transparent;
  color: #000;
  box-shadow: none; }
  .btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
    background-color: transparent;
    color: #000; }

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover,
.open > .btn-info.dropdown-toggle,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  background-color: #ffae7c;
  color: #FFF; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  box-shadow: none; }

.btn-info.btn-simple {
  background-color: transparent;
  color: #ffae7c;
  box-shadow: none; }
  .btn-info.btn-simple:hover, .btn-info.btn-simple:focus, .btn-info.btn-simple:active {
    background-color: transparent;
    color: #ffae7c; }

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover,
.open > .btn-success.dropdown-toggle,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  background-color: #37D593;
  color: #FFF; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  box-shadow: none; }

.btn-success.btn-simple {
  background-color: transparent;
  color: #37D593;
  box-shadow: none; }
  .btn-success.btn-simple:hover, .btn-success.btn-simple:focus, .btn-success.btn-simple:active {
    background-color: transparent;
    color: #37D593; }

.btn-gray, .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .btn-gray:active:focus, .btn-gray:active:hover, .btn-gray.active:focus, .btn-gray.active:hover,
.open > .btn-gray.dropdown-toggle,
.open > .btn-gray.dropdown-toggle:focus,
.open > .btn-gray.dropdown-toggle:hover {
  background-color: #141516;
  color: #FFF; }

.btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray:disabled, .btn-gray:disabled:hover, .btn-gray:disabled:focus, .btn-gray:disabled.focus, .btn-gray:disabled:active, .btn-gray:disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled].active,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray.active {
  box-shadow: none; }

.btn-gray.btn-simple {
  background-color: transparent;
  color: #141516;
  box-shadow: none; }
  .btn-gray.btn-simple:hover, .btn-gray.btn-simple:focus, .btn-gray.btn-simple:active {
    background-color: transparent;
    color: #141516; }

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger.active:hover,
.open > .btn-danger.dropdown-toggle,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  background-color: #857BCE;
  color: #FFF; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  box-shadow: none; }

.btn-danger.btn-simple {
  background-color: transparent;
  color: #857BCE;
  box-shadow: none; }
  .btn-danger.btn-simple:hover, .btn-danger.btn-simple:focus, .btn-danger.btn-simple:active {
    background-color: transparent;
    color: #857BCE; }

.btn-red, .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red:active:focus, .btn-red:active:hover, .btn-red.active:focus, .btn-red.active:hover,
.open > .btn-red.dropdown-toggle,
.open > .btn-red.dropdown-toggle:focus,
.open > .btn-red.dropdown-toggle:hover {
  background-color: #F25A78;
  color: #FFF; }

.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red:disabled, .btn-red:disabled:hover, .btn-red:disabled:focus, .btn-red:disabled.focus, .btn-red:disabled:active, .btn-red:disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus, .btn-red[disabled]:active, .btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red.focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  box-shadow: none; }

.btn-red.btn-simple {
  background-color: transparent;
  color: #F25A78;
  box-shadow: none; }
  .btn-red.btn-simple:hover, .btn-red.btn-simple:focus, .btn-red.btn-simple:active {
    background-color: transparent;
    color: #F25A78; }

.btn-teal, .btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active, .btn-teal:active:focus, .btn-teal:active:hover, .btn-teal.active:focus, .btn-teal.active:hover,
.open > .btn-teal.dropdown-toggle,
.open > .btn-teal.dropdown-toggle:focus,
.open > .btn-teal.dropdown-toggle:hover {
  background-color: #13A89E;
  color: #FFF; }

.btn-teal.disabled, .btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled.focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal:disabled, .btn-teal:disabled:hover, .btn-teal:disabled:focus, .btn-teal:disabled.focus, .btn-teal:disabled:active, .btn-teal:disabled.active, .btn-teal[disabled], .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled].focus, .btn-teal[disabled]:active, .btn-teal[disabled].active,
fieldset[disabled] .btn-teal,
fieldset[disabled] .btn-teal:hover,
fieldset[disabled] .btn-teal:focus,
fieldset[disabled] .btn-teal.focus,
fieldset[disabled] .btn-teal:active,
fieldset[disabled] .btn-teal.active {
  box-shadow: none; }

.btn-teal.btn-simple {
  background-color: transparent;
  color: #13A89E;
  box-shadow: none; }
  .btn-teal.btn-simple:hover, .btn-teal.btn-simple:focus, .btn-teal.btn-simple:active {
    background-color: transparent;
    color: #13A89E; }

.btn-white, .btn-white:focus, .btn-white:hover {
  color: #999999; }

.btn-white.btn-simple {
  color: #FFFFFF;
  background: transparent;
  box-shadow: none; }

.btn-facebook {
  background-color: #3b5998;
  color: #fff; }
  .btn-facebook:focus, .btn-facebook:active, .btn-facebook:hover {
    background-color: #3b5998;
    color: #fff; }
  .btn-facebook.btn-simple {
    color: #3b5998;
    background-color: transparent;
    box-shadow: none; }

.btn-twitter {
  background-color: #55acee;
  color: #fff; }
  .btn-twitter:focus, .btn-twitter:active, .btn-twitter:hover {
    background-color: #55acee;
    color: #fff; }
  .btn-twitter.btn-simple {
    color: #55acee;
    background-color: transparent;
    box-shadow: none; }

.btn-pinterest {
  background-color: #cc2127;
  color: #fff; }
  .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest:hover {
    background-color: #cc2127;
    color: #fff; }
  .btn-pinterest.btn-simple {
    color: #cc2127;
    background-color: transparent;
    box-shadow: none; }

.btn-google {
  background-color: #dd4b39;
  color: #fff; }
  .btn-google:focus, .btn-google:active, .btn-google:hover {
    background-color: #dd4b39;
    color: #fff; }
  .btn-google.btn-simple {
    color: #dd4b39;
    background-color: transparent;
    box-shadow: none; }

.btn-linkedin {
  background-color: #0976b4;
  color: #fff; }
  .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin:hover {
    background-color: #0976b4;
    color: #fff; }
  .btn-linkedin.btn-simple {
    color: #0976b4;
    background-color: transparent;
    box-shadow: none; }

.btn-dribbble {
  background-color: #ea4c89;
  color: #fff; }
  .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble:hover {
    background-color: #ea4c89;
    color: #fff; }
  .btn-dribbble.btn-simple {
    color: #ea4c89;
    background-color: transparent;
    box-shadow: none; }

.btn-github {
  background-color: #333333;
  color: #fff; }
  .btn-github:focus, .btn-github:active, .btn-github:hover {
    background-color: #333333;
    color: #fff; }
  .btn-github.btn-simple {
    color: #333333;
    background-color: transparent;
    box-shadow: none; }

.btn-youtube {
  background-color: #e52d27;
  color: #fff; }
  .btn-youtube:focus, .btn-youtube:active, .btn-youtube:hover {
    background-color: #e52d27;
    color: #fff; }
  .btn-youtube.btn-simple {
    color: #e52d27;
    background-color: transparent;
    box-shadow: none; }

.btn-instagram {
  background-color: #125688;
  color: #fff; }
  .btn-instagram:focus, .btn-instagram:active, .btn-instagram:hover {
    background-color: #125688;
    color: #fff; }
  .btn-instagram.btn-simple {
    color: #125688;
    background-color: transparent;
    box-shadow: none; }

.btn-reddit {
  background-color: #ff4500;
  color: #fff; }
  .btn-reddit:focus, .btn-reddit:active, .btn-reddit:hover {
    background-color: #ff4500;
    color: #fff; }
  .btn-reddit.btn-simple {
    color: #ff4500;
    background-color: transparent;
    box-shadow: none; }

.btn-tumblr {
  background-color: #35465c;
  color: #fff; }
  .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr:hover {
    background-color: #35465c;
    color: #fff; }
  .btn-tumblr.btn-simple {
    color: #35465c;
    background-color: transparent;
    box-shadow: none; }

.btn-behance {
  background-color: #1769ff;
  color: #fff; }
  .btn-behance:focus, .btn-behance:active, .btn-behance:hover {
    background-color: #1769ff;
    color: #fff; }
  .btn-behance.btn-simple {
    color: #1769ff;
    background-color: transparent;
    box-shadow: none; }

.facebook:hover {
  background-color: #3b5998;
  color: #fff;
  transition: all 0.3s; }
  .facebook:hover:focus, .facebook:hover:active, .facebook:hover:hover {
    background-color: #3b5998;
    color: #fff; }
  .facebook:hover.btn-simple {
    color: #3b5998;
    background-color: transparent;
    box-shadow: none; }

.twitter:hover {
  background-color: #55acee;
  color: #fff;
  transition: all 0.3s; }
  .twitter:hover:focus, .twitter:hover:active, .twitter:hover:hover {
    background-color: #55acee;
    color: #fff; }
  .twitter:hover.btn-simple {
    color: #55acee;
    background-color: transparent;
    box-shadow: none; }

.pinterest:hover {
  background-color: #cc2127;
  color: #fff;
  transition: all 0.3s; }
  .pinterest:hover:focus, .pinterest:hover:active, .pinterest:hover:hover {
    background-color: #cc2127;
    color: #fff; }
  .pinterest:hover.btn-simple {
    color: #cc2127;
    background-color: transparent;
    box-shadow: none; }

.google:hover {
  background-color: #dd4b39;
  color: #fff;
  transition: all 0.3s; }
  .google:hover:focus, .google:hover:active, .google:hover:hover {
    background-color: #dd4b39;
    color: #fff; }
  .google:hover.btn-simple {
    color: #dd4b39;
    background-color: transparent;
    box-shadow: none; }

.linkedin:hover {
  background-color: #0976b4;
  color: #fff;
  transition: all 0.3s; }
  .linkedin:hover:focus, .linkedin:hover:active, .linkedin:hover:hover {
    background-color: #0976b4;
    color: #fff; }
  .linkedin:hover.btn-simple {
    color: #0976b4;
    background-color: transparent;
    box-shadow: none; }

.dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
  transition: all 0.3s; }
  .dribbble:hover:focus, .dribbble:hover:active, .dribbble:hover:hover {
    background-color: #ea4c89;
    color: #fff; }
  .dribbble:hover.btn-simple {
    color: #ea4c89;
    background-color: transparent;
    box-shadow: none; }

.github:hover {
  background-color: #333333;
  color: #fff;
  transition: all 0.3s; }
  .github:hover:focus, .github:hover:active, .github:hover:hover {
    background-color: #333333;
    color: #fff; }
  .github:hover.btn-simple {
    color: #333333;
    background-color: transparent;
    box-shadow: none; }

.youtube:hover {
  background-color: #e52d27;
  color: #fff;
  transition: all 0.3s; }
  .youtube:hover:focus, .youtube:hover:active, .youtube:hover:hover {
    background-color: #e52d27;
    color: #fff; }
  .youtube:hover.btn-simple {
    color: #e52d27;
    background-color: transparent;
    box-shadow: none; }

.instagram:hover {
  background-color: #125688;
  color: #fff;
  transition: all 0.3s; }
  .instagram:hover:focus, .instagram:hover:active, .instagram:hover:hover {
    background-color: #125688;
    color: #fff; }
  .instagram:hover.btn-simple {
    color: #125688;
    background-color: transparent;
    box-shadow: none; }

.reddit:hover {
  background-color: #ff4500;
  color: #fff;
  transition: all 0.3s; }
  .reddit:hover:focus, .reddit:hover:active, .reddit:hover:hover {
    background-color: #ff4500;
    color: #fff; }
  .reddit:hover.btn-simple {
    color: #ff4500;
    background-color: transparent;
    box-shadow: none; }

.tumblr:hover {
  background-color: #35465c;
  color: #fff;
  transition: all 0.3s; }
  .tumblr:hover:focus, .tumblr:hover:active, .tumblr:hover:hover {
    background-color: #35465c;
    color: #fff; }
  .tumblr:hover.btn-simple {
    color: #35465c;
    background-color: transparent;
    box-shadow: none; }

.behance:hover {
  background-color: #1769ff;
  color: #fff;
  transition: all 0.3s; }
  .behance:hover:focus, .behance:hover:active, .behance:hover:hover {
    background-color: #1769ff;
    color: #fff; }
  .behance:hover.btn-simple {
    color: #1769ff;
    background-color: transparent;
    box-shadow: none; }

.codepen:hover {
  background-color: #ff4500;
  color: #fff;
  transition: all 0.3s; }
  .codepen:hover:focus, .codepen:hover:active, .codepen:hover:hover {
    background-color: #ff4500;
    color: #fff; }
  .codepen:hover.btn-simple {
    color: #ff4500;
    background-color: transparent;
    box-shadow: none; }

form {
  margin-left: 20px;
  width: 100%; }
  form button {
    margin: 0 auto; }

input {
  margin-left: 10px; }

input::-webkit-input-placeholder {
  color: #aaa; }

input::-moz-placeholder {
  color: #aaa; }

input:-ms-input-placeholder {
  color: #aaa; }

input:-moz-placeholder {
  color: #aaa; }

textarea::-webkit-input-placeholder {
  color: #aaa; }

textarea::-moz-placeholder {
  color: #aaa; }

textarea:-ms-input-placeholder {
  color: #aaa; }

textarea:-moz-placeholder {
  color: #aaa; }

textarea {
  width: 100%;
  height: 175px; }

.input-text {
  padding: 15px 16px;
  border: 2px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 15px 0;
  transition: border 0.7s; }

.input-text:focus {
  padding: 15px 16px;
  border: 2px solid #13A89E;
  width: 100%;
  height: 50px;
  outline: none;
  transition: border 0.7s; }

a:hover {
  color: #777; }

/* NAVIGATION */
.menu-item {
  position: relative;
  top: 68px;
  float: left;
  border-radius: 3px;
  width: 130px;
  height: 130px;
  background: #F7F7F7;
  color: #999;
  text-align: center;
  margin-top: 3px;
  margin-left: 20px;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); }

.download li:nth-child(even) {
  background: #F5F5F5; }

.download li:nth-child(odd) {
  background: #EFEFEF; }

.n1 {
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s; }

.n2 {
  -webkit-transition: 0.2s linear 0.6s;
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s; }

.n3 {
  -webkit-transition: 0.2s linear 0.4s;
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s; }

.n4 {
  -webkit-transition: 0.2s linear 0.2s;
  -o-transition: 0.2s linear 0.2s;
  transition: 0.2s linear 0.2s; }

.n5 {
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; }

.download:hover .menu-item {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s; }

.download:hover .n2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.download:hover .n3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.download:hover .n4 {
  transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.download:hover .n5 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.job-row {
  width: 100%; }
  .job-row .job-logo img {
    max-width: 150px; }

.job-desc {
  margin-left: 75px;
  width: 100%; }
  .job-desc .job-title-wrap .job-mini-logo {
    margin: 10px;
    height: 50px; }
  .job-desc .job-date {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 18px; }

.quote-container {
  width: auto;
  position: relative; }

.quote {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 24px; }

.quote::before {
  font-size: 72px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -70px;
  font-family: 'Material Icons';
  content: '\e244';
  opacity: .2; }

.quote::after {
  font-size: 72px;
  position: absolute;
  top: 0;
  right: -55px;
  font-family: 'Material Icons';
  content: '\e244';
  opacity: .2; }

.quote-by {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px; }

.profile-circle {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  position: relative; }
  .profile-circle img {
    width: 100%;
    height: 100%; }

.quote-end {
  font-size: 45px !important; }

.quote-carousel-cell {
  display: flex;
  justify-content: center;
  width: 100%;
  /* full width */
  height: auto;
  padding: 2rem auto 0;
  vertical-align: middle;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center; }

.quotes-carousel {
  transform: translateY(-50%) !important;
  top: 50%; }

body.open {
  overflow: hidden; }

.main-wrapper {
  will-change: transform, filter;
  transform: scale(1);
  transition: all 0.5s; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #13a89eb5 0%, #857bcef2 100%);
  z-index: 1500; }

.overlay-warm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fc466b9e, #3f5efba6);
  backdrop-filter: blur(3px);
  z-index: 1520; }

.overlay-huge {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -25%);
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s; }

.overlay-huge.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: opacity 0.5s, transform 0.5s; }

.project-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: opacity 0.5s, transform 0.5s; }

.mobile-project-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: opacity 0.5s, transform 0.5s; }

.project-modal {
  padding: 20px 0 20px 20px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1080px;
  height: 777px;
  max-height: calc(100% - 100px);
  background: url("../images/backgrounds/pw_maze_black_2X.png") left top repeat;
  border-radius: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65);
  z-index: 1501;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -25%) scale(1);
  will-change: transform, filter;
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s; }

.mobile-project-modal {
  overflow: hidden;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  max-height: calc(100% - 100px);
  right: 0;
  bottom: 0;
  width: 90%;
  height: 87%;
  background: url("../images/backgrounds/pw_maze_black_2X.png") left top repeat;
  border-radius: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65);
  z-index: 1501;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -25%);
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s; }

.modal-content {
  position: relative;
  width: 100%;
  height: 100%; }
  .modal-content .project-media-container {
    width: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .modal-content .project-media-container .carousel-media-cell .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
      .modal-content .project-media-container .carousel-media-cell .video-container iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0; }
    .modal-content .project-media-container .carousel-media-cell video, .modal-content .project-media-container .carousel-media-cell img {
      width: 100% !important;
      height: auto !important; }
  .modal-content .project-information {
    padding-top: 20px; }
  .modal-content .project-sidebar {
    color: gray;
    color: #b1b1b1;
    font-size: 12px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #26242E;
    padding: 45px 20px 0 20px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .modal-content .bottom-section {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 0 15px; }
  .modal-content .bottom-section-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 36px 0 36px; }
  .modal-content .mobile-project-sidebar {
    width: 100%;
    height: 100%;
    padding: 0px 15px 0 15px; }
    .modal-content .mobile-project-sidebar h2 {
      font-size: 1.8em;
      margin-left: 15px; }
    .modal-content .mobile-project-sidebar h3 {
      font-size: 1.1em;
      margin-left: 15px; }
    .modal-content .mobile-project-sidebar p {
      font-size: 16px;
      margin-left: 15px; }
    .modal-content .mobile-project-sidebar .mobile-sidebar-section {
      width: 100%;
      margin-bottom: 20px; }

.sidebar-section {
  width: 100%;
  margin-bottom: 30px; }

.no-scroll {
  overflow: hidden; }

.resume-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: opacity 0.5s, transform 0.5s; }

.resume-modal {
  padding: 20px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 522px;
  background: url("../images/backgrounds/pw_maze_black_2X.png") left top repeat;
  border-radius: 6px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65);
  z-index: 1521;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -25%);
  transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s; }
  .resume-modal .resume-content {
    width: 100%;
    height: 86%;
    position: relative;
    top: 63px; }
  .resume-modal h3 {
    margin-bottom: 0; }
  .resume-modal img {
    position: absolute;
    top: -56px;
    height: 130px;
    border-radius: 100%; }

.resume-list {
  list-style: none;
  font-size: 1.25em; }
  .resume-list li {
    margin-bottom: 5px; }

.modal-section {
  width: 100%; }
  .modal-section a {
    width: 100%; }

/* custom scrollbar styles */
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px; }

#scrollbar-overlay {
  height: 100vh;
  position: absolute;
  right: -10px;
  width: 10px;
  background: #000;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 1s; }

:root {
  /* CUSTOM SCROLLBAR */
  --scrollbar-thumb-color: transparent;
  --scrollbar-track-color: transparent; }

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  background: var(--scrollbar-track-color);
  transition: background 1s; }

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: var(--scrollbar-track-color);
  border-radius: 50px;
  transition: background 1s; }

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  box-shadow: 0px 0px 0px 100000vh black;
  border-radius: 50px; }

/* end custom scrollbar styles */
.is-filtered {
  background-color: #13A89E;
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.1s; }

.is-filtered:hover {
  color: #000;
  box-shadow: none; }

.is-active {
  background: linear-gradient(135deg, #13A89E 0%, #857BCE 100%);
  box-shadow: 1px 2px 3px rgba(34, 34, 34, 0.5);
  transition: all 0.5s; }

.is-active:hover {
  color: #000; }

.ng-hide-add {
  -webkit-animation: 1.5s hide;
  animation: 1.5s hide; }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media (min-width: 0px) {
  .nav-left {
    display: none; }
  .nav-logo {
    display: none; }
  .nav-logo-left {
    display: none; }
  .nav-center {
    margin-right: 15px; }
  .nav-logo-mid {
    display: block;
    height: 45px; }
  .nav-list {
    display: none; }
  .nav-links {
    display: none; }
  .nav-download {
    display: none; }
  .hero-container {
    height: 75%;
    display: flex;
    justify-content: center; }
  .section-content-wrapper {
    overflow: hidden; }
  .fixedH-900 {
    height: auto; }
  .btn-round-sm {
    margin: 15px 0; }
  .logos-container {
    margin: 4px; }
  .skill-name {
    position: absolute;
    display: none; }
  .currently-learning {
    display: none; }
  .job-logo {
    display: none; }
  .job-desc {
    margin-left: 0; }
  .section-text, .quote-carousel-cell {
    padding: 0px 25px; }
  .section-content {
    padding: 0px 10px; }
  .dave-silho {
    display: none; }
  .carousel-cell {
    width: 100%; }
  .job-mini-logo {
    display: block; }
  .profile-circle {
    height: 80px;
    width: 80px; }
  .quote {
    font-size: 18px; }
  .quote::before {
    font-size: 50px;
    left: -42px; }
  .quote::after {
    font-size: 50px;
    right: -32px; }
  .contact-info-container {
    display: none; }
  .mobile-container {
    display: flex; }
  .brackets {
    font-size: 2.2em;
    margin: 10px 0 40px 0; }
  .brackets:after {
    font-size: 60px; }
  .brackets:before {
    font-size: 60px; }
  .social-links {
    display: none; }
  .social-links-mobile {
    display: flex; }
  .mobile-project-modal {
    display: flex; }
  .project-modal {
    display: none; }
  .logos-container-sm img {
    height: 15px; } }

@media (min-width: 640px) {
  .nav-logo-left {
    display: block; }
  .nav-center {
    margin-right: 0; }
  .nav-logo-mid {
    display: none;
    height: 60px; }
  .nav-download {
    display: flex; }
  .hero-container {
    height: 85%; }
  .section-text, .quote-carousel-cell {
    padding: 0px 75px; }
  .section-content {
    padding: 0px 50px; }
  .carousel-cell {
    width: calc(100% / 2); }
  .quote {
    font-size: 20px; }
  .fixedH-900 {
    height: 1050px; }
  .btn-round-sm {
    margin: 15px; }
  .logos-container {
    margin: 12px; }
  .skill-name {
    position: relative;
    display: flex; }
  .contact-info-container {
    display: inline-block; }
  .mobile-container {
    display: none; }
  .brackets {
    font-size: 3.8em;
    margin: 50px 0; }
  .brackets:after {
    font-size: 90px; }
  .brackets:before {
    font-size: 90px; }
  .social-links {
    display: block; }
  .social-links-mobile {
    display: none; } }

@media (min-width: 1000px) {
  .nav-logo {
    display: block; }
  .nav-logo-left {
    display: none; }
  .nav-list {
    display: flex; }
  .nav-links {
    display: block; }
  .hero-container {
    height: 100%; }
  .section-text, .quote-carousel-cell {
    padding: 0px 200px; }
  .section-content {
    padding: 0px 100px; }
  .profile-circle {
    height: 100px;
    width: 100px; }
  .quote {
    font-size: 24px; }
  .quote::before {
    font-size: 72px;
    left: -70px; }
  .quote::after {
    font-size: 72px;
    right: -55px; }
  .fixedH-900 {
    height: 900px; }
  .mobile-project-modal {
    display: none; }
  .project-modal {
    display: flex; } }

@media (min-width: 1100px) {
  .dave-silho {
    display: block; }
  .carousel-cell {
    width: calc(100% / 3); }
  .job-logo {
    display: block; }
  .job-desc {
    margin-left: 75px; }
  .job-mini-logo {
    display: none; }
  .currently-learning {
    display: flex; }
  .section-content-wrapper {
    overflow: visible; }
  .logos-container-sm img {
    height: 28px; } }

@media (min-width: 1400px) {
  .section-text, .quote-carousel-cell {
    padding: 0px 400px; }
  .section-content {
    padding: 0px 400px; }
  .logos-container-sm img {
    height: 40px; } }

@media (min-width: 1800px) {
  .section-text, .quote-carousel-cell {
    padding: 0px 600px; } }

@media (min-height: 0px) {
  .bottom-section-2 {
    display: none; } }

@media (min-height: 680px) {
  .bottom-section-2 {
    display: block; } }

.projects-carousel {
  margin-top: 75px;
  margin-bottom: 50px; }

.project-media-carousel {
  width: 102%;
  margin-bottom: 0px; }

.carousel-cell {
  height: 600px; }

.carousel-media-cell {
  width: 100%;
  height: auto; }

.flickity-prev-next-button {
  opacity: 0;
  width: 35px !important;
  height: 35px !important;
  transition: opacity 0.2s; }

.project-media-container:hover .flickity-prev-next-button {
  opacity: 1;
  transition: opacity 0.2s; }

.projects-carousel:hover .flickity-prev-next-button {
  opacity: 1;
  transition: opacity 0.2s;
  background: #25AFA6 !important; }

.swipe-instruction {
  width: 100%;
  font-size: 24px; }
  .swipe-instruction p {
    margin: 0 15px; }
  .swipe-instruction i {
    font-size: 24px; }

/*# sourceMappingURL=maps/styles.css.map */
