/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

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

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

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

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

@font-face {
  font-family: norwester;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/norwester-webfont.eot");
  src: url("./fonts/norwester-webfont.eot?") format("eot"), url("./fonts/norwester-webfont.woff") format("woff"), url("./fonts/norwester-webfont.ttf") format("truetype");
}
.bars {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 7px;
  background: #03a9f5;
}
.bars:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 7px;
  top: -17px;
  background: #03a9f5;
}
.bars:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 7px;
  top: 17px;
  background: #03a9f5;
}

textarea.has-error::-webkit-input-placeholder {
  color: #F44336;
  font-weight: bold;
  font-size: 1em;
}

textarea.has-error:-moz-placeholder {
  color: #F44336;
  font-weight: bold;
  font-size: 1em;
}

textarea.has-error::-moz-placeholder {
  color: #F44336;
  font-weight: bold;
  font-size: 1em;
}

textarea.has-error:-ms-input-placeholder {
  color: #F44336;
  font-weight: bold;
  font-size: 1em;
}

::-webkit-input-placeholder {
  color: black;
  font-weight: bold;
  font-size: 1em;
}

:-moz-placeholder {
  color: black;
  font-weight: bold;
  font-size: 1em;
}

::-moz-placeholder {
  color: black;
  font-weight: bold;
  font-size: 1em;
}

:-ms-input-placeholder {
  color: black;
  font-weight: bold;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #ea1e63;
}
a:hover, a:focus {
  color: #03a9f5;
}

h1, h2, h3, h3, h4, h5, h6 {
  font-family: Roboto;
}

h1 {
  margin: 0;
  font-weight: normal;
  color: #ea1e63;
  font-size: 36px;
}

h2 {
  margin: 0;
  font-weight: normal;
  color: #ea1e63;
  font-size: 36px;
}

h3 {
  margin: 0;
  color: #ea1e63;
}

section {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  position: relative;
}

body {
  background: transparent url("../img/bg.jpg") top center no-repeat fixed;
  color: white;
  line-height: 1.5;
  font-family: "Open sans";
}

.container {
  padding: 100px 10px;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}

header {
  z-index: 100;
  padding-top: 40px;
  transition: all 0.2s ease;
  box-shadow: none;
}
header .container {
  padding: 0;
}
header.sticky {
  padding-top: 0;
  background-color: #212121;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
header.sticky #logo {
  max-width: 0;
  max-height: 0;
}
header.sticky #social {
  margin-top: 20px;
}
header:after {
  content: "";
  clear: both;
  display: block;
}

#logo {
  display: block;
  font-size: 20px;
  color: inherit;
  float: left;
  margin-right: 50px;
  max-width: 400px;
  max-height: 150px;
  transition: all 0.2s ease;
  overflow: hidden;
}
#logo img {
  display: block;
  margin-bottom: 10px;
}
#logo:hover {
  text-decoration: none;
}

#menu {
  float: left;
  position: relative;
  cursor: pointer;
}
#menu .toggle-menu {
  box-shadow: none;
  position: relative;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 140px;
  color: white;
  transition: all 0.2s ease;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
#menu .toggle-menu .bars {
  top: 40px;
  left: 40px;
  position: absolute;
  transition: all 0.2s ease;
}
#menu .toggle-menu .label {
  position: absolute;
  right: -100%;
  width: 100%;
  font-size: 32px;
  transition: all 0.2s ease;
  color: #ea1e63;
}
#menu ul {
  max-height: 0;
  position: absolute;
  top: 90px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 480px;
  padding: 0;
  box-shadow: none;
}
#menu ul li {
  padding: 0 10px;
}
#menu ul li a {
  box-shadow: none;
  font-size: 26px;
  padding: 5px 40px;
  display: block;
  transition: padding-left 0.2s ease;
  color: #ea1e63;
}
#menu ul li a:hover {
  text-decoration: none;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  padding-left: 50px;
  color: #03a9f5;
}
#menu ul li a.active {
  color: #03a9f5;
}
#menu.active .toggle-menu {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  background-color: white;
}
#menu.active .toggle-menu .label {
  right: 0;
}
#menu.active .toggle-menu .bars {
  left: -100%;
}
#menu.active ul {
  display: block;
  max-height: 480px;
  background-color: white;
  padding: 40px 0;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#lang {
  padding: 0 10px;
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  transition: margin-top 0.2s ease;
}
#lang a {
  padding: 0 2px;
  color: inherit;
}
#lang a.active {
  color: #ea1e63;
}
#lang a.inactive {
  cursor: default;
}

