@charset "UTF-8";
/*
Theme Name: Face2face
Theme URI: http://muuh.no
Description: Face2face by Muuh AS
Version: 1.0
Author: Øyvind Heggernes
Author URI: http://muuh.no
*/
/*
@font-face {
    font-family: "Circular-Bold";
    src:url("../font/lineto-circular-bold.eot");
    src:url("../font/lineto-circular-bold.eot?#iefix") format("embedded-opentype"),
        url("../font/lineto-circular-bold.woff2") format("woff2"),
        url("../font/lineto-circular-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Book";
    src:url("../font/lineto-circular-book.eot");
    src:url("../font/lineto-circular-book.eot?#iefix") format("embedded-opentype"),
        url("../font/lineto-circular-book.woff2") format("woff2"),
        url("../font/lineto-circular-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Medium";
    src:url("../font/lineto-circular-medium.eot");
    src:url("../font/lineto-circular-medium.eot?#iefix") format("embedded-opentype"),
        url("../font/lineto-circular-medium.woff2") format("woff2"),
        url("../font/lineto-circular-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/
/*

@font-face {
	font-family: 'CircularStd-Book';
	src: url('../font/CircularStd-Book.eot');
	src: url('../font/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../font/CircularStd-Book.woff') format('woff'),
		url('../font/CircularStd-Book.ttf') format('truetype'),
		url('../font/CircularStd-Book.svg#CircularStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-BookItalic';
	src: url('../font/CircularStd-BookItalic.eot');
	src: url('../font/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('../font/CircularStd-BookItalic.woff') format('woff'),
		url('../font/CircularStd-BookItalic.ttf') format('truetype'),
		url('../font/CircularStd-BookItalic.svg#CircularStd-BookItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-Medium';
	src: url('../font/CircularStd-Medium.eot');
	src: url('../font/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/CircularStd-Medium.woff') format('woff'),
		url('../font/CircularStd-Medium.ttf') format('truetype'),
		url('../font/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-Bold';
	src: url('../font/CircularStd-Bold.eot');
	src: url('../font/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/CircularStd-Bold.woff') format('woff'),
		url('../font/CircularStd-Bold.ttf') format('truetype'),
		url('../font/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*{
  outline: none;
}
button{
  border:none;
}
*/
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  /*
  .row {
  	margin: 0 auto;
  	max-width: $width-max;
  	padding: 0 15px;

  	&.text {
  		max-width: $width-text;
  	}
  	&.wide {
  		max-width: $width-wide;
  	}

  	&.padding-top {
  		padding-top: 30px;
  		@media only screen and (min-width:1200px) { padding-top: 60px; }
  	}
  }
  */
}
.wrap-full {
  max-width: 100%;
}
.wrap-wide {
  max-width: 1680px;
}
.wrap:before, .wrap:after {
  content: "";
  display: table;
}

.container {
  margin: 0 auto;
}

