@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);@import url(https://fonts.googleapis.com/css?family=Catamaran:500|Crete+Round:400i|Hammersmith+One|Patua+One|Signika+Negative);/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
  content: "\E000";
}

.icon-cart:before {
  content: "\E007";
}

.icon-cart-2:before {
  content: "\E008";
}

.icon-heart:before {
  content: "\E009";
}

/* Filled heart */

.icon-heart:after,
.icon-heart-2:before {
  content: "\E00A";
}

.icon-star:before {
  content: "\E00B";
}

/* Filled star */

.icon-star:after,
.icon-star-2:before {
  content: "\E00C";
}

.icon-arrow-right:before {
  content: "\E00D";
}

.icon-arrow-left:before {
  content: "\E003";
}

.icon-truck:before {
  content: "\E00E";
}

.icon-remove:before {
  content: "\E00F";
}

.icon-cog:before {
  content: "\E010";
}

.icon-plus:before,
.icon-plus:after {
  content: "\E011";
}

.icon-minus:before {
  content: "\E012";
}

.bh-icon-smiley:before {
  content: "\E001";
}

.bh-icon-sad:before {
  content: "\E002";
}

.icon-file:before {
  content: "\E004";
}

.icon-remove-2:before {
  content: "\E005";
}

/* Button 1 */

.btn-1 {
  border: 3px solid #fff;
  color: #fff;
}

/* Button 1a */

.btn-1a:hover,
.btn-1a:active {
  color: #0e83cd;
  background: #fff;
}

/* Button 1b */

.btn-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}

.btn-1b:hover,
.btn-1b:active {
  color: #0e83cd;
}

.btn-1b:hover:after,
.btn-1b:active:after {
  height: 100%;
}

/* Button 1c */

.btn-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
  color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
  width: 100%;
}

/* Button 1d */

.btn-1d {
  overflow: hidden;
}

.btn-1d:after {
  width: 0;
  height: 103%;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
  color: #0e83cd;
}

.btn-1d:hover:after {
  width: 90%;
  opacity: 1;
}

.btn-1d:active:after {
  width: 101%;
  opacity: 1;
}

/* Button 1e */

.btn-1e {
  overflow: hidden;
}

.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
  color: #0e83cd;
}

.btn-1e:hover:after {
  height: 260%;
  opacity: 1;
}

.btn-1e:active:after {
  height: 400%;
  opacity: 1;
}

/* Button 1f */

.btn-1f {
  overflow: hidden;
}

.btn-1f:after {
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover,
.btn-1f:active {
  color: #0e83cd;
}

.btn-1f:hover:after {
  height: 75%;
  opacity: 1;
}

.btn-1f:active:after {
  height: 130%;
  opacity: 1;
}

/* Button 2 */

.btn-2 {
  background: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Button 2a */

.btn-2a {
  border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2b */

.btn-2b {
  border-radius: 0 0 5px 5px;
}

.btn-2b:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}

.btn-2b:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2c */

.btn-2c {
  border-radius: 5px;
}

.btn-2c:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2c:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2d */

.btn-2d {
  border-radius: 5px;
}

.btn-2d:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}

.btn-2d:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2e */

.btn-2e {
  border-radius: 5px;
  box-shadow: -6px 0 #ab3c3c;
}

.btn-2e:hover {
  box-shadow: -4px 0 #ab3c3c;
  left: -2px;
}

.btn-2e:active {
  box-shadow: 0 0 #ab3c3c;
  left: -6px;
}

/* Button 2f */

.btn-2f {
  border-radius: 5px;
  box-shadow: 6px 0 #ab3c3c;
}

.btn-2f:hover {
  box-shadow: 4px 0 #ab3c3c;
  left: 2px;
}

.btn-2f:active {
  box-shadow: 0 0 #ab3c3c;
  left: 6px;
}

/* Button 2g */

.btn-2g {
  border-radius: 40px;
}

.btn-2g:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2g:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2h */

.btn-2h {
  border-radius: 20px;
}

.btn-2h:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2h:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2i */

.btn-2i {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}

.btn-2i:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2i:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 2j */

.btn-2j {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
}

.btn-2j:hover {
  box-shadow: 0 8px #ab3c3c;
  top: -2px;
}

.btn-2j:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

/* Button 3 */

.btn-3 {
  background: #fcad26;
  color: #fff;
}

.btn-3:hover {
  background: #f29e0d;
}

.btn-3:active {
  background: #f58500;
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

/* Button 3a */

.btn-3a {
  padding: 25px 60px 25px 120px;
}

.btn-3a:before {
  background: rgba(0, 0, 0, 0.05);
}

/* Button 3b */

.btn-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}

.btn-3b:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

/* Button 3c */

.btn-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px #da9622;
}

.btn-3c:active {
  box-shadow: 0 3px #dc7801;
}

.btn-3c:before {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #f29e0d;
  border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
  color: #f58500;
}

/* Button 3d */

.btn-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}

.btn-3d:before {
  background: #fff;
  color: #fcad26;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}

.btn-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-3d:active:before {
  color: #f58500;
}

.btn-3d:active {
  top: 0;
}

.btn-3d:active:after {
  left: 60px;
}

/* Button 3e */

.btn-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
}

.btn-3e:before {
  left: auto;
  right: 10px;
  z-index: 2;
}

