blockquote:after, .container:after {
  content: "";
  display: table;
  clear: both; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 18, 2015 */
@font-face {
  font-family: 'decotechregular';
  src: url("../fonts/decotech-webfont.eot");
  src: url("../fonts/decotech-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/decotech-webfont.woff2") format("woff2"), url("../fonts/decotech-webfont.woff") format("woff"), url("../fonts/decotech-webfont.ttf") format("truetype"), url("../fonts/decotech-webfont.svg#decotechregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'hill_houseregular';
  src: url("../fonts/hill_house-webfont.eot");
  src: url("../fonts/hill_house-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hill_house-webfont.woff2") format("woff2"), url("../fonts/hill_house-webfont.woff") format("woff"), url("../fonts/hill_house-webfont.ttf") format("truetype"), url("../fonts/hill_house-webfont.svg#hill_houseregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! http://responsiveslides.com v1.54 by @viljamis */
.slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.slides li:first-child {
  position: relative;
  display: block;
  float: left; }

.slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px 25px 25px 25px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: -3px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 500px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 500px; }

html {
  box-sizing: border-box; }

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

body {
  background: #000;
  font-family: "Futura-CondensedMedium", "Gill Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  color: #999;
  margin: 0;
  padding: 0;
  font-size-adjust: auto; }
  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    background: url("../img/fan-line.png") repeat-x center center;
    height: 40px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  body:after {
    content: "";
    display: block;
    position: absolute;
    top: 54px;
    height: 0;
    border-top: 7px solid #fff;
    width: 100%;
    left: 0; }

a {
  text-decoration: none; }

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

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

#header,
#skills-experience,
#partners-clients,
#footer {
  opacity: 0; }

h1 {
  color: #fff;
  line-height: 1em;
  margin: 0 0 15px 0;
  font-weight: normal;
  max-width: 480px; }
  @media (min-width: 768px) {
    h1 {
      margin: 0 0 50px 0; } }
  h1 span {
    font-size: 29px;
    color: #666;
    display: block;
    text-align: right;
    position: relative;
    margin-top: -10px; }

h2 {
  background: #fff;
  color: #000;
  font-family: "decotechregular", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  padding: 30px 15px 15px 15px;
  margin: 0;
  font-weight: normal;
  position: relative; }
  @media (min-width: 768px) {
    h2 {
      font-size: 80px;
      padding: 30px 15px 5px 15px; } }
  h2:after {
    content: "";
    width: 100%;
    height: 0;
    border-top: 4px solid #000;
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block; }
  h2:before {
    content: "";
    width: 100%;
    height: 12px;
    border-top: 5px solid #000;
    border-bottom: 4px solid #000;
    position: absolute;
    top: 7px;
    left: 0;
    display: block; }

h3 {
  font-family: "hill_houseregular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  position: relative;
  padding-left: 30px;
  margin: 30px 0 0 0; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px;
      padding-left: 60px;
      margin-top: 50px; }
      h3.h3-01 {
        margin-top: 0; }
      h3.h3-02 {
        margin-top: 60px; }
      h3.h3-03 {
        margin-top: 85px; }
      h3.h3-04 {
        margin-top: 150px; }
      h3.h3-05 {
        margin-top: 110px; } }
  h3:before {
    width: 70px;
    height: 70px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
    z-index: -1; }
    @media (min-width: 768px) {
      h3:before {
        width: 140px;
        height: 140px;
        margin-top: -70px; } }

.h3-icon-01:before {
  background: url("../img/circle-2.svg") no-repeat;
  background-size: 70px 70px; }
  @media (min-width: 768px) {
    .h3-icon-01:before {
      background-size: 140px 140px; } }

.h3-icon-02:before {
  background: url("../img/circle-1.svg") no-repeat;
  background-size: 70px 70px; }
  @media (min-width: 768px) {
    .h3-icon-02:before {
      background-size: 140px 140px; } }

.intro .resume {
  margin: 0 0 10px 0; }
  @media (min-width: 768px) {
    .intro .resume {
      margin: 0 0 0 40%; } }

.c2a {
 color: #fff;
  background: #666;
  border-radius: 15px;
  font-size: 34px;
  padding: 10px 20px 10px 15px;
  font-family: "decotechregular", "Helvetica Neue", Arial, sans-serif;
}
.doc-icon:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 28px;
    vertical-align: -2px;
    margin-right: 5px;
    background: url("../img/document.svg") no-repeat;
    background-size: 33px 28px; }

