/* CSS FOUNDATION */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	font: 16px/1 $sans-serif;
}
iframe {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
	margin: 0;
	padding: 0;
}
main,
li {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
p {
	font-size: inherit;
}
strong {
	font-weight: bold;
}
sup {
	position: relative;
	top: -.5em;
	font-size: 65%;
	line-height: 0;
	vertical-align: baseline;
}
a,
button {
	color: inherit;
	transition: $global-transition-duration;
}
a {
	text-decoration: none;
}
button {
	overflow: visible;
	border: 0;
	font: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
	-webkit-font-smoothing: inherit;
	&:focus {
		outline: 0;
	}
}
::-moz-focus-inner {
	padding: 0;
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* FOUNDATION GRID */
meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

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

html,
body {
  font-size: 16px; /*100%*/ }

body {
  background: #090909;
  color: #090909;
  padding: 0;
  margin: 0;
  font-family: "MullerRegular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  width: 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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; /* none - fluid */ }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: 0;/*-0.9375em*/
    margin-right: 0;/*-0.9375em*/
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0; /*0.9375em*/
  padding-right: 0; /*0.9375em*/
  width: 100%;
  float: left; }

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

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

/* Media Queries */
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0; /*0.9375em*/
    padding-right: 0; /*0.9375em*/
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }   
}
  
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0; /*0.9375em*/
    padding-right: 0; /*0.9375em*/
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

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

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

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .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; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0; /*0.9375em*/
    padding-right: 0; /*0.9375em*/
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

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

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

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .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; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}


/* REVEAL OFF-CANVAS PANEL EFFECT */
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: scroll;
	/*background: #000;*/
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	right: 0;
	z-index: 9999;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.9);
	content: '';
	opacity: 0;
	z-index: 9999;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: fixed;/*absolute*/
	top: 0;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 305px;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: scroll;
}

.st-menu::after {
	position: fixed;/*absolute*/
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	overflow: scroll;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h1.logo-off-canvas {
	margin: 20px 30px;
	padding: 0;
	background: transparent url("../img/logo-raptor.svg") left top no-repeat;
  width: 245px;
  height: 40px;
	display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.st-menu h1.logo-off-canvas:hover {
	opacity: 0.8;
	-webkit-transition: opacity 70ms ease-out;
	-moz-transition: opacity 70ms ease-out;
	-o-transition: opacity 70ms ease-out;
	transition: opacity 70ms ease-out;
}

h1.logo-side1 {
	background: transparent url("../img/logo-raptor.svg") left top no-repeat;
  width: 245px;
  height: 40px;
	display: block;
	position: relative;
	top: 30px;
	left: 30px;
	float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
	padding: 1em;
	margin: 0;
}

.st-menu ul li a {
	display: block;
	padding: 15px 15px 15px 30px;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1);
	color: #000;
	text-transform: none;
	letter-spacing: 1px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	font-family: "MullerMedium";
	font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1);
}

