@charset "UTF-8";
/*
========================================
	style.scss
	Website: Ultraschallschule 2014
	Author: Tim Parmee
	URL: www.stollvongati.com
========================================
*/
/* Reset */
/*
========================================
	_reset.scss
	Reset
========================================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  -webkit-backface-visibility: hidden;
}

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

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  *behavior: url(../../assets/svg-framework/assets/svg-framework/box-sizing-polyfill-master/boxsizing.htc);
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, button, p, blockquote, th, td {
  direction: ltr;
  margin: 0;
  padding: 0;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

a {
  text-decoration: none;
}

/* Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../assets/svg-framework/assets/svg-framework/box-sizing-polyfill-master/boxsizing.htc);
}

@-ms-viewport {
  width: device-width;
}

/* Elements */
img, video, canvas {
  margin: 0;
  width: 100%;
}

.inline-img {
  float: left;
  margin-right: 16px;
  width: 50%;
}

#googlemap img, object, embed {
  max-width: none;
}

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

/* Mixins */
/*
========================================
	_mixins.scss
	Mixins
========================================
*/
/* CSS3 */
/* Site Config */
/*
========================================
	_config.scss
	Site Configuration
========================================
*/
/* Image Path */
/* Colours */
/* Grid */
/*
========================================
	_grid.scss
	Basic Elements
========================================
*/
/*
-----------------------------------------------------------------------------
	Based on Foundation 3 grid - zurb.foundation.com
	Regular - 16/8/6 - 15px pad
-----------------------------------------------------------------------------
*/
/* Desktop */
.row {
  margin: 0 auto;
  width: 1136px;
  max-width: 100%;
  min-width: 600px;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.row.collapse .column, .row.collapse .columns {
  padding: 0;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.row .row.collapse {
  margin: 0;
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

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

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

.one, .row .one {
  width: 6.25%;
}

.two, .row .two {
  width: 12.5%;
}

.three, .row .three {
  width: 18.75%;
}

.four, .row .four {
  width: 25%;
}

.five, .row .five {
  width: 31.25%;
}

.six, .row .six {
  width: 37.5%;
}

.seven, .row .seven {
  width: 43.75%;
}

.eight, .row .eight {
  width: 50%;
}

.nine, .row .nine {
  width: 56.25%;
}

.ten, .row .ten {
  width: 62.5%;
}

.eleven, .row .eleven {
  width: 68.75%;
}

.twelve, .row .twelve {
  width: 75%;
}

.thirteen, .row .thirteen {
  width: 81.25%;
}

.fourteen, .row .fourteen {
  width: 87.5%;
}

.fifteen, .row .fifteen {
  width: 93.75%;
}

.sixteen, .row .sixteen {
  width: 100%;
}

.row .offset-by-one {
  margin-left: 6.25%;
}

.row .offset-by-two {
  margin-left: 12.5%;
}

.row .offset-by-three {
  margin-left: 18.75%;
}

.row .offset-by-four {
  margin-left: 25%;
}

.row .offset-by-five {
  margin-left: 31.25%;
}

.row .offset-by-six {
  margin-left: 37.5%;
}

.row .offset-by-seven {
  margin-left: 43.75%;
}

.row .offset-by-eight {
  margin-left: 50%;
}

.row .offset-by-nine {
  margin-left: 56.25%;
}

.row .offset-by-ten {
  margin-left: 62.5%;
}

.row .offset-by-eleven {
  margin-left: 68.75%;
}

.row .offset-by-twelve {
  margin-left: 75%;
}

.row .offset-by-thirteen {
  margin-left: 81.25%;
}

.row .offset-by-fourteen {
  margin-left: 87.5%;
}

.push-two {
  left: 12.5%;
}

.pull-two {
  right: 12.5%;
}

.push-three {
  left: 18.75%;
}

.pull-three {
  right: 18.75%;
}

.push-four {
  left: 25%;
}

.pull-four {
  right: 25%;
}

.push-five {
  left: 31.25%;
}

.pull-five {
  right: 31.25%;
}

.push-six {
  left: 37.5%;
}

.pull-six {
  right: 37.5%;
}

.push-seven {
  left: 43.75%;
}

.pull-seven {
  right: 43.75%;
}

.push-eight {
  left: 50%;
}

.pull-eight {
  right: 50%;
}

.push-nine {
  left: 56.25%;
}

.pull-nine {
  right: 56.25%;
}

.push-ten {
  left: 62.5%;
}

.pull-ten {
  right: 62.5%;
}

.push-eleven {
  left: 68.75%;
}

.pull-eleven {
  right: 68.75%;
}

.push-twelve {
  left: 75%;
}

.pull-twelve {
  right: 75%;
}

.push-thirteen {
  left: 81.25%;
}

.pull-thirteen {
  right: 81.25%;
}

.push-fourteen {
  left: 87.5%;
}

.pull-fourteen {
  right: 87.5%;
}

.one-third, .row .one-third {
  width: 33.3%;
}

.two-thirds, .row .two-thirds {
  width: 66.6%;
}

.one-sixth, .row .one-sixth {
  width: 16.6%;
}

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

object, embed {
  height: 100%;
}

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

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

.palm-column-clear,
.lap-column-clear {
  clear: none;
}

.row {
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/* Visibility Targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
  display: none !important;
}

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

/* 
// Very large
@media only screen and (min-width: 90.0625em) {
	.hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: inherit !important; }
	.show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; }
}
*/
@media only screen and (max-width: 51.9375em) and (min-width: 32em) {
  .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
  }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
  }
}

@media only screen and (max-width: 31.9375em) {
  .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
  }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
  }
}

/* Orientation Targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

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

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

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

/* Touch Targeting */
.show-for-touch {
  display: none !important;
}

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

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

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

