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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

* {
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Voltaire', sans-serif; }

.clearette {
  clear: both; }

.red {
  color: #e53f45; }

html {
  height: 100%;
  box-sizing: border-box; }

body {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8; }

#wrapper {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px; }
  #wrapper.opacified, #wrapper.opacified * {
    opacity: 0.8 !important;
    background-color: black !important; }

.content {
  position: relative;
  margin: 0 auto;
  width: 70%;
  max-width: 1000px; }
  @media (max-width: 767px) {
    .content {
      width: 80%; } }

@media (min-width: 767px) {
  .phone-only {
    display: none; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none; } }

#menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 58px;
  z-index: 100;
  background: white;
  border-bottom: 2px solid white;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1); }
  #menu .burger {
    position: absolute;
    right: -9%;
    top: 12px;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    #menu .burger span {
      display: block;
      position: absolute;
      height: 7px;
      width: 50%;
      background: #e53f45;
      opacity: 1;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #menu .burger span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0; }
      #menu .burger span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px; }
      #menu .burger span:nth-child(1), #menu .burger span:nth-child(2) {
        top: 0px; }
      #menu .burger span:nth-child(3), #menu .burger span:nth-child(4) {
        top: 14px; }
      #menu .burger span:nth-child(5), #menu .burger span:nth-child(6) {
        top: 28px; }
    #menu .burger.open span:nth-child(1), #menu .burger.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #menu .burger.open span:nth-child(2), #menu .burger.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #menu .burger.open span:nth-child(1) {
      left: 5px;
      top: 6.5px; }
    #menu .burger.open span:nth-child(2) {
      left: calc(50% - 5px);
      top: 6.5px; }
    #menu .burger.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    #menu .burger.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    #menu .burger.open span:nth-child(5) {
      left: 5px;
      top: 19.5px; }
    #menu .burger.open span:nth-child(6) {
      left: calc(50% - 5px);
      top: 19.5px; }
  #menu .logo {
    position: absolute;
    right: 0;
    top: 5px;
    height: 70px; }
    @media (max-width: 767px) {
      #menu .logo {
        right: auto;
        left: -12%; } }
  @media (max-width: 767px) {
    #menu ul {
      display: none;
      margin: 0 -22%;
      padding: 90px 0 20px;
      background-color: white; } }
  #menu li {
    float: left;
    margin-bottom: -2px;
    padding: 0 20px;
    list-style: none;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid white; }
    @media (max-width: 767px) {
      #menu li {
        width: 100%;
        padding-left: 30%;
        border: none; } }
    #menu li a {
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        #menu li a {
          font-weight: bold; } }
    #menu li:hover, #menu li .selected {
      border-bottom: 2px solid #e53f45; }
      @media (max-width: 767px) {
        #menu li:hover, #menu li .selected {
          border: none; } }
      #menu li:hover a, #menu li .selected a {
        color: #e53f45; }

#home {
  padding: 100px 0px 0px; }
  #home .logo, #home .description {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  #home .logo {
    padding: 0 50px;
    text-align: left; }
  #home .description {
    padding: 130px 10px;
    text-align: center; }
    @media (max-width: 767px) {
      #home .description {
        padding: 40px 0;
        width: 100%; } }
    #home .description h1 {
      font-weight: 400;
      font-size: 35px; }
    #home .description .subtitle {
      margin-top: 20px;
      font-size: 20px; }
  #home .cases {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 -1% 100px -1%;
    width: 102%;
    list-style: none; }
    @media (max-width: 767px) {
      #home .cases {
        display: block;
        clear: both; } }
  #home .case {
    box-sizing: border-box;
    padding: 25px 20px;
    width: 31.3333%;
    margin: 1%;
    flex: 1 1;
    background-color: white; }
    @media (max-width: 767px) {
      #home .case {
        width: 100%;
        margin: 15px 0; } }
    #home .case h2 {
      text-align: center;
      font-size: 22px;
      color: #e53f45;
      margin: 0px 0px 20px; }
    #home .case p {
      font-size: 14px; }

/*contact*/
#contact {
  padding: 150px 0px; }
  #contact .form-contact {
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 35px;
    overflow: hidden;
    background-color: white; }
    #contact .form-contact .info, #contact .form-contact .form {
      float: left; }
      @media (max-width: 767px) {
        #contact .form-contact .info, #contact .form-contact .form {
          float: none;
          width: 100% !important; } }
    #contact .form-contact .info {
      padding: 15px 30px 0 0;
      width: 40%;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        #contact .form-contact .info {
          padding: 0; } }
      #contact .form-contact .info h1 {
        font-weight: 400;
        font-size: 1.9em;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          #contact .form-contact .info h1 {
            font-size: 1.8em; } }
      #contact .form-contact .info .description {
        padding: 10px 0px;
        font-size: 14px; }
      #contact .form-contact .info img {
        position: absolute;
        bottom: 0px;
        left: 11%;
        width: 13%; }
        @media (max-width: 767px) {
          #contact .form-contact .info img {
            display: none; } }
    #contact .form-contact .form {
      width: 50%; }
    #contact .form-contact label {
      display: block;
      font-size: 20px;
      margin: 10px 0px 0px 2px; }
    #contact .form-contact input, #contact .form-contact textarea {
      padding: 10px 15px;
      width: 100%;
      color: #8f8f8f;
      font-size: 12px;
      -webkit-appearance: none;
      background-color: #f8f8f8;
      border-radius: 0;
      border: 1px solid #e8e8e8;
      box-sizing: border-box; }
    #contact .form-contact .submit {
      margin-top: 10px;
      padding: 13px 20px;
      width: 200px;
      max-width: 100%;
      color: white;
      font-size: 15px;
      font-weight: bold;
      background-color: #e53f45;
      border: none; }

/*blog*/
#blog {
  padding-top: 100px; }

#blog p.text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 10px;
  background-color: white; }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #3a3a3a;
  line-height: 50px;
  text-align: right;
  font-size: 14px; }
  #footer ul {
    list-style: none; }
  #footer li {
    float: right;
    color: #868686;
    padding: 0 5px; }
  #footer a {
    text-decoration: none;
    color: #868686; }
    #footer a:hover {
      color: #e53f45; }

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