.btn-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn-3e:hover:after {
  width: 40%;
}

/* Button 4 */

.btn-4 {
  border-radius: 50px;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}

.btn-4:active {
  border-color: #17954c;
  color: #17954c;
}

.btn-4:hover {
  background: #24b662;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-4:active:before {
  color: #17954c;
}

/* Button 4a */

.btn-4a:before {
  left: 130%;
  top: 0;
}

.btn-4a:hover:before {
  left: 80%;
}

/* Button 4b */

.btn-4b:before {
  left: -50%;
  top: 0;
}

.btn-4b:hover:before {
  left: 10%;
}

/* Button 4c */

.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}

.btn-4c:hover:before {
  left: 80%;
  opacity: 1;
}

/* Button 4d */

.btn-4d:before {
  left: 30%;
  opacity: 0;
  top: 0;
}

.btn-4d:hover:before {
  left: 10%;
  opacity: 1;
}

/* Button 5 */

.btn-5 {
  background: #823aa0;
  color: #fff;
  height: 70px;
  min-width: 260px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-5:active {
  background: #9053a9;
  top: 2px;
}

.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.btn-5:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-5:active:before {
  color: #703b87;
}

/* Button 5a */

.btn-5a:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.btn-5a:before {
  left: 0;
  top: -100%;
}

.btn-5a:hover:before {
  top: 0;
}

/* Button 5b */

.btn-5b:hover span {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.btn-5b:before {
  left: -100%;
  top: 0;
}

.btn-5b:hover:before {
  left: 0;
}

/* Button 6 */

.btn-6 {
  color: #fff;
  background: #226fbe;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-6:active {
  top: 2px;
}

/* Button 6a */

.btn-6a {
  border: 4px solid #226fbe;
}

.btn-6a:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6b */

.btn-6b {
  border: 4px solid #226fbe;
  border-radius: 15px;
}

.btn-6b:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6c */

.btn-6c {
  border: 4px solid #226fbe;
  border-radius: 60px;
}

.btn-6c:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6d */

.btn-6d {
  border: 2px dashed #226fbe;
}

.btn-6d:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6e */

.btn-6e {
  border: 2px dashed #226fbe;
  border-radius: 15px;
}

.btn-6e:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6f */

.btn-6f {
  border: 2px dashed #226fbe;
  border-radius: 60px;
}

.btn-6f:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6g */

.btn-6g {
  border: 2px dotted #226fbe;
}

.btn-6g:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6h */

.btn-6h {
  border: 2px dotted #226fbe;
  border-radius: 15px;
}

.btn-6h:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6i */

.btn-6i {
  border: 2px dotted #226fbe;
  border-radius: 60px;
}

.btn-6i:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6j */

.btn-6j {
  border: 4px double #226fbe;
}

.btn-6j:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6k */

.btn-6k {
  border: 4px double #226fbe;
  border-radius: 15px;
}

.btn-6k:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 6l */

.btn-6l {
  border: 4px double #226fbe;
  border-radius: 60px;
}

.btn-6l:hover {
  background: transparent;
  color: #226fbe;
}

/* Button 7 */

.btn-7 {
  background: #17aa56;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 5px #119e4d;
  padding: 25px 60px 25px 90px;
}

/* Button 7a */

.btn-7a {
  overflow: hidden;
}

.btn-7a:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}

.btn-7a.btn-activated {
  -webkit-animation: fadeOutText 0.5s;
  -moz-animation: fadeOutText 0.5s;
  animation: fadeOutText 0.5s;
}

.btn-7a.btn-activated:before {
  -webkit-animation: moveToRight 0.5s;
  -moz-animation: moveToRight 0.5s;
  animation: moveToRight 0.5s;
}

@-webkit-keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #fff;
  }
}

@-moz-keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #fff;
  }
}

@keyframes fadeOutText {
  0% {
    color: transparent;
  }

  80% {
    color: transparent;
  }

  100% {
    color: #fff;
  }
}

@-webkit-keyframes moveToRight {
  80% {
    -webkit-transform: translateX(250%);
  }

  81% {
    opacity: 1;
    -webkit-transform: translateX(250%);
  }

  82% {
    opacity: 0;
    -webkit-transform: translateX(250%);
  }

  83% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
  }

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