#social {
  float: right;
}
#social a {
  margin: 0 5px;
  background-color: white;
  display: block;
  float: left;
  border-radius: 3px;
  transition: all 0.2s ease;
  width: 40px;
  height: 40px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
#social a img {
  width: 100%;
  height: auto;
}
#social a:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
#social a:hover.facebook {
  background-color: #647bad;
}
#social a:hover.twitter {
  background-color: #1ac1ed;
}
#social a:hover.googleplus {
  background-color: #d42510;
}
#social a:hover.pinterest {
  background-color: #ce1e28;
}

#home {
  z-index: 10;
  transition: padding-top 0.2s ease;
}
#home #intro {
  text-align: center;
  padding-top: 200px;
}
#home .yourProjects {
  font-size: 48px;
  color: white;
}
#home .yourProjects strong {
  font-weight: normal;
  color: #ea1e63;
}
#home .ourTeam {
  font-size: 30px;
  color: white;
}
#home .button {
  margin: 100px 0 0;
  font-size: 30px;
}

input[disabled] {
  background-color: #727272 !important;
  border-color: #a5a5a5 !important;
  color: #a5a5a5 !important;
}

.button {
  padding: 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.button.ghost {
  color: white;
  border: 5px solid white;
}
.button.ghost:hover {
  background-color: #ea1e63;
  color: white;
  border-color: #ea1e63;
}
.button:active {
  transition: none;
  background-color: #03a9f5;
  border-color: #03a9f5;
}

#about {
  background-color: white;
  z-index: 9;
  color: black;
}

.group:after {
  content: "";
  display: block;
  clear: both;
}
.group .col {
  float: left;
  width: 480px;
  overflow: auto;
}
.group .col:first-child {
  margin-right: 20px;
}
.group .element {
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  overflow: auto;
  cursor: default;
  line-height: 1.5;
}
.group .element .description {
  padding: 0 20px;
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid #ea1e63;
}
.group .element:nth-child(2n) {
  clear: both;
}
.group .element:hover .description {
  max-height: 800px;
  border-bottom: 1px solid #ea1e63;
  background-color: white;
  color: black;
}
.group .element:hover .icon {
  background-position: bottom center;
}
.group .icon {
  height: 140px;
  width: 140px;
  background: transparent url("../img/manu.png") no-repeat;
  float: left;
  margin-right: 10px;
  background-position: top center;
}
.group .icon.alexis {
  background-image: url("../img/alexis.png");
}
.group .icon.laurent {
  background-image: url("../img/laurent.png");
}
.group .icon.francoise {
  background-image: url("../img/francoise.png");
}
.group .icon.conception {
  background-image: url("../img/conception.png");
}
.group .icon.webdesign {
  background-image: url("../img/webdesign.png");
}
.group .icon.frontend {
  background-image: url("../img/frontend.png");
}
.group .icon.backend {
  background-image: url("../img/backend.png");
}
.group .icon.apps {
  background-image: url("../img/apps.png");
}
.group .icon.cms {
  background-image: url("../img/cms.png");
}
.group .icon.consulting {
  background-image: url("../img/consulting.png");
}
.group .icon.graph {
  background-image: url("../img/graph.png");
}
.group .text {
  overflow: hidden;
  color: #ea1e63;
}
.group .name {
  font-size: 20px;
  font-family: norwester;
  color: #ea1e63;
}
.group .description {
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s ease;
}

