/* 
    PADDING
*/
/* 
    MARGIN
*/
/*
    BORDER RADIUS
*/
/* 
    FONT SIZE
*/
/* 
    COLOURS
*/
.grid {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  *display: inline-block;
  zoom: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: 0.43em !important;
  list-style-type: none;
}

.grid:before, .grid :after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid *:before, .grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

.grid .grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.grid * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid__cell {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.grid__col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

.grid__col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}

.grid__col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.grid__col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}

.grid__col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.grid__col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}

.grid__col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.grid__col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}

[class*="grid__col-"] {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  *display: inline;
  zoom: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 8px;
}

_:-ms-fullscreen,
:root .grid__cell {
  width: 100%;
}

@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 768px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1200px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

.grid__col-auto {
  -ms-flex: 1 0 auto;
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
          flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}

@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

@media only screen and (min-width: 480px) {
  .grid--order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .grid--order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .grid--order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .grid--order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .grid--order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .grid--order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .grid--order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .grid--order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .grid--order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .grid--order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .grid--order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .grid--order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .grid--order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .grid--order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .grid--order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .grid--order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .grid--order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .grid--order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .grid--order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .grid--order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .grid--order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .grid--order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .grid--order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .grid--order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .grid--order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .grid--order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

@media only screen and (min-width: 992px) {
  .grid--order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .grid--order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .grid--order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .grid--order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .grid--order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .grid--order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .grid--order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .grid--order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .grid--order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .grid--order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .grid--order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .grid--order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .grid--order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .grid--order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .grid--order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .grid--order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .grid--order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .grid--order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .grid--order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .grid--order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .grid--order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .grid--order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .grid--order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .grid--order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .grid--order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .grid--order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .grid--order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .grid--order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .grid--order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .grid--order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .grid--order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .grid--order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .grid--order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .grid--order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .grid--order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .grid--order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .grid--order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .grid--order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .grid--order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

.grid--bleed [class*="grid__col-"] {
  padding: 0;
}

.grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.grid--align-start {
  -ms-flex-align: start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.grid--align-stretch {
  -ms-flex-item-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.grid--align-end {
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.grid--align-end [class*="grid__col-"] {
  vertical-align: bottom;
}

.grid--align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.grid--align-center [class*="grid__col-"] {
  vertical-align: middle;
}

.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.grid--align-baseline [class*="grid__col-"] {
  vertical-align: baseline;
}

.grid--align-content-start {
  -ms-flex-line-pack: start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.grid--align-content-end {
  -ms-flex-line-pack: end;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
}

.grid--align-content-end [class*="grid__col-"] {
  vertical-align: bottom;
}

.grid--align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}

.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.grid--align-self-start {
  -ms-flex-item-align: start;
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.grid--align-self-end {
  -ms-flex-item-align: end;
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
}

.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.grid--justify-end {
  text-align: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-center {
  text-align: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-between {
  text-align: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-around {
  text-align: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid__col--bleed {
  padding: 0;
}

.grid__col--bleed-x {
  padding: 8px 0;
}

.grid__col--bleed-y {
  padding: 0 8px;
}

.grid__col--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50%;
}

.grid__cell--padding-sm {
  padding: 0.5em;
}

.grid__cell--padding-md {
  padding: 1em;
}

.grid__cell--padding-lg {
  padding: 2em;
}

.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}

.grid__illustration {
  overflow: hidden;
  position: relative;
  padding: 32px;
}

.grid__illustration > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: -1em;
  min-height: calc(100% + 2em);
  min-width: calc(100% + 2em);
  width: unset;
}

.grid__illustration--hero {
  min-height: 480px;
}

/* 
    PADDING
*/
/* 
    MARGIN
*/
/*
    BORDER RADIUS
*/
/* 
    FONT SIZE
*/
/* 
    COLOURS
*/
body {
  margin: 0;
  font-size: 16px;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-header {
  margin: 0;
  padding: 0;
}

.c-header__logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 44px;
  margin: .67em 0;
  font-weight: bolder;
  text-align: center;
  color: #333333;
  opacity: 0.9;
}

.c-header__logo-bar {
  position: relative;
  bottom: 20px;
  right: 5px;
  margin: 0 auto;
  background-image: linear-gradient(62deg, #4F00BC, #29ABE2);
  width: 35px;
  height: 5px;
  opacity: 0.7;
}

.c-header nav {
  font-weight: 500;
  font-size: 12px;
  position: relative;
}

.c-header nav .line {
  position: absolute;
  height: 3px;
  width: 5px;
  top: 30px;
  bottom: 0;
  background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
  -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
          box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
  border-radius: 4px;
}

.c-header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header nav ul li {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c-header nav ul li:hover {
  opacity: 0.8;
}

.c-header nav ul li.active {
  opacity: 1;
}

.c-header nav ul li:last-child {
  margin-right: 0;
}

.c-header nav ul li a {
  width: 100%;
  margin: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #333333;
  font-weight: 600;
}

.c-header__discover-text {
  padding: 18px 16px;
  width: 100%;
  text-align: center;
  font-size: 38px;
}

#particles-js {
  position: relative;
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(62deg, #4f00bc, #29abe2);
  overflow: hidden;
}

#particles-js .pjs-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  text-align: center;
}

#particles-js .pjs-container p {
  color: #ffffff;
}

.c--header_text {
  font-family: Arial;
  font-weight: bolder;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  color: #7CC9EE;
  -webkit-font-smoothing: antialiased;
}

.c--button {
  margin: 20px auto;
  height: 45px;
  border-radius: 2px;
  background: rgba(41, 169, 225, 0.9);
  border: none;
  color: #fff;
  font-weight: bold;
  width: 175px;
  padding: 12px 20px;
}

.c--button:hover {
  background: #1496d9;
}

.c-panel {
  position: relative;
  margin: 0px;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 9px 0 rgba(46, 50, 60, 0.09);
          box-shadow: 2px 2px 9px 0 rgba(46, 50, 60, 0.09);
}

#s-skills {
  width: 100%;
  background: rgba(75, 21, 193, 0.8);
  padding: 5% 8%;
  color: #FFF;
}

.s-skills h2 {
  display: inline-block;
  font-size: 18px;
}

.s-skills__main {
  text-align: center;
}

#s-about {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 5% 8%;
  color: #333333;
}

.s-about--sm_header {
  margin: 50px 0px 0px 0px;
}

.sm-icons {
  padding: 20px 5px;
  font-size: 22px;
}

.sm-icons a {
  text-decoration: none;
}

.sm-icons_me {
  margin: 5px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 14px;
  cursor: pointer;
}

.sm-icons .fa-at {
  color: rgba(221, 75, 57, 0.5);
}

.sm-icons .fa-at:hover {
  color: rgba(221, 75, 57, 0.9);
}

.sm-icons .fa-twitter {
  color: rgba(85, 172, 238, 0.5);
}

.sm-icons .fa-twitter:hover {
  color: rgba(85, 172, 238, 0.9);
}

.sm-icons .fa-codepen {
  color: rgba(0, 0, 0, 0.5);
}

.sm-icons .fa-codepen:hover {
  color: rgba(0, 0, 0, 0.9);
}

.sm-icons .fa-linkedin-in {
  color: rgba(0, 119, 181, 0.5);
}

.sm-icons .fa-linkedin-in:hover {
  color: rgba(0, 119, 181, 0.9);
}

.c-skills__header {
  font-weight: 800;
  margin-left: 40px;
  margin-bottom: 0;
  padding: 0;
}

.c-skills__header-sub {
  padding: 0;
  margin: 0 auto 0 40px;
}

.c-skills__list {
  margin-top: 0;
}

.c-skills__list-item {
  list-style: none;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  background: rgba(46, 50, 60, 0.1);
  margin: 3% 0;
  text-align: center;
  font-size: 14px;
}

.c-skills__list-item:hover {
  background: rgba(46, 50, 60, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-about__header {
  font-weight: 800;
  margin-left: 40px;
  margin-bottom: 0;
  padding: 0;
}

.c-about__header-sub {
  padding: 0;
  margin: 0 auto 0 40px;
}

.c-about__list {
  margin-top: 0;
}

.c-about__list-item {
  list-style: none;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  background: rgba(46, 50, 60, 0.1);
  margin: 3% 0;
  text-align: center;
  font-size: 14px;
}

.c-about__list-item:hover {
  background: rgba(46, 50, 60, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#s-portfolio {
  background: #29a9e1;
  padding: 5% 8%;
  width: 100%;
}

.c-portfolio {
  margin: 15px auto;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  width: 500px;
}

.c-portfolio__header {
  color: white;
  opacity: 0.9;
  font-weight: 800;
  margin: 0;
  padding: 0;
  display: block;
}

.c-portfolio #c-btn__container {
  text-align: center;
}

.c-portfolio #c-btn__container .btn {
  color: #fff;
  border: none;
  background: none;
  letter-spacing: 0.32em;
  font-weight: 500;
  opacity: 0.6;
}

.c-portfolio #c-btn__container .btn:hover {
  opacity: 0.9;
}

.c-portfolio #c-btn__container .btn.p-active {
  opacity: 1;
}

.c-portfolio .main {
  margin: auto;
}

.c-portfolio-row {
  text-align: center;
}

.c-portfolio-row:after {
  content: "";
  display: table;
  clear: both;
}

.c-portfolio-row .column {
  float: left;
  width: 33.33%;
  display: none;
}

.c-portfolio-row .column .content {
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  max-width: 520px;
  height: 350px;
  margin: 0 auto;
  text-align: center;
}

.c-portfolio-row .column .content img {
  border-radius: 2px;
  max-width: 520px;
  max-height: 280px;
}

.c-portfolio-row .column .content img:hover {
  -webkit-transform: scale(1.025) rotate(1.05deg);
          transform: scale(1.025) rotate(1.05deg);
}

.c-portfolio-row .column .content h4 {
  padding: 25px;
  margin: 0;
}

.c-portfolio-row .p-show {
  display: block;
  -webkit-animation: s-anim 3s ease;
          animation: s-anim 3s ease;
}

#s-contact {
  padding: 5% 8%;
  width: 100%;
}

.c-contact {
  border-radius: 5px;
  padding: 10px;
}

.c-contact__header {
  font-weight: 800;
  margin-left: 40px;
  margin-bottom: 0;
  padding: 0;
  opacity: 0.9;
}

.c-contact__header-sub {
  padding: 0;
  margin: 0 auto 0 40px;
}

.c-contact--map {
  display: block;
  margin-top: 20px;
  margin-left: 50px;
}

.c-contact--map #EmbedMap {
  height: 500px;
  width: 700px;
}

.c-contact--column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

.c-contact--row:after {
  content: "";
  display: table;
  clear: both;
}

.c-contact label {
  font-size: 14px;
}

.c-contact input[type=text], .c-contact input[type=email], .c-contact select, .c-contact textarea {
  width: 100%;
  font-size: 12px;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

footer {
  width: 100%;
  text-align: center;
  padding: 14px 16px;
}

@-webkit-keyframes s-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes s-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .grid--align-end {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  #particles-js {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(62deg, #4f00bc, #29abe2);
    overflow: hidden;
  }
  #particles-js .pjs-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #particles-js .pjs-container p {
    color: #ffffff;
  }
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    margin-left: 10px;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 5px 10px;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: 90px;
  }
  #s-skills {
    width: 100%;
    background: rgba(75, 21, 193, 0.8);
    padding: 5% 0;
    color: #FFF;
  }
  .s-skills h2 {
    display: inline-block;
    font-size: 18px;
  }
  .s-skills__main {
    text-align: center;
  }
  #s-about {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5% 0%;
    color: #333333;
  }
  .s-about--sm_header {
    margin: 50px 0px 0px 0px;
  }
  .c-skills__header {
    font-weight: 800;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .c-skills__header-sub {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .c-skills__list {
    margin: 0;
    padding: 0;
  }
  .c-skills__list-item {
    list-style: none;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    background: rgba(46, 50, 60, 0.1);
    margin: 3% 0;
    text-align: center;
    font-size: 14px;
  }
  .c-skills__list-item:hover {
    background: rgba(46, 50, 60, 0.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #s-portfolio {
    background: #29a9e1;
    width: 100%;
  }
  .c-portfolio {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 80%;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    margin: 0 auto;
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0.32em;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: 0 auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    margin: 15px 0;
    float: left;
    width: 100%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 100%;
    max-height: 280px;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 25px;
    margin: 0;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
  .c-contact {
    border-radius: 5px;
    padding: 5px;
    text-align: center;
  }
  .c-contact__header {
    font-weight: 800;
    margin: 0;
    padding: 0;
    opacity: 0.9;
  }
  .c-contact__header-sub {
    padding: 0;
    margin: 0;
  }
  .c-contact--map {
    display: none;
  }
  .c-contact--column {
    float: left;
    width: 100%;
    margin-top: 6px;
    padding: 10px;
  }
  .c-contact--row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-contact label {
    font-size: 14px;
  }
  .c-contact input[type=text], .c-contact input[type=submit], .c-contact input[type=email], .c-contact select, .c-contact textarea {
    width: 100%;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
}

@media (min-width: 480px) {
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 38px;
  }
  #s-portfolio {
    background: #29a9e1;
    width: 100%;
  }
  .c-portfolio {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 500px;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    margin: 0 auto;
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0.32em;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: 0 auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    margin: 15px 0;
    float: left;
    width: 100%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 100%;
    max-height: 280px;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 25px;
    margin: 0;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
  .c-contact {
    border-radius: 5px;
    padding: 10px;
  }
  .c-contact__header {
    font-weight: 800;
    margin-left: 40px;
    margin-bottom: 0;
    padding: 0;
    opacity: 0.9;
  }
  .c-contact__header-sub {
    padding: 0;
    margin: 0 auto 0 40px;
  }
  .c-contact--map {
    display: none;
  }
  .c-contact--column {
    float: left;
    width: 100%;
    margin-top: 6px;
    padding: 20px;
  }
  .c-contact--row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-contact label {
    font-size: 14px;
  }
  .c-contact input[type=text], .c-contact input[type=submit], .c-contact input[type=email], .c-contact select, .c-contact textarea {
    width: 100%;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
}

@media (min-width: 768px) {
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 38px;
  }
  .c-portfolio {
    margin: 15px auto;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 500px;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    float: left;
    width: 50%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 95%;
    max-height: 200px;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 25px;
    margin: -20px;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
}

@media (min-width: 992px) {
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 38px;
  }
  .c-portfolio {
    margin: 15px auto;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 500px;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0.32em;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    float: left;
    width: 33.33%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 250px;
    margin: 10px auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 95%;
    max-height: 100%;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 25px;
    margin: -20px;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
}

@media (min-width: 1200px) {
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    margin: 0 50px 0 0;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 38px;
  }
  .c-portfolio {
    margin: 15px auto;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 500px;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0.32em;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    float: left;
    width: 33.33%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 200px;
    margin: 15px auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 95%;
    max-height: 95%;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 25px;
    margin: 0;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
}

@media (min-width: 1600px) {
  .c-header nav {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    position: relative;
  }
  .c-header nav .line {
    position: absolute;
    height: 3px;
    width: 5px;
    top: 30px;
    bottom: 0;
    background: linear-gradient(62deg, rgba(79, 0, 188, 0.7), rgba(41, 171, 226, 0.7));
    -webkit-box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
            box-shadow: 0px 0px 2px linear-gradient(62deg, #4f00bc, #29abe2);
    border-radius: 4px;
  }
  .c-header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header nav ul li {
    margin: 0 50px 0 0;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .c-header nav ul li:hover {
    opacity: 0.8;
  }
  .c-header nav ul li.active {
    opacity: 1;
  }
  .c-header nav ul li:last-child {
    margin-right: 0;
  }
  .c-header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    font-weight: 600;
  }
  .c-header__discover-text {
    padding: 18px 16px;
    width: 100%;
    text-align: center;
    font-size: 38px;
  }
  .c-portfolio {
    margin: 15px auto;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
    width: 500px;
  }
  .c-portfolio__header {
    color: white;
    opacity: 0.9;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-portfolio #c-btn__container {
    text-align: center;
  }
  .c-portfolio #c-btn__container .btn {
    color: #fff;
    border: none;
    background: none;
    letter-spacing: 0.32em;
    font-weight: 500;
    opacity: 0.6;
  }
  .c-portfolio #c-btn__container .btn:hover {
    opacity: 0.9;
  }
  .c-portfolio #c-btn__container .btn.p-active {
    opacity: 1;
  }
  .c-portfolio .main {
    margin: auto;
  }
  .c-portfolio-row {
    text-align: center;
  }
  .c-portfolio-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-portfolio-row .column {
    float: left;
    width: 33.33%;
    display: none;
  }
  .c-portfolio-row .column .content {
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .c-portfolio-row .column .content img {
    border-radius: 2px;
    max-width: 95%;
    max-height: 95%;
  }
  .c-portfolio-row .column .content img:hover {
    -webkit-transform: scale(1.025) rotate(1.05deg);
            transform: scale(1.025) rotate(1.05deg);
  }
  .c-portfolio-row .column .content h4 {
    padding: 10px 0;
    margin: 0;
  }
  .c-portfolio-row .p-show {
    display: block;
    -webkit-animation: s-anim 3s ease;
            animation: s-anim 3s ease;
  }
  #s-contact {
    padding: 5% 8%;
    width: 100%;
  }
  .c-contact {
    border-radius: 5px;
    padding: 10px;
  }
  .c-contact__header {
    font-weight: 800;
    margin-left: 40px;
    margin-bottom: 0;
    padding: 0;
    opacity: 0.9;
  }
  .c-contact__header-sub {
    padding: 0;
    margin: 0 auto 0 40px;
  }
  .c-contact--map {
    display: block;
    margin-top: 20px;
    margin-left: 50px;
  }
  .c-contact--map #EmbedMap {
    height: 500px;
    width: 700px;
  }
  .c-contact--column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  .c-contact--row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-contact label {
    font-size: 14px;
  }
  .c-contact input[type=text], .c-contact input[type=email], .c-contact select, .c-contact textarea {
    width: 100%;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
}
/*# sourceMappingURL=main.css.map */