@-moz-keyframes moveToRight {
  80% {
    -moz-transform: translateX(250%);
  }

  81% {
    opacity: 1;
    -moz-transform: translateX(250%);
  }

  82% {
    opacity: 0;
    -moz-transform: translateX(250%);
  }

  83% {
    opacity: 0;
    -moz-transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    -moz-transform: translateX(-50%);
  }

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

@keyframes moveToRight {
  80% {
    transform: translateX(250%);
  }

  81% {
    opacity: 1;
    transform: translateX(250%);
  }

  82% {
    opacity: 0;
    transform: translateX(250%);
  }

  83% {
    opacity: 0;
    transform: translateX(-50%);
  }

  84% {
    opacity: 1;
    transform: translateX(-50%);
  }

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

/* Button 7b */

.btn-7b {
  overflow: hidden;
}

.btn-7b:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}

.btn-7b.btn-activated:before {
  -webkit-animation: scaleUp 0.5s;
  -moz-animation: scaleUp 0.5s;
  animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
  }

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

@-moz-keyframes scaleUp {
  80% {
    opacity: 0;
    -moz-transform: scale(2);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}

@keyframes scaleUp {
  80% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* Icon only style */

.btn-icon-only {
  font-size: 0;
  padding: 25px 30px;
}

.btn-icon-only:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 54px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Button 7c */

.btn-7c {
  overflow: hidden;
}

.btn-7c:before {
  color: #fff;
  z-index: 1;
}

.btn-7c:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  width: 0;
  background: #0a833d;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7c.btn-activated:after {
  -webkit-animation: fillToRight 0.7s forwards;
  -moz-animation: fillToRight 0.7s forwards;
  animation: fillToRight 0.7s forwards;
}

@-webkit-keyframes fillToRight {
  to {
    width: 100%;
  }
}

@-moz-keyframes fillToRight {
  to {
    width: 100%;
  }
}

@keyframes fillToRight {
  to {
    width: 100%;
  }
}

/* Button 7d */

.btn-7d {
  overflow: hidden;
}

.btn-7d:before {
  color: #fff;
  z-index: 1;
}

.btn-7d:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  background: #21bb63;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7d.btn-activated:after {
  -webkit-animation: emptyBottom 0.7s forwards;
  -moz-animation: emptyBottom 0.7s forwards;
  animation: emptyBottom 0.7s forwards;
}

@-webkit-keyframes emptyBottom {
  to {
    height: 100%;
  }
}

@-moz-keyframes emptyBottom {
  to {
    height: 100%;
  }
}

@keyframes emptyBottom {
  to {
    height: 100%;
  }
}

/* Button 7e */

.btn-7e:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ea515e;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7e.btn-activated:after {
  -webkit-animation: scaleFade 0.5s forwards;
  -moz-animation: scaleFade 0.5s forwards;
  animation: scaleFade 0.5s forwards;
}

@-webkit-keyframes scaleFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

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

@-moz-keyframes scaleFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@keyframes scaleFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* Button 7f */

.btn-7f:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.btn-7f:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #ffe44d;
  visibility: hidden;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffe44d;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7f.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDown 0.3s forwards;
  -moz-animation: dropDown 0.3s forwards;
  animation: dropDown 0.3s forwards;
}

@-webkit-keyframes dropDown {
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes dropDown {
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@keyframes dropDown {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Button 7g */

.btn-7g:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 26px;
  line-height: 54px;
  color: #0a833d;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-7g.btn-activated:after {
  visibility: visible;
  -webkit-animation: dropDownFade 0.5s forwards;
  -moz-animation: dropDownFade 0.5s forwards;
  animation: dropDownFade 0.5s forwards;
}

@-webkit-keyframes dropDownFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

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

@-moz-keyframes dropDownFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes dropDownFade {
  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Button 7h */

.btn-7h span {
  display: inline-block;
  width: 100%;
}

.btn-7h:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}

/* Success and error */

.btn-success,
.btn-error {
  color: transparent;
}

.btn-success:after,
.btn-error:after {
  z-index: 1;
  color: #fff;
  left: 40%;
}

.btn-success:before {
  content: "\E001";
}

.btn-success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  -moz-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }

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

@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0;
  }

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

@keyframes moveUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

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

.btn-error {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s;
}

/* From Dan Eden's animate.css: //daneden.me/animate/ */

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

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

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

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

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

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

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

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

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

.btn-error:before {
  content: "\E002";
}

.btn-error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  -moz-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
}

@-webkit-keyframes scaleFromUp {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

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

@-moz-keyframes scaleFromUp {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

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

@keyframes scaleFromUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Special trash effect */

.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0;
}

.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}

.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}

/* Button 7i */

