#p_prldr {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #242525; /*fafafa*/
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
z-index: 100000;
  
}
.contpre {
  font-size: 40px;
  position: relative;
  z-index: 99999;
}
.contpre svg {
  position: relative;
  z-index: 4;
}

#Fill-1 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 0.2s infinite alternate;
} 
#Fill-2 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 0.4s infinite alternate;
} 
#Fill-3 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 0.6s infinite alternate;
} 
#Fill-4 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 0.8s infinite alternate;
} 
#Fill-5 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 1s infinite alternate;
} 
#Fill-6 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 1.2s infinite alternate;
} 
#Fill-7 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 1.4s infinite alternate;
} 
#Fill-8 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 1.6s infinite alternate;
} 
#Fill-9 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 1.8s infinite alternate;
} 
#Fill-10 {
  animation: example 1s cubic-bezier(.71,.19,.6,.73) 2s infinite alternate;
} 



@keyframes example {
    0% {  fill: #000;}
    100% {  fill: #fed766;}
} 






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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}










 /*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
/*# sourceMappingURL=jquery.fullpage.min.css.map */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }



/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box; }

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

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.inner:before,
.site-inner:before,
.content-wrap:before,
.wrap:before {
  content: " ";
  display: table; }

.clearfix:after,
.inner:after,
.site-inner:after,
.content-wrap:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  overflow-x: hidden;
  overflow-y: hidden; }

html {
  color: #262626;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

img {
  max-width: 100%;
  height: auto; }

.container {
    text-align: center;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.reload,
.reload body {
  overflow: hidden; }

.reload-message {
  background: #262626;
  text-align: center;
  z-index: 3000; }

.reload-message p {
  color: #525252;
  font-family: 'Raleway', Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 1.625em;
  /* 26 / 16 */
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #262626;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

a:focus {
  outline: 0; }

.title {
  font-family: 'Oswald', sans-serif;
  font-size: 60 px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.39130434782609; }

.title--alt {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.04444444444444;
  text-transform: uppercase; }

p,
.paragraph {
  font-family: 'Raleway', Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 1.625em;
  /* 1.5 * 16 = 24 - 16 = 8 / 2 = 4.  30px total - 4px line-height = 26 / 16 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a,
.link {
  font-family: 'Raleway', Futura, 'Trebuchet MS', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav_inner .link--subnav {
  font-family: 'Raleway', Futura, 'Trebuchet MS', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .nav_inner .link--subnav.active {
    color: #f3f1e7; }

.legal {
  font-family: 'Raleway', Futura, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.5625em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.44444444444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nav-primary__menu-primary a {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7125em;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;}


/* ## Column Classes
--------------------------------------------- */
/* http://www.responsivegridsystem.com/calculator/ */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.866%; }


.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }



/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1; }

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

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #26a69a; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 0.8rem;
    transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #26a69a; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }



/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }



/* ==========================================================================
   Helper classes
   ========================================================================== */
.absolute-full {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.overflow-hidden {
  overflow: hidden; }

/*
 * Aspect-Ratio-Aware Fluid Objects
 */
.object-fluid {
  height: 0;
  position: relative; }

.object-fluid--16x9 {
  padding-bottom: 56.25%; }

.object-fluid--4x3 {
  padding-bottom: 75%; }

.object-fluid--1x1 {
  padding-bottom: 56.25%; }

.object-fluid iframe,
.object-fluid video,
.object-fluid object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }




/* ==========================================================================
   FONTS
   ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Oswald:200,300,400,500,600,700');


/* ==========================================================================
   Site Structure
   ========================================================================== */
html,
body {
    height: 100%;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #f3f1e7;
    background-color: #252627;
}

.site-container {
  height: 100%;
  width: 100%; }

/*.inner {
  height: 100%; }*/

.paddingLeftRight {
    padding: 0 5% 0 5%;
}

.paddingTop50 {
    padding-top: 50px;
}
.paddingTop100 {
    padding-top: 100px;
}

