*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

a:focus {
  outline: none;
}

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

object,
embed {
  height: 100%;
}

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .column,
.row .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .row .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .row .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .row .small-3 {
    position: relative;
    width: 25%;
  }

  .row .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .row .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .row .small-6 {
    position: relative;
    width: 50%;
  }

  .row .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .row .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .row .small-9 {
    position: relative;
    width: 75%;
  }

  .row .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .row .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .row .small-12 {
    position: relative;
    width: 100%;
  }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .row .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .row .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .row .large-3 {
    position: relative;
    width: 25%;
  }

  .row .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .row .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .row .large-6 {
    position: relative;
    width: 50%;
  }

  .row .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .row .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .row .large-9 {
    position: relative;
    width: 75%;
  }

  .row .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .row .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .row .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-2 {
    left: inherit;
  }

  .small-pull-2 {
    right: inherit;
  }

  .small-push-3 {
    left: inherit;
  }

  .small-pull-3 {
    right: inherit;
  }

  .small-push-4 {
    left: inherit;
  }

  .small-pull-4 {
    right: inherit;
  }

  .small-push-5 {
    left: inherit;
  }

  .small-pull-5 {
    right: inherit;
  }

  .small-push-6 {
    left: inherit;
  }

  .small-pull-6 {
    right: inherit;
  }

  .small-push-7 {
    left: inherit;
  }

  .small-pull-7 {
    right: inherit;
  }

  .small-push-8 {
    left: inherit;
  }

  .small-pull-8 {
    right: inherit;
  }

  .small-push-9 {
    left: inherit;
  }

  .small-pull-9 {
    right: inherit;
  }

  .small-push-10 {
    left: inherit;
  }

  .small-pull-10 {
    right: inherit;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

  .hide-for-small {
    display: inherit !important;
  }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*GLOBAL*/
body, html {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background: #c4c4c4;
}

.row#navigation, .row#hero, .row#article-wrapper {
  max-width: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  z-index: 500;
}

#status {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*background-image:url(../img/status.gif);
  background-repeat:no-repeat;
  background-position:center;*/
  margin: -100px 0 0 -100px;
}

#ny-samlet-3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mobile-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mobile-header {
    display: block;
    background: transparent;
    float: right;
    margin: 1em;
    font-weight:700;
    font-size: 14px;
    z-index:999;
  }
  #mobile-header a {
    color:white;
    text-decoration: none;
    text-transform: uppercase;
  }
}
.home .navigation {
  background: transparent;
}

.navigation {
  width: 100%;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  background: #c4c4c4;
}

.navigation .navigation-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  float: right;
}
.navigation .navigation-inner li {
  display: inline;
  float: left;
  font-size: 16px;
  padding-top: 13px;
  padding-left: 1em;
  list-style-type: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navigation .navigation-inner li:first-child {
  padding-left: 0;
}
.navigation .navigation-inner li:last-child {
  padding-right: 0;
}
.navigation .navigation-inner li a {
  color: white;
  text-decoration: none;
}
.navigation .navigation-inner li a:after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: "";
  top: .15em;
  height: 2px;
  width: 0;
  background: white;
  position: relative;
  display: block;
  background: white;
}
.navigation .navigation-inner li a:hover:after {
  width: 100%;
}

body.home .inner {
	height:40px;
}

.inner {
	max-width: 1600px;
	width: 97.4%;
	height: 80px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}

.navigation-logo {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 13px;
  top: 0;
  left: 0;
  z-index: 4;
  margin-bottom: 0;
  color: white;
}
.navigation-logo a {
  color: white;
  text-decoration: none;
}
.navigation-logo:after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: "";
  top: .15em;
  height: 2px;
  width: 0;
  background: white;
  position: relative;
  display: block;
  background: white !important;
}
.navigation-logo:hover:after {
  width: 100%;
}

/*FRONT PAGE*/
#hero {
  width: 100%;
  height: auto;
  min-height:100%;
  margin-top:-40px;
}

#hero {
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
}

.hero-main--title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  color: white;
}

@keyframes delay-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes delay-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes delay-width {
  0% {
    width: 0%;
  }

  50% {
    width: 0%;
  }

  75% {
    width: 100%;
  }
}

@-webkit-keyframes delay-width {
  0% {
    width: 0%;
  }

  50% {
    width: 0%;
  }

  75% {
    width: 100%;
  }
}

.hero-main--subtitle {
  animation: delay-opacity 7s;
  -webkit-animation: delay-opacity 7s;
}

.hero-main--subtitle:after {
  animation: delay-width 7s;
  -webkit-animation: delay-width 7s;
  content: "";
  z-index: 4;
  top: .15em;
  height: 2px;
  background: #212121;
  display: block;
  position: relative;
}

/*PROJECTS*/
#projects {
  width: 100%;
  max-width: 97.4%;
  background: #c4c4c4;
  /*margin-top:1em;*/
  margin: 0 auto;
}

.projects--inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.item {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-bottom: 40px;
}
.item .item-title {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  bottom: -1.3em;
  left: .4em;
  opacity: 1;
  z-index: 2;
  float: left;
}
.item .item-title .item-title-txt {
  font-size: 16px;
  margin: 0 !important;
  padding: 1em 0 0 1em;
  color: white;
}
.item .item-title .item-title-txt:after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: "";
  top: .15em;
  height: 2px;
  width: 0;
  background: white;
  position: relative;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .item {
    width: 100% !important;
  }
}
.item-link:hover .item-title-txt:after {
  width: 100%;
}