.btn-7i {
  box-shadow: none;
  border-radius: 0 0 7px 7px;
  padding: 27px 33px;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.btn-7i:before {
  line-height: 45px;
}

.btn-7i:after {
  height: 11px;
  /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
  width: 100%;
  background: #17aa56;
  border-radius: 7px 7px 0 0;
  left: 0;
  top: -10px;
  z-index: 1;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.trash-effect-active .btn-7i:after {
  -webkit-animation: openTrash 0.5s;
  -moz-animation: openTrash 0.5s;
  animation: openTrash 0.5s;
}

@-webkit-keyframes openTrash {
  50% {
    -webkit-transform: rotate(-35deg);
  }

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

@-moz-keyframes openTrash {
  50% {
    -moz-transform: rotate(-35deg);
  }

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

@keyframes openTrash {
  50% {
    transform: rotate(-35deg);
  }

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

/* Button 8 */

.perspective {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  display: inline-block;
}

.btn-8 {
  display: block;
  background: #5cbcf6;
  outline: 1px solid transparent;
  /* FF jagged edges fix */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-8:active {
  background: #55b7f3;
}

/* Button 8a */

.btn-8a:after {
  width: 100%;
  height: 42%;
  /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8a:hover {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}

/* Button 8b */

.btn-8b:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8b:hover {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

/* Button 8c */

.btn-8c:after {
  width: 21%;
  /* should be 20% but there's a gap in Chrome Version 34.0.1847.131 */
  height: 100%;
  left: -20%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 100% 0%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform-origin: 100% 0%;
  -moz-transform: rotateY(-90deg);
  -ms-transform-origin: 100% 0%;
  -ms-transform: rotateY(-90deg);
  transform-origin: 100% 0%;
  transform: rotateY(-90deg);
}

.btn-8c:hover {
  -webkit-transform: rotateY(15deg);
  -moz-transform: rotateY(15deg);
  -ms-transform: rotateY(15deg);
  transform: rotateY(15deg);
}

/* Button 8d */

.btn-8d:after {
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateY(90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateY(90deg);
  transform-origin: 0% 0%;
  transform: rotateY(90deg);
}

.btn-8d:hover {
  -webkit-transform: rotateY(-15deg);
  -moz-transform: rotateY(-15deg);
  -ms-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}

/* Button 8e */

.btn-8e {
  -webkit-transform: rotateX(-15deg);
  -moz-transform: rotateX(-15deg);
  -ms-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}

.btn-8e:after {
  width: 100%;
  height: 42%;
  /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
  left: 0;
  top: -40%;
  background: #49a7df;
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8e:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* Button 8f */

.btn-8f {
  -webkit-transform: rotateX(15deg);
  -moz-transform: rotateX(15deg);
  -ms-transform: rotateX(15deg);
  transform: rotateX(15deg);
}

.btn-8f:after {
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #49a7df;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8f:active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* Button 8g */

.btn-8g {
  background: #fff;
  color: #999;
}

.btn-8g:active {
  background: #fff;
}

.btn-8g:after,
.btn-8g:before {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  line-height: 70px;
}

.btn-8g:after {
  top: -98%;
  /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
  background: #7aca7c;
  color: #358337;
  content: 'It worked!';
  -webkit-transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -moz-transform-origin: 0% 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform-origin: 0% 100%;
  -ms-transform: rotateX(90deg);
  transform-origin: 0% 100%;
  transform: rotateX(90deg);
}

.btn-8g:before {
  top: 100%;
  background: #e96a6a;
  color: #a33a3a;
  content: 'Error!';
  font-weight: 700;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateX(-90deg);
  -ms-transform-origin: 0% 0%;
  -ms-transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
}

.btn-8g.btn-success3d {
  background: #aaa;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform-origin: 50% 100%;
  -moz-transform: rotateX(-90deg) translateY(100%);
  -ms-transform-origin: 50% 100%;
  -ms-transform: rotateX(-90deg) translateY(100%);
  transform-origin: 50% 100%;
  transform: rotateX(-90deg) translateY(100%);
}

.btn-8g.btn-error3d {
  background: #aaa;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: rotateX(90deg) translateY(-100%);
  -moz-transform-origin: 50% 0%;
  -moz-transform: rotateX(90deg) translateY(-100%);
  -ms-transform-origin: 50% 0%;
  -ms-transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0%;
  transform: rotateX(90deg) translateY(-100%);
}

/*
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('//creativeholder/fonts/codropsicons/codropsicons.eot');
	src:url('//creativeholder/fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('//creativeholder/fonts/codropsicons/codropsicons.woff') format('woff'),
		url('//creativeholder/fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('//creativeholder/fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/* To Navigation Style */

.codrops-top {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  width: 100%;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #888;
  display: inline-block;
}

.codrops-top a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

.codrops-icon:before {
  font-family: 'codropsicons';
  margin: 0 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\E001";
}

.codrops-icon-prev:before {
  content: "\E004";
}

.codrops-icon-archive:before {
  content: "\E002";
}

.codrops-icon-next:before {
  content: "\E000";
}

.codrops-icon-about:before {
  content: "\E003";
}

.container {
  height: 100%;
  position: relative;
}

.container > section {
  margin: 0 auto;
  padding: 5em 3em;
  text-align: center;
  color: #fff;
}

.container > section p {
  position: relative;
  margin: 0;
  padding: 1em;
  z-index: 1;
}

.container > section p.text {
  font-size: 1.4em;
}

.no-touch .note-touch {
  display: none;
}

.color-1 {
  background: #0e83cd;
}

.color-2 {
  background: #f06060;
}

.color-3 {
  background: #fcd04b;
}

.color-4 {
  background: #2ecc71;
}

.color-5 {
  background: #9e54bd;
}

.color-6 {
  background: #4593e3;
}

.color-7 {
  background: #2ac56c;
}

.color-8 {
  background: #ecf0f1;
}

.color-8 p.text {
  color: #aaa;
  font-weight: bold;
}

@media screen and (max-width: 25em) {
  .codrops-icon span {
    display: none;
  }
}

/*
$aboutBgColor:rgba(0,0,0,.86);;
$aboutArticleBgColor:$fbRed;
$aboutH1Color:lighten($fbRed,20%);
$aboutH2Color:lighten($fbRed,40%);
$aboutTxtColor: rgba(255,255,255,.4);//ccc;
*/

@font-face {
  font-family: "Orbitron-Black";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/orbitron/Orbitron-Black.ttf");
}

@font-face {
  font-family: "Orbitron-Bold";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/orbitron/Orbitron-Bold.ttf");
}

@font-face {
  font-family: "Orbitron-Medium";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/orbitron/Orbitron-Medium.ttf");
}

@font-face {
  font-family: "Orbitron-Regular";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/orbitron/Orbitron-Regular.ttf");
}

@font-face {
  font-family: "Gotham-Book";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-book/Gotham-Book.ttf");
}

@font-face {
  font-family: "Gotham-Book";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-book/Gotham-Book.eot");
}

@font-face {
  font-family: "Gotham-Book";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-book/Gotham-Book.woff"), url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-book/Gotham-Book.svg#Gotham-Book") format("svg");
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-bold/Gotham-Bold.ttf");
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-bold/Gotham-Bold.eot");
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-bold/Gotham-Bold.woff"), url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-bold/Gotham-Bold.svg#Gotham-Bold") format("svg");
}

@font-face {
  font-family: "GothamCondensed-Light";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-light/GothamCondensed-Light.ttf");
}

@font-face {
  font-family: "GothamCondensed-Light";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-light/GothamCondensed-Light.eot");
}

@font-face {
  font-family: "GothamCondensed-Light";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-light/GothamCondensed-Light.woff"), url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-light/GothamCondensed-Light.svg#GothamCondensed-Light") format("svg");
}

@font-face {
  font-family: "GothamCondensed-Medium";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-medium/GothamCondensed-Medium.ttf");
}

@font-face {
  font-family: "GothamCondensed-Medium";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-medium/GothamCondensed-Medium.eot");
}

@font-face {
  font-family: "GothamCondensed-Medium";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-medium/GothamCondensed-Medium.woff"), url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-condensed-medium/GothamCondensed-Medium.svg#GothamCondensed-Medium") format("svg");
}

@font-face {
  font-family: "Gotham-Ultra";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-ultra/Gotham-Ultra.ttf");
}

@font-face {
  font-family: "Gotham-Ultra";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-ultra/Gotham-Ultra.eot");
}

@font-face {
  font-family: "Gotham-Ultra";
  src: url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-ultra/Gotham-Ultra.woff"), url("//d8tlip7dlom6h.cloudfront.net/fonts/gotham/gotham-ultra/Gotham-Ultra.svg#Gotham-Ultra") format("svg");
}

.open-close-btn {
  display: flex;
  margin: auto;
  width: 20px;
  height: 20px;
  color: #333;
  text-decoration: none;
  font-size: 28px;
  border: 3px solid transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.open-close-btn:hover {
  color: red;
  transform: scale(0.9) rotateZ(90deg);
}

.btn-1 {
  padding: 8px 26px 6px 26px;
  font-size: 12px;
}

header#fb-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 5.5vh;
  min-height: 43px;
  max-height: 52px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #eee;
  background-color: #C60028;
  z-index: 6000;
  /*

  ul#spa-nav{
    display:flex;
    list-style-type:none;
    @include global-width;

    padding:0;
    margin: 0 0 0 20px;
    li{
      padding: 0 20px 0 0;

      button{
        margin:0;
        border-width:1px;
        color: $txtOffWhite;
      }
    }
    }
  */
}

header#fb-header aside {
  padding: 6px 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1062px;
}

header#fb-header div.about {
  /* background-color: $headerColor;
    color: $txtOffWhite;
    padding: 10px 0;
    //min-width: $mainWidth;


    width: 100%;
    display:flex;
    //justify-content: center;
    flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;*/
  padding: 0 10px 0 0;
  font-weight: 300;
  cursor: pointer;
  opacity: .85;
}

header#fb-header div.about h3 {
  font-weight: 200;
  opacity: .8;
}

header#fb-header div.about h3:hover {
  opacity: 1;
}

header#fb-header p {
  font-weight: 300;
  letter-spacing: .2px;
}

header#fb-header p:before {
  content: "fullstack developer";
}

header#fb-header p:after {
  content: "software & solutions architect";
  display: block;
}