hr.separator {
      border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.or-spacer {
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}


/* ==========================================================================
   Site Header
   ========================================================================== */
.site-header {
  position: relative;
  width: 100%;
  z-index: 1000; }

.site-title {
  color: #f3f1e7;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.35em;
  margin: 0;
  text-transform: uppercase; }

.nav-primary .site-title {
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 80px;
  -webkit-transition: color 2s;
  transition: color 2s;
  z-index: 10000; }




body[class*="fp-viewing-portfolio-"] .nav-primary .site-title {
  color: #b9b6a7;
  fill: #b9b6a7; }



/* Fixed header and footer.
	* --------------------------------------- */
#header, #footer{
    position:fixed;
    height: 50px;
    display:block;
    width: 100%;
    text-align:center;
    color: #f2f2f2;
    padding-left: 3%;
    padding-right: 3%;}
        
#footer {
    bottom:0;}


/* ==========================================================================
   Site Navigation
   ========================================================================== */
.nav-primary {
  line-height: 0;
  margin-top: -60px;
  top: 100%;
  height: 60px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: 2000; }

.nav-mobile-open,
.nav-mobile-close,
.nav-primary__menu-primary li.nav-primary__menu-item--partners,
.nav-primary__menu-primary li.nav-primary__menu-item--credits {
  display: none; }

.nav-primary.top {
    padding-left: 5%;
    padding-right: 5%;
  top: 0;
  margin-top: 25px; }

.nav-primary__menu-primary {
  height: 60px;
  margin: 0 auto;
  /*padding: 0 30px;*/
  text-align: justify;
  max-width: 1340px;
    float:right;}

.nav-primary__menu-primary:after {
  content: '';
  /*display: inline-block;*/
  height: 0;
  width: 100%; }

.nav-primary__menu-primary li{
    padding: 0 20px;
  display: inline-block;
  list-style: none;
  text-align: center; }

.nav-primary__menu-primary a {
  line-height: 60px;
  text-decoration: none; }

.nav-primary__menu-primary a:link,
.nav-primary__menu-primary a:visited {
  color: #fff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }

.nav-primary__menu-primary a:hover,
.nav-primary__menu-primary a:active,
.nav-primary__menu-primary li.active a {
    color: #feeeb0;
}

.nav-primary__menu-primary li.active.disabled a {
  color: #262626; }

.nav_inner li.active a {
  color: #f3f1e7; }


/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    /*position: absolute;*/
    width: 100%;
    height: 30px;
    z-index: 99999;
    font-family: 'Oswald', sans-serif;

}

#footer p {
    display: inline;}

.copyrights {
    text-align: left;}

.copyrights > .created, .copyrights > .created a {
    font-size: 8px;
    font-weight: 300;
    color: #fff;
    text-transform: none;}

.rights, .country {
    font-size: 10px;
    font-weight: 500;}


.mailto > a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
    text-transform: none;}

.footer-social-icons {
    list-style: none;
    text-align: right;
    margin: 0;}

.footer-social-icons > li {
    display: inline;
    margin: 0 0.5em;}

.footer-social-icons > li > a > i  {
    font-size: 14px;
    }

.inline_block {
    display: inline-block;}