/*PROJECT ARTICLE*/
#project-article--hero {
  max-width: 100%;
  background: #f8f8f8;
  height: 30em;
  padding: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #project-article--hero {
    display: none;
  }
}
#project-article--hero .project-article--hero-title {
  position: absolute;
  top: 14em;
  display: block;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#project-article--hero .project-article--hero-title .project-article--hero-title-txt {
  text-shadow: 2px 1px 0px #646464;
  font-size: 3em;
  font-weight: 300;
  color: white;
  margin: 0;
  text-align: center;
}

#project-article--main, #blog-article--main {
  background: #c4c4c4;
  max-width: 100%;
  margin-top: 2em;
}

.project-article--main-inner, .blog-article--main-inner, .project-article--main-title {
  max-width: 43.75em;
  margin: 0 auto;
}

.project-article--main-title {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .project-article--main-title {
    margin-top: 2em;
  }
}
.project-article--main-title .project-article--main-title-content {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 0;
  /*&:after {
  	@include after-wave;
  	top:.3em!important;
  	color:$brand-black;
  }*/
}
@media only screen and (max-width: 480px) {
  .project-article--main-title .project-article--main-title-content {
    font-size: 1.5em;
  }
}

.project-article--main-content, .blog-article--main-content {
  padding: 1em 0 1em 0;
  font-family: "PT Serif", serif;
  font-size: .9375em;
  line-height: 1.4666667em;
}

.project-article--main-content p a {
	text-decoration:none;
	
}

@media only screen and (max-width: 480px) {
  .project-article--main-content, .blog-article--main-content {
    padding: 0 2em 0 2em;
  }
}
.project-article--main-images {
  display:block;
  position:relative;
  max-width:43.75em;
  margin-bottom: 1em;
  float:left;
}

.project-article--main-images-item {
  display:block;
  position:relative;
  padding: 0 !important;
  margin: 20px 0 20px 0;
}
.project-article--main-images-item:last-child {
  margin-bottom: 1em;
}

.project-article--main-videos {
  display:block;
  position:relative;
  float:left;
  margin-bottom:2em;
}
.video-js {
  position: inherit;
}
#project-article--next {
  max-width: 100%;
  -webkit-transform-origin: bottom center;
}

.project-article--next-image {
  height: 15em;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project-article--next-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.project-article--next-fader {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.project-article--next-fader:hover {
  background: rgba(0, 0, 0, 0);
}

.project-article--next-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.project-article--next-txt a {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.5em;
}
.project-article--next-txt h2 {
  color: white;
  margin: 0;
  margin-top: 0.1em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 3em;
  line-height: 1.1em;
}
.project-article--next-txt h3 {
  color: white;
  margin: 0;
  font-style: italic;
  font-weight: normal;
  margin-top: 0.2em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 1.5em;
  line-height: 1.2em;
}

/*BLOG*/
#blog {
  max-width: 100%;
  margin-top: 40px;
  background: #d7d7d7;
}

.blog-inner {
  max-width: 100%;
}

.blog-post {
  margin: 0;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.blog-post:hover {
  background: #f8f8f8;
}

.blog-post--txt {
  max-width: 43.75em;
  margin: 0 auto;
  padding: 1.5em 0 1.5em 0;
  color: #212121;
}
.blog-post--txt a {
  color: #212121;
  text-decoration: none;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 1em;
}
.blog-post--txt a:after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  content: "";
  top: .15em;
  height: 2px;
  width: 0;
  background: black;
  position: relative;
  display: block;
}
.blog-post--txt h2 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: .2em;
  font-size: 3em;
}
.blog-post--txt h2 a {
  border-bottom: none;
  font-style: normal;
  line-height: 1em;
}
.blog-post--txt h3 {
  font-family: "PT Serif", serif;
  margin: 0;
  font-style: italic;
  font-weight: normal;
  margin-top: 0.2em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1em;
  font-size: 1.5em;
}
.blog-post--txt h3 a {
  border-bottom: none;
  font-style: normal;
  line-height: 1.2em;
}

.blog-post:hover .blog-post--txt .blog-post--link:after {
  width: 5em;
}

/*BLOG ARTICLE*/
#blog-article--hero {
  max-width: 100%;
  background: #383838;
  height: 30em;
  padding: 0 !important;
  overflow: hidden;
}
#blog-article--hero .blog-article--hero-title {
  position: absolute;
  top: 14em;
  display: block;
  z-index: 2;
  width: 100%;
  text-align: center;
}
#blog-article--hero .blog-article--hero-title .blog-article--hero-title-txt {
  max-width: 20em;
  font-size: 3em;
  font-weight: 300;
  color: white;
  margin: 0 auto;
  text-align: center;
}

.blog-article--main-title {
  width: 100%;
  max-width: 62.5em;
  margin: 0 auto;
  text-align: center;
}

.blog-article--main-title-content {
  text-align: center;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
  margin-bottom: 0;
}

/*ABOUT*/
.about--main {
  margin-top: 2em;
}

.about--main-inner {
  margin: 0 auto;
  max-width: 43.75em;
  padding-top: 40px;
}

.about--main-content {
  font-family: "PT Serif", serif;
  font-size: .9375em;
  line-height: 1.4666667em;
}

.about--main-title {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.5em;
}

.about--main-images-item {
  margin: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*CONTACT*/

#contact-main {
  margin-top: 3em;
}

h2.project-article--main-content-running {
  text-align: center;
  color: white;
}
h2.project-article--main-content-running a {
  text-decoration: none;
}
h2.project-article--main-content-running a:after{
  top: .15em;
  height: 2px;
  width: 100%;
  background: blue;
  position: relative;
  display: block;
}

#contact-hero {
  max-width:1600px;
  width:100%;
  height: 30em;
  margin:0 auto;
  padding:0 20px 0 20px;
}
@media only screen and (max-width: 1441px) {
	#contact-hero {
		padding: 0px;
	}
}

.acf-map {
  position: relative !important;
  width: 100%;
  height: 480px;
  margin: 0;
}