header#fb-header h2,
header#fb-header h3,
header#fb-header p {
  padding: 0;
  margin: 0;
}

header#fb-header h2 {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  align-self: initial;
  font-size: 32px;
  opacity: .5;
  display: inline;
}

#fb-stage {
  margin: 0 auto;
  z-index: 4000;
}

#fb-stage #pages-holder {
  position: relative;
  /*
    article{
      position: relative;
      color: #000;//orange;// $headerColor;
      display: flex;
      flex-direction: column;
      align-items: left;//center;
      padding: 40px 20px;




      h4{
        padding: 0;
        margin: 0 0 8px 0;
        align-self: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.17);
        width: 100%;
        color: rgba(0,0,0,.7);


      }
      h2{
        margin:0;
      }

    }
*/
}

#fb-stage #pages-holder button.btn {
  color: #2980B9;
  border-color: #2980B9;
}

/*
#pages-holder{
  .page-view{

*/

#work-holder {
  position: relative;
  top: 0;
  transition: all .25s ease;
  width: 100%;
  max-width: 1366px;
  z-index: 5500;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  border: 0;
  min-height: 284px;
  opacity: 0;
}

#work-holder li.work-item {
  padding: 0;
  position: relative;
  width: 80%;
  display: none;
}

#work-holder li.work-item.show {
  display: block;
}

#work-holder li.work-item.anim-mode {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#work-holder li.work-item dl {
  padding: 12px;
  display: flex;
  width: 100%;
  height: 260px;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 0;
}

#work-holder li.work-item dl dt.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: -1;
}

#work-holder li.work-item dl dt.image,
#work-holder li.work-item dl dd {
  display: flex;
  width: 50%;
  padding: 0;
  margin: 0;
  min-height: 260px;
  position: relative;
}

