* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

.group:after {
  clear: both;
  content: "";
  display: table; }

html {
  background-color: #fff;
  background: url(../i/bg.png) top left repeat-x;
  font-family: 'Copse', sans-serif;
  font-size: 14px;
  padding: 150px 0;
  position: relative; }
  html::after {
    background: transparent url(../i/bg.png) bottom left repeat-x;
    content: '';
    display: block;
    width: 100%;
    height: 125px;
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    left: 0; }

header {
  background: #808284 none;
  position: fixed;
  top: -50px;
  width: 100%;
  z-index: 5;
  transition: .4s top ease-in-out; }
  header.active {
    top: 0; }

nav {
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 900px;
  margin: 0 auto; }
  nav ul {
    display: inline-block; }
  nav li {
    display: inline-block;
    list-style-type: none; }
  nav .menu a {
    border-right: 1px solid #fff;
    color: #fff;
    font: 400 14px/2 'Montserrat', sans-serif;
    margin-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s color ease-in-out; }
    nav .menu a:hover {
      color: #ddd; }
  nav .social {
    padding-left: 10px; }
    nav .social a {
      color: #fff;
      display: inline-block;
      font-size: 16px;
      line-height: 40px;
      margin: 0 5px;
      text-decoration: none;
      transition: .2s color ease-in-out; }
      nav .social a:hover {
        color: #ddd; }

.about {
  display: block;
  margin: 0 auto 50px;
  max-width: 900px;
  text-align: center; }
  .about h1, .about h3 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
  .about h1 {
    color: #333;
    display: inline-block;
    font: 700 60px/1 'Montserrat', sans-serif;
    margin-bottom: 40px; }
  .about h3 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 20px;
    letter-spacing: 2px;
    padding: 8px 0;
    position: relative;
    top: -15px; }
    .about h3:first-of-type::before {
      background: transparent url(../i/accent_pattern.png) center center no-repeat;
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      left: -25px; }
    .about h3:last-of-type::after {
      background: transparent url(../i/accent_pattern.png) left center no-repeat;
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      right: -25px; }
  .about p {
    color: #999;
    display: block;
    font: 300 16px/24px 'Copse', sans-serif;
    margin: 0 auto 25px;
    max-width: 750px; }
    .about p a {
      border-bottom: 1px solid #000;
      color: #999;
      padding-bottom: 2px;
      text-decoration: none; }
      .about p a:hover {
        border: none; }

.facts {
  background: #e6e7e8 none;
  display: block;
  width: 100%;
  text-align: center; }
  .facts .container {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px 0; }
  .facts h3 {
    background: #fff none;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase; }
    .facts h3::before, .facts h3::after {
      background: transparent url(../i/accent_pattern.png) left center repeat-x;
      content: '';
      display: block;
      width: 240px;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      top: 50%; }
    .facts h3::before {
      left: -250px; }
    .facts h3::after {
      right: -250px; }
  .facts ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
    .facts ul li {
      flex-grow: 1;
      line-height: 1.3;
      list-style-type: none;
      padding: 25px;
      position: relative;
      width: 20%; }
      .facts ul li::before {
        background: #e6e7e8 none;
        border: 1px solid #333;
        border-radius: 50%;
        content: '&';
        display: block;
        width: 20px;
        height: 20px;
        line-height: 21px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        left: -15px;
        text-align: center;
        z-index: 3; }
      .facts ul li::after {
        background: #333 none;
        content: '';
        display: block;
        width: 1px;
        height: 70px;
        margin-top: -35px;
        position: absolute;
        top: 50%;
        left: -5px;
        z-index: 2; }
      .facts ul li:first-child::before, .facts ul li:first-child::after {
        display: none; }

.work {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center; }
  .work > p {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    font: 700 13px/1 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin: 0 auto 40px;
    padding: 8px 10px;
    text-transform: uppercase; }
    .work > p:last-of-type {
      margin: 30px 0 10px; }
    .work > p a {
      color: #999;
      text-decoration: none;
      transition: .2s all ease-in-out; }
      .work > p a:hover {
        color: #000; }
  .work h2 {
    font: 700 36px/1 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 25px 0;
    position: relative; }
    .work h2::before {
      border-bottom: 1px solid #000;
      content: '';
      width: 50px;
      margin-left: -25px;
      position: absolute;
      top: 0;
      left: 50%; }

.category {
  margin-bottom: 20px; }
  .category h4 {
    background: #e6e7e8 none;
    border-radius: 2px;
    display: inline-block;
    font: 400 13px/1 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin: 25px 0;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase; }
    .category h4::before, .category h4::after {
      background: transparent url(../i/accent_pattern.png) left center repeat-x;
      content: '';
      display: block;
      width: 240px;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      top: 50%; }
    .category h4::before {
      left: -250px; }
    .category h4::after {
      right: -250px; }
  .category ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
    .category ul li {
      flex-grow: 1;
      list-style-type: none;
      margin: 0 20px; }
      .category ul li img {
        background: #f00 none;
        display: block;
        width: 100%;
        margin-bottom: 15px; }
      .category ul li p {
        font: 400 14px/21px 'Copse', sans-serif;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative; }
        .category ul li p::after {
          border-bottom: 1px solid #000;
          content: '';
          width: 50px;
          margin-left: -25px;
          position: absolute;
          bottom: 0;
          left: 50%; }

.services {
  background: #e6e7e8 none;
  display: block;
  width: 100%;
  text-align: center; }
  .services .container {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px 0; }
  .services h2 {
    font: 700 36px/1 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 25px 0;
    position: relative; }
    .services h2::before {
      border-bottom: 1px solid #000;
      content: '';
      width: 50px;
      margin-left: -25px;
      position: absolute;
      top: 0;
      left: 50%; }
  .services ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 15px; }
    .services ul li {
      background: #fff none;
      border-radius: 2px;
      color: #000;
      font: 400 13px/1 'Montserrat', sans-serif;
      list-style-type: none;
      letter-spacing: 2px;
      margin: 0 10px;
      padding: 4px 8px;
      position: relative;
      text-transform: uppercase; }
      .services ul li::after {
        content: '+';
        position: absolute;
        right: -15px; }
      .services ul li:last-of-type::after {
        display: none; }
  .services p {
    font-size: 16px;
    margin: 25px 0; }

.contact {
  padding: 25px 0 0 0;
  text-align: center; }
  .contact h4 {
    background: #e6e7e8 none;
    border-radius: 2px;
    display: inline-block;
    font: 400 14px/1 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin: 25px 0;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase; }
    .contact h4::before, .contact h4::after {
      background: transparent url(../i/accent_pattern.png) left center repeat-x;
      content: '';
      display: block;
      width: 192px;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      top: 50%; }
    .contact h4::before {
      left: -205px; }
    .contact h4::after {
      right: -205px; }
  .contact p {
    font: 700 16px/1 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .contact p a {
      border-bottom: 1px solid #000;
      color: #000;
      text-decoration: none; }
      .contact p a:hover {
        border: none; }
  .contact .social {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 30px 0; }
    .contact .social li {
      margin: 0 15px;
      list-style-type: none;
      position: relative; }
      .contact .social li::after {
        border-right: 1px solid #000;
        content: '';
        display: block;
        height: 30px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        right: -15px; }
      .contact .social li:last-of-type::after {
        display: none; }
      .contact .social li a {
        background: #f00 none;
        border-radius: 50%;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: relative;
        top: 0;
        text-indent: -999em;
        transition: .2s top ease-in-out; }
        .contact .social li a:hover {
          top: -5px; }
    .contact .social .instagram {
      background: #41729b url(../i/social_icons.png) center 4px no-repeat; }
    .contact .social .twitter {
      background: #29a6df url(../i/social_icons.png) center -96px no-repeat; }
    .contact .social .pinterest {
      background: #c72627 url(../i/social_icons.png) center -200px no-repeat; }
    .contact .social .dribbble {
      background: #ef6997 url(../i/social_icons.png) center -303px no-repeat; }
    .contact .social .linkedin {
      background: #0778b6 url(../i/social_icons.png) center -407px no-repeat; }
  .contact small {
    font: 400 10px/1 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative; }
    .contact small::before {
      background: transparent url(../i/accent_pattern.png) center center repeat-x;
      content: '';
      width: 112px;
      height: 16px;
      letter-spacing: 3px;
      margin-left: -56px;
      position: absolute;
      bottom: -25px;
      left: 50%; }
    .contact small::after {
      border-bottom: 1px solid #000;
      content: '';
      display: block;
      width: 50px;
      margin-left: -25px;
      position: absolute;
      bottom: -50px;
      left: 50%; }