.highlight {
  color: #03a9f5;
}

.filter {
  margin-bottom: 40px;
}
.filter .label {
  padding-right: 50px;
}
.filter .buttons {
  display: inline-block;
}
.filter .button {
  padding: 5px 20px;
  border-radius: 2px;
  color: #ea1e63;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10px;
}
.filter .button:hover, .filter .button:focus {
  color: white;
  background-color: #ea1e63;
}
.filter .button.active {
  background-color: #ea1e63;
  color: white;
}

#realisations {
  color: #212121;
  z-index: 8;
  background: transparent url("../img/bg.jpg") center center fixed no-repeat;
}
#realisations .list {
  position: relative;
}
#realisations .list:after {
  content: "";
  display: block;
  clear: both;
}

.reaContainer {
  float: left;
  width: 50%;
  padding: 0 20px 20px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease, z-index 0s ease;
}
.reaContainer .rea {
  overflow: hidden;
}
.reaContainer:nth-child(2n) {
  padding-right: 0;
}
.reaContainer img {
  display: block;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.reaContainer .desc {
  color: white;
  padding: 20px;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  background-color: #ea1e63;
  top: 0;
  left: 0;
  right: 9px;
  bottom: 20px;
}
.reaContainer .desc .ghost {
  margin: 20px 0;
  background-color: white;
  color: #ea1e63;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.reaContainer:hover {
  z-index: 10;
  transform: scale(1.1);
  border-radius: 3px;
}
.reaContainer:hover .desc {
  opacity: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

#services {
  z-index: 7;
  background-color: white;
}
#services .name {
  margin-top: 35px;
  font-weight: normal;
  text-transform: uppercase;
}

footer {
  background-color: #ea1e63;
  text-align: center;
}
footer .container {
  padding: 40px 0;
  font-size: 14px;
}
footer .container a {
  text-decoration: underline;
  color: inherit;
}
footer .container a:hover {
  color: #03a9f5;
  text-decoration: none;
}

.reaOverlay {
  z-index: -100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  font: 0/0 a;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease, z-index 0s ease 0.2s;
}
.reaOverlay:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.reaOverlay.active {
  z-index: 100;
  opacity: 1;
  transition: opacity 0.2s ease, z-index 0s ease 0s;
}

.imgButton {
  width: 20px;
  height: 20px;
  background-color: #727272;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
  cursor: pointer;
}
.imgButton.active {
  background-color: #ea1e63;
}