.photo {
  font: 0/0 a;
  margin: 0;
  float: right;
  max-width: 40%;
  padding-left: 10px; }
  @media (min-width: 375px) {
    .photo {
      max-width: 50%; } }
  @media (min-width: 768px) {
    .photo {
      margin: 0;
      max-width: 100%;
      float: none; } }

blockquote {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: Futura;
  font-style: italic; }
  @media (min-width: 768px) {
    blockquote {
      padding: 0 0 0 70%; } }
  blockquote p {
    margin: 0; }

.container {
  max-width: 980px;
  padding: 20px 15px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 70px 15px; } }

@media (min-width: 768px) {
  .col {
    width: 50%;
    float: left; } }
.intro {
  padding-top: 75px; }
  @media (min-width: 768px) {
    .intro {
      padding: 160px 15px 100px; }
      .intro .col {
        width: 60%;
        padding: 0 55px 0 45px; }
        .intro .col:last-child {
          width: 40%;
          padding: 0 45px 0 0; } }

@media (min-width: 768px) {
  .partners-clients .col {
    width: 60%; }
    .partners-clients .col:last-child {
      width: 40%; } }

.skills-experience {
  font-size: 22px; }
  @media (min-width: 768px) {
    .skills-experience {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .skills-experience .col {
      padding: 0 60px; } }

.contact {
  background: #fff;
  color: #000;
  font-family: "decotechregular", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 50px 0 40px 0;
  position: relative;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .contact {
      padding: 50px 0 200px 0; } }
  .contact:after {
    content: "";
    width: 100%;
    height: 0;
    border-top: 4px solid #000;
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block; }
  .contact:before {
    content: "";
    width: 100%;
    height: 12px;
    border-top: 5px solid #000;
    border-bottom: 4px solid #000;
    position: absolute;
    top: 7px;
    left: 0;
    display: block; }

.list-intro {
  margin: 0 0 35px 0;
  font-size: 30px;
  font-family: "decotechregular", "Helvetica Neue", Arial, sans-serif;
  color: #666;
  width: 45%; }
  @media (min-width: 480px) {
    .list-intro {
      font-size: 33px; } }
  @media (min-width: 768px) {
    .list-intro {
      margin: 0 0 60px 40%;
      width: auto; } }
  .list-intro li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .list-intro li:last-child {
        margin-bottom: 0; } }
    .list-intro li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 0;
      background: url("../img/bullet-3.svg") no-repeat;
      background-size: 50px 50px; }

.list-partners-clients {
  margin: 0;
  margin-left: 80px; }
  @media (min-width: 768px) {
    .list-partners-clients {
      margin-left: 160px; } }

.list-skills {
  margin: 0; }
  .list-skills li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .list-skills li:last-child {
        margin-bottom: 0; } }
    .list-skills li:before {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 0; }

.list-skills-01 li:before {
  background: url("../img/bullet-1.svg") no-repeat;
  background-size: 50px 50px; }

.list-skills-02 li:before {
  background: url("../img/bullet-2.svg") no-repeat;
  background-size: 50px 50px; }

.list-contact {
  margin: 0;
  font-size: 30px; }
  .list-contact li {
    display: block;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .list-contact li {
        display: inline-block; } }
    .list-contact li:before {
      content: "";
      display: inline-block;
      vertical-align: -4px;
      width: 33px;
      height: 29px;
      margin-right: 5px; }
    .list-contact li a {
      color: #000; }

.phone:before {
  background: url("../img/cell.svg") no-repeat;
  background-size: 33px 29px; }

.email:before {
  background: url("../img/email.svg") no-repeat;
  background-size: 33px 29px;
  margin-right: 8px !important; }

.location:before {
  background: url("../img/location.svg") no-repeat;
  background-size: 33px 29px; }

.form-group {
  margin-bottom: 20px; }

label {
  display: none; }

.form-control {
  width: 100%;
  border: 2px solid #000;
  padding: 5px 10px;
  font-family: "Futura-CondensedMedium", "Gill Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px; }

.btn-submit {
  color: #fff;
  background: #666;
  border-radius: 10px;
  font-size: 24px;
  padding: 10px 20px;
  font-family: "decotechregular", "Helvetica Neue", Arial, sans-serif;
  border: 0;
  cursor: pointer; }