.st-menu ul li a:hover {
	background: rgba(235,235,235,0.25);
	color: rgb(244,129,31);
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(-305px, 0, 0);
	transform: translate3d(-305px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

.nav-contact {
	font-family: "MullerMedium";
	font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
	padding: 20px 15px 20px 30px;
}

.nav-contact a {
	color: #898989;
}

.nav-contact a:hover,
.nav-contact a:visited {
	color: rgb(244,129,31);
}

.nav-contact p {
	color: #464646;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-right: 305px;
}
    
/* FONTS */
@font-face {
  font-family: 'MullerRegular';
  src: url('../fonts/MullerRegular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MullerRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MullerRegular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MullerRegular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MullerRegular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MullerMedium';
  src: url('../fonts/MullerMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MullerMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MullerMedium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MullerMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MullerMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MullerBold';
  src: url('../fonts/MullerBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MullerBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MullerBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MullerBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MullerBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Landing Page Content */
.row-container {
	display: flex;
	align-items: center;
	background-color: rgb(235, 235, 235);
}

.row-container.reverse {
	flex-direction: row;
}

.row-item {
	flex: 1;
	padding: 50px;
}

.container-signup {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

.container-headline {
	margin: 0 auto;
	text-align: center;
	background-color: rgb(235, 235, 235);
	padding: 50px;
	width: 75%;
}

h2.intro-title {
	text-transform: uppercase;
}

/* PAGE TRANSITION */
body {
  opacity: 1;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

/* LOADING BAR */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f4811f;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

/* fullPage 2.1.9 */
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

/* NAVIGATION */
.navbar {
  width: 100%;
  height: 82px;
  margin: 0;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
	padding: 0px 50px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	
  -webkit-transition: top .8s ease-out .250ms;
  -moz-transition: top .8s ease-out .250ms;
  transition: top .8s ease-out .250ms;
}

.navbar.off-canvas { top: -600px; }

.navbar.fixed {
  top: 0;
  z-index: 9999;
}

.nav-left {
	margin-top: 20px;
}

.nav-right {
	margin-top: 20px;
	float: right;
}

.nav-top {
  float: left;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  margin-left: 50px;
  padding-right: 50px;
  /*padding: 0;*/
  background-color: transparent;
}

h1.logo {
	background: transparent url("../img/logo-raptor.svg") left top no-repeat;
  width: 245px;
  height: 40px;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
}

h1.logo:hover {
	opacity: 0.8;
	-webkit-transition: opacity 70ms ease-out;
	-moz-transition: opacity 70ms ease-out;
	-o-transition: opacity 70ms ease-out;
	transition: opacity 70ms ease-out;
}

.burger {
	background: transparent url("../img/burger.svg") left top no-repeat;
	width: 22px;
	height: 17px;
	position: absolute;
	padding: 0px;
  top: 12px;
	right: 0px;
	display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.8;
}

.burger:hover, .burger:focus {
	opacity: 1;
	background-position: 0px -17px;
	outline: none;
}

.burger.open li {background-color: #d9dde1;}

.menu-languages {
  float: right;
  margin: 18px 50px 0px 50px;
	font-family: "MullerRegular";
	font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(112, 112, 112);
}

.menu-languages a:hover {
  color: rgb(244,129,31);
}

.nav-bottom {
  float: left;
  clear: both;
  width: 100%;
  height: 41px;
  margin-top: 20px;
  padding-left: 50px;
  border-top: 1px solid rgb(225, 225, 225);
  background-color: transparent;
	font-family: "MullerMedium";
	font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

/* Menu Layout */
.menu,
.menu ul,
.menu li,
.menu a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.menu li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 40px;
}

/* Menu Links */
.menu li a {
  display: block;
  padding:0px 0px 0px 55px;
  margin: 6px 0;
  line-height: 28px;
  text-decoration: none;
 
	font-family: "MullerMedium";
	font-weight: normal;
  font-size: 0.875rem;
  color: rgb(0, 0, 0);
 
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: rgb(244,129,31); }

.current {
  color: rgb(244,129,31);
}

.menu-desktop {
  display: block;
}

.menu-mobile {
  display: none;
}

/* Sub-Menu */
.menu ul {
  position: absolute;
  top: 40px;
  right: 0px;
  opacity: 0;
  border-top: 1px solid rgb(225,225,225);
  
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
  background-color: rgb(235, 235, 235);

  -webkit-transition: opacity .25ms ease .25ms;
  -moz-transition: opacity .25ms ease .25ms;
  -o-transition: opacity .25ms ease .25ms;
  -ms-transition: opacity .25ms ease .25ms;
  transition: opacity .25ms ease .25ms;
}

.menu li li a {
  color: rgb(54, 54, 54);
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
  height: 0;
  overflow: hidden;
  padding: 0;

  -webkit-transition: height .25ms ease .25ms;
  -moz-transition: height .25ms ease .25ms;
  -o-transition: height .25ms ease .25ms;
  -ms-transition: height .25ms ease .25ms;
  transition: height .25ms ease .25ms;
}

.menu li:hover > ul li {
  height: 100%;
  overflow: visible;
  padding: 0;
}
.menu ul li a {
  width: 200px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  line-height: 1.2rem;

  border: none;
  border-bottom: 1px solid #d7d7d7;
}
 
.menu ul li:last-child a { border: none; }

/* HOMEPAGE & SUB-PAGE FEATURES */
.section {
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
}

.container-layout {
	position: relative;
	height: 600px;
	background-image: url(../img/barrie-hero-footer.jpg);
	background-position: center top;
	background-size: cover;
}

.container-layout-inner {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	width: calc(100% - 100px);
	text-align: center;
}

@media screen and (max-width: 639.98px) {
	.layout-hero {
		left: 20px;
		bottom: 50px;
		width: 100%;
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 640px) and (max-width: 767.98px) {
	.layout-hero {
		left: 50px;
		width: 100%;
		width: calc(100% - 100px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.layout-hero {
		left: 50px;
		bottom: 75px;
		width: 50%;
		width: calc(50% - 50px);
	}
}

#hero {
	background-image: url(../img/barrie-hero.jpg);
	background-position: center;
	background-size: cover;
}

#hero-footer {
  background-image: url(../img/barrie-hero-footer.jpg);
  background-position: center top;
  background-size: cover;
  height: 600px;
}

#thanks {
  background-image: url(../img/barrie-hero-thanks.jpg);
  background-position: center;
  background-size: cover;
}

#temp {
	background-image: url(../img/temp.jpg);
	background-position: center;
	background-size: cover;
}

.outer-left {
	width: 65%;
  height: 100%;
  display:table;
  overflow:hidden;
}

.outer-center {
	width: 100%;
	height: 100%;
	display:table;
	overflow:hidden;
}

.inner-left-feature {
	display:table-cell;
  position:relative;
	vertical-align:bottom;
	text-align:left;
	padding: 0px 0px 100px 50px;
}

.inner-center-feature {
	display:table-cell;
	position:relative;
	vertical-align:bottom;
	text-align:center;
	padding: 0px 50px 70px 50px;
}

.inner-headline {
	display:table-cell;
  position:relative;
	vertical-align:bottom;
	text-align:left;
	padding: 200px 0px 50px 50px;
  background-color: rgb(255, 255, 255);
}

.outer-full {
	width: 100%;
  height: 100%;
  display:table;
  overflow:hidden;
}

.inner-full {
	display:table-cell;
  position:relative;
	vertical-align:bottom;
	text-align:left;
	padding: 50px;
}

.inner-full.fullbleed {
	padding: 0px;
}

.inner-full.fix {
	padding-bottom: 40px;
}

.inner-full-top {
	display:table-cell;
  position:relative;
	vertical-align:top;
	text-align:left;
	padding: 50px;
}

.inner-full-middle {
	display:table-cell;
  position:relative;
	vertical-align:middle;
	text-align:left;
	padding: 50px;
}

.inner-full-middle-center {
	display:table-cell;
  position:relative;
	vertical-align:middle;
	text-align:center;
	padding: 50px;
}

.inner-bottom-center {
	display:table-cell;
  position:relative;
	vertical-align:bottom;
	text-align:center;
	padding: 0px 300px 150px 300px;
}

.bg-prime {
  background-color: rgb(255, 255, 255);
}

.bg-second {
  background-color: rgb(235, 235, 235);
}

.bg-third {
  background-color: rgb(245, 245, 245);
}

.bg-orange {
  background-color: rgb(244, 129, 31);
  border-bottom: 10px solid rgb(214, 113, 27);
}

.bg-grey {
  background-color: rgb(37, 37, 37);
  border-bottom: 10px solid rgb(50, 50, 50);
}

.bg-grey--nobar {
  background-color: rgb(37, 37, 37);
}

.bg-white {
  background-color: rgb(255, 255, 255);
  border-bottom: 10px solid rgb(235, 235, 235);
}

.bg2-grey-1 {
  background-color: rgb(235, 235, 235);
}

.bg2-grey-2 {
  background-color: rgb(50, 50, 50);
	color: #fff;
}

.bg2-grey-3 {
  background-color: rgb(37, 37, 37);
	color: #fff;
}

.bg2-black {
  background-color: rgb(0, 0, 0);
	color: #fff;
}

.bg2-orange {
  background-color: rgb(244, 129, 31);
	color: #fff;
}

.bg-equipment {
  background-color: rgb(15, 15, 15);
}

.tint-black {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
    z-index: 100;
}

.center-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.center-area:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

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

.hide {
	display: none; }
	
.show {
	display: block; }
	
.container-barrie {
	padding: 50px 0px;
	background-color: rgb(235, 235, 235);
}

/* TYPOGRAPHY */
h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: #000;
	width: 100%;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h1.feature {
	font-size: 3.75rem;
	line-height: 3.5rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: #fff;
	width: 100%;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h1.headline {
	font-size: 2rem;
	line-height: 2.25rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: #000;
	width: 100%;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h1.headline.light {
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: #fff;
	width: 100%;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.875rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 2.2rem;
	color: #000;
	margin: 0;
	text-transform: none;
	padding-bottom: 10px;
}

h2.light {
	font-size: 1.875rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 2.2rem;
	color: #fff;
	margin: 0;
	text-transform: none;
	padding-bottom: 10px;
}

h2.headline {
	font-size: 1.875rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: rgb(244,129,31);
	margin: 0;
	text-transform: uppercase;
	padding:50px 0px 50px 0px;
	text-align: center;
}

h3 { /* Footer Headlines */
	font-size: 1.25rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 1.25rem;
	color: #ccc;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h3.headline {
	font-size: 1.25rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 1.75rem;
	color: #000;
	margin: 0;
	text-transform: none;
	padding-bottom: 10px;
}

#gsd h3.headline {
	text-transform: uppercase;
}

h3.headline.light {
	color: #ffffff;
}

h3.address {
	font-size: 1rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 1rem;
	color: #000;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h4 {
	font-size: 1rem;
	font-family: "MullerBold";
	font-weight: normal;
	line-height: 1rem;
	color: #ccc;
	margin: 0;
	padding-bottom: 10px;
}

h4.contact {
	font-family: "MullerMedium";
	font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
	color: #000;
	margin: 0;
	padding-bottom: 20px;
}

.subheading,
.subheading-news {
	font-size: 1rem;
	font-family: "MullerRegular";
	font-weight: normal;
	line-height: 1.5rem;
	margin: 0;
	color: #898989;
	padding-bottom: 20px;
}

.subheading-footer {
	font-size: 1rem;
	font-family: "MullerRegular";
	font-weight: normal;
	line-height: 1.5rem;
	margin: 0;
	color: #898989;
	padding-bottom: 20px;
}

.subheading.feature,
.subheading.feature-jurassic {
	color: #fff;
}

.subheading.feature.dark {
	color: #000;
}

.subheading.feature.half {
	width: 75%;
}

.subheading.info {
	color: #898989;
}

.subheading.info a {
	color: #ccc;
}

.subheading.fix {
	padding-bottom: 0px;
}

.subheading.light {
	color: #ffffff;
}

.subheading.fade {
	opacity: 0.32;
}

.subheading a {
	color: rgb(0,0,0);
}

.subheading a.light {
	color: rgb(255,255,255);
}

.subheading a:hover{
	color: rgb(244,129,31);
}

h2.name {
	font-size: 1.5rem;
	font-family: "MullerBold";
	font-weight: normal;
	color: #000;
	margin: 0;
	padding:0;
	text-transform: none;
}

h3.position {
	font-size: 1rem;
	font-family: "MullerMedium";
	font-weight: normal;
	line-height: 1.25rem;
	color: #252525;
	margin: 0;
	padding-bottom: 15px;
	text-transform: none;
}

p.facts {
	color: #555555;
}

p.alt {
	font-size: 1.65rem;
	font-weight: normal;
	line-height: 2.5rem;
	margin: 0;
	text-transform: none;
	padding-bottom: 10px;
}

.button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 1em;
  margin: 0;
  text-decoration: none;
  text-align: center;
	font-family: "MullerBold";
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
	background-color: rgb(0, 0, 0);
  -moz-background-clip: padding; /* for Firefox 3.6 */
  background-clip: padding-box;
  border-radius: 2px;
  /* IE hacks */
  zoom: 1;
  *display: inline;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  background-color: rgb(244, 129, 31);
  outline: none;
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.footer {
  padding: 50px;
}

.footer-inside {
  padding-right: 25px;
}

.footer-block {
  padding-top: 30px;
}

.logo-bestmanagedcompanies {
  width: 150px;
  height: 56px;
}

.logo-bestmanagedcompanies:hover {
  opacity: 0.5;
}

.footer.copyright {
	padding: 15px 50px;
	color: #363636;
  border-top: 1px solid rgb(20, 20, 20)
}

.siteby {
	float: right;
}

.singchun:hover {
	color: #707070;
	-webkit-transition: opacity 70ms ease-out;
	-moz-transition: opacity 70ms ease-out;
	-o-transition: opacity 70ms ease-out;
	transition: opacity 70ms ease-out;
}

/* SOCIAL STUFF */
.stay-social{
	margin: 0;
	padding-bottom: 50px;
}

.social-follow {
	width:30px;
	height: 30px;
	display: block;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	fill: #ccc;
}

.social-follow:hover {
	fill-opacity: 1;
	fill: rgb(244,129,31);
	-webkit-transition: opacity 70ms ease-out;
	-moz-transition: opacity 70ms ease-out;
	-o-transition: opacity 70ms ease-out;
	transition: opacity 70ms ease-out;
}

.social-follow.twitter,
.social-follow.instagram,
.social-follow.youtube {
	padding-top: 3px;
}

/* NEWSLETTER SIGNUP */
.newsletter{
	margin: 0;
	padding-bottom: 40px;
}

form {
  width: 100%;
  margin: 0;
}

.input {
  display: flex;
  align-items: left;
}

.button {
  height: 50px;
  border: none;
}
  
input.email {
  width: 70%;
  background: #fff;
  color: #464646;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
  text-indent: 15px;
  border-radius: 0;
  text-align: left;
  height: 50px;
	border: none;
	margin-right: 10px;
}

input.submit {
  width: 30%;
  height: 50px;
  background: #000;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: none;
}
  
input.submit:hover {
	color: rgb(255,255,255);
  background-color: rgb(37,37,37);
}
  
input:focus {
  outline: none;
  outline: 2px solid #f4811f;
  box-shadow: 0 0 2px #f4811f;
}

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; 
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.address-block p{
	color: rgb(85, 85, 85);
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5rem;
}

.address-block a.email-link {
	-webkit-transition: color 100ms ease-out,border 400ms ease-out;
	transition: color 100ms ease-out,border 400ms ease-out;
	border-bottom: 1px solid transparent;
  color: rgb(183, 183, 183);
	position: relative;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 2px;
}

.address-block a.email-link:hover {
	border-bottom: 1px solid rgb(244,129,31);
  color: rgb(244,129,31);
	padding-bottom: 2px;
}

.address-block a {
  color: rgb(37, 37, 37);
}
.address-footer a {
  color: rgb(85, 85, 85);
}

.address-block a:hover,
.address-footer a:hover {
  color: rgb(244,129,31);
}

/* TWITTER INTEGRATION */
blockquote .tweets-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

blockquote p {
  color: #fff;
}
 
blockquote a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
 
blockquote a:hover,
blockquote a:focus {
  text-decoration: underline;
	color: #ff3333;
}

blockquote .tweets-container ul {
	list-style-type: none;	
	font-family: "MullerMedium";
	font-weight: normal;
	color: #fff;
	line-height: 1.5rem;
}

p {
	padding-bottom: 12px;
}

hr {
	border: 0px;
  height: 0px;
  border-top: 1px solid rgba(95, 95, 95, 0.1);
  margin: 0px 50px 0px 50px;
}  

hr.divider {
	border: 0px;
  height: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 20px 0px 30px 0px;
} 

hr.divider.light {
	border: 0px;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0px;
} 
    
hr.pagination {
	border: 0px;
  height: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 50px 0px 50px 0px;
}

.pagination-block {
	padding: 50px 50px 50px 50px;
}

/* HOVER STYLES */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	height: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid-orange figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgb(244,129,31);
	text-align: center;
	cursor: pointer;
}

.grid-white figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	text-align: center;
	cursor: pointer;
}

.grid-grey figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgb(17,17,17);
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0px;
	font-size: 1em;
}

/* Effect-Zoom */
figure.effect-zoom img {
	max-width: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-zoom figcaption {
	text-align: center;
}

figure.effect-zoom figcaption > div {
	position: absolute;
	/*bottom: 50px;*/
	top: 45%;
	left: 0;
	padding: 0px 50px 0px 50px;
	width: 100%;
	/*height: 100%;*/
}

figure.effect-zoom p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoom p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-zoom:hover img,
figure.effect-zoom:hover p {
	opacity: .15;
}

figure.effect-zoom:hover img {
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}

figure.effect-zoom:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

figure.effect-zoom:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	opacity: 1;
}

/* Effect-Tint */
figure.effect-tint img {
	max-width: none;
	opacity: 0.22;
}

figure.effect-tint figcaption {
	text-align: center;
}

figure.effect-tint figcaption > div {
	position: absolute;
	top: 45%;
	left: 0;
	padding: 0px 50px 0px 50px;
	width: 100%;
	/*height: 100%;*/
}

figure.effect-tint p {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25); 
}

figure.effect-tint p.dark {
	color: rgba(9,9,9,1);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .8); 
}

/* Effect-Fade */
figure.effect-fade img {
	opacity: 1;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s*/
}

figure.effect-fade figcaption {
	text-align: left;
}

figure.effect-fade figcaption > div {
	position: absolute;
	top: 50px;
	/*top: 45%;*/
	left: 0;
	padding: 0px 50px 0px 50px;
	width: 100%;
	/*height: 100%;*/
}

figure.effect-fade p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-fade p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-fade:hover img {
	opacity: 0.1;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;*/
}

figure.effect-fade:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	opacity: 1;
}

/* HELPER CLASSES */
.p-bottom-25 {
  padding-bottom: 25px;
}

.supersize {
  font-size: 150%;
  line-height: 150%;
}

.white {
  background-color: #fff;
}

.bold {
  font-weight: bold;
}

.dark {
  color: rgb(9,9,9)
}

.light {
  color: rgb(255,255,255)
}

.accent {
  color: rgb(244,129,31);
}

.underline {
  border-bottom: 1px solid rgb(244,129,31);
  padding-bottom: 2px;
}

.center {
  text-align: center;
}

.image-fill {
  width: 100%;
  height: 100%;
}

/* MEDIA QUERIES */
/* Font Smoothing */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}
/* Small Screens */
@media only screen and (max-width: 639.98px){
	.burger {
		display: block;
    top: 8px;
	}
	.navbar {
		padding: 0px 20px;
    height: 75px;
	}
  h1.logo {
    width: 200px;
    height: 33px;
  }
	.inner-center-feature {
		padding: 0px 20px 70px 20px;
	}
	.row-container {
		flex-direction: column;
		padding: 10px 0px;
	}
	.row-item {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
  .row-item.text {
    padding-top: 0px;
  }
	.row-container.reverse {
		flex-direction: column-reverse;
	}
	.container-signup {
		width: 100%;
	}
	.container-headline {
		width: 100%;
		padding: 30px 20px;
	}
  .feature-subheadline {
    display: none;
  }
	.footer {
	  padding: 50px 20px;
	}
	.footer.copyright {
		padding: 15px 20px;
	}
	h1,
	h1.feature,
	h1.headline {
		font-size: 2rem;
		line-height: 2.25rem;
		padding-bottom: 15px;
	}
	.subheading.feature {
		display: none;
	}
	hr {
	  margin: 0px 20px;
	} 
  .input {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  input.email {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  input.submit {
    width: 100%;
  }
}

/* Medium Screens */
@media screen and (min-width: 640px) and (max-width: 767.98px) {
	.burger {
		display: block;
	}
	.footer {
	  padding: 50px 50px;
	}
	h1,
	h1.feature {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	hr {
	  margin: 0px 20px;
	} 
	.container-signup {
		width: 100%;
	}
}

/* Large Screens */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
	.burger {
		display: block;
	}
	.footer {
	  padding: 50px 50px;
	}
	h1.feature {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	h1.headline {
		font-size: 1.25rem;
		line-height: 1.25rem;
		padding-bottom: 5px;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	hr {
	  margin: 0px 20px;
	} 
}

@media screen and (max-width: 1239.98px) {
  .menu-desktop {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
}

@media screen and (max-width: 439.98px) {
  .siteby {
    float: left;
  }
}

@media screen and ( max-height: 570px ) { 
  .inner-center-feature {
    padding-bottom: 20px;
  }
}