.row {
  position: relative;
  padding: 0;
  font-size: 0;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row.padding-top {
  padding-top: 10px;
}
@media only screen and (min-width:992px) {
  .row.padding-top {
    padding-top: 20px;
  }
}
.row.grid-tight {
  margin-bottom: 0;
}
.row .grid {
  margin: 0 -5px;
  padding: 0;
}

/*
.wrap {
	.grid {
		padding: 0;
		@media only screen and (min-width:768px) {
			padding: 0 15px;
		} 
	}
}
*/
.col {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  min-height: 1px;
  font-size: 16px;
  vertical-align: top;
  width: 100%;
}
.col.pb {
  padding-bottom: 30px;
}

.hidden {
  display: none;
}

@media only screen and (min-width:768px) {
  .visible--m {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .visible--mobile {
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .visible--tablet {
    display: block;
  }
}
@media only screen and (min-width:1025px) {
  .visible--desktop {
    display: block;
  }
}

.xs-1 {
  width: 8.3333333333%;
}

.xs-off-1 {
  margin-left: 8.3333333333%;
}

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

.xs-1-text-left {
  text-align: left;
}

.xs-1-text-right {
  text-align: right;
}

/*
.col-xs-1 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-1 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-1 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-1-space-bottom { margin-bottom: 20px; }
.col-xs-1-text-center { text-align: center; }
.col-xs-1-text-left { text-align: left; }
.col-xs-1-text-right { text-align: right; }
*/
.xs-2 {
  width: 16.6666666667%;
}

.xs-off-2 {
  margin-left: 16.6666666667%;
}

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

.xs-2-text-left {
  text-align: left;
}

.xs-2-text-right {
  text-align: right;
}

/*
.col-xs-2 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-2 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-2 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-2-space-bottom { margin-bottom: 20px; }
.col-xs-2-text-center { text-align: center; }
.col-xs-2-text-left { text-align: left; }
.col-xs-2-text-right { text-align: right; }
*/
.xs-3 {
  width: 25%;
}

.xs-off-3 {
  margin-left: 25%;
}

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

.xs-3-text-left {
  text-align: left;
}

.xs-3-text-right {
  text-align: right;
}

/*
.col-xs-3 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-3 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-3 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-3-space-bottom { margin-bottom: 20px; }
.col-xs-3-text-center { text-align: center; }
.col-xs-3-text-left { text-align: left; }
.col-xs-3-text-right { text-align: right; }
*/
.xs-4 {
  width: 33.3333333333%;
}

.xs-off-4 {
  margin-left: 33.3333333333%;
}

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

.xs-4-text-left {
  text-align: left;
}

.xs-4-text-right {
  text-align: right;
}

/*
.col-xs-4 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-4 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-4 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-4-space-bottom { margin-bottom: 20px; }
.col-xs-4-text-center { text-align: center; }
.col-xs-4-text-left { text-align: left; }
.col-xs-4-text-right { text-align: right; }
*/
.xs-5 {
  width: 41.6666666667%;
}

.xs-off-5 {
  margin-left: 41.6666666667%;
}

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

.xs-5-text-left {
  text-align: left;
}

.xs-5-text-right {
  text-align: right;
}

/*
.col-xs-5 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-5 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-5 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-5-space-bottom { margin-bottom: 20px; }
.col-xs-5-text-center { text-align: center; }
.col-xs-5-text-left { text-align: left; }
.col-xs-5-text-right { text-align: right; }
*/
.xs-6 {
  width: 50%;
}

.xs-off-6 {
  margin-left: 50%;
}

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

.xs-6-text-left {
  text-align: left;
}

.xs-6-text-right {
  text-align: right;
}

/*
.col-xs-6 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-6 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-6 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-6-space-bottom { margin-bottom: 20px; }
.col-xs-6-text-center { text-align: center; }
.col-xs-6-text-left { text-align: left; }
.col-xs-6-text-right { text-align: right; }
*/
.xs-7 {
  width: 58.3333333333%;
}

.xs-off-7 {
  margin-left: 58.3333333333%;
}

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

.xs-7-text-left {
  text-align: left;
}

.xs-7-text-right {
  text-align: right;
}

/*
.col-xs-7 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-7 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-7 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-7-space-bottom { margin-bottom: 20px; }
.col-xs-7-text-center { text-align: center; }
.col-xs-7-text-left { text-align: left; }
.col-xs-7-text-right { text-align: right; }
*/
.xs-8 {
  width: 66.6666666667%;
}

.xs-off-8 {
  margin-left: 66.6666666667%;
}

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

.xs-8-text-left {
  text-align: left;
}

.xs-8-text-right {
  text-align: right;
}

/*
.col-xs-8 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-8 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-8 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-8-space-bottom { margin-bottom: 20px; }
.col-xs-8-text-center { text-align: center; }
.col-xs-8-text-left { text-align: left; }
.col-xs-8-text-right { text-align: right; }
*/
.xs-9 {
  width: 75%;
}

.xs-off-9 {
  margin-left: 75%;
}

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

.xs-9-text-left {
  text-align: left;
}

.xs-9-text-right {
  text-align: right;
}

/*
.col-xs-9 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-9 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-9 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-9-space-bottom { margin-bottom: 20px; }
.col-xs-9-text-center { text-align: center; }
.col-xs-9-text-left { text-align: left; }
.col-xs-9-text-right { text-align: right; }
*/
.xs-10 {
  width: 83.3333333333%;
}

.xs-off-10 {
  margin-left: 83.3333333333%;
}

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

.xs-10-text-left {
  text-align: left;
}

.xs-10-text-right {
  text-align: right;
}

/*
.col-xs-10 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-10 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-10 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-10-space-bottom { margin-bottom: 20px; }
.col-xs-10-text-center { text-align: center; }
.col-xs-10-text-left { text-align: left; }
.col-xs-10-text-right { text-align: right; }
*/
.xs-11 {
  width: 91.6666666667%;
}

.xs-off-11 {
  margin-left: 91.6666666667%;
}

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

.xs-11-text-left {
  text-align: left;
}

.xs-11-text-right {
  text-align: right;
}

/*
.col-xs-11 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-11 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-11 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-11-space-bottom { margin-bottom: 20px; }
.col-xs-11-text-center { text-align: center; }
.col-xs-11-text-left { text-align: left; }
.col-xs-11-text-right { text-align: right; }
*/
.xs-12 {
  width: 100%;
}

.xs-off-12 {
  margin-left: 100%;
}

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

.xs-12-text-left {
  text-align: left;
}

.xs-12-text-right {
  text-align: right;
}

/*
.col-xs-12 { 
	width: 100% / 12 * $i;
}
.col-xs-offset-12 { 
	margin-left: 100% / 12 * $i;
}
.col-xs-push-12 { 
	margin-right: 100% / 12 * $i;
}
.col-xs-12-space-bottom { margin-bottom: 20px; }
.col-xs-12-text-center { text-align: center; }
.col-xs-12-text-left { text-align: left; }
.col-xs-12-text-right { text-align: right; }
*/
.xs-text-center {
  text-align: center;
}

.xs-text-left {
  text-align: left;
}

.xs-text-right {
  text-align: right;
}

@media only screen and (min-width:576px) {
  .s-1 {
    width: 8.3333333333%;
  }
  .s-off-1 {
    margin-left: 8.3333333333%;
  }
  .s-1-text-center {
    text-align: center;
  }
  .s-1-text-left {
    text-align: left;
  }
  .s-1-text-right {
    text-align: right;
  }
  /*
  .col-s-1 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-1-space-bottom { margin-bottom: 20px; }
  .col-s-1-text-center { text-align: center; }
  .col-s-1-text-left { text-align: left; }
  .col-s-1-text-right { text-align: right; }
  */
  .s-2 {
    width: 16.6666666667%;
  }
  .s-off-2 {
    margin-left: 16.6666666667%;
  }
  .s-2-text-center {
    text-align: center;
  }
  .s-2-text-left {
    text-align: left;
  }
  .s-2-text-right {
    text-align: right;
  }
  /*
  .col-s-2 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-2-space-bottom { margin-bottom: 20px; }
  .col-s-2-text-center { text-align: center; }
  .col-s-2-text-left { text-align: left; }
  .col-s-2-text-right { text-align: right; }
  */
  .s-3 {
    width: 25%;
  }
  .s-off-3 {
    margin-left: 25%;
  }
  .s-3-text-center {
    text-align: center;
  }
  .s-3-text-left {
    text-align: left;
  }
  .s-3-text-right {
    text-align: right;
  }
  /*
  .col-s-3 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-3-space-bottom { margin-bottom: 20px; }
  .col-s-3-text-center { text-align: center; }
  .col-s-3-text-left { text-align: left; }
  .col-s-3-text-right { text-align: right; }
  */
  .s-4 {
    width: 33.3333333333%;
  }
  .s-off-4 {
    margin-left: 33.3333333333%;
  }
  .s-4-text-center {
    text-align: center;
  }
  .s-4-text-left {
    text-align: left;
  }
  .s-4-text-right {
    text-align: right;
  }
  /*
  .col-s-4 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-4-space-bottom { margin-bottom: 20px; }
  .col-s-4-text-center { text-align: center; }
  .col-s-4-text-left { text-align: left; }
  .col-s-4-text-right { text-align: right; }
  */
  .s-5 {
    width: 41.6666666667%;
  }
  .s-off-5 {
    margin-left: 41.6666666667%;
  }
  .s-5-text-center {
    text-align: center;
  }
  .s-5-text-left {
    text-align: left;
  }
  .s-5-text-right {
    text-align: right;
  }
  /*
  .col-s-5 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-5-space-bottom { margin-bottom: 20px; }
  .col-s-5-text-center { text-align: center; }
  .col-s-5-text-left { text-align: left; }
  .col-s-5-text-right { text-align: right; }
  */
  .s-6 {
    width: 50%;
  }
  .s-off-6 {
    margin-left: 50%;
  }
  .s-6-text-center {
    text-align: center;
  }
  .s-6-text-left {
    text-align: left;
  }
  .s-6-text-right {
    text-align: right;
  }
  /*
  .col-s-6 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-6-space-bottom { margin-bottom: 20px; }
  .col-s-6-text-center { text-align: center; }
  .col-s-6-text-left { text-align: left; }
  .col-s-6-text-right { text-align: right; }
  */
  .s-7 {
    width: 58.3333333333%;
  }
  .s-off-7 {
    margin-left: 58.3333333333%;
  }
  .s-7-text-center {
    text-align: center;
  }
  .s-7-text-left {
    text-align: left;
  }
  .s-7-text-right {
    text-align: right;
  }
  /*
  .col-s-7 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-7-space-bottom { margin-bottom: 20px; }
  .col-s-7-text-center { text-align: center; }
  .col-s-7-text-left { text-align: left; }
  .col-s-7-text-right { text-align: right; }
  */
  .s-8 {
    width: 66.6666666667%;
  }
  .s-off-8 {
    margin-left: 66.6666666667%;
  }
  .s-8-text-center {
    text-align: center;
  }
  .s-8-text-left {
    text-align: left;
  }
  .s-8-text-right {
    text-align: right;
  }
  /*
  .col-s-8 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-8-space-bottom { margin-bottom: 20px; }
  .col-s-8-text-center { text-align: center; }
  .col-s-8-text-left { text-align: left; }
  .col-s-8-text-right { text-align: right; }
  */
  .s-9 {
    width: 75%;
  }
  .s-off-9 {
    margin-left: 75%;
  }
  .s-9-text-center {
    text-align: center;
  }
  .s-9-text-left {
    text-align: left;
  }
  .s-9-text-right {
    text-align: right;
  }
  /*
  .col-s-9 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-9-space-bottom { margin-bottom: 20px; }
  .col-s-9-text-center { text-align: center; }
  .col-s-9-text-left { text-align: left; }
  .col-s-9-text-right { text-align: right; }
  */
  .s-10 {
    width: 83.3333333333%;
  }
  .s-off-10 {
    margin-left: 83.3333333333%;
  }
  .s-10-text-center {
    text-align: center;
  }
  .s-10-text-left {
    text-align: left;
  }
  .s-10-text-right {
    text-align: right;
  }
  /*
  .col-s-10 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-10-space-bottom { margin-bottom: 20px; }
  .col-s-10-text-center { text-align: center; }
  .col-s-10-text-left { text-align: left; }
  .col-s-10-text-right { text-align: right; }
  */
  .s-11 {
    width: 91.6666666667%;
  }
  .s-off-11 {
    margin-left: 91.6666666667%;
  }
  .s-11-text-center {
    text-align: center;
  }
  .s-11-text-left {
    text-align: left;
  }
  .s-11-text-right {
    text-align: right;
  }
  /*
  .col-s-11 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-11-space-bottom { margin-bottom: 20px; }
  .col-s-11-text-center { text-align: center; }
  .col-s-11-text-left { text-align: left; }
  .col-s-11-text-right { text-align: right; }
  */
  .s-12 {
    width: 100%;
  }
  .s-off-12 {
    margin-left: 100%;
  }
  .s-12-text-center {
    text-align: center;
  }
  .s-12-text-left {
    text-align: left;
  }
  .s-12-text-right {
    text-align: right;
  }
  /*
  .col-s-12 { 
  	width: 100% / 12 * $i;
  }
  .col-s-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-s-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-s-12-space-bottom { margin-bottom: 20px; }
  .col-s-12-text-center { text-align: center; }
  .col-s-12-text-left { text-align: left; }
  .col-s-12-text-right { text-align: right; }
  */
  .s-text-center {
    text-align: center;
  }
  .s-text-left {
    text-align: left;
  }
  .s-text-right {
    text-align: right;
  }
}
@media only screen and (min-width:768px) {
  .m-1 {
    width: 8.3333333333%;
  }
  .m-off-1 {
    margin-left: 8.3333333333%;
  }
  .m-1-text-center {
    text-align: center;
  }
  .m-1-text-left {
    text-align: left;
  }
  .m-1-text-right {
    text-align: right;
  }
  /*
  .col-m-1 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-1-space-bottom { margin-bottom: 20px; }
  .col-m-1-text-center { text-align: center; }
  .col-m-1-text-left { text-align: left; }
  .col-m-1-text-right { text-align: right; }
  */
  .m-2 {
    width: 16.6666666667%;
  }
  .m-off-2 {
    margin-left: 16.6666666667%;
  }
  .m-2-text-center {
    text-align: center;
  }
  .m-2-text-left {
    text-align: left;
  }
  .m-2-text-right {
    text-align: right;
  }
  /*
  .col-m-2 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-2-space-bottom { margin-bottom: 20px; }
  .col-m-2-text-center { text-align: center; }
  .col-m-2-text-left { text-align: left; }
  .col-m-2-text-right { text-align: right; }
  */
  .m-3 {
    width: 25%;
  }
  .m-off-3 {
    margin-left: 25%;
  }
  .m-3-text-center {
    text-align: center;
  }
  .m-3-text-left {
    text-align: left;
  }
  .m-3-text-right {
    text-align: right;
  }
  /*
  .col-m-3 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-3-space-bottom { margin-bottom: 20px; }
  .col-m-3-text-center { text-align: center; }
  .col-m-3-text-left { text-align: left; }
  .col-m-3-text-right { text-align: right; }
  */
  .m-4 {
    width: 33.3333333333%;
  }
  .m-off-4 {
    margin-left: 33.3333333333%;
  }
  .m-4-text-center {
    text-align: center;
  }
  .m-4-text-left {
    text-align: left;
  }
  .m-4-text-right {
    text-align: right;
  }
  /*
  .col-m-4 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-4-space-bottom { margin-bottom: 20px; }
  .col-m-4-text-center { text-align: center; }
  .col-m-4-text-left { text-align: left; }
  .col-m-4-text-right { text-align: right; }
  */
  .m-5 {
    width: 41.6666666667%;
  }
  .m-off-5 {
    margin-left: 41.6666666667%;
  }
  .m-5-text-center {
    text-align: center;
  }
  .m-5-text-left {
    text-align: left;
  }
  .m-5-text-right {
    text-align: right;
  }
  /*
  .col-m-5 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-5-space-bottom { margin-bottom: 20px; }
  .col-m-5-text-center { text-align: center; }
  .col-m-5-text-left { text-align: left; }
  .col-m-5-text-right { text-align: right; }
  */
  .m-6 {
    width: 50%;
  }
  .m-off-6 {
    margin-left: 50%;
  }
  .m-6-text-center {
    text-align: center;
  }
  .m-6-text-left {
    text-align: left;
  }
  .m-6-text-right {
    text-align: right;
  }
  /*
  .col-m-6 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-6-space-bottom { margin-bottom: 20px; }
  .col-m-6-text-center { text-align: center; }
  .col-m-6-text-left { text-align: left; }
  .col-m-6-text-right { text-align: right; }
  */
  .m-7 {
    width: 58.3333333333%;
  }
  .m-off-7 {
    margin-left: 58.3333333333%;
  }
  .m-7-text-center {
    text-align: center;
  }
  .m-7-text-left {
    text-align: left;
  }
  .m-7-text-right {
    text-align: right;
  }
  /*
  .col-m-7 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-7-space-bottom { margin-bottom: 20px; }
  .col-m-7-text-center { text-align: center; }
  .col-m-7-text-left { text-align: left; }
  .col-m-7-text-right { text-align: right; }
  */
  .m-8 {
    width: 66.6666666667%;
  }
  .m-off-8 {
    margin-left: 66.6666666667%;
  }
  .m-8-text-center {
    text-align: center;
  }
  .m-8-text-left {
    text-align: left;
  }
  .m-8-text-right {
    text-align: right;
  }
  /*
  .col-m-8 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-8-space-bottom { margin-bottom: 20px; }
  .col-m-8-text-center { text-align: center; }
  .col-m-8-text-left { text-align: left; }
  .col-m-8-text-right { text-align: right; }
  */
  .m-9 {
    width: 75%;
  }
  .m-off-9 {
    margin-left: 75%;
  }
  .m-9-text-center {
    text-align: center;
  }
  .m-9-text-left {
    text-align: left;
  }
  .m-9-text-right {
    text-align: right;
  }
  /*
  .col-m-9 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-9-space-bottom { margin-bottom: 20px; }
  .col-m-9-text-center { text-align: center; }
  .col-m-9-text-left { text-align: left; }
  .col-m-9-text-right { text-align: right; }
  */
  .m-10 {
    width: 83.3333333333%;
  }
  .m-off-10 {
    margin-left: 83.3333333333%;
  }
  .m-10-text-center {
    text-align: center;
  }
  .m-10-text-left {
    text-align: left;
  }
  .m-10-text-right {
    text-align: right;
  }
  /*
  .col-m-10 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-10-space-bottom { margin-bottom: 20px; }
  .col-m-10-text-center { text-align: center; }
  .col-m-10-text-left { text-align: left; }
  .col-m-10-text-right { text-align: right; }
  */
  .m-11 {
    width: 91.6666666667%;
  }
  .m-off-11 {
    margin-left: 91.6666666667%;
  }
  .m-11-text-center {
    text-align: center;
  }
  .m-11-text-left {
    text-align: left;
  }
  .m-11-text-right {
    text-align: right;
  }
  /*
  .col-m-11 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-11-space-bottom { margin-bottom: 20px; }
  .col-m-11-text-center { text-align: center; }
  .col-m-11-text-left { text-align: left; }
  .col-m-11-text-right { text-align: right; }
  */
  .m-12 {
    width: 100%;
  }
  .m-off-12 {
    margin-left: 100%;
  }
  .m-12-text-center {
    text-align: center;
  }
  .m-12-text-left {
    text-align: left;
  }
  .m-12-text-right {
    text-align: right;
  }
  /*
  .col-m-12 { 
  	width: 100% / 12 * $i;
  }
  .col-m-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-m-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-m-12-space-bottom { margin-bottom: 20px; }
  .col-m-12-text-center { text-align: center; }
  .col-m-12-text-left { text-align: left; }
  .col-m-12-text-right { text-align: right; }
  */
  .m-text-center {
    text-align: center;
  }
  .m-text-left {
    text-align: left;
  }
  .m-text-right {
    text-align: right;
  }
}
@media only screen and (min-width:992px) {
  .l-1 {
    width: 8.3333333333%;
  }
  .l-off-1 {
    margin-left: 8.3333333333%;
  }
  .l-1-text-center {
    text-align: center;
  }
  .l-1-text-left {
    text-align: left;
  }
  .l-1-text-right {
    text-align: right;
  }
  /*
  .col-l-1 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-1-space-bottom { margin-bottom: 20px; }
  .col-l-1-text-center { text-align: center; }
  .col-l-1-text-left { text-align: left; }
  .col-l-1-text-right { text-align: right; }
  */
  .l-2 {
    width: 16.6666666667%;
  }
  .l-off-2 {
    margin-left: 16.6666666667%;
  }
  .l-2-text-center {
    text-align: center;
  }
  .l-2-text-left {
    text-align: left;
  }
  .l-2-text-right {
    text-align: right;
  }
  /*
  .col-l-2 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-2-space-bottom { margin-bottom: 20px; }
  .col-l-2-text-center { text-align: center; }
  .col-l-2-text-left { text-align: left; }
  .col-l-2-text-right { text-align: right; }
  */
  .l-3 {
    width: 25%;
  }
  .l-off-3 {
    margin-left: 25%;
  }
  .l-3-text-center {
    text-align: center;
  }
  .l-3-text-left {
    text-align: left;
  }
  .l-3-text-right {
    text-align: right;
  }
  /*
  .col-l-3 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-3-space-bottom { margin-bottom: 20px; }
  .col-l-3-text-center { text-align: center; }
  .col-l-3-text-left { text-align: left; }
  .col-l-3-text-right { text-align: right; }
  */
  .l-4 {
    width: 33.3333333333%;
  }
  .l-off-4 {
    margin-left: 33.3333333333%;
  }
  .l-4-text-center {
    text-align: center;
  }
  .l-4-text-left {
    text-align: left;
  }
  .l-4-text-right {
    text-align: right;
  }
  /*
  .col-l-4 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-4-space-bottom { margin-bottom: 20px; }
  .col-l-4-text-center { text-align: center; }
  .col-l-4-text-left { text-align: left; }
  .col-l-4-text-right { text-align: right; }
  */
  .l-5 {
    width: 41.6666666667%;
  }
  .l-off-5 {
    margin-left: 41.6666666667%;
  }
  .l-5-text-center {
    text-align: center;
  }
  .l-5-text-left {
    text-align: left;
  }
  .l-5-text-right {
    text-align: right;
  }
  /*
  .col-l-5 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-5-space-bottom { margin-bottom: 20px; }
  .col-l-5-text-center { text-align: center; }
  .col-l-5-text-left { text-align: left; }
  .col-l-5-text-right { text-align: right; }
  */
  .l-6 {
    width: 50%;
  }
  .l-off-6 {
    margin-left: 50%;
  }
  .l-6-text-center {
    text-align: center;
  }
  .l-6-text-left {
    text-align: left;
  }
  .l-6-text-right {
    text-align: right;
  }
  /*
  .col-l-6 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-6-space-bottom { margin-bottom: 20px; }
  .col-l-6-text-center { text-align: center; }
  .col-l-6-text-left { text-align: left; }
  .col-l-6-text-right { text-align: right; }
  */
  .l-7 {
    width: 58.3333333333%;
  }
  .l-off-7 {
    margin-left: 58.3333333333%;
  }
  .l-7-text-center {
    text-align: center;
  }
  .l-7-text-left {
    text-align: left;
  }
  .l-7-text-right {
    text-align: right;
  }
  /*
  .col-l-7 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-7-space-bottom { margin-bottom: 20px; }
  .col-l-7-text-center { text-align: center; }
  .col-l-7-text-left { text-align: left; }
  .col-l-7-text-right { text-align: right; }
  */
  .l-8 {
    width: 66.6666666667%;
  }
  .l-off-8 {
    margin-left: 66.6666666667%;
  }
  .l-8-text-center {
    text-align: center;
  }
  .l-8-text-left {
    text-align: left;
  }
  .l-8-text-right {
    text-align: right;
  }
  /*
  .col-l-8 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-8-space-bottom { margin-bottom: 20px; }
  .col-l-8-text-center { text-align: center; }
  .col-l-8-text-left { text-align: left; }
  .col-l-8-text-right { text-align: right; }
  */
  .l-9 {
    width: 75%;
  }
  .l-off-9 {
    margin-left: 75%;
  }
  .l-9-text-center {
    text-align: center;
  }
  .l-9-text-left {
    text-align: left;
  }
  .l-9-text-right {
    text-align: right;
  }
  /*
  .col-l-9 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-9-space-bottom { margin-bottom: 20px; }
  .col-l-9-text-center { text-align: center; }
  .col-l-9-text-left { text-align: left; }
  .col-l-9-text-right { text-align: right; }
  */
  .l-10 {
    width: 83.3333333333%;
  }
  .l-off-10 {
    margin-left: 83.3333333333%;
  }
  .l-10-text-center {
    text-align: center;
  }
  .l-10-text-left {
    text-align: left;
  }
  .l-10-text-right {
    text-align: right;
  }
  /*
  .col-l-10 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-10-space-bottom { margin-bottom: 20px; }
  .col-l-10-text-center { text-align: center; }
  .col-l-10-text-left { text-align: left; }
  .col-l-10-text-right { text-align: right; }
  */
  .l-11 {
    width: 91.6666666667%;
  }
  .l-off-11 {
    margin-left: 91.6666666667%;
  }
  .l-11-text-center {
    text-align: center;
  }
  .l-11-text-left {
    text-align: left;
  }
  .l-11-text-right {
    text-align: right;
  }
  /*
  .col-l-11 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-11-space-bottom { margin-bottom: 20px; }
  .col-l-11-text-center { text-align: center; }
  .col-l-11-text-left { text-align: left; }
  .col-l-11-text-right { text-align: right; }
  */
  .l-12 {
    width: 100%;
  }
  .l-off-12 {
    margin-left: 100%;
  }
  .l-12-text-center {
    text-align: center;
  }
  .l-12-text-left {
    text-align: left;
  }
  .l-12-text-right {
    text-align: right;
  }
  /*
  .col-l-12 { 
  	width: 100% / 12 * $i;
  }
  .col-l-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-l-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-l-12-space-bottom { margin-bottom: 20px; }
  .col-l-12-text-center { text-align: center; }
  .col-l-12-text-left { text-align: left; }
  .col-l-12-text-right { text-align: right; }
  */
  .l-text-center {
    text-align: center;
  }
  .l-text-left {
    text-align: left;
  }
  .l-text-right {
    text-align: right;
  }
}
@media only screen and (min-width:1200px) {
  .xl-1 {
    width: 8.3333333333%;
  }
  .xl-off-1 {
    margin-left: 8.3333333333%;
  }
  .xl-1-text-center {
    text-align: center;
  }
  .xl-1-text-left {
    text-align: left;
  }
  .xl-1-text-right {
    text-align: right;
  }
  /*
  .col-xl-1 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-1-space-bottom { margin-bottom: 20px; }
  .col-xl-1-text-center { text-align: center; }
  .col-xl-1-text-left { text-align: left; }
  .col-xl-1-text-right { text-align: right; }
  */
  .xl-2 {
    width: 16.6666666667%;
  }
  .xl-off-2 {
    margin-left: 16.6666666667%;
  }
  .xl-2-text-center {
    text-align: center;
  }
  .xl-2-text-left {
    text-align: left;
  }
  .xl-2-text-right {
    text-align: right;
  }
  /*
  .col-xl-2 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-2-space-bottom { margin-bottom: 20px; }
  .col-xl-2-text-center { text-align: center; }
  .col-xl-2-text-left { text-align: left; }
  .col-xl-2-text-right { text-align: right; }
  */
  .xl-3 {
    width: 25%;
  }
  .xl-off-3 {
    margin-left: 25%;
  }
  .xl-3-text-center {
    text-align: center;
  }
  .xl-3-text-left {
    text-align: left;
  }
  .xl-3-text-right {
    text-align: right;
  }
  /*
  .col-xl-3 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-3-space-bottom { margin-bottom: 20px; }
  .col-xl-3-text-center { text-align: center; }
  .col-xl-3-text-left { text-align: left; }
  .col-xl-3-text-right { text-align: right; }
  */
  .xl-4 {
    width: 33.3333333333%;
  }
  .xl-off-4 {
    margin-left: 33.3333333333%;
  }
  .xl-4-text-center {
    text-align: center;
  }
  .xl-4-text-left {
    text-align: left;
  }
  .xl-4-text-right {
    text-align: right;
  }
  /*
  .col-xl-4 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-4-space-bottom { margin-bottom: 20px; }
  .col-xl-4-text-center { text-align: center; }
  .col-xl-4-text-left { text-align: left; }
  .col-xl-4-text-right { text-align: right; }
  */
  .xl-5 {
    width: 41.6666666667%;
  }
  .xl-off-5 {
    margin-left: 41.6666666667%;
  }
  .xl-5-text-center {
    text-align: center;
  }
  .xl-5-text-left {
    text-align: left;
  }
  .xl-5-text-right {
    text-align: right;
  }
  /*
  .col-xl-5 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-5-space-bottom { margin-bottom: 20px; }
  .col-xl-5-text-center { text-align: center; }
  .col-xl-5-text-left { text-align: left; }
  .col-xl-5-text-right { text-align: right; }
  */
  .xl-6 {
    width: 50%;
  }
  .xl-off-6 {
    margin-left: 50%;
  }
  .xl-6-text-center {
    text-align: center;
  }
  .xl-6-text-left {
    text-align: left;
  }
  .xl-6-text-right {
    text-align: right;
  }
  /*
  .col-xl-6 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-6-space-bottom { margin-bottom: 20px; }
  .col-xl-6-text-center { text-align: center; }
  .col-xl-6-text-left { text-align: left; }
  .col-xl-6-text-right { text-align: right; }
  */
  .xl-7 {
    width: 58.3333333333%;
  }
  .xl-off-7 {
    margin-left: 58.3333333333%;
  }
  .xl-7-text-center {
    text-align: center;
  }
  .xl-7-text-left {
    text-align: left;
  }
  .xl-7-text-right {
    text-align: right;
  }
  /*
  .col-xl-7 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-7-space-bottom { margin-bottom: 20px; }
  .col-xl-7-text-center { text-align: center; }
  .col-xl-7-text-left { text-align: left; }
  .col-xl-7-text-right { text-align: right; }
  */
  .xl-8 {
    width: 66.6666666667%;
  }
  .xl-off-8 {
    margin-left: 66.6666666667%;
  }
  .xl-8-text-center {
    text-align: center;
  }
  .xl-8-text-left {
    text-align: left;
  }
  .xl-8-text-right {
    text-align: right;
  }
  /*
  .col-xl-8 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-8-space-bottom { margin-bottom: 20px; }
  .col-xl-8-text-center { text-align: center; }
  .col-xl-8-text-left { text-align: left; }
  .col-xl-8-text-right { text-align: right; }
  */
  .xl-9 {
    width: 75%;
  }
  .xl-off-9 {
    margin-left: 75%;
  }
  .xl-9-text-center {
    text-align: center;
  }
  .xl-9-text-left {
    text-align: left;
  }
  .xl-9-text-right {
    text-align: right;
  }
  /*
  .col-xl-9 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-9-space-bottom { margin-bottom: 20px; }
  .col-xl-9-text-center { text-align: center; }
  .col-xl-9-text-left { text-align: left; }
  .col-xl-9-text-right { text-align: right; }
  */
  .xl-10 {
    width: 83.3333333333%;
  }
  .xl-off-10 {
    margin-left: 83.3333333333%;
  }
  .xl-10-text-center {
    text-align: center;
  }
  .xl-10-text-left {
    text-align: left;
  }
  .xl-10-text-right {
    text-align: right;
  }
  /*
  .col-xl-10 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-10-space-bottom { margin-bottom: 20px; }
  .col-xl-10-text-center { text-align: center; }
  .col-xl-10-text-left { text-align: left; }
  .col-xl-10-text-right { text-align: right; }
  */
  .xl-11 {
    width: 91.6666666667%;
  }
  .xl-off-11 {
    margin-left: 91.6666666667%;
  }
  .xl-11-text-center {
    text-align: center;
  }
  .xl-11-text-left {
    text-align: left;
  }
  .xl-11-text-right {
    text-align: right;
  }
  /*
  .col-xl-11 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-11-space-bottom { margin-bottom: 20px; }
  .col-xl-11-text-center { text-align: center; }
  .col-xl-11-text-left { text-align: left; }
  .col-xl-11-text-right { text-align: right; }
  */
  .xl-12 {
    width: 100%;
  }
  .xl-off-12 {
    margin-left: 100%;
  }
  .xl-12-text-center {
    text-align: center;
  }
  .xl-12-text-left {
    text-align: left;
  }
  .xl-12-text-right {
    text-align: right;
  }
  /*
  .col-xl-12 { 
  	width: 100% / 12 * $i;
  }
  .col-xl-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xl-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xl-12-space-bottom { margin-bottom: 20px; }
  .col-xl-12-text-center { text-align: center; }
  .col-xl-12-text-left { text-align: left; }
  .col-xl-12-text-right { text-align: right; }
  */
  .xl-text-center {
    text-align: center;
  }
  .xl-text-left {
    text-align: left;
  }
  .xl-text-right {
    text-align: right;
  }
}
@media only screen and (min-width:1440px) {
  .xxl-1 {
    width: 8.3333333333%;
  }
  .xxl-off-1 {
    margin-left: 8.3333333333%;
  }
  .xxl-1-text-center {
    text-align: center;
  }
  .xxl-1-text-left {
    text-align: left;
  }
  .xxl-1-text-right {
    text-align: right;
  }
  /*
  .col-xxl-1 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-1-space-bottom { margin-bottom: 20px; }
  .col-xxl-1-text-center { text-align: center; }
  .col-xxl-1-text-left { text-align: left; }
  .col-xxl-1-text-right { text-align: right; }
  */
  .xxl-2 {
    width: 16.6666666667%;
  }
  .xxl-off-2 {
    margin-left: 16.6666666667%;
  }
  .xxl-2-text-center {
    text-align: center;
  }
  .xxl-2-text-left {
    text-align: left;
  }
  .xxl-2-text-right {
    text-align: right;
  }
  /*
  .col-xxl-2 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-2-space-bottom { margin-bottom: 20px; }
  .col-xxl-2-text-center { text-align: center; }
  .col-xxl-2-text-left { text-align: left; }
  .col-xxl-2-text-right { text-align: right; }
  */
  .xxl-3 {
    width: 25%;
  }
  .xxl-off-3 {
    margin-left: 25%;
  }
  .xxl-3-text-center {
    text-align: center;
  }
  .xxl-3-text-left {
    text-align: left;
  }
  .xxl-3-text-right {
    text-align: right;
  }
  /*
  .col-xxl-3 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-3-space-bottom { margin-bottom: 20px; }
  .col-xxl-3-text-center { text-align: center; }
  .col-xxl-3-text-left { text-align: left; }
  .col-xxl-3-text-right { text-align: right; }
  */
  .xxl-4 {
    width: 33.3333333333%;
  }
  .xxl-off-4 {
    margin-left: 33.3333333333%;
  }
  .xxl-4-text-center {
    text-align: center;
  }
  .xxl-4-text-left {
    text-align: left;
  }
  .xxl-4-text-right {
    text-align: right;
  }
  /*
  .col-xxl-4 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-4-space-bottom { margin-bottom: 20px; }
  .col-xxl-4-text-center { text-align: center; }
  .col-xxl-4-text-left { text-align: left; }
  .col-xxl-4-text-right { text-align: right; }
  */
  .xxl-5 {
    width: 41.6666666667%;
  }
  .xxl-off-5 {
    margin-left: 41.6666666667%;
  }
  .xxl-5-text-center {
    text-align: center;
  }
  .xxl-5-text-left {
    text-align: left;
  }
  .xxl-5-text-right {
    text-align: right;
  }
  /*
  .col-xxl-5 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-5-space-bottom { margin-bottom: 20px; }
  .col-xxl-5-text-center { text-align: center; }
  .col-xxl-5-text-left { text-align: left; }
  .col-xxl-5-text-right { text-align: right; }
  */
  .xxl-6 {
    width: 50%;
  }
  .xxl-off-6 {
    margin-left: 50%;
  }
  .xxl-6-text-center {
    text-align: center;
  }
  .xxl-6-text-left {
    text-align: left;
  }
  .xxl-6-text-right {
    text-align: right;
  }
  /*
  .col-xxl-6 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-6-space-bottom { margin-bottom: 20px; }
  .col-xxl-6-text-center { text-align: center; }
  .col-xxl-6-text-left { text-align: left; }
  .col-xxl-6-text-right { text-align: right; }
  */
  .xxl-7 {
    width: 58.3333333333%;
  }
  .xxl-off-7 {
    margin-left: 58.3333333333%;
  }
  .xxl-7-text-center {
    text-align: center;
  }
  .xxl-7-text-left {
    text-align: left;
  }
  .xxl-7-text-right {
    text-align: right;
  }
  /*
  .col-xxl-7 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-7-space-bottom { margin-bottom: 20px; }
  .col-xxl-7-text-center { text-align: center; }
  .col-xxl-7-text-left { text-align: left; }
  .col-xxl-7-text-right { text-align: right; }
  */
  .xxl-8 {
    width: 66.6666666667%;
  }
  .xxl-off-8 {
    margin-left: 66.6666666667%;
  }
  .xxl-8-text-center {
    text-align: center;
  }
  .xxl-8-text-left {
    text-align: left;
  }
  .xxl-8-text-right {
    text-align: right;
  }
  /*
  .col-xxl-8 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-8-space-bottom { margin-bottom: 20px; }
  .col-xxl-8-text-center { text-align: center; }
  .col-xxl-8-text-left { text-align: left; }
  .col-xxl-8-text-right { text-align: right; }
  */
  .xxl-9 {
    width: 75%;
  }
  .xxl-off-9 {
    margin-left: 75%;
  }
  .xxl-9-text-center {
    text-align: center;
  }
  .xxl-9-text-left {
    text-align: left;
  }
  .xxl-9-text-right {
    text-align: right;
  }
  /*
  .col-xxl-9 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-9-space-bottom { margin-bottom: 20px; }
  .col-xxl-9-text-center { text-align: center; }
  .col-xxl-9-text-left { text-align: left; }
  .col-xxl-9-text-right { text-align: right; }
  */
  .xxl-10 {
    width: 83.3333333333%;
  }
  .xxl-off-10 {
    margin-left: 83.3333333333%;
  }
  .xxl-10-text-center {
    text-align: center;
  }
  .xxl-10-text-left {
    text-align: left;
  }
  .xxl-10-text-right {
    text-align: right;
  }
  /*
  .col-xxl-10 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-10-space-bottom { margin-bottom: 20px; }
  .col-xxl-10-text-center { text-align: center; }
  .col-xxl-10-text-left { text-align: left; }
  .col-xxl-10-text-right { text-align: right; }
  */
  .xxl-11 {
    width: 91.6666666667%;
  }
  .xxl-off-11 {
    margin-left: 91.6666666667%;
  }
  .xxl-11-text-center {
    text-align: center;
  }
  .xxl-11-text-left {
    text-align: left;
  }
  .xxl-11-text-right {
    text-align: right;
  }
  /*
  .col-xxl-11 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-11-space-bottom { margin-bottom: 20px; }
  .col-xxl-11-text-center { text-align: center; }
  .col-xxl-11-text-left { text-align: left; }
  .col-xxl-11-text-right { text-align: right; }
  */
  .xxl-12 {
    width: 100%;
  }
  .xxl-off-12 {
    margin-left: 100%;
  }
  .xxl-12-text-center {
    text-align: center;
  }
  .xxl-12-text-left {
    text-align: left;
  }
  .xxl-12-text-right {
    text-align: right;
  }
  /*
  .col-xxl-12 { 
  	width: 100% / 12 * $i;
  }
  .col-xxl-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-xxl-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-xxl-12-space-bottom { margin-bottom: 20px; }
  .col-xxl-12-text-center { text-align: center; }
  .col-xxl-12-text-left { text-align: left; }
  .col-xxl-12-text-right { text-align: right; }
  */
  .xxl-text-center {
    text-align: center;
  }
  .xxl-text-left {
    text-align: left;
  }
  .xxl-text-right {
    text-align: right;
  }
}
@media only screen and (max-width:767px) {
  .mob-1 {
    width: 8.3333333333%;
  }
  .mob-off-1 {
    margin-left: 8.3333333333%;
  }
  .mob-1-text-center {
    text-align: center;
  }
  .mob-1-text-left {
    text-align: left;
  }
  .mob-1-text-right {
    text-align: right;
  }
  /*
  .col-mob-1 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-1 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-1 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-1-space-bottom { margin-bottom: 20px; }
  .col-mob-1-text-center { text-align: center; }
  .col-mob-1-text-left { text-align: left; }
  .col-mob-1-text-right { text-align: right; }
  */
  .mob-2 {
    width: 16.6666666667%;
  }
  .mob-off-2 {
    margin-left: 16.6666666667%;
  }
  .mob-2-text-center {
    text-align: center;
  }
  .mob-2-text-left {
    text-align: left;
  }
  .mob-2-text-right {
    text-align: right;
  }
  /*
  .col-mob-2 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-2 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-2 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-2-space-bottom { margin-bottom: 20px; }
  .col-mob-2-text-center { text-align: center; }
  .col-mob-2-text-left { text-align: left; }
  .col-mob-2-text-right { text-align: right; }
  */
  .mob-3 {
    width: 25%;
  }
  .mob-off-3 {
    margin-left: 25%;
  }
  .mob-3-text-center {
    text-align: center;
  }
  .mob-3-text-left {
    text-align: left;
  }
  .mob-3-text-right {
    text-align: right;
  }
  /*
  .col-mob-3 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-3 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-3 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-3-space-bottom { margin-bottom: 20px; }
  .col-mob-3-text-center { text-align: center; }
  .col-mob-3-text-left { text-align: left; }
  .col-mob-3-text-right { text-align: right; }
  */
  .mob-4 {
    width: 33.3333333333%;
  }
  .mob-off-4 {
    margin-left: 33.3333333333%;
  }
  .mob-4-text-center {
    text-align: center;
  }
  .mob-4-text-left {
    text-align: left;
  }
  .mob-4-text-right {
    text-align: right;
  }
  /*
  .col-mob-4 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-4 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-4 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-4-space-bottom { margin-bottom: 20px; }
  .col-mob-4-text-center { text-align: center; }
  .col-mob-4-text-left { text-align: left; }
  .col-mob-4-text-right { text-align: right; }
  */
  .mob-5 {
    width: 41.6666666667%;
  }
  .mob-off-5 {
    margin-left: 41.6666666667%;
  }
  .mob-5-text-center {
    text-align: center;
  }
  .mob-5-text-left {
    text-align: left;
  }
  .mob-5-text-right {
    text-align: right;
  }
  /*
  .col-mob-5 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-5 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-5 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-5-space-bottom { margin-bottom: 20px; }
  .col-mob-5-text-center { text-align: center; }
  .col-mob-5-text-left { text-align: left; }
  .col-mob-5-text-right { text-align: right; }
  */
  .mob-6 {
    width: 50%;
  }
  .mob-off-6 {
    margin-left: 50%;
  }
  .mob-6-text-center {
    text-align: center;
  }
  .mob-6-text-left {
    text-align: left;
  }
  .mob-6-text-right {
    text-align: right;
  }
  /*
  .col-mob-6 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-6 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-6 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-6-space-bottom { margin-bottom: 20px; }
  .col-mob-6-text-center { text-align: center; }
  .col-mob-6-text-left { text-align: left; }
  .col-mob-6-text-right { text-align: right; }
  */
  .mob-7 {
    width: 58.3333333333%;
  }
  .mob-off-7 {
    margin-left: 58.3333333333%;
  }
  .mob-7-text-center {
    text-align: center;
  }
  .mob-7-text-left {
    text-align: left;
  }
  .mob-7-text-right {
    text-align: right;
  }
  /*
  .col-mob-7 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-7 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-7 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-7-space-bottom { margin-bottom: 20px; }
  .col-mob-7-text-center { text-align: center; }
  .col-mob-7-text-left { text-align: left; }
  .col-mob-7-text-right { text-align: right; }
  */
  .mob-8 {
    width: 66.6666666667%;
  }
  .mob-off-8 {
    margin-left: 66.6666666667%;
  }
  .mob-8-text-center {
    text-align: center;
  }
  .mob-8-text-left {
    text-align: left;
  }
  .mob-8-text-right {
    text-align: right;
  }
  /*
  .col-mob-8 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-8 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-8 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-8-space-bottom { margin-bottom: 20px; }
  .col-mob-8-text-center { text-align: center; }
  .col-mob-8-text-left { text-align: left; }
  .col-mob-8-text-right { text-align: right; }
  */
  .mob-9 {
    width: 75%;
  }
  .mob-off-9 {
    margin-left: 75%;
  }
  .mob-9-text-center {
    text-align: center;
  }
  .mob-9-text-left {
    text-align: left;
  }
  .mob-9-text-right {
    text-align: right;
  }
  /*
  .col-mob-9 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-9 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-9 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-9-space-bottom { margin-bottom: 20px; }
  .col-mob-9-text-center { text-align: center; }
  .col-mob-9-text-left { text-align: left; }
  .col-mob-9-text-right { text-align: right; }
  */
  .mob-10 {
    width: 83.3333333333%;
  }
  .mob-off-10 {
    margin-left: 83.3333333333%;
  }
  .mob-10-text-center {
    text-align: center;
  }
  .mob-10-text-left {
    text-align: left;
  }
  .mob-10-text-right {
    text-align: right;
  }
  /*
  .col-mob-10 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-10 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-10 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-10-space-bottom { margin-bottom: 20px; }
  .col-mob-10-text-center { text-align: center; }
  .col-mob-10-text-left { text-align: left; }
  .col-mob-10-text-right { text-align: right; }
  */
  .mob-11 {
    width: 91.6666666667%;
  }
  .mob-off-11 {
    margin-left: 91.6666666667%;
  }
  .mob-11-text-center {
    text-align: center;
  }
  .mob-11-text-left {
    text-align: left;
  }
  .mob-11-text-right {
    text-align: right;
  }
  /*
  .col-mob-11 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-11 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-11 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-11-space-bottom { margin-bottom: 20px; }
  .col-mob-11-text-center { text-align: center; }
  .col-mob-11-text-left { text-align: left; }
  .col-mob-11-text-right { text-align: right; }
  */
  .mob-12 {
    width: 100%;
  }
  .mob-off-12 {
    margin-left: 100%;
  }
  .mob-12-text-center {
    text-align: center;
  }
  .mob-12-text-left {
    text-align: left;
  }
  .mob-12-text-right {
    text-align: right;
  }
  /*
  .col-mob-12 { 
  	width: 100% / 12 * $i;
  }
  .col-mob-offset-12 { 
  	margin-left: 100% / 12 * $i;
  }
  .col-mob-push-12 { 
  	margin-right: 100% / 12 * $i;
  }
  .col-mob-12-space-bottom { margin-bottom: 20px; }
  .col-mob-12-text-center { text-align: center; }
  .col-mob-12-text-left { text-align: left; }
  .col-mob-12-text-right { text-align: right; }
  */
  .mob-text-center {
    text-align: center;
  }
  .mob-text-left {
    text-align: left;
  }
  .mob-text-right {
    text-align: right;
  }
}
.bg-img,
.bg-img-single {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.max-width {
  max-width: 1170px;
  margin: 0 auto;
}

.space {
  width: 100%;
}

.viewitem {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: top 750ms ease-in-out, opacity 750ms ease-in-out;
  -moz-transition: top 750ms ease-in-out, opacity 750ms ease-in-out;
  -ms-transition: top 750ms ease-in-out, opacity 750ms ease-in-out;
  -o-transition: top 750ms ease-in-out, opacity 750ms ease-in-out;
  transition: top 750ms ease-in-out, opacity 750ms ease-in-out;
}
.viewitem.viewitem-fo {
  top: 0;
}
.viewitem.inview {
  top: 0;
  opacity: 1;
}

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

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

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

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.margin-auto {
  margin: 0 auto !important;
}

.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.grid-inline .inline-item {
  display: inline-block;
}

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

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

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

.content-heading small {
  text-transform: uppercase;
}
.content-heading h1 {
  padding: 10px 0 30px;
}

.arrow-right {
  padding-left: 10px;
}
.arrow-right:after {
  content: "→";
  font-family: sans-serif;
  position: relative;
  top: 1px;
}

.width-full {
  width: 100%;
  max-width: 100%;
}

ul.inline li {
  display: inline-block;
}
@media only screen and (min-width:768px) {
  ul.divider li:before {
    padding: 0 5px;
    content: " - ";
  }
  ul.divider li:first-child:before {
    padding: 0;
    content: "";
  }
  ul.divider-slash li:before {
    content: " / ";
  }
}

.hero {
  min-height: 350px;
  max-height: 600px;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .hero {
    height: 350px;
  }
}
@media only screen and (min-width:992px) {
  .hero {
    height: 400px;
  }
}
@media only screen and (min-width:1200px) {
  .hero {
    height: 600px;
  }
}
.hero > .bg-img {
  min-height: inherit;
  max-height: inherit;
  height: inherit !important;
}

.header {
  line-height: 0;
}
.header img {
  width: 100%;
}

.front .hero {
  max-height: none;
}

.quote {
  background-color: #c2dedf;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}
@media only screen and (min-width:768px) {
  .quote {
    padding: 60px 15px;
  }
}
@media only screen and (min-width:1200px) {
  .quote {
    padding: 120px 15px;
  }
}
.quote h3 {
  padding: 0;
  margin: 0 auto;
  max-width: 920px;
  font-size: 20px;
}
@media only screen and (min-width:768px) {
  .quote h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .quote h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width:1440px) {
  .quote h3 {
    font-size: 48px;
  }
}
.quote h3:before {
  content: '"';
}
.quote h3:after {
  content: '"';
}

.archive .clients {
  margin-bottom: -30px;
}
@media only screen and (min-width:768px) {
  .archive .clients {
    margin-bottom: -90px;
  }
}
@media only screen and (min-width:992px) {
  .archive .clients {
    margin-bottom: -120px;
  }
}

.intro, .clients {
  padding: 45px 0;
  /*
  @media only screen and (min-width:1200px) {
  	padding: 120px 0;
  }
  */
}
@media only screen and (min-width:768px) {
  .intro, .clients {
    padding: 60px 0;
  }
}
@media only screen and (min-width:992px) {
  .intro, .clients {
    padding: 90px 0;
  }
}
.intro h1, .clients h1,
.intro .h1,
.clients .h1 {
  font-size: 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width:576px) {
  .intro h1, .clients h1,
  .intro .h1,
  .clients .h1 {
    font-size: 28px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:768px) {
  .intro h1, .clients h1,
  .intro .h1,
  .clients .h1 {
    font-size: 20px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width:992px) {
  .intro h1, .clients h1,
  .intro .h1,
  .clients .h1 {
    font-size: 28px;
  }
}
.intro ul, .clients ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  text-align: center;
}
.intro ul li, .clients ul li {
  display: inline-block;
  padding: 1rem 1rem;
}

.posts {
  margin: 2rem 0;
}
@media only screen and (min-width:768px) {
  .posts {
    margin: 4rem 0;
  }
}
@media only screen and (min-width:1200px) {
  .posts {
    margin: 6rem 0;
  }
}
.posts ul {
  list-style: none;
}
.posts ul li {
  padding-left: 15px;
  padding-right: 15px;
}
.posts ul li:not(:first-child) {
  padding-top: 25px;
}
@media only screen and (min-width:576px) {
  .posts ul li:not(:first-child) {
    padding-top: 50px;
  }
}
@media only screen and (min-width:768px) {
  .posts ul li:not(:first-child) {
    padding-top: 100px;
  }
}
@media only screen and (min-width:992px) {
  .posts ul li:not(:first-child) {
    padding-top: 120px;
  }
}
.posts ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.posts ul li .post-image img {
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .posts ul li .post-image {
    width: 52.5%;
  }
  .posts ul li .post-image img {
    max-height: 350px;
  }
}
.posts ul li .post-text-inner {
  display: inline-block;
}
@media only screen and (min-width:768px) {
  .posts ul li .post-text {
    position: absolute;
    bottom: 0;
    width: 47.5%;
  }
}
.posts ul li .post-text h3 {
  color: #ff00aa;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .posts ul li .post-text h3 {
    padding-top: 10px;
  }
}
@media only screen and (min-width:992px) {
  .posts ul li .post-text h3 {
    font-size: 56px;
  }
}
.posts ul li .post-text h3 + p {
  padding-top: 15px;
}
@media only screen and (min-width:992px) {
  .posts ul li .post-text h3 + p {
    padding-top: 20px;
  }
}
@media only screen and (min-width:1200px) {
  .posts ul li .post-text h3 + p {
    padding-top: 30px;
  }
}
.posts ul li .post-text p {
  margin: 0;
}
.posts ul li .post-text p,
.posts ul li .post-text a {
  font-size: 16px;
}
@media only screen and (min-width:992px) {
  .posts ul li .post-text p,
  .posts ul li .post-text a {
    font-size: 18px;
  }
}
@media only screen and (min-width:1440px) {
  .posts ul li .post-text p,
  .posts ul li .post-text a {
    font-size: 20px;
  }
}
.posts ul li .post-text a {
  margin-top: 5px;
  display: inline-block;
  border-bottom: 1px solid #4a4a4a;
  position: relative;
}
.posts ul li .post-text a:after {
  content: "→";
  position: absolute;
  opacity: 0;
  top: 1px;
  right: -25px;
  font-family: "sans-serif";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.posts ul li .post-text a:hover {
  border-bottom-color: transparent;
}
.posts ul li .post-text a:hover:after {
  opacity: 1;
  right: -30px;
}
@media only screen and (min-width:768px) {
  .posts ul li.left .post-image {
    float: left;
    text-align: right;
  }
  .posts ul li.left .post-text {
    float: right;
    left: 52.5%;
    padding-left: 20px;
  }
}
@media only screen and (min-width:992px) {
  .posts ul li.left .post-text {
    padding-left: 40px;
  }
}
@media only screen and (min-width:768px) {
  .posts ul li.right .post-image {
    float: right;
    width: 47.5%;
  }
  .posts ul li.right .post-text {
    float: left;
    width: 52.5%;
    text-align: right;
    padding-right: 60px;
  }
  .posts ul li.right .post-text p {
    float: right;
  }
}
@media only screen and (min-width:992px) {
  .posts ul li.right .post-text {
    padding-right: 120px;
  }
}
.posts--item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .posts--item {
    flex-direction: row;
  }
  .posts--item.post-right {
    flex-direction: row-reverse;
  }
}
.posts--item--image {
  flex: 1;
  line-height: 0;
}
.posts--item--image img {
  aspect-ratio: 1;
  line-height: 0;
}
.posts--item--text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.posts--item--text--inner {
  padding: 2rem 0;
}
@media only screen and (min-width:768px) {
  .posts--item--text--inner {
    padding: 0 2rem;
  }
}
.posts--item--text--inner h3 {
  color: #ff00aa;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (min-width:992px) {
  .posts--item--text--inner h3 {
    font-size: 56px;
  }
}
.posts--item--text--inner p {
  margin: 2rem 0;
}

.clients {
  text-align: center;
  background-color: #f7f7f7;
  /*
  @media only screen and (min-width:1440px) {
  	padding: 90px 0;
  }
  */
}
@media only screen and (min-width:768px) {
  .clients {
    padding: 60px 0;
  }
}
@media only screen and (min-width:992px) {
  .clients {
    padding: 90px 0;
  }
}
.clients h3 {
  /*
  font-size: 20px;
  padding-bottom: 15px;

  @media only screen and (min-width:768px) {
  	padding-bottom: 30px;
  }
  @media only screen and (min-width:992px) {
  	font-size: 28px;
  	padding-bottom: 45px;
  }
  @media only screen and (min-width:1200px) {
  	padding-bottom: 60px;
  }
  */
}
.clients ul {
  padding: 0;
  margin: 0 auto;
  max-width: 750px;
  font-size: 0;
}
.clients ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 15px;
  width: auto;
  /*
  @media only screen and (min-width:768px) {
  	width: 20%;
  }
  @media only screen and (min-width:992px) {
  	width: 20%;
  }
  */
}
.clients ul li img {
  width: 120px;
}

.pt {
  padding-top: 30px;
}
@media only screen and (min-width:768px) {
  .pt {
    padding-top: 60px;
  }
}
@media only screen and (min-width:992px) {
  .pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width:1200px) {
  .pt {
    padding-top: 120px;
  }
}

.pb {
  padding-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .pb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:992px) {
  .pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width:1200px) {
  .pb {
    padding-bottom: 120px;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

.page .title h1 {
  padding-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .page .title h1 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width:992px) {
  .page .title h1 {
    padding-bottom: 30px;
  }
}
.page .text h2 {
  padding-bottom: 20px;
}
.page .text p + p {
  padding-top: 1rem;
}
.page .text ul {
  padding: 1rem 0;
  margin: 0 2rem;
}
.page .text a {
  color: #0229ea;
  border-bottom: 1px solid #0229ea;
}
.page .text a:hover {
  border-bottom-color: transparent;
}
.page .text + .posts {
  padding-top: 0;
}
.page .image {
  width: 100%;
}
.page .image img {
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
.page .gallery ul {
  margin: 0 -15%;
}
@media only screen and (min-width:768px) {
  .page .gallery ul {
    margin: 0;
  }
}
.page .gallery ul li {
  display: inline-block;
  width: 100%;
  padding: 0 0 30px;
}
@media only screen and (min-width:768px) {
  .page .gallery ul li {
    width: 50%;
    padding: 0 15px 30px;
  }
}
.page .gallery ul li img {
  width: 100%;
  max-width: 100%;
}

.project--section {
  padding-top: 30px;
}
@media only screen and (min-width:576px) {
  .project--section {
    padding-top: 45px;
  }
}
@media only screen and (min-width:768px) {
  .project--section {
    padding-top: 60px;
  }
}
.project .image--full img {
  width: 100%;
}
.project--video {
  line-height: 0;
  position: relative;
}
.project--video--content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.project--video--content iframe,
.project--video--content object,
.project--video--content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project--info {
  /*
  @media only screen and (max-width:767px) {
  	.row {
  		text-align: center;
  		&:not(:last-child) {
  			.col {
  				padding: 0 5px;
  			}
  		}
  	}
  	.col {
  		display: inline-block;
  		width: auto;
  	}
  }
  */
  /*
  padding: 20px 0 !important;

  @media only screen and (min-width:768px) {
  	padding: 60px 0 !important;
  }

  @media only screen and (min-width:992px) {
  	padding: 90px 0 !important;
  }
  */
}
.project--info p,
.project--info h1 {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width:576px) {
  .project--info p,
  .project--info h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width:768px) {
  .project--info p,
  .project--info h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width:992px) {
  .project--info p,
  .project--info h1 {
    font-size: 24px;
  }
}
.project--info--title {
  font-family: "Helvetica", sans-serif !important;
  /*
  @media only screen and (min-width:768px) and (max-width:1024px) {
  	text-align: right;
  }
  */
}
.project--info--text {
  padding-top: 15px;
  color: #979797;
}
.project--info--text p {
  font-size: 14px;
}
@media only screen and (min-width:576px) {
  .project--info--text p {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) {
  .project--info--text p {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) {
  .project--info--text p {
    font-size: 18px;
  }
}
.project--info + .project--text {
  /*
  padding-top: 30px;
  @media only screen and (min-width:992px) {
  	padding-top: 45px;
  }
  @media only screen and (min-width:1200px) {
  	padding-top: 60px;
  }
  */
}
.project--gallery .col {
  text-align: center;
}
.project--gallery img {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}
.project--gallery ul {
  margin: 0 -15px;
}
.project--gallery ul li {
  /*
  &:not(:first-child) {
  	padding-top: 15px;
  }
  */
  padding: 15px;
  width: 100%;
  list-style: none;
  line-height: 0;
}
@media only screen and (min-width:576px) {
  .project--gallery ul li {
    width: 50%;
  }
}
@media only screen and (min-width:992px) {
  .project--gallery ul li {
    width: 33.3333%;
  }
}
.project--gallery ul li img {
  width: 100%;
}
.project--text p {
  font-size: 16px;
}
@media only screen and (min-width:576px) {
  .project--text p {
    font-size: 22px;
  }
}
@media only screen and (min-width:768px) {
  .project--text p {
    font-size: 16px;
  }
}
@media only screen and (min-width:992px) {
  .project--text p {
    font-size: 18px;
  }
}
.project--text p.project--text--title {
  font-family: "Helvetica", sans-serif !important;
  /*
  @media only screen and (min-width:768px) and (max-width:1024px) {
  	text-align: right;
  }
  */
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 1;
}
@media only screen and (min-width:576px) {
  .project--text p.project--text--title {
    font-size: 28px;
  }
}
@media only screen and (min-width:768px) {
  .project--text p.project--text--title {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) {
  .project--text p.project--text--title {
    font-size: 24px;
  }
}
.project--text p.project--text--title--wide {
  padding-bottom: 0;
}
.project--text p + p {
  padding-top: 15px;
}
.project--image {
  line-height: 0;
}
.project--image--full img {
  width: 100%;
}

.contacts {
  position: relative;
  padding-top: 120px;
}
@media only screen and (min-width:992px) {
  .contacts {
    padding-top: 150px;
  }
}
.contacts--header {
  text-align: center;
  padding-bottom: 45px;
}
@media only screen and (min-width:992px) {
  .contacts--header {
    padding-bottom: 90px;
  }
}
.contacts--header h1,
.contacts--header a {
  padding: 0;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 300;
  color: #006fba;
}
.contacts--header h1 strong,
.contacts--header a strong {
  font-weight: 700;
}
@media only screen and (min-width:992px) {
  .contacts--header h1,
  .contacts--header a {
    font-size: 36px;
  }
}
.contacts--header a {
  color: #0229ea;
}
.contacts--image {
  padding-bottom: 30px;
}
@media only screen and (min-width:992px) {
  .contacts--image {
    padding-bottom: 60px;
  }
}
.contacts--sub {
  background-color: rgba(194, 222, 223, 0.5);
}
.contacts--sub ul {
  font-size: 0;
}
.contacts--sub ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contacts--sub ul li:last-child {
  border-bottom: none;
}
@media only screen and (min-width:768px) {
  .contacts--sub ul li {
    width: 50%;
    border-bottom: 1px solid #f7f7f7;
  }
  .contacts--sub ul li:nth-child(5), .contacts--sub ul li:nth-child(6) {
    border-bottom: none;
  }
  .contacts--sub ul li:nth-child(2n+1) {
    border-right: 1px solid #f7f7f7;
  }
}
@media only screen and (min-width:992px) {
  .contacts--sub ul li {
    border: none;
    width: 33.3333%;
  }
  .contacts--sub ul li:nth-child(1), .contacts--sub ul li:nth-child(2), .contacts--sub ul li:nth-child(3) {
    border-bottom: 1px solid #f7f7f7;
  }
  .contacts--sub ul li:nth-child(2n+2) {
    border-right: 1px solid #f7f7f7;
  }
}
@media only screen and (min-width:1200px) {
  .contacts--sub ul li {
    border: none !important;
    width: 16.6667%;
  }
}
.contacts--sub ul li:hover {
  background-color: #fff;
  /*
  @media only screen and (min-width:992px) {
  	.contact--sub--inner {
  		top: 50%;
  		@include translateTop();
  		&--info {
  			opacity: 1;
  		}
  	}
  }
  */
}
.contacts--sub ul li > a h3 {
  font-size: 28px;
  line-height: 1.28;
  padding: 40px 20px;
}
@media only screen and (min-width:768px) {
  .contacts--sub ul li > a h3 {
    padding: 50px 20px;
  }
}
@media only screen and (min-width:992px) {
  .contacts--sub ul li > a h3 {
    padding: 60px 20px;
  }
}
@media only screen and (min-width:1200px) {
  .contacts--sub ul li > a h3 {
    padding: 80px 20px;
  }
}
.contacts--sub--inner {
  /*
  padding: 0 20px;
  position: absolute;
  width: 100%;
  top: 50%;
  @include translateTop();
  @include transition(400ms, ease-in-out);
  */
}
.contacts--sub--inner h3 {
  font-size: 28px;
  line-height: 1.28;
  padding: 80px 20px;
}
.contacts--sub--inner p,
.contacts--sub--inner a {
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.28;
  color: #000;
}
.contacts--sub--inner--info {
  display: none;
}

.contact > section:last-child {
  padding-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .contact > section:last-child {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:992px) {
  .contact > section:last-child {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width:1200px) {
  .contact > section:last-child {
    padding-bottom: 120px;
  }
}
.contact--header {
  padding: 30px 0;
}
@media only screen and (min-width:768px) {
  .contact--header {
    padding: 60px 0;
  }
}
@media only screen and (min-width:992px) {
  .contact--header {
    padding: 90px 0 120px;
  }
}
@media only screen and (min-width:1200px) {
  .contact--header {
    padding: 90px 0 150px;
  }
}
.contact--header h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (min-width:992px) {
  .contact--header h1 {
    padding-bottom: 20px;
  }
}
.contact--header--info p {
  padding: 0;
}
@media only screen and (min-width:992px) {
  .contact--header--info p {
    padding: 0 0 10px;
  }
}
.contact--header--info a {
  color: #0229ea;
  border-bottom: 1px solid #0229ea;
}
.contact--header--info a:hover {
  border-bottom-color: transparent;
}
.contact--header--text {
  padding-top: 30px;
}
@media only screen and (min-width:992px) {
  .contact--header--text {
    padding-top: 45px;
  }
}
@media only screen and (min-width:1200px) {
  .contact--header--text {
    padding-top: 60px;
  }
}
@media only screen and (min-width:768px) {
  .contact--people {
    background-color: #f7f7f7;
    padding: 75px 0 45px;
  }
}
@media only screen and (min-width:992px) {
  .contact--people {
    padding: 60px 0 30px;
  }
}
.contact--people--section--header {
  padding: 1rem 0 1rem;
}
@media only screen and (max-width:767px) {
  .contact--people--section--header {
    padding: 0.5rem 0;
    background-color: #006fba;
  }
}
.contact--people--section--header h3 {
  color: #0229ea;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.29px;
}
@media only screen and (max-width:767px) {
  .contact--people--section--header h3 {
    color: #fff;
    font-size: 16px;
  }
}
.contact--people--list {
  padding-bottom: 39px;
}
.contact--people--list--image {
  line-height: 0;
}
.contact--people--list .col {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width:768px) {
  .contact--people--list .col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width:767px) {
  .contact--people--list .col {
    border-bottom: 1px solid #d8d8d8;
  }
}
@media only screen and (min-width:768px) {
  .contact--people--list .col img {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width:992px) {
  .contact--people--list .col img {
    padding-bottom: 20px;
  }
}
.contact--people--list .col h4 {
  font-weight: 700;
  padding-bottom: 6px;
  text-transform: none;
  letter-spacing: 0.25px;
  color: #000;
}
@media only screen and (min-width:768px) {
  .contact--people--list .col h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width:767px) {
  .contact--people--list .col h4 {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.contact--people--list .col span {
  display: block;
  color: #000;
  padding: 2px 0;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .contact--people--list .col span {
    padding: 0;
  }
}
.contact--people--list .col span.title {
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .contact--people--list .col span.phone {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media only screen and (max-width:767px) {
  .contact--people--list .col span.email {
    font-size: 14px;
  }
}
.contact--people--list .col span.email a {
  color: #000;
}
@media only screen and (max-width:767px) {
  .contact--people--list--image, .contact--people--list--name, .contact--people--list--contact {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .contact--people--list--image {
    width: 0;
    visibility: hidden;
  }
  .contact--people--list--image img {
    opacity: 1;
    left: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .contact--people--list--image:after {
    content: "";
    background-image: url("../gfx/contact-arrow-left.png");
    position: absolute;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 72px;
    left: 50px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .contact--people--list--name, .contact--people--list--contact {
    width: 90%;
    margin-right: 10%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .contact--people--list--name {
    margin-left: -1%;
  }
  .contact--people--list--contact {
    margin-left: 5%;
  }
  .contact--people--list--name:after {
    content: "";
    background-image: url("../gfx/contact-arrow-right.png");
    position: absolute;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
    height: 72px;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact--people--list--name h4 {
    white-space: normal;
  }
  .contact--people--list--name span.title {
    white-space: normal;
    font-size: 14px;
  }
  .contact--people--list .col {
    overflow: hidden;
    white-space: nowrap;
  }
  .contact--people--list .col.active .contact--people--list--image {
    width: 25%;
    visibility: visible;
  }
  .contact--people--list .col.active .contact--people--list--image img {
    opacity: 0;
    left: -100%;
  }
  .contact--people--list .col.active .contact--people--list--image::after {
    left: 0;
    opacity: 1;
  }
  .contact--people--list .col.active .contact--people--list--name {
    margin-left: -95%;
    opacity: 0;
  }
  .contact--people--list .col.active .contact--people--list--contact {
    margin-left: 0;
  }
}

.archive {
  padding-bottom: 30px;
  /*
  @media only screen and (min-width:1200px) {
  	padding-bottom: 200px;
  }
  */
}
@media only screen and (min-width:768px) {
  .archive {
    padding-bottom: 90px;
  }
  .archive.nopt {
    padding-top: 0;
  }
}
@media only screen and (min-width:992px) {
  .archive {
    padding-bottom: 120px;
  }
}
.archive .hero {
  display: none;
  position: relative;
}
@media only screen and (min-width:768px) {
  .archive .hero {
    display: block;
  }
}
.archive .hero--inner {
  position: absolute;
  width: 100%;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-align: right;
}
@media only screen and (min-width:992px) {
  .archive .hero--inner {
    bottom: 60px;
    right: 60px;
  }
}
.archive .hero--inner a {
  color: #fff;
}
.archive .title {
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .archive .title {
    padding: 60px 0;
  }
}
@media only screen and (min-width:1200px) {
  .archive .title {
    padding: 60px 0 90px;
  }
}
.archive .title--top {
  margin-top: 30px;
}
.archive--list--inner {
  position: relative;
}
.archive--list--inner.pink:hover .archive--list--inner--text {
  background-color: #ff00aa;
  color: #fff;
}
.archive--list--inner.yellow:hover .archive--list--inner--text {
  background-color: #f2d232;
  color: #000;
}
.archive--list--inner.green:hover .archive--list--inner--text {
  background-color: #69b967;
  color: #000;
}
.archive--list--inner.purple:hover .archive--list--inner--text {
  background-color: #e58afa;
  color: #000;
}
.archive--list--inner.blue:hover .archive--list--inner--text {
  background-color: #2d4dfa;
  color: #fff;
}
.archive--list--inner.lightblue:hover .archive--list--inner--text {
  background-color: #9bced3;
  color: #fff;
}
.archive--list--inner.orange:hover .archive--list--inner--text {
  background-color: #f15d29;
  color: #fff;
}
.archive--list--inner.brown:hover .archive--list--inner--text {
  background-color: #583b35;
  color: #fff;
}
.archive--list--inner.grey:hover .archive--list--inner--text {
  background-color: #c2dedf;
}
.archive--list--inner.feature {
  /*
  &:hover {
  	.archive--list--inner--text {
  		background-color: $color-orange;
  		color: $color-white;
  	}
  }
  */
}
.archive--list--inner.feature .archive--list--inner--text {
  background-color: #0229ea !important;
  color: #fff !important;
}
.archive--list--inner--image {
  line-height: 0;
}
.archive--list--inner--image.bg-img, .archive--list--inner--image.bg-img-single {
  line-height: 0;
  /*
  height: 280px;
  @media only screen and (min-width:768px) {
  	height: 250px;
  }
  @media only screen and (min-width:992px) {
  	height: 250px;
  }
  @media only screen and (min-width:1200px) {
  	height: 300px;
  }
  */
}
.archive--list--inner--image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.archive--list--inner--text {
  padding: 15px 15px 10px;
  background-color: #f2f2f2;
  width: 100%;
}
.archive--list--inner--text h4 {
  font-family: "Helvetica", sans-serif;
}
@media only screen and (max-width:1024px) {
  .archive--list--inner--text h4 {
    font-size: 16px;
  }
}
.archive--list--inner--text h4 + p {
  padding-top: 5px;
}
.archive--list--inner--desc {
  display: none;
}
.archive--list--inner--desc p {
  padding-bottom: 15px;
  font-size: 16px;
}
.archive--list + .clients {
  margin-top: 0px;
}
@media only screen and (min-width:768px) {
  .archive--list + .clients {
    margin-top: 45px;
  }
}
@media only screen and (min-width:992px) {
  .archive--list + .clients {
    margin-top: 60px;
  }
}
@media only screen and (min-width:1200px) {
  .archive--list + .clients {
    margin-top: 90px;
  }
}

.career {
  /*
  .hero {
  	background-size: contain;
  	background-position: right center;
  	h1 {
  		margin-top: 100px;
  		line-height: 1;
  		font-family: $font-bold;
  		display: inline-block;
  		width: 200px;
  		color: $color-blue-header;
  	}
  }
  */
}
.career--section {
  padding-top: 30px;
}
@media only screen and (min-width:576px) {
  .career--section {
    padding-top: 45px;
  }
}
@media only screen and (min-width:768px) {
  .career--section {
    padding-top: 90px;
  }
}
@media only screen and (min-width:992px) {
  .career--section {
    padding-top: 120px;
  }
}
.career--text h1 {
  padding-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .career--text h1 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width:992px) {
  .career--text h1 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width:1200px) {
  .career--text h1 {
    padding-bottom: 60px;
  }
}
.career--text p + p {
  padding-top: 15px;
}
.career--openings {
  margin-top: 30px;
  background-color: #f7f7f7;
}
@media only screen and (min-width:768px) {
  .career--openings {
    margin-top: 60px;
  }
}
@media only screen and (min-width:992px) {
  .career--openings {
    margin-top: 90px;
  }
}
@media only screen and (min-width:1200px) {
  .career--openings {
    margin-top: 120px;
  }
}
.career--openings--title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .career--openings--title {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width:992px) {
  .career--openings--title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.career--openings--office {
  background-color: rgba(194, 222, 223, 0.5);
}
@media only screen and (max-width:1024px) {
  .career--openings--office .col {
    padding: 0;
  }
}
.career--openings--office ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
.career--openings--office ul li.city {
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width:576px) {
  .career--openings--office ul li.city {
    width: 50%;
  }
}
@media only screen and (min-width:768px) {
  .career--openings--office ul li.city {
    width: 33.3333%;
    height: 150px;
  }
}
@media only screen and (min-width:992px) {
  .career--openings--office ul li.city {
    width: 16.6667%;
    height: 180px;
  }
}
.career--openings--office ul li.city:hover, .career--openings--office ul li.city.active {
  background-color: #0229ea;
  color: #fff;
}
.career--openings--office ul li.city h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.career--openings--office ul li.mobile-content {
  display: none;
  background-color: #fff;
  padding: 30px;
  font-size: 18px;
}
@media only screen and (min-width:768px) {
  .career--openings--office ul li.mobile-content {
    display: none !important;
  }
}
.career--openings--office ul li.mobile-content .career--openings--list--contact {
  padding-top: 30px;
}
.career--openings--list {
  background-color: #f7f7f7;
}
.career--openings--list--items {
  padding: 30px 0;
}
@media only screen and (max-width:767px) {
  .career--openings--list--items {
    display: none !important;
  }
}
@media only screen and (min-width:992px) {
  .career--openings--list--items {
    padding: 60px 0;
  }
}
@media only screen and (min-width:1200px) {
  .career--openings--list--items {
    padding: 90px 0;
  }
}
.career--openings--list--text {
  text-align: left;
}
.career--openings--list--text h3 + p {
  padding-top: 30px;
}
.career--openings--list--text p {
  padding-top: 16px;
}
.career--openings--list--text ul,
.career--openings--list--text ol {
  padding: 16px 16px 0;
}
.career--openings--list--text blockquote {
  padding-top: 16px;
  position: relative;
}
.career--openings--list--text blockquote p {
  padding: 0 0 0 16px;
}
.career--openings--list--text blockquote p:before {
  content: "«";
}
.career--openings--list--text blockquote p:after {
  content: "»";
}
.career--openings--list--contact {
  text-align: left;
}
.career--openings--list--link {
  margin-top: 60px;
  margin-bottom: 30px;
}
.career--openings--list--link a {
  display: inline-block;
}
.career--openings--list .contact--people--list--image img {
  max-width: 165px;
}

.archives {
  background-color: #c2dedf;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 3;
  /*
  @media only screen and (min-width:1200px) {
  	margin-top: 120px;
  	padding-top: 120px;
  	padding-bottom: 120px;
  }
  */
}
@media only screen and (min-width:768px) {
  .archives {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width:992px) {
  .archives {
    margin-top: 90px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.archives:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.archives .archive--list--inner--text {
  position: absolute;
  bottom: 0;
}
.archives--title {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width:768px) {
  .archives--title {
    padding: 45px 0;
  }
}
@media only screen and (min-width:992px) {
  .archives--title {
    padding: 60px 0;
  }
}
@media only screen and (min-width:1200px) {
  .archives--title {
    padding: 90px 0;
  }
}
.archives--items {
  margin: 0 -15px;
}
@media only screen and (max-width:1320px) {
  .archives--items {
    overflow: hidden;
  }
}
.archives--items li {
  padding: 0 15px;
  vertical-align: bottom;
  width: 50%;
}
@media only screen and (min-width:768px) {
  .archives--items li {
    width: 33.3333%;
  }
}
@media only screen and (min-width:1200px) {
  .archives--items li {
    width: 25%;
  }
}
.archives .slick-arrow {
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 29px 97px;
  background-position: center center;
  border: none;
  cursor: pointer;
}
.archives .slick-prev {
  left: -60px;
  background-image: url("../gfx/arrow-left-pink.png");
}
.archives .slick-next {
  right: -60px;
  background-image: url("../gfx/arrow-right-pink.png");
}

.parallax {
  position: absolute;
}
.parallax--polygon {
  background-image: url("../gfx/polygon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 220px;
  width: 250px;
}

.blog--paging {
  position: relative;
}
.blog--paging ul {
  padding: 0 1rem;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width:992px) {
  .blog--paging ul {
    position: fixed;
    top: 7rem;
    left: 2%;
    right: 2%;
    padding: 0;
    z-index: 2;
  }
}
.blog--paging ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.blog--paging ul li.next {
  float: right;
  padding-right: 10px;
}
.blog--paging ul li.next:after {
  content: ">";
  padding-left: 5px;
}
.blog--paging ul li.prev {
  float: left;
  padding-left: 10px;
}
.blog--paging ul li.prev:before {
  content: "<";
  padding-right: 5px;
}
.blog--paging ul li a {
  border-bottom: 1px solid transparent;
}
.blog--paging ul li a:hover {
  border-bottom-color: #4a4a4a;
}
.blog--paging + section {
  padding-top: 1rem;
}
.blog--title + .blog--text {
  padding-top: 30px;
}
@media only screen and (min-width:992px) {
  .blog--title + .blog--text {
    padding-top: 45px;
  }
}
.blog--video {
  line-height: 0;
  position: relative;
}
.blog--video--content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.blog--video--content iframe,
.blog--video--content object,
.blog--video--content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog--video + .blog--title {
  padding-top: 30px;
}
@media only screen and (min-width:992px) {
  .blog--video + .blog--title {
    padding-top: 45px;
  }
}
.blog--image {
  line-height: 0;
}
.blog--image p {
  line-height: 1.6;
  font-size: 14px;
  padding-top: 5px;
}
.blog--image + .blog--title {
  padding-top: 30px;
}
@media only screen and (min-width:992px) {
  .blog--image + .blog--title {
    padding-top: 45px;
  }
}
@media only screen and (min-width:768px) {
  .blog--text h2 + p {
    padding-top: 10px;
  }
}
.blog--text a {
  color: #0229ea;
  border-bottom: 1px solid #0229ea;
}
.blog--text a:hover {
  border-bottom-color: transparent;
}
.blog--text p + p {
  padding-top: 10px;
}
.blog--gallery ul {
  margin: 0 -15px !important;
}
.blog--gallery + .blog--title {
  padding-top: 30px;
}
@media only screen and (min-width:992px) {
  .blog--gallery + .blog--title {
    padding-top: 45px;
  }
}

.front .archive {
  padding-top: 0;
}

.submenu {
  padding: 10px 0;
  background-color: #f7f7f7;
}
.submenu ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.submenu ul li {
  display: inline-block;
  padding: 1rem;
}
.submenu ul li a {
  border-bottom: 2px solid transparent;
}
.submenu ul li a.active, .submenu ul li a:hover {
  border-bottom: 2px solid #4a4a4a;
}

.main_links {
  margin: 2rem 0;
}
@media only screen and (min-width:768px) {
  .main_links {
    margin: 4rem 0;
  }
}
@media only screen and (min-width:1200px) {
  .main_links {
    margin: 6rem 0;
  }
}
.main_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.main_links ul li {
  padding: 1rem;
}

.slogan {
  margin: 2rem 0;
}
@media only screen and (min-width:768px) {
  .slogan {
    margin: 4rem 0;
  }
}
@media only screen and (min-width:1200px) {
  .slogan {
    margin: 6rem 0;
  }
}
.slogan--inner {
  text-align: left;
  color: #0229ea;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .slogan--inner {
    text-align: right;
  }
}
.slogan--inner--title {
  font-size: 36px;
}
@media only screen and (min-width:768px) {
  .slogan--inner--title {
    font-size: 64px;
  }
}
@media only screen and (min-width:1200px) {
  .slogan--inner--title {
    font-size: 100px;
  }
}
.slogan--inner--subtitle {
  font-size: 36px;
}
@media only screen and (min-width:768px) {
  .slogan--inner--subtitle {
    font-size: 32px;
  }
}
@media only screen and (min-width:1200px) {
  .slogan--inner--subtitle {
    font-size: 48px;
  }
}

.contact {
  margin: 4rem 0;
}
@media only screen and (min-width:768px) {
  .contact {
    margin: 4rem 0;
  }
}
@media only screen and (min-width:1200px) {
  .contact {
    margin: 6rem 0;
  }
}
.contact h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width:768px) {
  .contact h2 {
    font-size: 3rem;
  }
}
.contact--info {
  margin-top: 2rem;
}
.contact--info--title h2 span {
  color: #0229ea;
}
.contact--detail {
  margin-top: 2rem;
}
.contact--detail--title h2 {
  color: #0229ea;
}
.contact--detail--list ul {
  list-style: none;
}
.contact--detail--list ul li {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}
.contact--detail--list ul li img {
  width: 24px;
}
.contact--detail--list ul li + li {
  margin-top: 0.125rem;
}

.imagelinks {
  margin: 2rem 0;
}
@media only screen and (min-width:768px) {
  .imagelinks {
    margin: 4rem 0;
  }
}
@media only screen and (min-width:1200px) {
  .imagelinks {
    margin: 6rem 0;
  }
}
.imagelinks h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.imagelinks .mainlink {
  margin-bottom: 2rem;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 100%;
  line-height: 1.6;
  word-wrap: break-word;
  background-color: #fff;
  font-family: "Helvetica", sans-serif;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #4a4a4a;
}
img {
  max-width: 100%;
  display: inline-block;
  line-height: 0;
}

section {
  margin: 0 auto;
}

.button {
  display: inline-block;
}
.button-control {
  padding-top: 10px;
}
@media only screen and (min-width:992px) {
  .button-control {
    padding-top: 20px;
  }
}
.button-primary {
  background-color: #fff;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 10px 20px;
}
.button--main {
  background-color: #ff00aa;
  color: #fff;
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .button--main {
    text-align: left;
    width: auto;
  }
}
@media only screen and (min-width:992px) {
  .button--main {
    font-size: 24px;
  }
}
.button--more {
  font-size: 18px;
  line-height: 1.6;
  padding: 9px 14px;
  border: 2px solid #0229ea;
  font-family: "Helvetica", sans-serif;
}
.button--more:hover {
  color: #fff;
  background-color: #0229ea;
}
@media only screen and (min-width:576px) {
  .button--more {
    padding: 13px 35px;
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) {
  .button--more {
    padding: 14px 28px;
    font-size: 16px;
  }
}
@media only screen and (min-width:992px) {
  .button--more {
    font-size: 20px;
  }
}

.form-group {
  padding-bottom: 20px;
}
.form-group > label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.form-group > label.required:after {
  content: "*";
}
.form-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.form-input {
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 16px;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.form-submit {
  display: inline-block;
  background-color: #2d363c;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form-submit:hover {
  background-color: #fff;
  color: #2d363c;
}

.checkbox {
  padding-top: 5px;
}
.checkbox.checkbox-inline > label {
  float: left;
  width: 50%;
  text-align: left;
  padding: 5px;
}
.checkbox.checkbox-inline > label > span {
  margin-left: 5px;
  font-size: 16px;
}

.bestilling-heading {
  padding-bottom: 30px;
}

.form_wrapper {
  max-width: 700px;
  -webkit-appearance: none;
}
.form_wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.form_wrapper .field {
  display: block;
  margin-bottom: 1em;
}
.form_wrapper .field:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.form_wrapper .field .label_default {
  text-align: left;
  width: auto;
  max-width: 200px;
  min-width: 200px;
  float: left;
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0.3em;
}
.form_wrapper .field .label_checkbox {
  text-align: left;
  width: auto;
  min-width: 220px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0.3em;
}
.form_wrapper .field.margin-left {
  margin-left: 200px;
  margin-top: -4em;
  padding-left: 10px;
}

.form_input_text, .form_input_textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica", sans-serif;
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0.3em 0.5em 0.5em 0.7em;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  /*
    @include to(2) {
        width: 70%;
        max-width: 100%;
        display: block;
        float: none !important;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    */
}
.form_input_text:focus, .form_input_textarea:focus {
  outline: none;
  border: 1px solid #0229ea;
  outline-color: transparent;
  outline-style: none;
}
.form_input_text.missing, .missing.form_input_textarea {
  border: 1px solid #0229ea;
}

.form_input_textarea {
  resize: vertical;
  width: 100%;
  max-width: 100%;
}

.form_input_checkbox {
  margin-right: 6px;
}

.contact-form {
  max-width: 700px;
}

p {
  font-size: 16px;
  /*
  @media only screen and (min-width:992px) {
  	font-size: 20px;
  }
  */
}
@media only screen and (min-width:768px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (min-width:992px) {
  p.lead {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #4a4a4a;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.headline {
  color: #7f6c3d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Helvetica", sans-serif;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1.285;
  font-weight: 700;
  color: #0229ea;
}
@media only screen and (min-width:768px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width:992px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width:768px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.36;
}
@media only screen and (min-width:768px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width:992px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

footer {
  background-color: #ff00aa;
  color: #fff;
  width: 100%;
}
footer .footer--info .copyright {
  text-align: center;
  padding: 1rem 0;
  border-top: 2px solid #fff;
  font-size: 0.9rem;
}
@media only screen and (min-width:768px) {
  footer .footer--info .copyright {
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
  }
}
footer .footer--info .copyright p {
  font-size: 1rem;
  text-align: center;
}
footer .footer--info ul {
  list-style: none;
}
footer .footer--info a {
  color: #fff;
  border-bottom: transparent 2px solid;
}
footer .footer--info a:hover {
  border-bottom-color: #fff;
}
@media only screen and (min-width:768px) {
  footer .footer--info a {
    font-size: 16px;
  }
}
footer .footer--info--contact li {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
}
footer .footer--info--contact li img {
  width: 24px;
}
footer .footer--info--contact li + li {
  margin-top: 0.125rem;
}
footer .footer--info--info {
  padding-top: 1rem;
}
@media only screen and (min-width:768px) {
  footer .footer--info--info {
    padding-top: 0rem;
  }
}
footer .footer--info--links {
  margin-top: 1rem;
}
@media only screen and (min-width:768px) {
  footer .footer--info--links {
    padding-top: 0rem;
    text-align: right;
  }
}
footer .footer--info--social {
  margin-top: 1rem;
}
@media only screen and (min-width:768px) {
  footer .footer--info--social {
    text-align: right;
  }
}
footer .footer--info--social ul {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
@media only screen and (min-width:768px) {
  footer .footer--info--social ul {
    justify-content: flex-end;
  }
}
footer .footer--info .row {
  padding: 1rem 0;
  /*
  @media only screen and (min-width:992px) {
   padding-top: 45px;
   padding-bottom: 45px;
  }
  */
}
@media only screen and (min-width:768px) {
  footer .footer--info .row {
    padding: 2rem 0;
  }
}

nav {
  z-index: 9;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*
  @media only screen and (min-width:992px) {
   position: fixed;
   background-color: transparent;
  }
  */
  -webkit-transition: all 250ms ease-in-out, background-color 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out, background-color 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out, background-color 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out, background-color 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out, background-color 250ms ease-in-out 250ms;
  padding: 20px 15px;
}
nav:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (min-width:992px) {
  nav {
    padding: 30px;
  }
}
nav .cities {
  display: none;
}
@media only screen and (min-width:992px) {
  nav .cities {
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 650px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  nav .cities ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  nav .cities ul li {
    display: inline-block;
    padding: 0 15px;
  }
  nav .cities ul li a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
  nav .cities ul li a:hover {
    border-bottom-color: #4a4a4a;
  }
}
nav .burger {
  width: 40px;
  height: 20px;
  position: relative;
  float: right;
  margin: 5px auto 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #ff00aa;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 4px 4px 0;
}
nav .burger span:nth-child(odd) {
  left: 0px;
  border-radius: 4px 0 0 4px;
}
nav .burger span:nth-child(1), nav .burger span:nth-child(2) {
  top: 0px;
}
nav .burger span:nth-child(3), nav .burger span:nth-child(4) {
  top: 10px;
}
nav .burger span:nth-child(5), nav .burger span:nth-child(6) {
  top: 20px;
}
nav .logo {
  float: left;
}
nav .logo a {
  width: 80px;
  height: 80px;
  background-image: url("../gfx/f2f-logo-cube.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-up {
  top: -71px;
}
@media only screen and (min-width:768px) {
  .nav-up {
    top: -91px;
  }
}

.scroll nav {
  padding-top: 15px;
  padding-bottom: 15px;
}
.scroll nav .logo a {
  width: 3rem;
  height: 3rem;
}

aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: #c2dedf;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
aside .menu {
  position: absolute;
  top: 55%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
aside .menu ul {
  list-style: none;
}
aside .menu ul li {
  font-size: 32px;
  padding: 7.5px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  aside .menu ul li {
    font-size: 32px;
  }
}
@media only screen and (min-width:992px) {
  aside .menu ul li {
    font-size: 45px;
  }
}
@media only screen and (min-width:1920px) {
  aside .menu ul li {
    font-size: 55px;
  }
}
aside .menu ul li a {
  color: #0229ea;
}
aside .menu ul li a:hover {
  color: #fff;
}

.open {
  /*
  .burger span {
    &:nth-child(1) {
      opacity: 0;
      top: 8px;
    }
    &:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    &:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    &:nth-child(4) {
  	  opacity: 0;
  	  width: 0;
    }
  }
  */
}
.open aside {
  opacity: 0.98;
  visibility: visible;
}
.open aside .menu {
  top: 50%;
}
.open nav {
  top: 0 !important;
  background-color: transparent !important;
}
.open .burger span:nth-child(1), .open .burger span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .burger span:nth-child(2), .open .burger span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .burger span:nth-child(1) {
  left: 5px;
  top: 3px;
}
.open .burger span:nth-child(2) {
  left: calc(50% - 5px);
  top: 3px;
}
.open .burger span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.open .burger span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.open .burger span:nth-child(5) {
  left: 5px;
  top: 12px;
}
.open .burger span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

body.white nav {
  background-color: #fff;
}
body.white.open .cities {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*# sourceMappingURL=app.css.map */