#work-holder li.work-item dl dd.phone-portrait {
  display: none;
}

#work-holder li.work-item dl dd {
  background-color: azure;
}

#work-holder li.work-item dl dd figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  margin: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), 0.5%, #fff);
}

#work-holder li.work-item dl dd article {
  padding: 0 10px;
}

#work-holder li.work-item dl dd article h2,
#work-holder li.work-item dl dd article h4,
#work-holder li.work-item dl dd article p {
  margin: 0;
}

#work-holder li.work-item dl dd article h2 {
  font-weight: 600;
  color: #C60028;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

#work-holder li.work-item dl dd article h4,
#work-holder li.work-item dl dd article h5 {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  color: #000;
}

#work-holder li.work-item dl dd article p {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  padding: 4px 0;
}

#work-holder li.work-item dl dd article a {
  font-size: 14px;
  transition: all .125s ease;
  color: mediumslateblue;
  text-decoration: none;
  text-shadow: 0.03em 0 azure, -0.03em 0 azure, 0 0.03em azure, 0 -0.03em azure, 0.06em 0 azure, -0.06em 0 azure, 0.09em 0 azure, -0.09em 0 azure, 0.12em 0 azure, -0.12em 0 azure, 0.15em 0 azure, -0.15em 0 azure;
  background-image: linear-gradient(azure, azure), linear-gradient(azure, azure), linear-gradient(mediumslateblue, mediumslateblue);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
}

#work-holder li.work-item dl dd article a::selection {
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background-color: #b4d5fe;
}

#work-holder li.work-item dl dd article a::-moz-selection {
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background-color: #b4d5fe;
}

#work-holder li.work-item dl dd article a:before,
#work-holder li.work-item dl dd article a:after,
#work-holder li.work-item dl dd article a *,
#work-holder li.work-item dl dd article a *:before,
#work-holder li.work-item dl dd article a *:after {
  text-shadow: none;
}

#work-holder li.work-item dl dd article a:visited {
  color: mediumslateblue;
}

#work-holder li.work-item dl dd article a:hover {
  color: #4b31e8;
  text-decoration: none;
  text-shadow: 0.03em 0 azure, -0.03em 0 azure, 0 0.03em azure, 0 -0.03em azure, 0.06em 0 azure, -0.06em 0 azure, 0.09em 0 azure, -0.09em 0 azure, 0.12em 0 azure, -0.12em 0 azure, 0.15em 0 azure, -0.15em 0 azure;
  background-image: linear-gradient(azure, azure), linear-gradient(azure, azure), linear-gradient(#4b31e8, #4b31e8);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 90%;
  transition: all .125s ease;
}

#work-holder li.work-item dl dd article a:hover::selection {
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background-color: #b4d5fe;
}

#work-holder li.work-item dl dd article a:hover::-moz-selection {
  text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
  background-color: #b4d5fe;
}

#work-holder li.work-item dl dd article a:hover:before,
#work-holder li.work-item dl dd article a:hover:after,
#work-holder li.work-item dl dd article a:hover *,
#work-holder li.work-item dl dd article a:hover *:before,
#work-holder li.work-item dl dd article a:hover *:after {
  text-shadow: none;
}

#work-holder li.work-item dl dd article a:hover:visited {
  color: #4b31e8;
}

#work-holder li.work-item dl dd article div.tech {
  margin: 0;
  position: relative;
  top: 10px;
}

#work-holder li.work-item dl dd article div.tech h5 {
  margin: 4px 0 0 0;
  padding: 3px 0 1px 0;
}

#work-holder li.work-item dl dd article div.tech p {
  font-size: 12px;
  line-height: 150%;
}

/*

  } // PAGES HOLDER COMMENTED OUT

}*/

.page-view #thumbs-holder {
  list-style-type: none;
  padding: 0;
  /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding:0;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  transition: all .25s ease;
  margin-top: 11px;
}

.page-view #thumbs-holder li {
  flex-basis: 25%;
  padding: 1px 0;
  z-index: 4000;
}

.page-view #thumbs-holder li.active {
  pointer-events: none;
}

.page-view #thumbs-holder li.active figure div.thumb-content {
  opacity: 0;
}

.page-view #thumbs-holder li.active img {
  opacity: 1;
  transition: all .25s ease;
}

.page-view #thumbs-holder li.boeing figure div.thumb-content {
  background-color: rgba(67, 50, 116, 0.7);
}

.page-view #thumbs-holder li.toyota figure div.thumb-content {
  background-color: rgba(30, 59, 85, 0.7);
}

.page-view #thumbs-holder li.vw figure div.thumb-content {
  background-color: rgba(47, 90, 130, 0.7);
}

.page-view #thumbs-holder li.toyota-2 figure div.thumb-content {
  background-color: rgba(70, 30, 26, 0.7);
}

.page-view #thumbs-holder li.dunkin-donuts figure div.thumb-content {
  background-color: rgba(92, 47, 24, 0.7);
}

.page-view #thumbs-holder li.shallows figure div.thumb-content {
  background-color: rgba(39, 78, 78, 0.7);
}

.page-view #thumbs-holder li.mancini figure div.thumb-content {
  background-color: rgba(95, 46, 46, 0.7);
}

