@charset "UTF-8";
html {
  box-sizing: border-box; }

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

/*
Setup
*/
@font-face {
  font-family: 'halis_r';
  src: url("../fonts/HalisR-Light-webfont.eot");
  src: url("../fonts/HalisR-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/HalisR-Light-webfont.woff2") format("woff2"), url("../fonts/HalisR-Light-webfont.woff") format("woff"), url("../fonts/HalisR-Light-webfont.ttf") format("truetype"), url("../fonts/HalisR-Light-webfont.svg#halis_rlight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'halis_r';
  src: url("../fonts/HalisR-Medium-webfont.eot");
  src: url("../fonts/HalisR-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/HalisR-Medium-webfont.woff2") format("woff2"), url("../fonts/HalisR-Medium-webfont.woff") format("woff"), url("../fonts/HalisR-Medium-webfont.ttf") format("truetype"), url("../fonts/HalisR-Medium-webfont.svg#halis_rmedium") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'halis_r';
  src: url("../fonts/HalisR-Bold-webfont.eot");
  src: url("../fonts/HalisR-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/HalisR-Bold-webfont.woff2") format("woff2"), url("../fonts/HalisR-Bold-webfont.woff") format("woff"), url("../fonts/HalisR-Bold-webfont.ttf") format("truetype"), url("../fonts/HalisR-Bold-webfont.svg#halis_rbold") format("svg");
  font-weight: 700;
  font-style: normal; }

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*
Document
*/
html {
  font-size: 62.5%; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.8em;
  /* em because Chrome bug with rem on body */
  color: #666;
  font-family: "halis_r", sans-serif; }

p {
  margin: 0 0 10px 0; }

a {
  text-decoration: none;
  color: #aabb26;
  transition: color 0.3s, background 0.3s; }

a:hover,
a:focus {
  color: #aabb26;
  text-decoration: none; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

h1 {
  font-weight: 700;
  font-size: 3.6rem; }

h2 {
  font-weight: 300;
  font-size: 3.1rem; }

.section-title {
  text-align: center;
  margin-bottom: 50px; }

.sub-heading {
  text-align: center;
  margin-bottom: 30px; }
  .sp-portfolio__item .sub-heading {
    float: none;
    display: inline-block;
    width: auto;
    background-color: #fff;
    padding: 7px; }

.bold {
  font-weight: 700; }

.light {
  font-weight: 300; }

.tan {
  color: #ebdbb2; }

.red {
  color: #fb4832; }

.green {
  color: #aabb26; }

::selection {
  background: #fb4832;
  color: #fff; }

a.offsite-link:hover,
a.offsite-link:focus {
  text-decoration: underline; }

/*
Layout
*/
section {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  section:before, section:after {
    content: "";
    display: table; }
  section:after {
    clear: both; }
  section h1, section h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    section h1:last-child, section h2:last-child {
      margin-right: 0; }

.sp-hero {
  padding: 150px 0;
  text-align: center;
  background-color: #282828;
  margin-bottom: 5.8rem; }

.sp-menu {
  background-color: #222;
  text-align: center;
  font-weight: 400;
  height: 5.8rem;
  margin-top: -5.8rem; }
  .sp-menu .sp-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .sp-menu .sp-nav:last-child {
      margin-right: 0; }
  .sp-menu .sp-nav-social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .sp-menu .sp-nav-social:last-child {
      margin-right: 0; }

.sp-services {
  background-color: #fff;
  padding: 50px 0;
  text-align: center; }
  .sp-services .service {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .sp-services .service:last-child {
      margin-right: 0; }

.sp-portfolio {
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center; }

.sp-portfolio__item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .sp-portfolio__item:last-child {
    margin-right: 0; }

.sp-portfolio__description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .sp-portfolio__description:last-child {
    margin-right: 0; }

#sp-contact {
  background-color: #fff;
  padding: 50px 0;
  text-align: center; }
  #sp-contact .sp-form-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    #sp-contact .sp-form-area:last-child {
      margin-right: 0; }

.sp-social {
  background-color: #282828;
  font-size: 24px;
  text-align: center; }
  .sp-social .sp-social-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .sp-social .sp-social-list:last-child {
      margin-right: 0; }

.sp-footer {
  background-color: #222;
  padding: 20px 0;
  overflow: hidden;
  text-align: center; }

@media screen and (max-width: 1024px) {
  .sp-menu {
    width: 100%;
    height: auto; }
  .sp-portfolio__item {
    width: 100%; } }

@media screen and (max-width: 768px) {
  #sp-contact .sp-form-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0;
    padding: 5%; }
    #sp-contact .sp-form-area:last-child {
      margin-right: 0; }
  .sp-menu .sp-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0;
    padding: 0 5%; }
    .sp-menu .sp-nav:last-child {
      margin-right: 0; }
  .sp-menu .sp-nav-social {
    display: none; } }

/*
Hero
*/
/*
Menu
*/
.sp-menu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  margin: 0; }

.sp-menu ul {
  font-size: 0; }

.sp-menu li {
  display: inline-block;
  font-size: 1.8rem; }

.sp-menu li a {
  display: inline-block;
  color: #ebdbb2;
  padding: 20px; }

.sp-menu li a:hover {
  color: #fff;
  background: #000; }

/*
Content
*/
.sp-copyright {
  position: relative;
  font-size: 4rem;
  top: 1.2rem;
  line-height: 1rem; }

.sp-pill-list {
  margin-bottom: 10px; }

.sp-pill-list li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px;
  border-radius: 4px;
  color: #fff; }

.sp-pill-red {
  background: #fb4832; }

.sp-pill-green {
  background: #aabb26; }

.sp-pill-blue {
  background: #83a598; }

.sp-social-list {
  font-size: 0; }

.sp-social-list li {
  display: inline-block;
  font-size: 3.6rem; }

.sp-social-list li a {
  display: inline-block;
  color: #ebdbb2;
  padding: 20px; }

.sp-social-list li a:hover {
  color: #fff;
  background: #000; }

/*
Grid Portfolio
*/
.sp-portfolio__item {
  background-size: cover;
  background-position: center center;
  padding: 80px 0; }
  .sp-portfolio__item--other-work {
    padding: 5%; }

.sp-portfolio__description {
  text-align: left;
  line-height: 140%;
  color: #fff;
  font-weight: 300; }
  .sp-portfolio__description h4 {
    font-weight: 700; }
  .sp-portfolio__description ul {
    margin: 0 0 10px 40px; }
  .sp-portfolio__description li {
    list-style-type: circle; }

.sp-portfolio__link {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 25px; }

.sp-portfolio__button {
  display: block;
  width: 100%;
  background: #888;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-weight: 300; }

@media only screen and (max-width: 767px) {
  .sp-portfolio__description {
    padding: 15px; } }

._overlay__red,
._overlay__green {
  position: relative; }

._overlay__red::before,
._overlay__green::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
  mix-blend-mode: screen; }

._overlay__red:hover::before,
._overlay__green:hover::before {
  opacity: 0; }

._overlay__red::before {
  background-color: rgba(251, 135, 121, 0.5); }

._overlay__green::before {
  background-color: rgba(170, 187, 38, 0.5); }

/*
Modal
*/
body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden; }

.sp-portfolio__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  /* gradient overlay at bottom of modal window */
  /*
  &::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: transparent;
    background: -webkit-linear-gradient( bottom , #222, rgba(34, 34, 34, 0));
    background: linear-gradient(to top, #222, rgba(34, 34, 34, 0));
  }
  */ }
  .modal-is-visible .sp-portfolio__modal {
    z-index: 201;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s; }

.sp-portfolio__modal-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-2em);
  width: 55px;
  height: 55px;
  background-color: #123758;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s; }

.sp-portfolio__modal-bg.is-visible {
  opacity: 1;
  visibility: visible; }

.sp-portfolio__modal-content {
  height: 100%;
  width: 100%;
  padding: 85px 5%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .modal-is-visible .sp-portfolio__modal-content {
    -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 768px) {
  .sp-portfolio__modal-content {
    padding: 55px 10%; } }

@media only screen and (min-width: 1170px) {
  .sp-portfolio__modal-content {
    padding: 6em 20%; } }

.sp-portfolio__modal-action {
  position: relative; }

.sp-portfolio__modal-button,
.sp-portfolio__modal-bg {
  display: inline-block;
  height: 55px;
  background-color: #222; }

.sp-portfolio__modal-button {
  display: block;
  margin: 0 auto;
  width: 175px;
  border-radius: 5em;
  color: #ebdbb2;
  line-height: 55px;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s, background-color 0.3s, width 0.3s 0s;
  -moz-transition: color 0.3s, background-color 0.3s, width 0.3s 0s;
  transition: color 0.3s, background-color 0.3s, width 0.3s 0s; }
  .sp-portfolio__modal-button.to-circle {
    width: 55px;
    color: transparent;
    -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
    -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
    transition: color 0.2s 0s, width 0.3s 0.2s; }
  .sp-portfolio__modal-button:hover {
    color: #fff;
    background-color: #000; }

.sp-portfolio__modal-bg {
  position: absolute;
  z-index: 200;
  left: 50%;
  top: 75px;
  width: 55px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s; }

.sp-portfolio__modal-bg.is-visible {
  opacity: 1;
  visibility: visible; }

.sp-portfolio__modal-close {
  position: fixed;
  z-index: 201;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../images/close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; }

.no-touch .sp-portfolio__modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.modal-is-visible .sp-portfolio__modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

@media only screen and (min-width: 1170px) {
  .sp-portfolio__modal-close {
    top: 70px; } }

/*
Slider
*/
.sp-slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  max-width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/*
@font-face
{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s; }

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: rgba(0, 0, 0, 0.4); }

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  transition: opacity 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  z-index: 1001; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*
Form
*/
.g-recaptcha {
  display: inline-block;
  padding: 10px; }

#sp-contact-form {
  min-height: 400px; }

#sp-contact-form input {
  position: relative;
  width: 100%;
  padding: 15px;
  border: 2px solid #eee;
  z-index: 1;
  line-height: normal;
  font-family: "halis_r", sans-serif;
  background: #eee;
  -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

#sp-contact-form textarea {
  width: 100%;
  border: none;
  resize: none;
  height: 100px;
  height: 10rem;
  padding: 18px;
  font-family: "halis_r", sans-serif;
  background: #eee;
  border: 2px solid #eee;
  -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

#sp-contact-form textarea:focus,
#sp-contact-form input:focus {
  background: #fff;
  outline: none;
  border: 2px solid #ddd; }

#sp-contact-form label {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 18px;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fb4832;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

#sp-contact-form input[type="submit"] {
  border-radius: 8px;
  background: #888;
  color: #fff;
  border: none;
  margin: 8px 0;
  cursor: pointer; }

#sp-contact-form input[type="submit"]:hover {
  background: #aaa; }

#sp-contact-form > *:not(:first-child).parsley-flabels-wrapper,
#sp-contact-form > *:not(:first-child) .parsley-flabels-wrapper {
  border-top: none; }

#sp-contact-form .parsley-flabels-wrap {
  position: relative;
  margin: 8px 0; }

#sp-contact-form .parsley-flabels-error-desc {
  position: absolute;
  top: 6px;
  right: 18px;
  opacity: 0;
  font-weight: bold;
  color: #fb4832;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 3;
  pointer-events: none; }

#sp-contact-form .parsley-flabels-error textarea,
#sp-contact-form .parsley-flabels-error input {
  background: #feeeee;
  border: 2px solid #fff0ee; }

#sp-contact-form .parsley-flabels-error textarea:focus,
#sp-contact-form .parsley-flabels-error input:focus {
  background: #feeeee;
  border: 2px solid #fb4832; }

#sp-contact-form .parsley-flabels-error .parsley-flabels-error-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

#sp-contact-form .parsley-flabel-float label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.sp-ajax-response {
  padding: 15px;
  background: #e3e8bb; }

.sp-ajax-response.error {
  background: #fbcdc7; }

button#try-again {
  background: #fb4832;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  transition: background 0.3s; }

button#try-again:hover {
  background: #fb7261; }

/*
Icons
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sp-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right:before {
  content: '\e800'; }

/* '' */
.icon-left:before {
  content: '\e801'; }

/* '' */
.icon-cancel:before {
  content: '\e802'; }

/* '' */
.icon-linkedin:before {
  content: '\e805'; }

/* '' */
.icon-github:before {
  content: '\e806'; }

/* '' */