.fa-facebook-f, .fa-pinterest-p, .fa-behance, .fa-dribbble {
    color:#FED766;}

/* ==========================================================================
   Home
   ========================================================================== */

.section_home {
    height: 100%;
    width: 100%; 
    background:url(../img/bg_2.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;}


.section_home {
    padding-top: 0;}

.section_home h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 3px; 
    text-transform: uppercase;
    text-align: left;
    padding-left: 5%;
    font-weight: 300;}

.section_home .name{
    font-weight: 700;}

/* ==========================================================================
   ABOUT
   ========================================================================== */




.synopsis__title {
  color: #f3f1e7;
  margin: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0; }

.synopsis__subtitle {
  margin: 0 20px;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0; }

.synopsis__subtitle > span {
  display: block; }

.synopsis__copy {
  /*margin: 14.084507042254% 28.368794326241% 0 18.014184397163%;*/
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 2.0s;
  transition: all 2.0s;
  opacity: 0; }

/* Animations */
.active .synopsis__title,
.active .synopsis__subtitle,
.active .synopsis__copy {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.light {
    font-size: 48px;
    font-weight: 300;
}


.skill_cont{
    padding-top: 13%;
}

.myCanvasContainer {
    position: relative;
    height: 100%;
    width: 100%;}




/* ==========================================================================
   Portfolio
   ========================================================================== */

.section_portfolio .fp-controlArrow.fp-prev,
.section_portfolio .fp-controlArrow.fp-next {
    display: none !important; }

.project-title {
    font-size: 24px;
}

.project-tags {
    color: #b2c6cd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;}

.project-tags::before {
    content: "\2022";
    margin-right: 4px;
    color: #FED766;
    font-size: 10px;}

.project-tags li {
    display: inline;}

.project-description {
    margin: 15px 0 28px 0;
    line-height: 1.6;
    font-size: 12px;}

a.button {
    margin: 10px 0 20px;}

.button, button {
    height: auto;
    padding: 5px 10px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Owerlay', sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    width:50px;}

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    height: auto;
    padding: 5px 10px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    border-radius: 50px;
    border: 2px solid #999;
    color: #999;}

.button:hover, button:hover {
    color: #505051;
    border-color: #505051;
    outline: 0;
    padding: 5px 10px;}

.button.button-primary, 
button.button-primary {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;}

.button.button-primary:hover, 
.button.button-primary:focus, 
button.button-primary:hover,
button.button-primary:focus {
    color: #000;
    background-color: #FED766;
    border: 1px solid #FED766;}

input[type="submit"].button-primary, 
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FED766;
    background-color: #000;
    border: 0;}




/* ==========================================================================
   SERVICES
   ========================================================================== */
.fa-magic, 
.fa-map, 
.fa-code {
    font-size: 48px;
    color: #FED766;}

.services .container h4{
    font-size: 24px;
    text-transform: uppercase;}




/* ==========================================================================
   CONTACT
   ========================================================================== */


.contacts {
        padding-top: 50px;
        }
    
    .social_links {
        padding-top: 40px;
    }
    
  
    .form-container p {
        font-size: 12px;
        font-weight: 300;
    }
    
    .colortext {
        color: #fff!important;
    }
    
    .fa-user, .fa-at, .fa-comment, .fa-viber, .fa-whatsapp, .fa-telegram-plane, .fa-phone, .fa-link, .fa-instagram, .fa-linkedin-in {
        color: #FED766;
    } 
    
    .social_links .fa-viber,
    .social_links .fa-whatsapp,
    .social_links .fa-telegram-plane,
    .social_links .fa-instagram,
    .social_links .fa-linkedin-in,
    .social_links .fa-facebook-f,
    .social_links .fa-behance,
    .social_links .fa-pinterest-p
    {
        font-size: 32px;
    }
    
   .form-container {
	width: 100%;
       max-width: 600px;
	margin-left: auto;
	margin-right: auto;
       padding: 0 20px 0 0;
}

.form-container .row {
	margin-bottom: 0;
}
    
    .center {
        text-align: center;
    }


/* label color */
   .input-field label {
     color: #9c9c9c;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #feeeb0!important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #feeeb0!important;
     box-shadow: 0 1px 0 0 #feeeb0!important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #feeeb0!important;
     box-shadow: 0 1px 0 0 #feeeb0!important;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #9c9c9c;
     box-shadow: 0 1px 0 0 #9c9c9c;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #feeeb0!important;
   }
   input:not([type]):focus:not([readonly]),
   input[type=text]:focus:not([readonly]),
   input[type=password]:focus:not([readonly]),
   input[type=email]:focus:not([readonly]),
   input[type=url]:focus:not([readonly]),
   input[type=time]:focus:not([readonly]),
   input[type=date]:focus:not([readonly]),
   input[type=datetime]:focus:not([readonly]),
   input[type=datetime-local]:focus:not([readonly]),
   input[type=tel]:focus:not([readonly]),
   input[type=number]:focus:not([readonly]),
   input[type=search]:focus:not([readonly]),
   textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #feeeb0!important;
    box-shadow: 0 1px 0 0 #feeeb0!important;
}
input:not([type]):focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #feeeb0!important;
}

.submitbtn {
    font-size: 10px;
	line-height: 20px;
	display: block;
	height: 35px;
	width: 96%;
    color: #FED766;
    margin-left: 2%;
}
.visitbtn {
    font-size: 10px;
	line-height: 20px;
	display: block;
	height: 35px;
	width: 100%;
    color: #FED766;
}
.form-container h3 {
	font-size: 42px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -46px;
}

@media  all and (max-width: 640px) {
	.form-container {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.form-container h3 {
	    font-size: 24px;
	    top: -26px;
	}
}
    


.button, button {
    height: auto;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    border-radius: 50px;
    color: #FED766;
    border: 2px solid #999;
    padding: 5px 10px;

}



.button:hover, button:hover {
    color: #505051;
    outline: 0;
    padding: 5px 10px;

}


.button-ghost, input.button-ghost {
    color: #fff;
    border: 2px solid #FED766;
    background-color: transparent;
    font-size: 16px;
    padding: 5px 10px;

}

.button-ghost:hover, input.button-ghost:hover {
    color: #252a30;
    background-color: #FED766;
    padding: 5px 10px;
}
    
   




/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (max-width: 87.5em), (max-height: 56.25em) {
  /* 1400px x 900 */
  /* < 1400px */

}



    
    @media only screen and (max-width: 80em) {
  /* 1280px */
  /* < 1280px */

  .title {
    font-size: 36px;
    /* 20 */
    line-height: 40px;
    /* 25 */ }

  .title--alt {
    font-size: 2.1875em;
    /* 35 */
    line-height: 1.4; }

  p,
  .paragraph {
    font-size: 14px;
    line-height: 18px;
    /* 20 */ }

  .link {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-transform: uppercase; }

  .nav_inner .link--subnav {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.3em;
    line-height: 1.5;
    text-transform: uppercase; }

  .legal {
    font-size: 0.5em;
    /* 8 */
    line-height: 1.25;
    /* 10 */ }

  /* ==========================================================================
     Site Structure
     ========================================================================== */
  /* ==========================================================================
     Site Header
     ========================================================================== */
  .nav-primary .site-title,
  .nav-primary .site-logo {
    top: 60px; }

  /* ==========================================================================
     Site Navigation
     ========================================================================== */
  .nav-primary {
    margin-top: -40px;
    height: 40px; }

  .nav-primary__menu-primary {
    height: 40px;
    /*max-width: 1000px;
    padding: 0;*/ }

  .nav-primary__menu-primary a {
    line-height: 40px; }

  /* ==========================================================================
     Home
     ========================================================================== */
.section_home h1 {
    font-size: 60px;
    letter-spacing: 3px;
    margin: 0; }

  /* ==========================================================================
     About
     ========================================================================== */

 

  .synopsis__title {
    color: #f3f1e7;
    margin: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 1; }

  .synopsis__subtitle {
    /* 140 */
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 1; }

  .synopsis__subtitle > span {
    display: inline; }

  .synopsis__copy {
    margin: 1.875em 0 0 0;
    width: 100%; }


  /* ==========================================================================
     Portfolio
     ========================================================================== */
        
.section_portfolio .fp-controlArrow.fp-prev,
.section_portfolio .fp-controlArrow.fp-next {
    display: none !important; }
        
  /* ==========================================================================
     SERVICES
     ========================================================================== */
 /* ==========================================================================
     CONTACT
     ========================================================================== */

       
}
        
       
       
@media only screen and (max-width: 1024px) {
  /* < 1280px */
  .title {
    font-size: 1.5em;
    /* 24 */
    letter-spacing: 0;
    line-height: 1.25;
    /* 30 */ }

  .title--alt {
    font-size: 1.875em;
    /* 30 */
    letter-spacing: 0.13em;
    line-height: 1.06666666666667; }

  p,
  .paragraph {
    font-size: 1.125em;
    line-height: 1.38888888888889;
    letter-spacing: 0.025em; }

  .link {
    font-size: 1.125em;
    letter-spacing: 0.025;
    line-height: 1.38888888888889;
    text-transform: uppercase; }

  .nav_inner .link--subnav {
    letter-spacing: 0.3em;
    line-height: 1.5;
    text-transform: uppercase; }

  .legal {
    font-size: 0.5em;
    /* 8 */
    line-height: 1.25;
    /* 10 */ }

  .nav-primary__menu-primary a {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 3.375; }

  .preload-wrap {
    display: none; }

  .hide--small {
    display: none; }

  .show--small {
    display: block; }

  span.show--small {
    display: inline; }

  html,
  body {
    height: auto;
    overflow-y: visible; }

  .site-container {
    height: auto; }

  /*.inner {
    height: auto; }*/

  .site-title {
    font-size: 20px; }

  .site-logo,
  .site-logo svg {
    width: 90px;
    height: 20px; }

  .nav-primary .site-title,
  .nav-primary .site-logo {
    position: static; }

  .nav-primary {
    background: #252627;
    left: 0;
    height: auto;
    margin-top: 0!important;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000; }

  .nav-mobile-open,
  .nav-mobile-close {
    display: block;
    height: 22px;
    width: 22px; }

  .nav-mobile-open {
    float: right; }

  .nav-mobile-line {
    background: #ffffff;
    height: 2px;
    margin-top: 6px;
    width: 100%; }

  .nav-mobile-line:first-child {
    margin-top: 2px; }

  .nav-mobile-close .nav-mobile-line {
    background: #b9b6a7;
    float: left;
    height: 100%;
    margin-left: 6px;
    margin-top: 0;
    width: 2px; }

  .nav-mobile-close .nav-mobile-line:first-child {
    margin-left: 0;
    margin-top: 0; }

  .nav-primary__menu-primary {
    background: #252627;
    height: auto;
    max-width: 100%;
    overflow-y: auto;
    position: absolute;
    right: -160px;
    text-align: center;
    top: 0;
    width: 160px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

  .nav-primary__menu-primary.active {
    right: 0; }

  .nav-primary__menu-primary li {
    display: block;
    padding: 20% 25% 0 0;
    height: auto; }

  .nav-primary__menu-primary li.nav-mobile-close-wrap {
    height: 40px;
    padding: 10px; }

  .nav-primary__menu-primary li.nav-primary__menu-item--gallery {
    display: none; }

  .nav-primary__menu-primary li.nav-primary__menu-item--partners,
  .nav-primary__menu-primary li.nav-primary__menu-item--credits {
    display: block; }

  .nav-primary__menu-primary a {
    line-height: 1; }

  .section_home {
    height: auto;
    padding: 0; }

  .section_home {
    padding-top: 40px; }

  .site-title--home,
  .site-logo--home {
    display: none; }

  .mejs-container {
    position: absolute; }

  .box-art-badge {
    bottom: auto;
    top: 50px; }

  .section_about {
    overflow: visible;
    }

  .synopsis__subtitle,
  .synopsis__copy {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

 

  

  .synopsis__copy {

    width: auto; }
    
    
        }
        
        
        
        

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px)  {
  
 .row .col {
        padding: 0;
    }
  
    
    
/* ==========================================================================
    HOME
    ========================================================================== */
    
.section_home {
    background: none;}
    
    .fp-tableCell {
        display: inherit;
    }
  
.section_home {
    padding-top: 60%;
    padding-bottom: 60%;}

.section_home h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;}

.section_home .name{
    font-weight: 700;}
  
/* ==========================================================================
    ABOUT
    ========================================================================== */       
        
        
.synopsis__copy {
    width: auto;
    font-size: 14px;
    }
    
    .myCanvasContainer {
        padding-top: 50px;
    }
    
    #myCanvas {
        width: 250px;
        height: 250px;
    }
    
    .justify {
        text-align: justify;
    }

    
    
/* ==========================================================================
    PORTFOLIO
    ========================================================================== */

    
.slide {
    padding-top: 50px;
    }
    
    .portfolio_title {
        padding-bottom: 50px;
    }
    
    .portfolio_title .title {
        font-size: 1.3em;
    }
    
    span.light {
        font-size: 28px;
    }
    
    .separator {
        display: none;
    }
    

    
.project-title {
    padding-top: 25px;
    font-size: 18px;
    text-align: center;}
    
.project-tags {
    padding: 0;
    text-align: center;
    }
.project-description {
    font-size: 14px;
    text-align: justify;
    }
    
    .visitbtn {
        width: 100%;
    }
    
/* ==========================================================================
    SERVICES
    ========================================================================== */
   
    
    .section_services .title {
        font-size: 1em;
    }
    
    .summary {
        text-align: justify;
        font-size: 14px;
        padding-bottom: 50px;
    }
    
    
/* ==========================================================================
    CONTACT
    ========================================================================== */
    
    .form-container {
        padding: 0;
    }
    
    .form-container p{
        font-size: 14px;
        font-weight: 500;
    }
    
    .section_contact .synopsis__subtitle {
        margin: 0;
    }
    
    
    
    #footer {
        position: initial;
    }
    
    #footer .col{
        text-align: center;
    }
    
    .footer-social-icons {
        text-align: center;
        padding: 0;
    }
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/



@media only screen and (max-width: 480px) {
    
    .row .col {
        padding: 0;
    }
  
    
    
/* ==========================================================================
    HOME
    ========================================================================== */
    
.section_home {
    background: none;}
    
    .fp-tableCell {
        display: inherit;
    }
  
.section_home {
    padding-top: 75%;
    padding-bottom: 75%;}

.section_home h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;}

.section_home .name{
    font-weight: 700;}
  
/* ==========================================================================
    ABOUT
    ========================================================================== */       
        
        
.synopsis__copy {
    width: auto;
    font-size: 14px;
    }
    
    .myCanvasContainer {
        padding-top: 50px;
    }
    
    #myCanvas {
        width: 250px;
        height: 250px;
    }
    
    .justify {
        text-align: justify;
    }

    
    
/* ==========================================================================
    PORTFOLIO
    ========================================================================== */

    
.slide {
    padding-top: 50px;
    }
    
    .portfolio_title {
        padding-bottom: 50px;
    }
    
    .portfolio_title .title {
        font-size: 1.3em;
    }
    
    span.light {
        font-size: 28px;
    }
    
    .separator {
        display: none;
    }
    

    
.project-title {
    padding-top: 25px;
    font-size: 18px;
    text-align: center;}
    
.project-tags {
    padding: 0;
    text-align: center;
    }
.project-description {
    font-size: 14px;
    text-align: justify;
    }
    
    .visitbtn {
        width: 100%;
    }
    
/* ==========================================================================
    SERVICES
    ========================================================================== */
   
    
    .section_services .title {
        font-size: 1em;
    }
    
    .summary {
        text-align: justify;
        font-size: 14px;
        padding-bottom: 50px;
    }
    
    
/* ==========================================================================
    CONTACT
    ========================================================================== */
    
    .form-container {
        padding: 0;
    }
    
    .form-container p{
        font-size: 14px;
        font-weight: 500;
    }
    
    .section_contact .synopsis__subtitle {
        margin: 0;
    }
    
    
    
    #footer {
        position: initial;
    }
    
    #footer .col{
        text-align: center;
    }
    
    .footer-social-icons {
        text-align: center;
        padding: 0;
    }
        
        }
        
        
        
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  
    
    
    /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
    
    






    .right {
        float: right!important;
    }
    .left {
        float: left!important;
    }