.page-view #thumbs-holder li.nerf figure div.thumb-content {
  background-color: rgba(140, 68, 68, 0.7);
}

.page-view #thumbs-holder li.soulcycle figure div.thumb-content {
  background-color: rgba(250, 234, 182, 0.7);
}

.page-view #thumbs-holder li:hover {
  transition: all .25s ease;
}

.page-view #thumbs-holder li:hover figure img {
  opacity: 1;
  transition: all .25s ease;
}

.page-view #thumbs-holder li figure {
  margin: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  position: relative;
  z-index: 3700;
  overflow: hidden;
  cursor: pointer;
}

.page-view #thumbs-holder li figure img {
  opacity: .6;
  z-index: 3600;
}

.page-view #thumbs-holder li figure:hover div.thumb-content {
  transition: all .25s ease-in-out;
  top: 100%;
}

.page-view #thumbs-holder li figure:hover h3,
.page-view #thumbs-holder li figure:hover h4 {
  opacity: 0;
  transition: all .25s ease;
}

.page-view #thumbs-holder li figure:hover img {
  filter: grayscale(0%);
  transition: all .25s ease;
}

.page-view #thumbs-holder li figure div.thumb-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 0, 40, 0.7);
  margin: 0;
  padding: 0;
  color: #666;
  z-index: 3700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all .25s ease-in-out;
}

.page-view #thumbs-holder li figure div.thumb-content h3 {
  padding: 4px 2px 2px 2px;
  color: #fbfbfb;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.page-view #thumbs-holder li figure div.thumb-content h4 {
  padding: 2px 2px 4px 2px;
  font-weight: 300;
  font-style: italic;
  color: #888;
  display: inline-block;
  opacity: 0;
}

.page-view #thumbs-holder li figure div.thumb-content h3,
.page-view #thumbs-holder li figure div.thumb-content h4 {
  margin: 0;
  z-index: 3700;
}

#overlays-holder {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  transition: opacity .5s ease;
}

#overlays-holder.show {
  width: 100vw;
  height: 100vh;
  pointer-events: all;
  opacity: 1;
  transition: opacity .5s ease;
}

#overlays-holder div.overlay {
  position: relative;
  top: 5.5vh;
  width: 100vw;
  height: 94.5vh;
  overflow: hidden;
}

#overlays-holder div.overlay .x-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  font-weight: 100;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  color: #333;
  pointer-events: all;
  cursor: pointer;
}

#overlays-holder div.overlay .x-btn svg .xbtn-stroke {
  fill: none;
  stroke: #333;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}

#overlays-holder div.overlay article {
  position: relative;
  top: -100vh;
  width: 60vw;
  margin: 0 auto;
}

#overlays-holder #about-overlay {
  top: 2.5vh;
  height: 97.5vh;
}

#overlays-holder #about-overlay article {
  box-sizing: border-box;
  max-width: 680px;
  background-color: azure;
  padding: 24px 52px;
  border: 22px solid azure;
  border-radius: 9px;
  max-height: calc(97.5vh - 6px);
  overflow-y: auto;
}

#overlays-holder #about-overlay article p,
#overlays-holder #about-overlay article h1,
#overlays-holder #about-overlay article h2 {
  margin: 8px 0 0 0;
  padding: 0;
}

#overlays-holder #about-overlay article h1 {
  font-size: 1.7em;
  color: cadetblue;
}

#overlays-holder #about-overlay article h2 {
  font-size: 1.1em;
  font-weight: 700;
  color: #C60028;
  line-height: 16px;
}

#overlays-holder #about-overlay article h2 span {
  margin: 0;
  color: cadetblue;
  font-size: .88rem;
  display: inline;
  font-weight: 300;
}

#overlays-holder #about-overlay article ul {
  list-style-type: none;
}

#overlays-holder #about-overlay article ul li {
  font-size: 1.1em;
  font-weight: 700;
  color: #C60028;
  line-height: 1.6;
  margin: 0 0 22px 0;
  padding: 0;
}

#overlays-holder #about-overlay article ul li:last-child {
  margin-bottom: 0;
}

#overlays-holder #about-overlay article ul li span {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  display: inline;
  font-weight: 500;
}

#overlays-holder #about-overlay article ul li a {
  color: #1a6be0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#overlays-holder #about-overlay article ul li a:hover {
  color: #0f4fb0;
}

#overlays-holder #about-overlay article ul li a.mail-to {
  margin: 0;
  color: #1a6be0;
  font-size: 1rem;
  display: inline;
  font-weight: 500;
}

#overlays-holder #about-overlay article p {
  margin: 0;
  color: cadetblue;
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 768px) {
  body header#fb-header aside h2 {
    font-size: 18px;
  }

  body header#fb-header aside p {
    font-size: 12px;
  }

  body header#fb-header aside p:before {
    content: "fullstack developer & architect";
  }

  body header#fb-header aside p:after {
    display: none;
  }

  body header#fb-header aside p #about h3 {
    font-size: 16px;
  }

  #work-holder .work-item dd article a {
    font-size: 12px;
  }
}

