@font-face {
  font-family: "BLOKKRegular";
  src: url("/assets/fonts/BLOKKRegular.eot");
  src: url("/assets/fonts/BLOKKRegular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/BLOKKRegular.woff") format("woff"), url("/assets/fonts/BLOKKRegular.svg#BLOKKRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; }

button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

mark {
  background: yellow;
  color: black; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 80%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }
nav ul li {
  margin-right: 10px;
  display: inline; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure, form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }
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; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

html, button, input, select, textarea {
  color: #292c31; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #292c31;
  background-color: white; }

::-moz-selection, ::selection {
  background: #ffff72;
  color: white;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img, video, canvas, object, embed {
  max-width: 100%;
  _width: 100%; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

.container {
  width: 80%;
  max-width: 1280px;
  margin: auto; }

.grid {
  display: block;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 320px) {
  body {
    font-size: 1em; } }
@media only screen and (min-width: 480px) {
  body {
    font-size: 1.125em; } }
@media only screen and (min-width: 600px) {
  body {
    font-size: 1.25em; } }
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.375em; }

  .grid {
    display: inline;
    float: left; }

  .half, .one-third, .two-third, .fourth {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; } }
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.375em; }

  .full {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%; }

  .half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  .third, .one-third {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%; }

  .two-third {
    width: 62.667%;
    margin-left: 1%;
    margin-right: 1%; }

  .fourth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }

  .fifth {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%; } }
@media only screen and (min-width: 1280px) {
  body {
    font-size: 1.375em; } }
@media only screen and (min-width: 1440px) {
  body {
    font-size: 1.375em; } }
body {
  font-family: "Tabac Sans", Georgia, "Times New Roman", Times, serif; }

h1 {
  font-size: 2.136em;
  line-height: 1.435em;
  margin-top: 0.478em;
  margin-bottom: 0.957em; }

h2 {
  font-size: 1.773em;
  line-height: 1.692em;
  margin-top: 1.692em;
  margin-bottom: 0.846em; }

h3 {
  font-size: 1.318em;
  line-height: 1.138em;
  margin-top: 1.138em;
  margin-bottom: 0em; }

p, ul, blockquote, pre, td, th, label {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

small, aside {
  font-size: 0.773em; }

a {
  color: #16c596;
  text-decoration: none;
  border: none; }
  a:visited {
    color: #16c596; }
  a:hover {
    color: #cccccc;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  a:focus {
    outline: thin dotted; }

p {
  font-family: "Tabac Sans"; }

p a {
  margin: -0.5em;
  padding: 0.5em;
  position: relative; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-style: none;
  border-color: #efefef;
  border-width: 0px;
  border-radius: 5px;
  padding: 1em;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  background-color: #efefef;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace; }

code, kbd, samp {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  background-color: #efefef;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em; }

th {
  text-align: left; }

tr, th, td {
  padding-right: 1.5em;
  border-bottom: 0 solid #333333; }

form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  width: 95%; }

legend {
  margin-left: -0.75em; }

button, input, select, textarea {
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal;
  overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }
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-decoration {
    -webkit-appearance: none; }

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

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input:focus {
  outline: none; }

select:focus, textarea:focus {
  outline: none; }

button {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }
  button:focus {
    outline: none; }

input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

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

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

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

label {
  display: inline;
  cursor: pointer; }

select, button {
  cursor: pointer; }

input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #ecf0f1; }

:-moz-placeholder {
  color: #ecf0f1; }

::-moz-placeholder {
  color: #ecf0f1; }

:-ms-input-placeholder {
  color: #ecf0f1; }

input, textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin: 1em 0;
  color: #292c31;
  border: 2px solid #ecf0f1;
  -webkit-appearance: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

input:focus, textarea:focus {
  border-color: #1abc9c;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.Button {
  background-color: #1abc9c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #1abc9c;
  display: inline-block;
  color: white;
  margin: 1em 0;
  padding: 0.5em;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .Button:hover {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: white;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .Button:active {
    background-color: #ecf0f1;
    border-color: #ecf0f1; }

.regular-checkbox {
  display: none; }
  .regular-checkbox + label {
    background-color: #ecf0f1;
    border: 2px solid #ecf0f1;
    margin: 1em 0;
    padding: 0.5em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .regular-checkbox:checked + label {
    background-color: #1abc9c;
    border-color: #1abc9c; }
    .regular-checkbox:checked + label:after {
      content: "\2714";
      font-size: 0.875em;
      position: absolute;
      top: -0.25em;
      left: 0.25em;
      color: white; }

.big-checkbox + label {
  padding: 1em; }
.big-checkbox:checked + label:after {
  font-size: 1.25em;
  top: 0.25em;
  left: 0.375em; }

.regular-radio {
  display: none; }
  .regular-radio + label {
    -webkit-appearance: none;
    background-color: white;
    border: 4px solid #ecf0f1;
    padding: 0.5em;
    margin: 1em 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .regular-radio:checked + label {
    background-color: white;
    color: #1abc9c;
    border: 4px solid #1abc9c; }
    .regular-radio:checked + label:after {
      content: " ";
      width: 0.375em;
      height: 0.375em;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      border-radius: 50px;
      position: absolute;
      top: 0.125em;
      background: #1abc9c;
      left: 0.125em;
      font-size: 1.7em; }
  .regular-radio:checked + label:active {
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  .regular-radio + label:active {
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

.big-radio + label {
  padding: 1em; }
.big-radio:checked + label:after {
  width: 0.825em;
  height: 0.825em;
  left: 0.19em;
  top: 0.19em; }

blockquote, q {
  quotes: none;
  padding-right: 7%;
  padding-left: 7%; }

blockquote {
  font-style: italic; }
  blockquote p:before {
    content: "«"; }
  blockquote p:after {
    content: "»"; }

q, cite {
  font-style: italic; }

blockquote > p {
  padding: 0; }

dfn {
  font-style: italic; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  list-style-position: inside;
  padding: 0; }

li ul, li ol {
  margin: 0 1.5em; }

dl dd {
  margin-left: 1.5em; }

dt {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif; }

aricle {
  max-width: 944px; }

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }
  .ir br {
    display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a {
    color: #444444 !important;
    text-decoration: underline; }
    a:visited {
      color: #444444 !important;
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.projectthumb {
  margin-bottom: 2%;
  text-align: center;
  position: relative; }
  .projectthumb img {
    border-radius: 1.7%;
    opacity: 1;
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s; }
    .projectthumb img:hover {
      opacity: 0.4; }

.thumbcontainer {
  background-color: #16c596;
  border-radius: 1.7%; }

.projecttitle {
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5d6a70;
  z-index: 10;
  padding-top: 50%;
  padding-bottom: 50%;
  opacity: inherit; }
  .projecttitle:hover {
    z-index: 10; }