/* Palm */
@media only screen and (max-width: 31.9375em) {
  .left,
  .right {
    float: none;
  }
  body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-width: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    min-width: 0;
  }
  .column,
  .columns {
    float: none;
    width: auto !important;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten,
  .offset-by-eleven,
  .offset-by-twelve,
  .offset-by-thirteen,
  .offset-by-fourteen {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten,
  .push-eleven,
  .push-twelve,
  .push-thirteen,
  .push-fourteen {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten,
  .pull-eleven,
  .pull-twelve,
  .pull-thirteen,
  .pull-fourteen {
    right: auto;
  }
  .row .palm-one {
    width: 16.66667% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-two {
    width: 33.33333% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-three {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-four {
    width: 66.66667% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-five {
    width: 83.33333% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-six {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .palm-one-third, .row .palm-one-third {
    width: 33.3% !important;
    float: left;
    padding: 0 15px;
  }
  .palm-two-thirds, .row .palm-two-thirds {
    width: 66.6% !important;
    float: left;
    padding: 0 15px;
  }
  .row .palm-one:last-child,
  .row .palm-two:last-child,
  .row .palm-three:last-child,
  .row .palm-four:last-child,
  .row .palm-five:last-child,
  .row .palm-six:last-child,
  .row .palm-nowidth:last-child,
  .row .palm-one-third:last-child,
  .row .palm-two-thirds:last-child {
    float: right;
  }
  .row .palm-one.end,
  .row .palm-two.end,
  .row .palm-three.end,
  .row .palm-four.end,
  .row .palm-five.end,
  .row .palm-six.end,
  .row .palm-nowidth.end,
  .row .palm-one-third.end,
  .row .palm-two-thirds.end {
    float: left;
  }
  .row.collapse .palm-one,
  .row.collapse .palm-two,
  .row.collapse .palm-three,
  .row.collapse .palm-four,
  .row.collapse .palm-five,
  .row.collapse .palm-six,
  .row.collapse .palm-nowidth,
  .row.collapse .palm-one-third,
  .row.collapse .palm-two-thirds {
    padding: 0;
  }
  .palm-one.palm-collapse,
  .palm-two.palm-collapse,
  .palm-three.palm-collapse,
  .palm-four.palm-collapse,
  .palm-five.palm-collapse,
  .palm-six.palm-collapse {
    padding: 0;
  }
  .push-one-palm {
    left: 16.66667%;
  }
  .pull-one-palm {
    right: 16.66667%;
  }
  .push-two-palm {
    left: 33.33333%;
  }
  .pull-two-palm {
    right: 33.33333%;
  }
  .push-three-palm {
    left: 50%;
  }
  .pull-three-palm {
    right: 50%;
  }
  .push-four-palm {
    left: 66.66667%;
  }
  .pull-four-palm {
    right: 66.66667%;
  }
  .push-five-palm {
    left: 83.33333%;
  }
  .pull-five-palm {
    right: 83.33333%;
  }
  .push-one-third-palm {
    left: 33.3%;
  }
  .pull-one-third-palm {
    right: 33.3%;
  }
  .push-two-thirds-palm {
    left: 66.6%;
  }
  .pull-two-thirds-palm {
    right: 66.6%;
  }
  .palm-column-clear {
    clear: both;
  }
  /*
	// Block Grids
	.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
	.block-grid > li { clear: none !important; }
	.block-grid.mobile-one-up > li { width: 100%; }
	.block-grid.mobile-two-up > li { width: 50%; }
	.block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
	.block-grid.mobile-three-up > li { width: 33.33333%; }
	.block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both; }
	.block-grid.mobile-four-up > li { width: 25%; }
	.block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
	.block-grid.mobile-five-up > li { width: 20%; }
	.block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; }
	.block-grid.mobile-six-up > li { width: 16.66667%; }
	.block-grid.mobile-six-up > li:nth-child(6n+1) { clear: both; }
	.block-grid.mobile-seven-up > li { width: 14.28571%; }
	.block-grid.mobile-seven-up > li:nth-child(7n+1) { clear: both; }
	.block-grid.mobile-eight-up > li { width: 12.5%; }
	.block-grid.mobile-eight-up > li:nth-child(8n+1) { clear: both; }
	.block-grid.mobile-nine-up > li { width: 11.11111%; }
	.block-grid.mobile-nine-up > li:nth-child(9n+1) { clear: both; }
	.block-grid.mobile-ten-up > li { width: 10%; }
	.block-grid.mobile-ten-up > li:nth-child(10n+1) { clear: both; }
	.block-grid.mobile-eleven-up > li { width: 9.09091%; }
	.block-grid.mobile-eleven-up > li:nth-child(11n+1) { clear: both; }
	.block-grid.mobile-twelve-up > li { width: 8.33333%; }
	.block-grid.mobile-twelve-up > li:nth-child(12n+1) { clear: both; }
	*/
  /*
	// Palm Forms
	// Label alignment
	label.right { text-align: left; }
	// Extend width of all inputs
	input[type="text"].one, .row input[type="text"].one, input[type="password"].one, .row input[type="password"].one, input[type="date"].one, .row input[type="date"].one, input[type="datetime"].one, .row input[type="datetime"].one, input[type="email"].one, .row input[type="email"].one, input[type="number"].one, .row input[type="number"].one, input[type="search"].one, .row input[type="search"].one, input[type="tel"].one, .row input[type="tel"].one, input[type="time"].one, .row input[type="time"].one, input[type="url"].one, .row input[type="url"].one, textarea.one, .row textarea.one, select.one, .row select.one { width: 25% !important; }
	input[type="text"].two, .row input[type="text"].two, input[type="password"].two, .row input[type="password"].two, input[type="date"].two, .row input[type="date"].two, input[type="datetime"].two, .row input[type="datetime"].two, input[type="email"].two, .row input[type="email"].two, input[type="number"].two, .row input[type="number"].two, input[type="search"].two, .row input[type="search"].two, input[type="tel"].two, .row input[type="tel"].two, input[type="time"].two, .row input[type="time"].two, input[type="url"].two, .row input[type="url"].two, textarea.two, .row textarea.two, select.two, .row select.two { width: 25% !important; }
	input[type="text"].three, .row input[type="text"].three, input[type="password"].three, .row input[type="password"].three, input[type="date"].three, .row input[type="date"].three, input[type="datetime"].three, .row input[type="datetime"].three, input[type="email"].three, .row input[type="email"].three, input[type="number"].three, .row input[type="number"].three, input[type="search"].three, .row input[type="search"].three, input[type="tel"].three, .row input[type="tel"].three, input[type="time"].three, .row input[type="time"].three, input[type="url"].three, .row input[type="url"].three, textarea.three, .row textarea.three, select.three, .row select.three { width: 25% !important; }
	input[type="text"].four, .row input[type="text"].four, input[type="password"].four, .row input[type="password"].four, input[type="date"].four, .row input[type="date"].four, input[type="datetime"].four, .row input[type="datetime"].four, input[type="email"].four, .row input[type="email"].four, input[type="number"].four, .row input[type="number"].four, input[type="search"].four, .row input[type="search"].four, input[type="tel"].four, .row input[type="tel"].four, input[type="time"].four, .row input[type="time"].four, input[type="url"].four, .row input[type="url"].four, textarea.four, .row textarea.four, select.four, .row select.four { width: 50% !important; }
	input[type="text"].five, .row input[type="text"].five, input[type="password"].five, .row input[type="password"].five, input[type="date"].five, .row input[type="date"].five, input[type="datetime"].five, .row input[type="datetime"].five, input[type="email"].five, .row input[type="email"].five, input[type="number"].five, .row input[type="number"].five, input[type="search"].five, .row input[type="search"].five, input[type="tel"].five, .row input[type="tel"].five, input[type="time"].five, .row input[type="time"].five, input[type="url"].five, .row input[type="url"].five, textarea.five, .row textarea.five, select.five, .row select.five { width: 50% !important; }
	input[type="text"].six, .row input[type="text"].six, input[type="password"].six, .row input[type="password"].six, input[type="date"].six, .row input[type="date"].six, input[type="datetime"].six, .row input[type="datetime"].six, input[type="email"].six, .row input[type="email"].six, input[type="number"].six, .row input[type="number"].six, input[type="search"].six, .row input[type="search"].six, input[type="tel"].six, .row input[type="tel"].six, input[type="time"].six, .row input[type="time"].six, input[type="url"].six, .row input[type="url"].six, textarea.six, .row textarea.six, select.six, .row select.six { width: 50% !important; }
	input[type="text"].seven, .row input[type="text"].seven, input[type="password"].seven, .row input[type="password"].seven, input[type="date"].seven, .row input[type="date"].seven, input[type="datetime"].seven, .row input[type="datetime"].seven, input[type="email"].seven, .row input[type="email"].seven, input[type="number"].seven, .row input[type="number"].seven, input[type="search"].seven, .row input[type="search"].seven, input[type="tel"].seven, .row input[type="tel"].seven, input[type="time"].seven, .row input[type="time"].seven, input[type="url"].seven, .row input[type="url"].seven, textarea.seven, .row textarea.seven, select.seven, .row select.seven { width: 75% !important; }
	input[type="text"].eight, .row input[type="text"].eight, input[type="password"].eight, .row input[type="password"].eight, input[type="date"].eight, .row input[type="date"].eight, input[type="datetime"].eight, .row input[type="datetime"].eight, input[type="email"].eight, .row input[type="email"].eight, input[type="number"].eight, .row input[type="number"].eight, input[type="search"].eight, .row input[type="search"].eight, input[type="tel"].eight, .row input[type="tel"].eight, input[type="time"].eight, .row input[type="time"].eight, input[type="url"].eight, .row input[type="url"].eight, textarea.eight, .row textarea.eight, select.eight, .row select.eight { width: 75% !important; }
	input[type="text"].nine, .row input[type="text"].nine, input[type="password"].nine, .row input[type="password"].nine, input[type="date"].nine, .row input[type="date"].nine, input[type="datetime"].nine, .row input[type="datetime"].nine, input[type="email"].nine, .row input[type="email"].nine, input[type="number"].nine, .row input[type="number"].nine, input[type="search"].nine, .row input[type="search"].nine, input[type="tel"].nine, .row input[type="tel"].nine, input[type="time"].nine, .row input[type="time"].nine, input[type="url"].nine, .row input[type="url"].nine, textarea.nine, .row textarea.nine, select.nine, .row select.nine { width: 75% !important; }
	input[type="text"].ten, .row input[type="text"].ten, input[type="password"].ten, .row input[type="password"].ten, input[type="date"].ten, .row input[type="date"].ten, input[type="datetime"].ten, .row input[type="datetime"].ten, input[type="email"].ten, .row input[type="email"].ten, input[type="number"].ten, .row input[type="number"].ten, input[type="search"].ten, .row input[type="search"].ten, input[type="tel"].ten, .row input[type="tel"].ten, input[type="time"].ten, .row input[type="time"].ten, input[type="url"].ten, .row input[type="url"].ten, textarea.ten, .row textarea.ten, select.ten, .row select.ten { width: 100% !important; }
	input[type="text"].eleven, .row input[type="text"].eleven, input[type="password"].eleven, .row input[type="password"].eleven, input[type="date"].eleven, .row input[type="date"].eleven, input[type="datetime"].eleven, .row input[type="datetime"].eleven, input[type="email"].eleven, .row input[type="email"].eleven, input[type="number"].eleven, .row input[type="number"].eleven, input[type="search"].eleven, .row input[type="search"].eleven, input[type="tel"].eleven, .row input[type="tel"].eleven, input[type="time"].eleven, .row input[type="time"].eleven, input[type="url"].eleven, .row input[type="url"].eleven, textarea.eleven, .row textarea.eleven, select.eleven, .row select.eleven { width: 100% !important; }
	input[type="text"].twelve, .row input[type="text"].twelve, input[type="password"].twelve, .row input[type="password"].twelve, input[type="date"].twelve, .row input[type="date"].twelve, input[type="datetime"].twelve, .row input[type="datetime"].twelve, input[type="email"].twelve, .row input[type="email"].twelve, input[type="number"].twelve, .row input[type="number"].twelve, input[type="search"].twelve, .row input[type="search"].twelve, input[type="tel"].twelve, .row input[type="tel"].twelve, input[type="time"].twelve, .row input[type="time"].twelve, input[type="url"].twelve, .row input[type="url"].twelve, textarea.twelve, .row textarea.twelve, select.twelve, .row select.twelve { width: 100% !important; }
	*/
}

/* Lap */
@media only screen and (max-width: 51.9375em) and (min-width: 32em) {
  .left,
  .right {
    float: none;
  }
  body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-width: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    min-width: 0;
  }
  .column,
  .columns {
    float: none;
    width: auto !important;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten,
  .offset-by-eleven,
  .offset-by-twelve,
  .offset-by-thirteen,
  .offset-by-fourteen {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten,
  .push-eleven,
  .push-twelve,
  .push-thirteen,
  .push-fourteen {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten,
  .pull-eleven,
  .pull-twelve,
  .pull-thirteen,
  .pull-fourteen {
    right: auto;
  }
  .row .lap-one {
    width: 12.5% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-two {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-three {
    width: 37.5% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-four {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-five {
    width: 62.5% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-six {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-seven {
    width: 87.5% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-eight {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-nowidth {
    width: auto !important;
    float: left;
    padding: 0 15px;
  }
  .lap-one-third, .row .lap-one-third {
    width: 33.3% !important;
    float: left;
    padding: 0 15px;
  }
  .lap-two-thirds, .row .lap-two-thirds {
    width: 66.6% !important;
    float: left;
    padding: 0 15px;
  }
  .lap-one-sixth, .row .lap-one-sixth {
    width: 16.6% !important;
    float: left;
    padding: 0 15px;
  }
  .row .lap-one:last-child,
  .row .lap-two:last-child,
  .row .lap-three:last-child,
  .row .lap-four:last-child,
  .row .lap-five:last-child,
  .row .lap-six:last-child,
  .row .lap-seven:last-child,
  .row .lap-eight:last-child,
  .row .lap-nowidth:last-child,
  .row .lap-one-third:last-child,
  .row .lap-two-thirds:last-child,
  .row .lap-one-sixth:last-child {
    float: right;
  }
  .row .lap-one.end,
  .row .lap-two.end,
  .row .lap-three.end,
  .row .lap-four.end,
  .row .lap-five.end,
  .row .lap-six.end,
  .row .lap-seven.end,
  .row .lap-eight.end,
  .row .lap-nowidth.end,
  .row .lap-one-third.end,
  .row .lap-one-sixth.end,
  .row .lap-two-thirds.end {
    float: left;
  }
  .row.collapse .lap-one,
  .row.collapse .lap-two,
  .row.collapse .lap-three,
  .row.collapse .lap-four,
  .row.collapse .lap-five,
  .row.collapse .lap-six,
  .row.collapse .lap-seven,
  .row.collapse .lap-eight,
  .row.collapse .lap-nowidth,
  .row.collapse .lap-one-third,
  .row.collapse .lap-one-sixth,
  .row.collapse .lap-two-thirds {
    padding: 0;
  }
  .push-one-lap {
    left: 12.5%;
  }
  .pull-one-lap {
    right: 12.5%;
  }
  .push-two-lap {
    left: 25%;
  }
  .pull-two-lap {
    right: 25%;
  }
  .push-three-lap {
    left: 37.5%;
  }
  .pull-three-lap {
    right: 37.5%;
  }
  .push-four-lap {
    left: 50%;
  }
  .pull-four-lap {
    right: 50%;
  }
  .push-five-lap {
    left: 62.5%;
  }
  .pull-five-lap {
    right: 62.5%;
  }
  .push-six-lap {
    left: 75%;
  }
  .pull-six-lap {
    right: 75%;
  }
  .push-seven-lap {
    left: 87.5%;
  }
  .pull-seven-lap {
    right: 87.5%;
  }
  .push-one-third-lap {
    left: 33.3%;
  }
  .pull-one-third-lap {
    right: 33.3%;
  }
  .push-two-thirds-lap {
    left: 66.6%;
  }
  .pull-two-thirds-lap {
    right: 66.6%;
  }
  .lap-column-clear {
    clear: both;
  }
}

/* Type */
/*
========================================
	_type.scss
	Typography
========================================
*/
/* -----------------------------------------------------------------------------
	http://modularscale.com/scale/?px1=16&px2=48&ra1=1.618&ra2=0
	16px @ 1:1.618
	48px @ 1:1.618

	http://alistapart.com/articles/more-meaningful-typography/

	16px/24px baseline
	Use multiples of 8,16,24,32,40,48... for margin/padding/line-height
	Use modular scale for font-size
  -------------------------------------------------------------------------- */
body {
  color: #46494c;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* Links */
a {
  color: #56a2d8;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  line-height: inherit;
  -webkit-transition: color 100ms ease-out;
  transition: color 100ms ease-out;
}

a:hover,
a:focus {
  color: #8ec5ec;
  outline: none;
}

a:active {
  color: #46494c;
}

p a, p a:visited {
  line-height: inherit;
}

a img {
  border: none;
}

a[href^=tel] {
  color: #56a2d8;
  font-weight: 600;
}

/* Body */
p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.p-lead {
  font-size: 1.103em;
  line-height: 1.4em;
}

.p-sub {
  font-size: .811em;
  line-height: 1.45em;
}

/* Headings */
h1, h2 {
  text-rendering: optimizeLegibility;
}

h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.25em;
  margin: 2px 0 16px;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  width: 100%;
}

h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 16px;
}

h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.103em;
  line-height: 1.35em;
  margin: 0 0 8px;
}

h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 8px;
}

h5 {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.45em;
  margin: 0 0 8px;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover {
  color: #444;
  font-style: normal;
}

/* Special Headings */
.h1-sub {
  font-size: 1.4em;
  line-height: 1.3em;
}

.h3-headline {
  background: #f0f0f0;
  padding: 12px 12px 11px;
}

/* Lists */
.page-content ul,
.page-content ol {
  margin-bottom: 16px;
}

.page-content ul {
  list-style: outside disc;
  padding-left: 1.2em;
}

.page-content ol {
  list-style: outside decimal;
  padding-left: 1.4em;
}

.page-content li {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 8px;
}

.page-content ul li {
  padding-left: .6em;
}

.page-content ol li {
  padding-left: .4em;
}

.page-content li ul,
.page-content li ol {
  margin: 8px 0 0;
}

.page-content li ul li,
.page-content li ol li {
  font-size: 94%;
}

.stack-module ul,
.stack-module ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stack-module ul li {
  margin-bottom: 4px;
}

/* Captions & Quotes */
figcaption,
.caption {
  font-size: .85em;
  line-height: 1.45em;
  margin: 0 auto 12px;
}

.page-content figure figcaption {
  float: left;
  padding: 0;
  width: 100%;
}

.quote {
  border-top: 1px solid #1d8c86;
  margin: 0 0 24px;
  padding: 12px 0 0;
  position: relative;
}

.quote blockquote {
  color: #1d8c86;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.271em;
  line-height: 1.35em;
  margin: 0;
  padding: 12px 0;
}

figure.quote figcaption {
  border-top: 1px solid #1d8c86;
  font-style: normal;
  margin: 0 0 12px;
  padding: 12px 0 0;
  width: 100%;
}

/* Other */
.date {
  color: #666;
  font-size: .85em;
  margin-bottom: 16px;
}

/* Media Queries */
@media all and (min-width: 32em) {
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  .h1-sub {
    font-size: 1.8em;
  }
}

@media all and (min-width: 40em) {
  h1 {
    font-size: 2.1em;
  }
  .h3-headline {
    padding: 16px 120px 15px 16px;
  }
}

@media all and (min-width: 52em) {
  p {
    font-size: 1.103em;
  }
  .p-sub {
    font-size: .91em;
  }
  h1 {
    font-size: 2.4em;
    margin: 6px 0 24px;
  }
  h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 1.35em;
    margin-bottom: 12px;
  }
  h4 {
    font-size: 1.146em;
  }
  h5 {
    font-size: 1.103em;
  }
  .h1-sub {
    font-size: 2em;
  }
  .h3-headline {
    padding: 20px 160px 16px 20px;
  }
  .page-content li {
    font-size: 1.103em;
  }
  figcaption,
  .caption {
    font-size: 0.91em;
  }
  .quote blockquote {
    font-size: 1.618em;
  }
  .date {
    font-size: 0.91em;
  }
}

/* Text Modify Classes */
.price {
  background: #e59915;
  color: #fcfcfc;
  display: inline-block;
  font-size: 130%;
  margin-right: 8px;
  padding: 6px 8px;
}

/*
.light {
	font-weight: 200;
}
.regular {
	font-weight: 500;
}
.semi {
	font-weight: 600;
}
.bold, strong {
	font-weight: 700;
}
*/
.smallest {
  font-size: 0.708em;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.smaller {
  font-size: 0.811em;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.caps {
  text-transform: uppercase;
}

/* Word Break */
.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.tag.break {
  word-break: break-all;
}

.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* Code Break */
pre {
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Elements */
/*
========================================
	_iconfont.scss
	Icon Fonts & Icons
========================================
*/
/*
-----------------------------------------------------------------------------
 Built using fontello.com
   ## Font Awesome
   Copyright (C) 2012 by Dave Gandy
   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/
	## Zocial
   Copyright (C) 2012 by Sam Collins
   Author:    Sam Collins
   License:   MIT (http://opensource.org/licenses/mit-license.php)
   Homepage:  http://zocial.smcllns.com/
	## Entypo
   Copyright (C) 2012 by Daniel Bruce
   Author:    Daniel Bruce
   License:   CC BY-SA (http://creativecommons.org/licenses/by-sa/2.0/)
   Homepage:  http://www.entypo.com
	## Fontelico
   Copyright (C) 2012 by Fontello project
   Author:    Crowdsourced, for Fontello project
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://fontello.com
-----------------------------------------------------------------------------
*/
@font-face {
  font-family: 'icons-basic';
  src: url("../../assets/svg-framework/fonts/icons-basic.eot?68621078");
  src: url("../../assets/svg-framework/fonts/icons-basic.eot?68621078#iefix") format("embedded-opentype"), url("../../assets/svg-framework/fonts/icons-basic.woff?68621078") format("woff"), url("../../assets/svg-framework/fonts/icons-basic.ttf?68621078") format("truetype"), url("../../assets/svg-framework/fonts/icons-basic.svg?68621078#icons-basic") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icons-basic';
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  line-height: 1em;
}

/* Icons */
.icon-up-open:before {
  content: '\2191';
}

/* '↑' */
.icon-down-open:before {
  content: '\2193';
}

/* '↓' */
.icon-left-open:before {
  content: '\2190';
}

/* '←' */
.icon-right-open:before {
  content: '\2192';
}

/* '→' */
.icon-up-open-big:before {
  content: '\25b3';
}

/* '△' */
.icon-down-open-big:before {
  content: '\25bd';
}

/* '▽' */
.icon-left-open-big:before {
  content: '\276e';
}

/* '❮' */
.icon-right-open-big:before {
  content: '\276f';
}

/* '❯' */
.icon-up-dir:before {
  content: '\25b4';
}

/* '▴' */
.icon-down-dir:before {
  content: '\25be';
}

/* '▾' */
.icon-left-dir:before {
  content: '\25c2';
}

/* '◂' */
.icon-right-dir:before {
  content: '\25b8';
}

/* '▸' */
.icon-ok:before {
  content: '\2713';
}

.icon-cancel:before {
  content: '\2715';
}

.icon-play:before {
  content: '\25ba';
}

/* '►' */
.icon-stop:before {
  content: '\25fc';
}

/* '◼' */
.icon-pause:before {
  content: '\e80c';
}

/* '' */
.icon-plus:before {
  content: '\2b';
}

/* '+' */
.icon-minus:before {
  content: '\2212';
}

/* '−' */
.icon-menu:before {
  content: '\2630';
}

/* '☰' */
.icon-search:before {
  content: '\10312';
}

.icon-doc:before {
  content: '\2636';
}

/* '☶' */
.icon-doc-text:before {
  content: '\2632';
}

/* '☲' */
.icon-cog:before {
  content: '\2699';
}

/* '⚙' */
.icon-wrench:before {
  content: '\1f527';
}

.icon-download-cloud:before {
  content: '\2913';
}

/* '⤓' */
.icon-upload-cloud:before {
  content: '\2912';
}

/* '⤒' */
.icon-star:before {
  content: '\2605';
}

/* '★' */
.icon-moon:before {
  content: '\263d';
}

/* '☽' */
.icon-heart:before {
  content: '\2764';
}

/* '❤' */
.icon-flag:before {
  content: '\2691';
}

/* '⚑' */
.icon-attention:before {
  content: '\26a0';
}

/* '⚠' */
.icon-flash:before {
  content: '\26a1';
}

/* '⚡' */
.icon-eye:before {
  content: '\229a';
}

.icon-tag:before {
  content: '\e80d';
}

.icon-comment:before {
  content: '\e804';
}

.icon-chat:before {
  content: '\1f4aC';
}

.icon-location:before {
  content: '\25c9';
}

/* '◉' */
.icon-map:before {
  content: '\e801';
}

.icon-phone:before {
  content: '\260e';
}

/* '☎' */
.icon-mobile:before {
  content: '\e802';
}

.icon-mail:before {
  content: '\2709';
}

/* '✉' */
.icon-pencil:before {
  content: '\270e';
}

/* '✎' */
.icon-linkedin:before {
  content: '\e803';
}

.icon-facebook:before {
  content: '\66';
}

/* 'f' */
.icon-twitter:before {
  content: '\74';
}

/* 't' */
.icon-youtube:before {
  content: '\79';
}

/* 'y' */
.icon-xing:before {
  content: '\78';
}

/* 'x' */
/*
========================================
	_elements.scss
	Basic Elements
========================================
*/
/* Generic Modules */
.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 32em) {
  .stack-module > *:last-child,
  .stack-module > *:last-child > *:last-child,
  .stack-module > *:last-child > *:last-child > *:last-child {
    margin-bottom: 0;
  }
}

/* HR */
hr {
  border: none;
  border-top: 1px solid #f0f0f0;
  color: #e6e6e6;
  clear: both;
  text-align: center;
  margin: 0 auto 24px;
  padding: 0;
  position: relative;
  height: 0;
  width: 1200px;
  max-width: 98%;
}

.hr-hidden {
  opacity: 0;
  margin: 0 auto;
}

/* Panels */
.panel, .panel-solid {
  margin: 0 0 24px 0;
  padding: 8px 0;
  overflow: auto;
  position: relative;
  min-height: 5em;
}

/*
.panel > :first-child {
	margin-top: 0;
}
*/
.panel > :last-child, .panel-solid > :last-child {
  margin-bottom: 0;
}

.panel-solid {
  background: #f0f0f0;
  padding: 12px;
}

.panel h3, .panel-solid h3 {
  padding: 0;
  width: auto;
}

.panel p, .panel-solid p {
  width: 100%;
}

.panel img, .panel-solid img {
  display: block;
}

.panel ul, .panel-solid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel ul li, .panel-solid ul li {
  border-bottom: 1px solid #e6e6e6;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}

.panel li a, .panel-solid li a,
.panel li span, .panel-solid li span {
  display: block;
  font-size: .811em;
  font-weight: 500;
  padding: .8em .8em .7em;
  text-align: left;
  text-transform: uppercase;
}

.panel li a:hover, .panel-solid li a:hover,
.panel li a:active, .panel-solid li a:active {
  background: #fafafa;
}

.panel ul > :last-child, .panel-solid ul > :last-child {
  border-bottom: 0;
}

.block-link {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw==");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
}

/*
========================================
	_btns.scss
	Buttons
========================================
*/
/* Normal Buttons */
.btn, .btn-primary, .btn-alt, .btn-disabled, .btn-s, .btn-s-full, .btn-full, .btn-icon-l, .btn-icon-r, .btn-icon-only {
  background: #fefefe;
  border: 1px solid #56a2d8;
  color: #56a2d8;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  margin: 0 0 24px;
  outline: none;
  padding: 11px 12px 9px;
  position: relative;
  width: auto;
  -webkit-transition: background 100ms ease, border-color 100ms ease, color 100ms ease;
  transition: background 100ms ease, border-color 100ms ease, color 100ms ease;
}

.btn:hover, .btn-primary:hover, .btn-alt:hover, .btn-disabled:hover, .btn-s:hover, .btn-s-full:hover, .btn-full:hover, .btn-icon-l:hover, .btn-icon-r:hover, .btn-icon-only:hover, .btn:focus, .btn-primary:focus, .btn-alt:focus, .btn-disabled:focus, .btn-s:focus, .btn-s-full:focus, .btn-full:focus, .btn-icon-l:focus, .btn-icon-r:focus, .btn-icon-only:focus {
  background: #8ec5ec;
  border-color: #8ec5ec;
  color: #fff;
}

.btn:active, .btn-primary:active, .btn-alt:active, .btn-disabled:active, .btn-s:active, .btn-s-full:active, .btn-full:active, .btn-icon-l:active, .btn-icon-r:active, .btn-icon-only:active {
  background: #46494c;
  border-color: #46494c;
  color: #fff;
}

button.btn, button.btn-primary, button.btn-alt, button.btn-disabled, button.btn-s, button.btn-s-full, button.btn-full, button.btn-icon-l, button.btn-icon-r, button.btn-icon-only {
  font-weight: 500;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
}

/* Primary Buttons */
.btn-primary {
  background: #56a2d8;
  border: 1px solid #56a2d8;
  color: #fcfcfc;
}

/* Alt Buttons */
.btn-alt {
  background: #f9b134;
  border: 1px solid #f9b134;
  color: #fcfcfc;
}

.btn-alt:hover, .btn-alt:focus {
  background: #e59915;
  border-color: #e59915;
}

.btn-alt:active {
  background: #46494c;
  border-color: #46494c;
  color: #fff;
}

/* Disabled */
.btn-disabled {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #d9d9d9;
  cursor: default;
}

.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #d9d9d9;
}

/* Small Buttons */
.btn-s, .btn-s-full {
  font-size: .91em;
  padding: 9px 8px 7px;
}

/* Full-width Buttons */
.btn-full {
  width: 100%;
}

.btn-s-full {
  width: 100%;
}

/* Icon Buttons */
.btn-icon-l {
  padding: 11px 12px 9px 36px;
  text-align: right;
}

.btn-icon-r {
  padding: 11px 36px 9px 12px;
  text-align: left;
}

.btn-icon-only {
  letter-spacing: 0;
  padding: 8px 6px 9px;
}

.btn-icon-only:before,
.btn-icon-l:before,
.btn-icon-r:before {
  font-size: 20px;
  position: absolute;
  width: 28px;
  top: 9px;
}

.btn-icon-l:before {
  left: 6px;
}

.btn-icon-r:before {
  right: 6px;
}

.btn-icon-only:before {
  position: relative;
  top: 1px;
}

.btn-s.btn-icon-l, .btn-icon-l.btn-s-full {
  padding: 9px 8px 7px 32px;
}

.btn-s.btn-icon-r, .btn-icon-r.btn-s-full {
  padding: 9px 32px 7px 8px;
}

.btn-s.btn-icon-only, .btn-icon-only.btn-s-full {
  padding: 8px 4px 7px;
}

.btn-s.btn-icon-only:before, .btn-icon-only.btn-s-full:before,
.btn-s.btn-icon-l:before,
.btn-icon-l.btn-s-full:before,
.btn-s.btn-icon-r:before,
.btn-icon-r.btn-s-full:before {
  font-size: 16px;
  width: 24px;
  top: 9px;
}

.btn-s.btn-icon-l:before, .btn-icon-l.btn-s-full:before {
  left: 4px;
}

.btn-s.btn-icon-r:before, .btn-icon-r.btn-s-full:before {
  right: 4px;
}

.btn-s.btn-icon-only:before, .btn-icon-only.btn-s-full:before {
  position: relative;
  top: 1px;
}

/* Button Floats */
.btn-float-left {
  float: left;
  margin-right: 4px;
}

.btn-float-right {
  float: right;
  margin-left: 4px;
}

.float-btns-left {
  float: left;
}

.float-btns-right {
  float: right;
}

.table-btns a.btn, .table-btns a.btn-primary, .table-btns a.btn-alt, .table-btns a.btn-disabled, .table-btns a.btn-s, .table-btns a.btn-s-full, .table-btns a.btn-full, .table-btns a.btn-icon-l, .table-btns a.btn-icon-r, .table-btns a.btn-icon-only {
  margin-bottom: 4px;
}

.btn-clear {
  clear: left;
  float: left;
  margin-bottom: 12px;
}

/* Fixes */
input[type=submit].btn, input[type=submit].btn-primary, input[type=submit].btn-alt, input[type=submit].btn-disabled, input[type=submit].btn-s, input[type=submit].btn-s-full, input[type=submit].btn-full, input[type=submit].btn-icon-l, input[type=submit].btn-icon-r, input[type=submit].btn-icon-only, button.btn, button.btn-primary, button.btn-alt, button.btn-disabled, button.btn-s, button.btn-s-full, button.btn-full, button.btn-icon-l, button.btn-icon-r, button.btn-icon-only {
  -webkit-appearance: none;
}

/*
// Correct FF button padding
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
  input[type="submit"].small.button { padding: 5px 14px 6px; }
  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
  input[type="submit"].large.button { padding: 13px 30px 14px; } }
*/
/* Media Queries */
@media all and (min-width: 52em) {
  .btn, .btn-primary, .btn-alt, .btn-disabled, .btn-s, .btn-s-full, .btn-full, .btn-icon-l, .btn-icon-r, .btn-icon-only {
    font-size: 1.103em;
    padding: 13px 16px 11px;
  }
  .btn-s, .btn-s-full {
    font-size: 1em;
    padding: 11px 12px 9px;
  }
  .btn-icon-l {
    padding: 13px 16px 11px 44px;
  }
  .btn-icon-r {
    padding: 13px 44px 11px 16px;
  }
  .btn-icon-only {
    padding: 9px 8px 11px;
  }
  .btn-icon-only:before,
  .btn-icon-l:before,
  .btn-icon-r:before {
    font-size: 24px;
    width: 32px;
    top: 11px;
  }
  .btn-icon-l:before {
    left: 8px;
  }
  .btn-icon-r:before {
    right: 8px;
  }
  .btn-icon-only:before {
    top: 2px;
  }
  .btn-s.btn-icon-l, .btn-icon-l.btn-s-full {
    padding: 11px 12px 9px 36px;
  }
  .btn-s.btn-icon-r, .btn-icon-r.btn-s-full {
    padding: 11px 36px 9px 12px;
  }
  .btn-s.btn-icon-only, .btn-icon-only.btn-s-full {
    padding: 8px 6px 9px;
  }
  .btn-s.btn-icon-only:before, .btn-icon-only.btn-s-full:before,
  .btn-s.btn-icon-l:before,
  .btn-icon-l.btn-s-full:before,
  .btn-s.btn-icon-r:before,
  .btn-icon-r.btn-s-full:before {
    font-size: 20px;
    width: 28px;
  }
  .btn-s.btn-icon-l:before, .btn-icon-l.btn-s-full:before {
    left: 6px;
  }
  .btn-s.btn-icon-r:before, .btn-icon-r.btn-s-full:before {
    right: 6px;
  }
  .btn-s.btn-icon-only:before, .btn-icon-only.btn-s-full:before {
    top: 1px;
  }
  .btn-float-left {
    margin-right: 4px;
  }
}

/*
========================================
	_tables.scss
	Table Styles
========================================
*/
table {
  font-size: .91em;
  line-height: 1.5em;
  margin: 0 0 24px;
  width: 100%;
}

tbody {
  border-top: 1px solid #e6e6e6;
}

tr {
  border-bottom: 1px solid #e6e6e6;
}

td, th {
  border-right: 1px solid #e6e6e6;
  text-align: left;
  padding: 4px;
  height: 40px;
}

thead th {
  background: #e6e6e6;
  color: #46494c;
  font-weight: 600;
}

th {
  background: #f0f0f0;
}

tbody th,
td {
  font-weight: 400;
}

td:last-child {
  border: none;
}

/*
tr:last-child {
}
*/
/* Extra */
.table-btns {
  padding: 4px 0 0 4px;
}

.table-stripe tr:nth-child(even) {
  background: #f0f0f0;
}

/* Media Queries */
@media all and (min-width: 52em) {
  table {
    font-size: 1em;
  }
  td,
  th {
    padding: 8px;
  }
}

/*
========================================
	_forms.scss
	Form Styles
========================================
*/
form {
  margin: 0 0 24px;
}

.side-form {
  margin: 0;
}

.row form .row {
  margin: 0 -15px;
}

.row form .row .column, .row form .row .columns {
  padding: 0 15px;
}

.row form .row.collapse {
  margin: 0;
}

.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

fieldset {
  border: none;
  padding: 12px 0 0;
  margin: 0 0 24px 0;
}

fieldset legend {
  border-bottom: 2px solid #e6e6e6;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
  padding: 0 0 8px;
  width: 100%;
}

label {
  color: #46494c;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 8px;
}

label.right {
  float: none;
}

span.mandatory {
  color: #c21126;
}

.form-btns {
  margin-bottom: 24px;
  padding: 8px;
  position: relative;
}

.form-btns button,
.form-btns a.btn,
.form-btns a.btn-primary,
.form-btns a.btn-alt,
.form-btns a.btn-disabled,
.form-btns a.btn-s,
.form-btns a.btn-s-full,
.form-btns a.btn-full,
.form-btns a.btn-icon-l,
.form-btns a.btn-icon-r,
.form-btns a.btn-icon-only {
  margin: 0;
}

.form-btns button.btn-primary,
.form-btns a.btn-primary {
  float: right;
}

/* Prefix & Postfix */
.prefix,
.postfix {
  display: block;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

a.btn.prefix, a.prefix.btn-primary, a.prefix.btn-alt, a.prefix.btn-disabled, a.prefix.btn-s, a.prefix.btn-s-full, a.prefix.btn-full, a.prefix.btn-icon-l, a.prefix.btn-icon-r, a.prefix.btn-icon-only,
a.btn.postfix,
a.postfix.btn-primary,
a.postfix.btn-alt,
a.postfix.btn-disabled,
a.postfix.btn-s,
a.postfix.btn-s-full,
a.postfix.btn-full,
a.postfix.btn-icon-l,
a.postfix.btn-icon-r,
a.postfix.btn-icon-only,
button.prefix,
button.postfix {
  width: 100%;
}

span.prefix,
span.postfix {
  background: #f0f0f0;
  border: 1px solid #979899;
  font-size: 1em;
}

.prefix {
  left: 2px;
  overflow: hidden;
}

/*
input[type="text"].prefix-field,
input[type="password"].prefix-field,
input[type="date"].prefix-field,
input[type="datetime"].prefix-field,
input[type="email"].prefix-field,
input[type="number"].prefix-field,
input[type="search"].prefix-field,
input[type="tel"].prefix-field,
input[type="time"].prefix-field,
input[type="url"].prefix-field {
	// @include border-radius-extra(0, 8px, 8px, 0);
}
*/
.postfix {
  right: 2px;
  overflow: hidden;
}

/*
input[type="text"].postfix-field,
input[type="password"].postfix-field,
input[type="date"].postfix-field,
input[type="datetime"].postfix-field,
input[type="email"].postfix-field,
input[type="number"].postfix-field,
input[type="search"].postfix-field,
input[type="tel"].postfix-field,
input[type="time"].postfix-field,
input[type="url"].postfix-field {
	// @include border-radius-extra(8px, 0, 0, 8px);
}
*/
/* Input Types */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #46494c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  margin: 0 0 12px 0;
  padding: 10px 8px;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

input[type="search"] {
  padding: 0 0 0 6px;
  height: 36px;
  width: 100%;
}

/*
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize { 
	font-size: 18px;
	padding: 4px 6px;
}
*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #8ec5ec;
  outline: none !important;
  -webkit-box-shadow: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #979899;
}

textarea {
  height: auto;
  min-height: 36px;
  resize: vertical;
}

select {
  width: 100%;
}

.custom-select {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.custom-select select {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding-right: 24px;
  position: relative;
  width: 120%;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

.custom-select select:focus {
  outline: none;
}

.custom-select:after {
  content: '\25be';
  color: #979899;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 11px;
  right: 6px;
  width: 24px;
  z-index: 99;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 8px 0 -24px;
}

.checkbox-label {
  font-size: .91em;
  line-height: 1.4em;
  margin-top: 16px;
  padding-left: 32px;
}

/* Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #979899;
  padding: 1px 0 0 0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #979899;
  opacity: 1;
  padding: 10px 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #979899;
  opacity: 1;
  padding: 1px 0 0 0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #979899;
  padding: 10px 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Errors */
.error input, input.error, .error textarea, textarea.error {
  background-color: #c21126;
  border-color: #c21126;
  color: #fff;
}

.error label, label.error {
  color: #c21126;
}

.error small, small.error {
  background: #c21126;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: -13px;
  padding: 6px 4px;
}

p.error,
span.error {
  color: #c21126;
  font-size: .85em;
  font-weight: 500;
  margin: -6px 0 12px;
}

/*
.error textarea:focus,
textarea.error:focus {
	background: #fafafa;
	border-color: #b3b3b3;
}
*/
input[type="text"].error:focus,
input[type="password"].error:focus,
input[type="date"].error:focus,
input[type="datetime"].error:focus,
input[type="email"].error:focus,
input[type="number"].error:focus,
input[type="search"].error:focus,
input[type="tel"].error:focus,
input[type="time"].error:focus,
input[type="url"].error:focus,
textarea.error:focus {
  background-color: #d82036;
  border-color: #c21126;
  color: #fcfcfc;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
input.correct, 
textarea.correct {
	-webkit-animation:	correct-fade 1.5s ease 0s;
	animation:			correct-fade 1.5s ease 0s;
}
@-webkit-keyframes correct-fade {
	0%		{background-color: #1cc92b; border-color:#19b527; color:#fcfcfc;}
	50%		{background-color: #1cc92b; border-color:#19b527; color:#fcfcfc;}
	100%	{background-color: #fff; border-color:#817f79; color:#444;}
}
@keyframes correct-fade {
	0%		{background-color: #1cc92b; border-color:#19b527; color:#fcfcfc;}
	50%		{background-color: #1cc92b; border-color:#19b527; color:#fcfcfc;}
	100%	{background-color: #fff; border-color:#817f79; color:#444;}
}
*/
/* Alerts */
.alert {
  background-color: #979899;
  color: #fff;
  display: inline-block;
  padding: 12px;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  vertical-align: baseline;
  margin-bottom: 24px;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.alert[href]:hover,
.alert[href]:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: #353637;
}

.alert-error {
  background-color: #d82036;
}

.alert-error[href]:hover,
.alert-error[href]:focus {
  background-color: #c21126;
}

.alert-valid {
  background-color: #8fbf24;
}

.alert-valid[href]:hover,
.alert-valid[href]:focus {
  background-color: #7aac0b;
}

.alert-warning {
  background-color: #f9b134;
}

.alert-warning[href]:hover,
.alert-warning[href]:focus {
  background-color: #e59915;
}

.alert-info {
  background-color: #8ec5ec;
}

.alert-info[href]:hover,
.alert-info[href]:focus {
  background-color: #56a2d8;
}

/* Fixes */
input::-webkit-validation-bubble-message {
  background-color: #fff;
  border: 1px solid #c21126;
  color: #c21126;
  font-size: .85em;
  font-weight: 500;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-validation-bubble-arrow {
  background-color: #fff;
  border: 1px solid #c21126;
  border-width: 1px 0 0 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-validation-bubble-icon {
  display: none;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
textarea::-ms-clear {
  width: 0;
  height: 0;
}

select::-ms-expand {
  display: none;
}

/*
// Correct FF custom dropdown height
@-moz-document url-prefix() {
	form.custom div.custom.dropdown a.selector{
		height: 30px;
	}
}
// Correct IE custom dropdown height
.lt-ie9 form.custom div.custom.dropdown a.selector {
	height: 30px;
}
*/
/* Media Queries */
@media all and (min-width: 32em) {
  label.inline {
    line-height: 20px;
    margin-top: 10px;
  }
}

@media all and (min-width: 52em) {
  fieldset legend {
    font-size: 1.146em;
  }
  label {
    font-size: 1.103em;
  }
  .checkbox-label {
    font-size: 1em;
    margin-top: 24px;
  }
  span.prefix,
  span.postfix {
    font-size: 1.103em;
  }
  a.btn.postfix, a.postfix.btn-primary, a.postfix.btn-alt, a.postfix.btn-disabled, a.postfix.btn-s, a.postfix.btn-s-full, a.postfix.btn-full, a.postfix.btn-icon-l, a.postfix.btn-icon-r, a.postfix.btn-icon-only,
  button.postfix {
    line-height: auto;
  }
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    font-size: 1.103em;
  }
  .alert {
    font-size: 1.103em;
    margin-bottom: 40px;
  }
}

/* Layout */
/*
========================================
	_layout.scss
	Layout Styles
========================================
*/
/*
========================================
	_core.scss
	Core Layout Styles
========================================
*/
body {
  background-color: #fcfcfc;
  color: #46494c;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Content Rows */
.row-padded {
  padding: 24px 0;
}

.row-wide {
  margin: 0 auto;
  width: 100%;
}

.row-wide figure {
  margin-bottom: 12px;
  overflow: auto;
}

.row-wide figure img {
  margin-bottom: 12px;
}

.row-tint {
  background-color: #f0f0f0;
}

/*
.row-btns {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 75%;
}
.row-btns .row {
	margin: 0 auto;
}
.row-btns-inside {
	padding: 36px 0 0;
}
.row-btns a.btn {
	float: left;
	margin-bottom: 8px;
}
*/
/* Content Elements */
.page-content {
  padding: 0;
}

.content-element {
  margin-bottom: 24px;
  overflow: auto;
}

.page-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.page-content > *:last-child.row-padded {
  padding-bottom: 24px;
}

.content-headline {
  margin-bottom: 24px;
}

/* Page Headers */
.content-header {
  margin: 0 auto 24px;
  width: 1200px;
  max-width: 100%;
}

/* Figures */
figure {
  margin: 0 auto 24px;
  overflow: auto;
}

figure img {
  border: 1px solid #f0f0f0;
}

.page-content figure {
  margin-bottom: 12px;
  padding: 0;
}

.page-content figure img {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.page-content figure figcaption {
  float: left;
  padding: 0;
  width: 100%;
}

figure.quote blockquote {
  margin: 0;
  padding: 12px 0;
}

figure.quote figcaption {
  margin: 0 0 12px;
  padding: 12px 0;
  width: 100%;
}

figure.fig-inline img {
  margin-top: 16px;
}

/* Media Queries */
@media all and (min-width: 24em) {
  figure.content-figure {
    padding: 8px 0;
  }
  figure.content-figure img {
    float: right;
    width: 66.7%;
  }
  figure.content-figure figcaption {
    float: left;
    text-align: right;
    padding-right: 24px;
    width: 33.3%;
  }
  figure.quote {
    padding: 0;
  }
  figure.quote figcaption {
    float: left;
    text-align: left;
    padding-right: 0;
    width: 50%;
  }
}

@media all and (min-width: 32em) {
  .page-content {
    padding-top: 0;
  }
  .content-column {
    padding-top: 4px;
  }
  figure.content-figure img {
    float: left;
    width: 100%;
  }
  figure.content-figure figcaption {
    float: right;
    text-align: right;
    padding-right: 0;
    width: 75%;
  }
  figure.quote blockquote {
    float: right;
    text-align: right;
  }
  figure.quote figcaption {
    float: right;
    text-align: right;
    padding-right: 0;
    width: 50%;
  }
  /*
	.row-btns {
		width: 100%;
	}
	.row-btns a.btn {
		float: none;
		margin-bottom: 0;
	}
	*/
}

@media all and (min-width: 40em) {
  .row-padded {
    padding: 32px 0;
  }
  .content-element,
  .content-header {
    margin-bottom: 32px;
  }
  .page-content > *:last-child {
    padding-bottom: 32px;
  }
  .page-content > *:last-child.row-padded {
    padding-bottom: 32px;
  }
}

@media all and (min-width: 52em) {
  .row-padded {
    padding: 40px 0;
  }
  .content-element,
  .content-header {
    margin-bottom: 40px;
  }
  .page-content > *:last-child {
    padding-bottom: 40px;
  }
  .page-content > *:last-child.row-padded {
    padding-bottom: 40px;
  }
  .content-headline {
    margin-bottom: 24px;
  }
  figure.fig-inline img {
    margin-top: 24px;
  }
  figure.fig-inline figcaption {
    text-align: right;
    margin: 0 0 0 -56.66667%;
    padding: 24px 0 0;
    position: absolute;
    width: 50%;
  }
}

@media all and (min-width: 62em) {
  figure.content-figure {
    padding: 12px 0;
  }
  figure.quote {
    padding: 0;
  }
  figure.quote blockquote {
    padding: 16px 0;
  }
  figure.quote figcaption {
    float: right;
    text-align: right;
    padding-right: 0;
    width: 50%;
  }
}

@media all and (min-width: 71em) {
  .content-header {
    margin-top: 24px;
  }
  .page-content > *:last-child.row-padded {
    margin-bottom: 40px;
  }
}

/*
========================================
	_nav.scss
	Navigation Styles
========================================
*/
/*
-----------------------------------------------------------------------------
	Navigation
	Thanks to...
	Mike King - https://github.com/micjamking/Navigataur
	Osvaldus Valutis - http://osvaldas.info/u/tUhW
-----------------------------------------------------------------------------
*/
/* Main Nav */
.nav-main-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1136px;
  min-height: 80px;
}

.nav-main {
  padding: 0;
  /*
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	*/
}

.nav-main ul {
  float: right;
  margin: 0;
}

.nav-main li {
  border: none;
  color: #979899;
  display: inline;
  float: left;
  font-size: 1em;
  padding: 0;
}

.nav-main li a {
  color: inherit;
  float: left;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 12px 12px;
}

.nav-main li a:hover,
.nav-main li a:focus {
  color: #e6e6e6;
}

.nav-main li a:hover,
.nav-main li a:active,
.nav-main li a.active,
.nav-main li a:focus {
  color: #fff;
}

/* Main Nav Toggle */
#toggle, .toggle {
  display: none;
}

.toggle {
  float: right;
  margin: 20px 8px;
  z-index: 2;
}

/* Top Nav */
.nav-top-wrapper {
  background-color: #e6e6e6;
}

.nav-top {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1136px;
  height: 36px;
}

.nav-top ul {
  float: right;
  margin: 10px 12px 0 0;
}

.nav-top li {
  display: inline;
  float: left;
  font-size: 0.811em;
  margin: 0 0 0 12px;
}

.nav-top a {
  color: #353637;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
}

.nav-top a:hover,
.nav-top a:focus {
  color: #56a2d8;
}

.nav-top span {
  color: #f0f0f0;
  float: right;
  font-size: 1.6em;
  font-weight: 600;
  padding: 4px 12px 0 0;
}

/* Footer Nav */
/*
.nav-footer {
	float: left;
	margin-bottom: 12px;
	overflow: auto;
}
.nav-footer ul {
}
.nav-footer li {
	display: inline-block;
	float: left;
	font-size: 0.811em;
	text-transform: uppercase;
	margin: 0 8px 4px 0;
}
.nav-footer a {
	color: #a6a8aa;
	font-weight: normal;
	font-style: normal;
}
.nav-footer a:hover, 
.nav-footer a:focus,
.nav-footer a:active {
	color: #666;
}
*/
/* Breadcrumb */
.breadcrumb ul {
  margin: 16px 0 12px;
  padding: 0;
}

.breadcrumb ul li {
  display: inline;
  font-size: .9em;
  margin-right: 6px;
  padding: 0;
}

.breadcrumb li a {
  font-style: normal;
  margin-right: 6px;
  padding-bottom: 2px;
}

.breadcrumb li a:hover,
.breadcrumb li a:active {
  border-bottom: 1px dotted #46494c;
}

@media only screen and (max-width: 39.9375em) {
  .nav-main {
    margin: 0;
    position: relative;
  }
  .nav-main ul {
    background: #46494c;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 200ms ease;
    transition: max-height 200ms ease;
  }
  .nav-main ul > li {
    display: block;
    font-size: 1em;
    margin: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .nav-main ul > li > a {
    display: block;
    text-decoration: none;
    width: 100%;
  }
  .nav-main ul {
    clear: both;
    float: none;
  }
  .nav-main li {
    border-top: 1px solid #46494c;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }
  .nav-main li a {
    background: #353637;
    color: #aaa;
    font-weight: 500;
    margin: 0;
    padding: 12px;
    height: auto;
  }
  .nav-main li a.active,
  .nav-main li a.submenu-link.active {
    color: #e6e6e6;
  }
  .nav-main li a:hover,
  .nav-main li a:active,
  .nav-main li a.active:hover,
  .nav-main li a:focus,
  .nav-main li a.submenu-link:hover,
  .nav-main li a.submenu-link:active,
  .nav-main li a.submenu-link.active:hover,
  .nav-main li a.submenu-link:focus {
    background: #46494c;
    color: #fff;
  }
  .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #toggle:checked ~ ul {
    max-height: 20em;
  }
  #toggle:checked ~ ul > li {
    opacity: 1;
  }
  .toggle:after,
  .toggle-search:after {
    color: #ddd;
    content: '\2630';
    display: block;
    font-family: 'icons-basic';
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    padding: 4px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .toggle:hover:after,
  .toggle-search:hover:after {
    color: #fcfcfc;
  }
  #toggle:checked + .toggle:after,
  #toggle-search:checked + .toggle-search:after {
    content: '\2715';
  }
  .nav-main ul {
    margin: 0;
  }
  .nav-main li {
    text-align: left;
  }
}

@media only screen and (min-width: 32em) {
  .nav-main ul > li {
    border-right: 1px solid #46494c;
    width: 50%;
  }
  .nav-main ul > :nth-child(even) {
    border-right: none;
  }
  .nav-footer {
    padding: 6px 0;
  }
}

@media only screen and (min-width: 40em) {
  .nav-main-wrapper {
    height: 96px;
  }
  .nav-main ul {
    border-right: 1px solid #353637;
  }
  .nav-main ul > li {
    border-left: 1px solid #353637;
    border-right: none;
    display: table;
    width: auto;
    height: 96px;
  }
  .nav-main ul > :nth-child(3) {
    width: auto;
  }
  .nav-main li a {
    border-top: 0px solid #e6e6e6;
    display: table-cell;
    float: none;
    vertical-align: bottom;
    -webkit-transition: border-top 100ms ease-out;
    transition: border-top 100ms ease-out;
  }
  .nav-main li a:hover,
  .nav-main li a:focus,
  .nav-main li a:active {
    border-top: 3px solid #e6e6e6;
    padding-bottom: 11px;
  }
  .nav-top li {
    margin: 0 0 0 12px;
  }
}

@media only screen and (min-width: 52em) {
  .nav-main li {
    font-size: 1.1em;
  }
  .nav-main li div {
    margin-top: 54px;
  }
  .nav-main li a {
    padding: 12px 16px;
  }
  .breadcrumb ul {
    margin: 24px 0 16px;
  }
  .breadcrumb ul li {
    font-size: 1em;
  }
}

/*
========================================
	_custom.scss
	Custom Styles
========================================
*/
/* Header */
.page-header {
  background-color: #46494c;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 999;
}

.logo {
  display: block;
  padding: 0;
  position: absolute;
  left: 12px;
  top: 28px;
  width: 10em;
  z-index: 50;
}

/* Footer */
.page-footer {
  background-color: #46494c;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 16px 0 0;
  position: relative;
  /*
	width: 1136px;
	max-width: 100%;
	*/
  z-index: 998;
}

.page-footer h1 {
  color: #e6e6e6;
  font-size: .91em;
  line-height: 1.5em;
  margin: 0 0 8px;
}

.page-footer h4 {
  color: #e6e6e6;
  margin: 8px 0 0;
}

.page-footer p {
  color: #e6e6e6;
  font-size: .811em;
  line-height: 1.5em;
  margin: 0;
}

.logo-partner {
  display: block;
  margin: 8px 0;
  opacity: .75;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.logo-partner:hover, .logo-partner:focus, .logo-partner:active {
  opacity: 1;
}

.logo-partner img {
  display: block;
}

.copyright {
  padding: 12px 0;
}

.copyright p {
  color: #979899;
  margin: 0;
}

/* Headers */
.header-title {
  margin: 0 auto;
  padding: 24px 16px 0;
  width: 100%;
  max-width: 1136px;
}

.hero-title {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  margin: 0;
  padding: 24px 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.hero-title h1 {
  margin: 0;
}

/* Hero Images */
.hero {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1136px;
  height: 16em;
}

.hero img {
  display: block;
  width: 100%;
}

.bg-hero {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hero-home {
  background-image: url(../../assets/svg-framework/img/hero/hero-startseite.jpg);
  background-position: 50% 100%;
}

.bg-hero-ueberuns {
  background-image: url(../../assets/svg-framework/img/hero/hero-ueber.jpg);
  background-position: 50% 100%;
}

.bg-hero-kurse {
  background-image: url(../../assets/svg-framework/img/hero/hero-kurse.jpg);
  background-position: 50% 100%;
  margin-bottom: 0;
}

.bg-hero-publikationen {
  background-image: url(../../assets/svg-framework/img/hero/hero-publikationen.jpg);
  background-position: 50% 100%;
}

.bg-hero-kontakt {
  background-image: url(../../assets/svg-framework/img/hero/hero-kontakt.jpg);
  background-position: 50% 100%;
}

/* Welcome */
.welcome {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -136px;
  padding: 0 16px 8px;
  overflow: auto;
}

.welcome h1 {
  margin: 0;
  position: absolute;
  top: 20px;
  width: 90%;
}

.welcome h4 {
  margin-bottom: 16px;
}

.welcome-info {
  display: block;
  float: left;
  padding-top: 136px;
  width: 100%;
}

.welcome-info img {
  margin-bottom: 12px;
  width: 50%;
}

.welcome-tutor {
  display: none;
}

/* Details */
.details {
  border-bottom: 4px solid #e6e6e6;
  margin: 0 0 24px;
  padding: 0 0 24px;
  position: relative;
  overflow: auto;
}

.details:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.details figure {
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.details-title,
.details-info {
  display: block;
  float: left;
  width: 100%;
}

/* Results */
ul.result-list {
  margin: 0 0 24px;
  padding: 0;
}

ul.result-list li {
  border-bottom: 4px solid #e6e6e6;
  font-size: 1em;
  line-height: 0;
  margin: 0 0 24px;
  padding: 0 0 24px;
  overflow: auto;
  position: relative;
}

ul.result-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.result {
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.result img {
  border: 1px solid #f0f0f0;
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 100%;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.result a:hover img {
  border: 1px solid #8ec5ec;
}

.result h4 a {
  display: block;
  padding: 0;
  position: relative;
}

.result-info {
  display: block;
  float: left;
  padding-bottom: 12px;
  width: 100%;
}

/* Filters */
.filter-block label {
  padding-left: 8px;
}

.filter-block .mm_select {
  margin-bottom: 12px;
}

.filter-btn {
  margin-top: 8px;
}

/* Sitemap */
.mod_sitemap ul.level_1 {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.mod_sitemap ul.level_1 li.sibling,
.mod_sitemap ul.level_1 li.submenu a.submenu {
  border-bottom: 2px solid #e6e6e6;
  padding: 0;
  display: block;
}

.mod_sitemap ul.level_1 li.submenu {
  border-bottom: none;
}

.mod_sitemap ul.level_1 ul {
  list-style: none;
  margin: 0 0 12px;
  padding-left: 1.8em;
}

.mod_sitemap ul.level_1 li.submenu a.submenu {
  margin: 0 0 8px;
}

.mod_sitemap ul.level_1 ul li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0;
}

.mod_sitemap ul.level_1 ul a {
  color: #46494c;
  font-weight: 500;
}

.row-margin-bottom {
  margin-bottom: 60px;
}

.page-content > *:last-child.row-margin-bottom {
  padding-bottom: 40px;
}

/* Media Queries */
@media all and (min-width: 16em) {
  .logo {
    left: 16px;
    top: 26px;
    width: 12em;
  }
}

@media all and (min-width: 20em) {
  .logo {
    top: 24px;
    width: 13em;
  }
}

@media all and (min-width: 21em) {
  .container-panel {
    min-height: 11em;
  }
  .result img {
    margin-bottom: 0;
    width: 40%;
  }
  .details figure {
    float: right;
    margin: 0 auto 16px;
    width: 40%;
  }
  .details-title {
    width: 55%;
  }
}

@media all and (min-width: 24em) {
  .logo {
    top: 22px;
    width: 14em;
  }
  .welcome-info {
    float: right;
    width: 65%;
  }
  .welcome-tutor {
    display: block;
    float: left;
    margin: 0;
    padding-top: 136px;
    width: 30%;
  }
  .details figure {
    width: 35%;
  }
  .details-info {
    width: 55%;
  }
}

@media all and (min-width: 32em) {
  .page-footer h4 {
    margin: 16px 0 0;
  }
  .logo-partner {
    margin: 8px 0;
  }
  .copyright {
    padding: 16px 0;
  }
  /*
	.home main {
		background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 49.9%,rgba(230,230,230,0) 50%,rgba(230,230,230,0) 100%); // Chrome10+,Safari5.1+
		background: -ms-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 49.9%,rgba(230,230,230,0) 50%,rgba(230,230,230,0) 100%); // IE10+
		background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 49.9%,rgba(230,230,230,0) 50%,rgba(230,230,230,0) 100%); // W3C
	}
	*/
  .hero {
    height: 20em;
  }
  .bg-hero-kurse {
    margin-bottom: 0;
  }
  .welcome {
    padding: 0 12px;
  }
  .welcome-info {
    float: left;
    width: 100%;
  }
  .welcome-tutor {
    display: none;
  }
  .result-info {
    padding-bottom: 0;
    padding-right: 12px;
    width: 68%;
  }
  .result .btn, .result .btn-primary, .result .btn-alt, .result .btn-disabled, .result .btn-s, .result .btn-s-full, .result .btn-full, .result .btn-icon-l, .result .btn-icon-r, .result .btn-icon-only {
    float: right;
  }
  .filter-block .mm_select {
    margin-bottom: 0;
  }
  .filter-btn {
    float: right;
    margin-top: 16px;
  }
}

@media all and (min-width: 36em) {
  .welcome {
    padding: 0 16px;
  }
}

@media all and (min-width: 40em) {
  .logo {
    top: 30px;
  }
  .header-title {
    padding: 8px 16px 0;
  }
  .hero {
    height: 22em;
  }
  .welcome {
    margin-top: -164px;
  }
  .welcome h1 {
    top: 24px;
  }
  .welcome-info {
    float: right;
    padding-top: 164px;
    width: 65%;
  }
  .welcome-info img {
    margin-bottom: 16px;
  }
  .welcome-tutor {
    display: block;
    padding-top: 164px;
    width: 30%;
  }
  .result-info {
    width: 75%;
  }
}

@media all and (min-width: 42em) {
  .logo {
    top: 28px;
    width: 15em;
  }
}

@media all and (min-width: 52em) {
  /*
	.home main {
		background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 40.9%,rgba(230,230,230,0) 41%,rgba(230,230,230,0) 100%); // Chrome10+,Safari5.1+
		background: -ms-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 40.9%,rgba(230,230,230,0) 41%,rgba(230,230,230,0) 100%); // IE10+
		background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 40.9%,rgba(230,230,230,0) 41%,rgba(230,230,230,0) 100%); // W3C
		margin: 0 auto;
		max-width: 1800px;
	}
	*/
  .logo {
    top: 25px;
    width: 18em;
  }
  .page-footer h4 {
    float: left;
    margin: 16px 0 0;
  }
  .logo-partner {
    margin: 8px 0;
  }
  .copyright {
    padding: 16px 0;
  }
  .home-header {
    margin-bottom: 0;
  }
  .header-title {
    padding: 8px 7.5% 0;
  }
  .hero-title {
    margin: 0 1%;
    padding: 24px 6.25%;
    bottom: 10px;
    width: 98%;
  }
  .hero {
    height: 24em;
  }
  .bg-hero-kurse {
    margin-bottom: 0;
  }
  .welcome {
    margin-top: -192px;
  }
  .welcome h1 {
    top: 30px;
  }
  .welcome-info {
    padding-top: 192px;
    width: 65%;
  }
  .welcome-tutor {
    padding-top: 192px;
    width: 30%;
  }
  .details figure {
    margin: 0 auto;
    width: 32%;
  }
  .details-title,
  .details-info {
    width: 52%;
  }
  .result-info {
    width: 72%;
  }
  .filter-btn {
    margin-top: 30px;
  }
  /*
	.home-panel {
		background: #fcfcfc;
		margin-top: 32px;
	}
	*/
}

@media all and (min-width: 62em) {
  .logo {
    top: 23px;
    width: 20em;
  }
  .page-footer h1 {
    font-size: 1.146em;
  }
  .home-header {
    margin-bottom: 0;
  }
  .hero-title {
    bottom: 12px;
  }
  .hero {
    height: 26em;
  }
  .welcome-info {
    width: 66%;
  }
  .welcome-tutor {
    width: 28%;
  }
  .result img {
    width: 30%;
  }
  .result-info {
    width: 75%;
  }
}

@media all and (min-width: 71em) {
  .header-title {
    padding: 8px 7% 0;
  }
}

/*
@media all and (min-width: 82em) {
	.home main {
		background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 41.9%,rgba(230,230,230,0) 42%,rgba(230,230,230,0) 100%); // Chrome10+,Safari5.1+
		background: -ms-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 41.9%,rgba(230,230,230,0) 42%,rgba(230,230,230,0) 100%); // IE10+
		background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 41.9%,rgba(230,230,230,0) 42%,rgba(230,230,230,0) 100%); // W3C
	}
}
@media all and (min-width: 112.5em) {
	.home main {
		background: -webkit-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 43.9%,rgba(230,230,230,0) 44%,rgba(230,230,230,0) 100%); // Chrome10+,Safari5.1+
		background: -ms-linear-gradient(left,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 43.9%,rgba(230,230,230,0) 44%,rgba(230,230,230,0) 100%); // IE10+
		background: linear-gradient(to right,  rgba(230,230,230,1) 0%,rgba(230,230,230,1) 43.9%,rgba(230,230,230,0) 44%,rgba(230,230,230,0) 100%); // W3C
	}
}
*/
/* JS Plugin Library */
/*
========================================
	_plugins.scss
	Import Plugin Styles
========================================
*/
/* =============================================================================
   plugins/_owlCarousel.scss
   ========================================================================== */
/* -----------------------------------------------------------------------------
   Owl Carousel
   v1.24 - http://owlgraphic.com/owlcarousel
   Requires jQuery 1.7+
   -------------------------------------------------------------------------- */
/* Reset & Layout ---------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* Wrapper  ---------------------- */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  padding-bottom: 48px;
  /**/
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  /*
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	*/
}

.owl-carousel .owl-item {
  float: left;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Controls ---------------------- */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

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

/* mouse grab icon */
.grabbing {
  cursor: url(../../assets/svg-framework/css/grabbing.png) 8 8, move;
}

/* CSS3 Transitions ---------------------- */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Direction Controls (Next/Prev) ---------------------- */
.owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5;
}

/* clickable class fix problem with hover on touch devices */
/* use it for non-touch hover action */
.owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

/* Pager ---------------------- */
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-controls .owl-pagination {
  padding: 8px 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.owl-controls .owl-page span {
  background: #ddd;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #999999;
  float: left;
  margin: 0 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: background 100ms ease;
  transition: background 100ms ease;
}

.owl-controls.clickable .owl-page:hover span {
  background: #444;
}

.owl-controls .owl-page.active span {
  background: #444;
  margin-bottom: -1px;
  width: 10px;
  height: 10px;
}

/* if PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*
.media-slider-content {
	padding: 0 1em;
}
.owl-item img {
	opacity: .3;
	-webkit-transition:	opacity 200ms ease;
	transition:			opacity 200ms ease;
}
.owl-item p {
	opacity: 0;
	-webkit-transition:	opacity 200ms ease;
	transition:			opacity 200ms ease;
}
.owl-item.active img, 
.owl-item.active p {
	opacity: 1;
}

/* Media Queries ---------------------- */
/*
========================================
	plugins/_magnific.scss
	Magnific
========================================
*/
/*
-----------------------------------------------------------------------------
	http://dimsemenov.com/plugins/magnific-popup/
  Responsive lightbox/modal plugin - supports conditional loading for mobile
-----------------------------------------------------------------------------
*/
.mfp-bg {
  background: #353637;
  overflow: hidden;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
}

.mfp-wrap {
  outline: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

/*
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
*/
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  text-align: center;
  margin-top: -0.8em;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  border: 0;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  z-index: 1046;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  opacity: 0.65;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close:before {
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.mfp-close:before {
  content: '\2715';
  font-family: 'icons-basic';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 30px;
  width: 30px;
}

.mfp-close:hover:before,
.mfp-close:focus:before {
  color: #fff;
}

/*
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
*/
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -40px;
  padding: 0;
  width: 80px;
  height: 80px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -39px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-right {
  padding-right: 12px;
  right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.mfp-arrow-left {
  padding-left: 12px;
  left: 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.mfp-arrow:before {
  content: '';
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.mfp-arrow:before {
  display: inline-block;
  font-family: 'icons-basic';
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  line-height: 40px;
  width: 40px;
}

.mfp-arrow-right:before {
  content: '\2192';
}

.mfp-arrow-left:before {
  content: '\2190';
}

.mfp-arrow:hover:before,
.mfp-arrow:focus:before {
  color: #fff;
}

/*
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, 
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, 
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
*/
.mfp-iframe-holder {
  padding-top: 50px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

img.mfp-img {
  border: none;
  display: block;
  line-height: 0;
  margin: 0 auto;
  padding: 48px 0 24px;
  height: auto;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
// The shadow behind the image
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
*/
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  color: #fff;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.gallery-item img {
  display: block;
  margin-bottom: 24px;
}

.gallery-item {
  display: block;
  position: relative;
}

a.gallery-item:after {
  background: #56a2d8;
  content: '\2b';
  color: #fcfcfc;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  height: 40px;
  font-family: 'icons-basic';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  opacity: .75;
  padding: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

a.gallery-item:hover:after,
a.gallery-item:focus:after,
a.gallery-item:active:after {
  background: #8ec5ec;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Override & Shame :( */
/*
========================================
	_override.scss
	Overrides, Debug & Shame :(
========================================
*/
/* Layout */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.display-table {
  display: table;
}

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

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

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

.line-top {
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
}

.line-btm {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
}

.line-dotted {
  border-style: dotted;
}

/* Override Classes */
.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-btm {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-btm {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-border {
  border: 0;
}

.no-border-top {
  border-top: 0;
}

.no-border-btm {
  border-bottom: 0;
}

.no-border-left {
  border-left: 0;
}

.no-border-right {
  border-right: 0;
}

.one-margin {
  margin: 24px;
}

.one-margin-top {
  margin-top: 24px;
}

.one-margin-btm {
  margin-bottom: 24px;
}

.one-margin-left {
  margin-left: 24px;
}

.one-margin-right {
  margin-right: 24px;
}

.one-padding {
  padding: 24px;
}

.one-padding-top {
  padding-top: 24px;
}

.one-padding-btm {
  padding-bottom: 24px;
}

.one-padding-left {
  padding-left: 24px;
}

.one-padding-right {
  padding-right: 24px;
}

.padded {
  padding: 12px;
}

/* Visibility */
.hide {
  display: none;
}

.show {
  display: block;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Fixes */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Debug */
.debug-block,
.debug-block-alt {
  background-color: #CFF;
  height: 5em;
}

.debug-block-alt {
  background-color: #CF3;
}

.debug-tag {
  background-color: #aaa;
  color: #CFF;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0 4px;
  text-transform: none;
}

.debug-grid {
  background-color: #CFF;
  min-height: 5em;
}

/* Fixes */
/*
========================================
	_fixes.scss
	Browser Fixes
========================================
*/
/*
========================================
	fixes/_ie8.scss
	IE8 Fixes
========================================
*/
/* Grid */
.ie8 .row {
  width: 100%;
  max-width: 960px;
  min-width: 960px;
  margin: 0 auto;
}

.ie8 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

/* Container etc. */
.ie8 .container {
  overflow: visible;
}

.ie8 .page-header,
.ie8 .page-footer {
  min-width: 960px;
}

/* Typography */
.ie8 p {
  font-size: 1.103em;
}

.ie8 .p-sub {
  font-size: .91em;
}

.ie8 h1 {
  font-size: 2.4em;
  margin: 6px 0 24px;
}

.ie8 h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
}

.ie8 h3 {
  font-size: 1.35em;
  margin-bottom: 12px;
}

.ie8 h4 {
  font-size: 1.146em;
}

.ie8 h5 {
  font-size: 1.103em;
}

.ie8 .h1-sub {
  font-size: 2em;
}

.ie8 .page-content li {
  font-size: 1.103em;
}

.ie8 figcaption,
.ie8 .caption {
  font-size: 0.91em;
}

.ie8 .quote blockquote {
  font-size: 1.618em;
}

.ie8 .date {
  font-size: 0.91em;
}

/* Elements */
.ie8 .panel form, .ie8 .panel-solid form,
.ie8 .panel .btn,
.ie8 .panel-solid .btn,
.ie8 .panel .btn-primary,
.ie8 .panel-solid .btn-primary,
.ie8 .panel .btn-alt,
.ie8 .panel-solid .btn-alt,
.ie8 .panel .btn-disabled,
.ie8 .panel-solid .btn-disabled,
.ie8 .panel .btn-s,
.ie8 .panel-solid .btn-s,
.ie8 .panel .btn-s-full,
.ie8 .panel-solid .btn-s-full,
.ie8 .panel .btn-full,
.ie8 .panel-solid .btn-full,
.ie8 .panel .btn-icon-l,
.ie8 .panel-solid .btn-icon-l,
.ie8 .panel .btn-icon-r,
.ie8 .panel-solid .btn-icon-r,
.ie8 .panel .btn-icon-only,
.ie8 .panel-solid .btn-icon-only {
  margin-bottom: 0;
}

/* Buttons */
.ie8 .btn, .ie8 .btn-primary, .ie8 .btn-alt, .ie8 .btn-disabled, .ie8 .btn-s, .ie8 .btn-s-full, .ie8 .btn-full, .ie8 .btn-icon-l, .ie8 .btn-icon-r, .ie8 .btn-icon-only {
  font-size: 1.103em;
  padding: 13px 16px 11px;
}

.ie8 .btn-s, .ie8 .btn-s-full {
  font-size: 1em;
  padding: 11px 12px 9px;
}

.ie8 .btn-icon-l {
  padding: 13px 16px 11px 44px;
}

.ie8 .btn-icon-r {
  padding: 13px 44px 11px 16px;
}

.ie8 .btn-icon-only {
  padding: 9px 8px 11px;
}

.ie8 .btn-icon-only:before,
.ie8 .btn-icon-l:before,
.ie8 .btn-icon-r:before {
  font-size: 24px;
  width: 32px;
  top: 11px;
}

.ie8 .btn-icon-l:before {
  left: 8px;
}

.ie8 .btn-icon-r:before {
  right: 8px;
}

.ie8 .btn-icon-only:before {
  top: 2px;
}

.ie8 .btn-s.btn-icon-l, .ie8 .btn-icon-l.btn-s-full {
  padding: 11px 12px 9px 36px;
}

.ie8 .btn-s.btn-icon-r, .ie8 .btn-icon-r.btn-s-full {
  padding: 11px 36px 9px 12px;
}

.ie8 .btn-s.btn-icon-only, .ie8 .btn-icon-only.btn-s-full {
  padding: 8px 6px 9px;
}

.ie8 .btn-s.btn-icon-only:before, .ie8 .btn-icon-only.btn-s-full:before,
.ie8 .btn-s.btn-icon-l:before,
.ie8 .btn-icon-l.btn-s-full:before,
.ie8 .btn-s.btn-icon-r:before,
.ie8 .btn-icon-r.btn-s-full:before {
  font-size: 20px;
  width: 28px;
}

.ie8 .btn-s.btn-icon-l:before, .ie8 .btn-icon-l.btn-s-full:before {
  left: 6px;
}

.ie8 .btn-s.btn-icon-r:before, .ie8 .btn-icon-r.btn-s-full:before {
  right: 6px;
}

.ie8 .btn-s.btn-icon-only:before, .ie8 .btn-icon-only.btn-s-full:before {
  top: 1px;
}

.ie8 .btn-float-left {
  margin-right: 4px;
}

/* Tables */
.ie8 table,
.ie8 .panel p,
.ie8 .panel-solid p,
.ie8 .panel li a,
.ie8 .panel-solid li a,
.ie8 .panel li span,
.ie8 .panel-solid li span,
.ie8 .panel-link {
  font-size: .91em;
}

.ie8 td,
.ie8 th {
  padding: 8px;
}

.ie8 .table-btns {
  padding: 8px 0 0 8px;
}

.ie8 .table-btns a.btn, .ie8 .table-btns a.btn-primary, .ie8 .table-btns a.btn-alt, .ie8 .table-btns a.btn-disabled, .ie8 .table-btns a.btn-s, .ie8 .table-btns a.btn-s-full, .ie8 .table-btns a.btn-full, .ie8 .table-btns a.btn-icon-l, .ie8 .table-btns a.btn-icon-r, .ie8 .table-btns a.btn-icon-only {
  margin-bottom: 8px;
}

/* Forms */
.ie8 .row-padded form {
  margin-bottom: 0;
}

.ie8 form .btn, .ie8 form .btn-primary, .ie8 form .btn-alt, .ie8 form .btn-disabled, .ie8 form .btn-s, .ie8 form .btn-s-full, .ie8 form .btn-full, .ie8 form .btn-icon-l, .ie8 form .btn-icon-r, .ie8 form .btn-icon-only {
  margin-bottom: 0;
}

.ie8 .custom-select select {
  width: 125%;
}

.ie8 fieldset legend {
  font-size: 1.146em;
  margin-bottom: 8px;
}

.ie8 label {
  font-size: 1.103em;
}

.ie8 label.inline {
  line-height: 20px;
  margin-top: 10px;
}

.ie8 .label-checkbox {
  font-size: 1em;
}

.ie8 span.prefix,
.ie8 span.postfix {
  font-size: 1.103em;
}

.ie8 a.btn.postfix, .ie8 a.postfix.btn-primary, .ie8 a.postfix.btn-alt, .ie8 a.postfix.btn-disabled, .ie8 a.postfix.btn-s, .ie8 a.postfix.btn-s-full, .ie8 a.postfix.btn-full, .ie8 a.postfix.btn-icon-l, .ie8 a.postfix.btn-icon-r, .ie8 a.postfix.btn-icon-only,
.ie8 button.postfix {
  line-height: auto;
}

.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="date"],
.ie8 input[type="datetime"],
.ie8 input[type="email"],
.ie8 input[type="number"],
.ie8 input[type="search"],
.ie8 input[type="tel"],
.ie8 input[type="time"],
.ie8 input[type="url"],
.ie8 textarea,
.ie8 select {
  font-size: 1.103em;
}

.ie8 .alert {
  font-size: 1.103em;
  margin-bottom: 40px;
}

/* Core Layout */
.ie8 .row-padded {
  padding: 40px 0;
}

.ie8 .content-element,
.ie8 .content-header {
  margin-bottom: 40px;
}

.ie8 .content-header {
  max-width: 960px;
}

.ie8 .page-content {
  padding-top: 0;
}

.ie8 .content-column {
  padding-top: 4px;
}

.ie8 .page-content > *:last-child {
  padding-bottom: 40px;
}

.ie8 .page-content > *:last-child.row-padded {
  padding-bottom: 40px;
}

.ie8 figure.content-figure {
  padding: 12px 0;
}

.ie8 figure.content-figure img {
  float: left;
  width: 100%;
}

.ie8 figure.content-figure figcaption {
  float: right;
  text-align: right;
  padding-right: 0;
  width: 75%;
}

.ie8 figure.quote {
  padding: 0;
}

.ie8 figure.quote blockquote {
  float: right;
  text-align: right;
  padding: 16px 0;
}

.ie8 figure.quote figcaption {
  float: right;
  text-align: right;
  padding-right: 0;
  width: 50%;
}

.ie8 figure.fig-inline img {
  margin-top: 24px;
}

.ie8 figure.fig-inline figcaption {
  text-align: right;
  margin: 0 0 0 -56.66667%;
  padding: 24px 0 0;
  position: absolute;
  width: 50%;
}

/* Navigation */
.ie8 .nav-main-wrapper {
  height: 96px;
  max-width: 960px;
}

.ie8 .nav-top {
  max-width: 960px;
}

.ie8 .nav-main ul {
  border-right: 1px solid #353637;
}

.ie8 .nav-main ul > li {
  border-left: 1px solid #353637;
  border-right: none;
  display: table;
  font-size: 1.1em;
  width: auto;
  height: 96px;
}

.ie8 .nav-main ul > :nth-child(3) {
  width: auto;
}

.ie8 .nav-main li a {
  border-top: 0px solid #e6e6e6;
  display: table-cell;
  float: none;
  padding: 12px 16px;
  vertical-align: bottom;
  -webkit-transition: border-top 100ms ease-out;
  transition: border-top 100ms ease-out;
}

.ie8 .nav-main li a:hover,
.ie8 .nav-main li a:focus,
.ie8 .nav-main li a:active {
  border-top: 3px solid #e6e6e6;
  padding-bottom: 11px;
}

.ie8 .nav-top li {
  margin: 0 0 0 12px;
}

.ie8 .breadcrumb ul {
  margin: 24px 0 16px;
}

.ie8 .breadcrumb ul li {
  font-size: 1em;
}

/* Custom */
.ie8 .logo {
  left: 16px;
  top: 23px;
  width: 20em;
}

.ie8 .hero {
  height: 26em;
  min-width: 960px;
  max-width: 960px;
}

.ie8 .home-header {
  margin-bottom: 0;
}

.ie8 .header-title {
  padding: 8px 7.5% 0;
  max-width: 960px;
}

.ie8 .hero-title {
  margin: 0 1%;
  padding: 24px 6.25%;
  bottom: 12px;
  width: 98%;
}

.ie8 .hero-title h1 {
  margin: 0;
}

.ie8 .bg-hero-kurse {
  margin-bottom: 0;
}

.ie8 .page-footer h1 {
  color: #e6e6e6;
  font-size: 1.146em;
  line-height: 1.5em;
  margin: 0 0 8px;
}

.ie8 .page-footer h4 {
  float: left;
  margin: 16px 0 0;
}

.ie8 .page-footer p {
  color: #e6e6e6;
  font-size: .811em;
  line-height: 1.5em;
  margin: 0;
}

.ie8 .logo-partner {
  margin: 8px 0;
}

.ie8 .copyright {
  padding: 16px 0;
}

.ie8 .welcome {
  margin-top: -192px;
}

.ie8 .welcome h1 {
  top: 30px;
}

.ie8 .welcome-info {
  float: right;
  padding-top: 192px;
  width: 66%;
}

.ie8 .welcome-tutor {
  display: block;
  float: left;
  padding-top: 192px;
  width: 28%;
}

.ie8 section.details + section.details {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ie8 .details figure {
  float: right;
  margin: 0 auto;
  width: 32%;
}

.ie8 .details-title,
.ie8 .details-info {
  float: left;
  width: 52%;
}

.ie8 .details .btn, .ie8 .details .btn-primary, .ie8 .details .btn-alt, .ie8 .details .btn-disabled, .ie8 .details .btn-s, .ie8 .details .btn-s-full, .ie8 .details .btn-full, .ie8 .details .btn-icon-l, .ie8 .details .btn-icon-r, .ie8 .details .btn-icon-only {
  margin-bottom: 0;
}

.ie8 .result-info {
  padding-bottom: 0;
  padding-right: 12px;
  width: 75%;
}

.ie8 .result-info p {
  margin-bottom: 0;
}

.ie8 .result img {
  width: 30%;
}

.ie8 .result .btn, .ie8 .result .btn-primary, .ie8 .result .btn-alt, .ie8 .result .btn-disabled, .ie8 .result .btn-s, .ie8 .result .btn-s-full, .ie8 .result .btn-full, .ie8 .result .btn-icon-l, .ie8 .result .btn-icon-r, .ie8 .result .btn-icon-only {
  float: right;
  margin-bottom: 0;
}

.ie8 .filter-block form {
  margin: 0;
}

.ie8 .filter-block .mm_select,
.ie8 .filter-block .custom-select {
  margin-bottom: 0;
}

.ie8 .filter-btn {
  float: right;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Plugins */
.ie8 .mfp-close,
.ie8 .mfp-arrow {
  background: #353637;
}

/* Print */
/*
========================================
	_print.scss
	Print Styles
========================================
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /*
	// Monochrome images 
  * {
    filter: Gray();                          /* IE4-8: depreciated 
    filter: url('../../assets/svg-framework/css/desaturate.svg#grayscale'); /* SVG version for IE10, Firefox, Safari 5 and Opera 
    -webkit-filter: grayscale(100%);         /* Chrome + Safari 6 
    -moz-filter: grayscale(100%);            /* Future proof 
    -ms-filter: grayscale(100%);             /* Future proof 
    -o-filter: grayscale(100%);              /* Future proof 
    filter: grayscale(100%);                 /* Future proof or polyfilled 
  }
	*/
  a, a:visited {
    text-decoration: underline;
  }
  /*
	a[href]:after {
        content: " (" attr(href) ")"; 
  }
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	*/
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .print-only {
    display: block !important;
  }
  .nav-top-wrapper,
  .nav-main {
    display: none;
  }
  .page-header,
  .nav-main-wrapper {
    height: 80px !important;
  }
  .logo {
    top: 20px !important;
  }
  blockquote {
    border: none;
  }
  figure.quote,
  figure.quote figcaption {
    border-color: #ccc;
  }
  .home-hero,
  .home-hero img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  /*
	.owl-item {
		clear: both;
		margin-bottom: 24px;
	}
	.owl-wrapper,
	.owl-item {
		float: left !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.home-slider-content img {
		float: right;
		width: 50%;
	}
	*/
}

#cookies {
  position: fixed;
  right: 0;
  bottom:0;
  padding: 2% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #56a2d8;
  color: #fff;
  z-index: 99999;
  display: flex;
  width: 600px;
  -webkit-box-shadow: -7px -8px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: -7px -8px 11px -4px rgba(0,0,0,0.75);
  box-shadow: -7px -8px 11px -4px rgba(0,0,0,0.75);
}

#cookies a {
  color:#ffffff;
  font-weight: 500;
}

#cookies .button {
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  padding: 8px;
  max-height:50px;
  width: 50px;
  background-color: #56a2d8;
  transition: all 0.2s linear 0s;
  text-align: center;
  width: 180px;
}

#cookies .button:hover {
  background-color: #FFFFFF;
  color: rgba(66,155,208,1);
  cursor: pointer!important;

}

#cookies span {
  font-size: 15px;
  font-family: sans-serif;
  color:#ffffff;

}

#cookies > div {
  width:940px;
  margin: 0 auto;
}