@media screen and (max-width: 616px) and (min-width: 418px) and (orientation: portrait) {
  #overlays-holder #about-overlay {
    top: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    padding: 0;
  }

  #overlays-holder #about-overlay article {
    background-color: azure;
    border-radius: 2px;
    padding: 4px 0;
    border-width: 0;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
  }

  #overlays-holder #about-overlay article .x-btn {
    top: 0;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  body main#fb-app {
    width: 90%;
  }

  body main#fb-app section#fb-stage #pages-holder ul li h3 {
    font-size: 15px;
  }

  #work-holder li.work-item {
    width: 85%;
  }

  #work-holder li.work-item dl {
    height: 85vh;
    min-height: 520px;
    max-height: 600px;
  }

  #work-holder li.work-item dl dd.phone-portrait {
    flex-basis: 100%;
    flex-shrink: 0;
    background-color: aliceblue;
  }

  #work-holder li.work-item dl dt {
    flex-basis: 100%;
  }

  #work-holder li.work-item dl dd.landscape {
    flex-basis: 100vw;
    flex-grow: 0;
    height: 0;
  }
}

@media (max-width: 415px) and (orientation: portrait) {
  body #overlays-holder #about-overlay {
    background-color: rgba(0, 0, 0, 0.86);
    padding: 0;
    top: 0;
    height: 100vh;
  }

  body #overlays-holder #about-overlay article {
    background-color: azure;
    border-radius: 2px;
    padding: 4px 0;
    border-width: 0;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
  }

  body #overlays-holder #about-overlay article .x-btn {
    top: 0;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  body #overlays-holder #about-overlay article ul {
    padding: 0;
    margin: 30px;
    font-size: 14px;
  }

  body #overlays-holder #about-overlay article ul li {
    margin-bottom: 16px;
  }

  body #overlays-holder #about-overlay article ul li span {
    font-size: .9rem;
  }

  body header#fb-header aside h2 {
    font-size: 12px;
  }

  body header#fb-header aside p {
    font-size: 10px;
  }

  body header#fb-header aside p:before {
    content: "fullstack developer & architect";
  }

  body header#fb-header aside p:after {
    display: none;
  }

  body header#fb-header div.about h3 {
    font-size: 12px;
  }

  body #work-holder {
    flex-direction: column;
    position: relative;
    align-items: center;
  }

  body #work-holder li.work-item {
    display: block;
    width: 85%;
  }

  body #work-holder li.work-item dl {
    height: 85vh;
    min-height: 520px;
    max-height: 600px;
    margin: 0 0 15px 0;
  }

  body #work-holder li.work-item dl dd.phone-portrait {
    flex-basis: 100%;
    flex-shrink: 0;
    background-color: aliceblue;
    display: block;
  }

  body #work-holder li.work-item dl dt.image {
    flex-basis: 100%;
  }

  body #work-holder li.work-item dl dd.landscape {
    flex-basis: 0vw;
    flex-grow: 0;
    height: 0;
    display: none;
  }

  body main#fb-app {
    display: none;
  }

  body main#fb-app section#fb-stage section#pages-holder .page-view #thumbs-holder li figure {
    margin: 0 8px;
  }

  body main#fb-app section#fb-stage section#pages-holder .page-view #thumbs-holder li figure img {
    height: 20px;
  }

  body main#fb-app section#fb-stage section#pages-holder .page-view #thumbs-holder li figure div.thumb-content h3 {
    font-size: 12px;
  }

  body main#fb-app section#fb-stage section#pages-holder .page-view #thumbs-holder li figure div.thumb-content h4 {
    display: none;
  }
}

@media (max-height: 386px) {
  #overlays-holder {
    top: 0;
    height: 100vh;
  }

  #overlays-holder #about-overlay {
    padding: 0;
  }

  #overlays-holder #about-overlay article {
    background-color: azure;
    border-radius: 2px;
    padding: 4px 0;
    border-width: 0;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
  }

  #overlays-holder #about-overlay article .x-btn {
    top: 0;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  #overlays-holder #about-overlay article ul li {
    margin: 0 0 12px 0;
    padding-right: 30px;
  }

  #overlays-holder #about-overlay article ul li span {
    font-size: .85rem;
  }

  #work-holder {
    transition: top .25s ease;
    flex-direction: column;
    position: relative;
    align-items: center;
  }

  #work-holder li.work-item {
    display: block;
    width: 86%;
  }

  #work-holder li.work-item dl {
    width: 100%;
    height: 85%;
    margin: 0 0 20px 0;
  }

  #work-holder li.work-item dl dt.image {
    min-height: 248px;
  }

  #work-holder li.work-item dl dd.landscape figure {
    opacity: 0;
  }

  body main#fb-app {
    display: none;
  }
}

@media (max-height: 654px) and (min-height: 387px) {
  body main#fb-app #fb-stage #pages-holder {
    transition: top .25s ease;
  }

  #work-holder {
    transition: top .25s ease;
  }
}

@media (max-height: 854px) and (min-height: 655px) {
  body main#fb-app #fb-stage #pages-holder {
    transition: top .25s ease;
  }

  #work-holder {
    transition: top .25s ease;
  }
}

html,
body {
  position: relative;
  background-color: #1c1927;
  color: #10222B;
  font-size: 16px;
  max-width: 100vw;
  max-height: 100vh;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
}

html .fb-info-bu,
body .fb-info-bu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

body {
  top: 66px;
}

main#fb-app {
  position: relative;
  width: 82%;
  max-width: 1118px;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 5000;
}


/*# sourceMappingURL=main.css.map*/