.reaCard {
  max-height: 100%;
  overflow-y: scroll;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-family: Arial;
  color: #212121;
  width: 100%;
  margin: auto;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.reaCard .info {
  position: relative;
}
.reaCard .close {
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: transparent url("../img/close.png") center center no-repeat;
  text-align: center;
  position: absolute;
  top: 20px;
  font-size: 36px;
  right: 0;
  transition: all 0.2s ease;
  border-radius: 50%;
  transform: scale(0.8);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.reaCard .close:hover {
  transform: scale(1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.reaCard .nav {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 70px;
  padding: 20px;
  background: transparent url("../img/chevron-left.png") center center no-repeat;
  background-size: 40px 65px;
  transition: all 0.2s ease;
}
.reaCard .nav:hover {
  transform: scale(1.1);
}
.reaCard .nav.next {
  background-image: url("../img/chevron-right.png");
}
.reaCard .img {
  max-width: 630px;
  max-height: 486px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.reaCard .img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.reaCard .info {
  overflow: hidden;
}
.reaCard .label {
  display: inline-block;
  font-weight: bold;
  color: #ea1e63;
}
.reaCard .client {
  font-size: 24px;
}
.reaCard .type {
  font-size: 18px;
}
.reaCard .services {
  margin-top: 40px;
}
.reaCard .services ul {
  padding-left: 30px;
}
.reaCard .button {
  border: #ea1e63 solid 3px;
  color: #ea1e63;
  font-size: 32px;
  padding: 10px 20px;
  opacity: 1;
  width: 100%;
}
.reaCard .buttonContainer {
  width: 240px;
  min-height: 1px;
  margin: 0 20px;
  text-align: center;
}
.reaCard .dl {
  clear: both;
  width: 100%;
  margin: 20px 0 0;
}
.reaCard .dl .button {
  width: 240px;
}
.reaCard .actions {
  padding-top: 20px;
  float: right;
  overflow: hidden;
  clear: both;
}
.reaCard .actions > div {
  vertical-align: middle;
  float: left;
}

#contact {
  background: transparent url("../img/bg.jpg") center center fixed no-repeat;
  color: black;
}
#contact .button {
  background-color: white;
  font-size: 24px;
  font-weight: normal;
  padding: 20px 50px;
}
#contact .button:hover {
  background-color: #03a9f5;
  color: white;
}
#contact h3 {
  background-color: #03a9f5;
  color: white;
  text-align: center;
  padding: 10px;
}
#contact strong {
  color: #ea1e63;
}
#contact form {
  background-color: #ea1e63;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
#contact form .check {
  width: 100%;
}
#contact .address {
  padding: 20px;
  background-color: #03a9f5;
  color: white;
  overflow: hidden;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
#contact .address h1, #contact .address strong {
  color: white;
}
#contact .follow {
  overflow: hidden;
  padding: 20px;
  background-color: white;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
}
#contact .follow h1 {
  color: #ea1e63;
}
#contact .follow .links {
  width: 100%;
}
#contact .follow .links img {
  display: block;
}
#contact .follow a {
  margin: 20px;
  display: inline-block;
  transition: all 0.2s ease;
}
#contact .follow a:hover {
  transform: scale(1.15);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

ul {
  margin: 0;
}

.noTransition {
  transition: none !important;
}

.buttonContainer {
  text-align: center;
}

input.button {
  background-color: inherit;
  font-weight: bold;
  color: #ea1e63;
  padding: 10px 40px;
  margin: 20px;
}
input.button.ghost {
  color: #727272;
}
input.button.ghost:focus {
  outline: none;
}

.grpContainer {
  overflow: hidden;
}
.grpContainer.alt .grp:first-child {
  padding-right: 10px;
}
.grpContainer.alt .grp:last-child {
  padding-left: 10px;
}

.grp {
  width: 50%;
  float: left;
}
.grp:after {
  content: " ";
  clear: both;
  display: block;
}

.choice label {
  font-size: 18px !important;
}
.choice label:before, .choice label:after {
  top: 3px !important;
}

.check {
  display: inline-block;
  padding: 10px;
}
.check input {
  position: absolute;
  left: -9999px;
}
.check input:checked + label {
  color: white;
}
.check input:checked + label:before {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.check input:checked + label:after {
  transform: scale(0.5);
  border-radius: 50%;
}
.check input[type="checkbox"] + label:before {
  border-radius: 2px;
}
.check input[type="checkbox"] + label:after {
  border-radius: 50%;
  background: transparent url("../img/tick.png") center center no-repeat;
  background-size: 90%;
}
.check input[type="checkbox"]:checked + label:after {
  transform: scale(1);
  border-radius: 2px;
}
.check input + label {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  display: block;
  color: white;
}
.check input + label:before, .check input + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
.check input + label:before {
  border-radius: 50%;
  transition: all 0.35s ease;
  background-color: white;
  box-shadow: none;
}
.check input + label:after {
  transform: scale(0.01) rotate(90deg);
  transition: all 0.35s ease;
  background-color: #ea1e63;
  border-radius: 0;
  color: #ea1e63;
}

.textarea {
  width: 100%;
  border: none;
  min-height: 100px;
  padding: 10px;
  resize: none;
}
.textarea:focus {
  outline: none;
}

.input {
  display: block;
  position: relative;
  cursor: text;
  margin: 20px 20px 0px;
}
.input input, .input textarea {
  z-index: 1;
  position: relative;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease;
  padding: 5px;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  color: white;
}
.input input:not(input), .input textarea:not(input) {
  transition: height 0;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0;
  height: 29px;
  padding: 5px;
  resize: none;
}
.input input:focus, .input input.active, .input input.has-error, .input textarea:focus, .input textarea.active, .input textarea.has-error {
  outline: none;
  border-color: transparent;
}
.input input:focus + label, .input input.active + label, .input input.has-error + label, .input textarea:focus + label, .input textarea.active + label, .input textarea.has-error + label {
  font-size: 0.75em;
  top: -20px;
  color: white;
  font-weight: bold;
}
.input input:focus + label:after, .input input.active + label:after, .input input.has-error + label:after, .input textarea:focus + label:after, .input textarea.active + label:after, .input textarea.has-error + label:after {
  width: 100%;
  background-color: white;
  height: 3px;
}
.input input.has-error, .input textarea.has-error {
  border-color: #f77066;
  background-color: #ffcdd2;
  color: #c62828;
}
.input input.has-error + label:after, .input textarea.has-error + label:after {
  background-color: #f77066;
}
.input label {
  z-index: 0;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  color: white;
}
.input label:after {
  transition: all 0.2s ease;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}

paper-ripple {
  color: white;
  overflow: hidden;
}

#fileUpload {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
#fileUpload span {
  position: absolute;
  background-color: #03a9f5;
  display: inline-block;
  padding: 0 30px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: black;
  right: 0;
  cursor: pointer;
}

#uploadFile {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  float: left;
  background-color: white;
  padding: 0 10px;
  font-size: 18px;
  border: none;
  display: inline-block;
  width: 100%;
}

#progressContainer {
  position: absolute;
  left: 20px;
  right: 20px;
}

#fileProgress {
  margin-top: 20px;
  background-color: white;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#progress {
  background-color: #03a9f5;
  height: 20px;
  width: 0;
  transition: width 0.2s ease;
}

.msg {
  color: white;
  position: absolute;
  right: 0;
  left: 0;
}

#error404 {
  background-color: white;
  text-align: center;
  font-size: 18px;
  color: black;
}
#error404 .image404 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .reaCard .container {
    padding-top: 20px;
  }
  .reaCard .img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .reaCard .close {
    top: 0;
  }
  .reaCard .imgButtons {
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  #contact form {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .filter strong {
    display: block;
  }

  #menu ul {
    width: 320px;
  }

  .group .col {
    width: 100%;
  }

  .reaContainer {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .reaContainer:hover {
    transform: none;
  }
  .reaContainer .desc {
    right: 0;
    font-size: 12px;
  }
  .reaContainer .desc .ghost {
    margin-top: 10px;
    font-size: 14px;
  }
  .reaContainer img {
    width: 100%;
    height: auto;
  }

  .reaCard {
    /*.actions
     * display: block
     * .navContainer
     *     display: table
     *     width: 100%
     *     .nav
     *         display: table-cell
     *
     * & > .buttonContainer
     *     display: block */
  }

  .grp {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  header {
    padding-top: 0;
  }

  #logo span {
    display: none;
  }

  #menu.active ul {
    padding: 0 0 20px;
  }

  .filter * {
    display: block;
  }
  .filter .buttons {
    width: 100%;
    text-align: center;
  }
  .filter .button {
    margin: 5px 0;
  }

  #social {
    display: none;
  }

  #fileUpload span {
    padding: 4px 20px;
  }

  .reaCard .buttonContainer {
    width: 150px;
  }

  footer .col {
    width: 100%;
    float: none;
  }
}
