/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('vhs-assets-css-2f760d15a1ac004381902bc57623a47a.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('vhs-assets-css-606e97bdd715cbcc10ca94757102cad9.gif') center center no-repeat;
}

.fancybox-close {
	background: url('vhs-assets-css-fa67b8405b37d174dd821f44ccbf1b34.png') no-repeat;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('vhs-assets-css-32ea84e9081602f7e1b317b485d3a9d6.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('vhs-assets-css-3771d295c92f473ee88aa0cae8aadb36.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('vhs-assets-css-5726da16e1e489675372dd80ba636a2f.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'),
       url('vhs-assets-css-a7e899279a7eb9adf47d3bfeb32b8a53.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('vhs-assets-css-0d1b4bc8dea823e7841d910382355c4c.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-italic - latin */
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: local('Karla Italic'), local('Karla-Italic'),
       url('vhs-assets-css-4d7ddba38204dae15d05ea4df8e4aea6.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('vhs-assets-css-b7c624424a5f43d4b3a5218ce03ba4e1.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: local('Karla Bold'), local('Karla-Bold'),
       url('vhs-assets-css-9c47cf221ab0b313ba03d7b0ead1dd57.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('vhs-assets-css-c3764fb7833090899b6246e673a2e6a1.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .container {
      width: 988px; } }
  @media (min-width: 1200px) {
    .container {
      width: 988px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -24px;
  margin-right: -24px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .inline-2:before, .inline-3:before, .clearfix:after, .inline-2:after, .inline-3:after {
  content: " ";
  display: table; }
.clearfix:after, .inline-2:after, .inline-3:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'elizaveta';
  src: url('vhs-assets-css-9a0872072280aec10f2f6624d55b4182.eot?7018561');
  src: url('vhs-assets-css-7ab4e7fe8b8dfbd9ac1d4ab918bd6fe6.eot?7018561#iefix') format("embedded-opentype"), url('vhs-assets-css-bbe5a5f3c7499bf2046dbea62dbdeecf.woff?7018561') format("woff"), url('vhs-assets-css-de473fc755917630aa0fdb6378e5eb8a.ttf?7018561') format("truetype"), url('vhs-assets-css-329f2f7f7cb42d40422ff660edae8cbd.svg?7018561#elizaveta') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'elizaveta';
    src: url('../font/elizaveta.svg?7018561#elizaveta') format('svg');
  }
}
*/
.icon, [class^="icon-"]:before, [class*=" icon-"]:before, .portfolio:before, .portfolio:after {
  color: black;
  font-family: "elizaveta";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-menu:before {
  content: '\e800'; }

/* '' */
.icon-pause:before {
  content: '\e801'; }

/* '' */
.icon-pfeil_lang:before {
  content: '\e802'; }

/* '' */
.icon-play:before {
  content: '\e803'; }

/* '' */
.icon-uebersicht:before {
  content: '\e804'; }

/* '' */
.icon-x:before {
  content: '\e805'; }

/* '' */
body {
  font-family: 'Karla', Trebuchet, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4vw;
  line-height: 1.5em; }
  @media (min-width: 768px) {
    body {
      font-size: 1.7vw;
      line-height: 1.5em; } }
  @media (min-width: 992px) {
    body {
      font-size: 1.3vw;
      line-height: 1.5em; } }

h2 {
  font-size: 5vw;
  line-height: 1.2em;
  font-weight: 700; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.5vw;
      line-height: 1.2em;
      font-weight: 700; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 1.6vw;
      line-height: 1.2em;
      font-weight: 700; } }

p {
  font-size: 3.9vw;
  line-height: 1em;
  font-weight: 700;
  margin: 1em 0; }
  p + img {
    margin-top: 7%;
    margin-bottom: 7%; }
    @media (min-width: 768px) {
      p + img {
        margin-top: 4%;
        margin-bottom: 4%; } }
  @media (min-width: 768px) {
    p {
      font-size: 2vw;
      line-height: 1.1em; } }
  @media (min-width: 992px) {
    p {
      font-size: 1vw;
      line-height: 1em; } }
  @media (min-width: 1200px) {
    p {
      font-size: 1vw;
      line-height: 1.2em; } }
  .element .text p {
    font-size: 5vw;
    line-height: 1.2em;
    font-weight: 700;
    margin: 1em; }
    @media (min-width: 768px) {
      .element .text p {
        font-size: 1.6vw;
        line-height: 1.2em;
        font-weight: 700; } }

.col-sm-4 > *:first-child, .col-sm-6 > *:first-child {
  margin-top: 0; }

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

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

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

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

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

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

.slick-dots {
  text-align: center;
  display: block;
  padding: 0;
  margin: 30px 0; }
  .slick-dots > li {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: white;
    border: white solid 2px;
    margin: 0 3px;
    cursor: pointer; }
    .slick-dots > li > button {
      display: none; }

div.cookieWarning {
  display: none;
  background: black;
  color: white;
  text-align: center;
  position: fixed;
  z-index: 1000;
  margin: 0;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  padding: 6px 10px 2px 10px;
  box-sizing: border-box; }
  div.cookieWarning p {
    margin: 0 0 6px 0;
    font-size: 13px; }
    @media (min-width: 768px) {
      div.cookieWarning p {
        font-size: 13px; } }
    @media (min-width: 992px) {
      div.cookieWarning p {
        font-size: 0.9vw; } }
    @media (min-width: 1200px) {
      div.cookieWarning p {
        font-size: 0.6vw; } }
    div.cookieWarning p.cookieButtons {
      text-align: right; }
  div.cookieWarning a {
    background: white;
    color: black;
    line-height: 13px;
    padding: 3px 5px 2px 5px;
    font-weight: bold;
    text-decoration: none; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none; }

.float-right {
  float: right; }

.align-vcenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.align-hcenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.toTop {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  background: #626c73;
  right: 10px;
  bottom: 10px;
  padding: 5px 10px;
  color: white;
  display: none;
  transition: background-color 400ms; }
  .toTop:hover {
    background: red; }

.justify {
  text-align: justify; }
  .justify:before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -20px; }
  .justify:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .justify p {
    display: inline-block;
    position: relative;
    top: 20px; }

.button, button, input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  color: black;
  padding: 0;
  outline: none; }
  .button.to-top, button.to-top, input[type=submit].to-top {
    display: block;
    margin: 22px auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    body.port .button.to-top, body.port button.to-top, body.port input[type=submit].to-top {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

input[type=text],
select,
textarea {
  width: 100%;
  background: white;
  border: none;
  background: #626c73;
  padding: 0 10px;
  outline: none;
  transition: background-color 300ms;
  line-height: 1.8em; }

.error,
input.error,
select.error,
textarea.error {
  background: red; }

input:-ms-input-placeholder {
  color: white; }

input:-moz-placeholder {
  color: white; }

input::-moz-placeholder {
  color: white; }

input::-webkit-input-placeholder {
  color: white; }

svg .hover {
  fill: #626c73;
  transition: fill 400ms;
  -webkit-transition: fill 400ms;
  -moz-transition: fill 400ms;
  -o-transition: fill 400ms;
  transition: fill 400ms; }
svg:hover .hover {
  fill: red; }

img {
  width: 100%;
  height: auto;
  display: block; }
  img.noresp {
    width: auto;
    height: auto; }
    img.noresp.center {
      margin: 0 auto; }

.row.smallPadding {
  margin-left: -4px;
  margin-right: -4px; }
  .row.smallPadding [class*='col-'] {
    padding: 0 4px; }

.row.noPadding {
  margin-left: 0px;
  margin-right: 0px; }
  .row.noPadding [class*='col-'] {
    padding: 0 0px; }

.row.alignBottom {
  display: table; }
  .row.alignBottom [class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: bottom; }

@media (min-width: 992px) {
  .row.equal {
    display: table;
    margin: 0; }
    .row.equal > [class*="col-"] {
      float: none;
      display: table-cell;
      vertical-align: top; } }

.row.pictures {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px; }
  .row.pictures [class*='col-'] {
    padding: 0 0px; }
    .row.pictures [class*='col-'] + [class*='col-'] {
      margin-top: 8px; }
    @media (min-width: 768px) {
      .row.pictures [class*='col-'] + [class*='col-'] {
        margin-top: 0; }
      .row.pictures [class*='col-']:before {
        content: " ";
        width: 8px;
        position: absolute;
        z-index: 10;
        right: -4px;
        top: 0;
        height: 100%;
        background: white; }
      .row.pictures [class*='col-']:last-child:before {
        display: none; } }
  .row.pictures + .row.pictures {
    margin-top: 8px; }

table.oldBrowser {
  width: 100%;
  margin-top: 30px; }
  table.oldBrowser h4 {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0; }
  table.oldBrowser td {
    text-align: center; }
  table.oldBrowser img {
    display: inline; }
  table.oldBrowser a {
    display: block;
    width: 160px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #888888;
    padding: 5px 15px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 15px; }

section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  section ul li {
    padding-left: 16px; }
    section ul li:before {
      content: '-';
      display: inline-block;
      width: 16px;
      margin-left: -16px; }

.scrolloff {
  pointer-events: none; }

.wrap-map {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  height: 0; }
  @media (min-width: 768px) {
    .wrap-map {
      padding-bottom: 40%;
      /* 16:9 */ } }
  .wrap-map > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.inline-2 {
  margin: -10px; }
  .inline-2 > * {
    display: block;
    float: left;
    vertical-align: top;
    padding: 10px;
    width: 50%; }

.inline-3 {
  margin: -10px; }
  .inline-3 > * {
    display: block;
    float: left;
    vertical-align: top;
    padding: 10px;
    width: 33.333%; }

* {
  box-sizing: border-box; }

*[class~=col-] {
  float: left; }

html {
  height: 100%; }

body {
  background: #ffffff;
  position: relative;
  min-height: 100%;
  overflow: hidden; }
  body.cursor-left {
    cursor: url('vhs-assets-css-0410ffd8f66a187fbced2b99e8d593ec.png'), default; }
  body.cursor-right {
    cursor: url('vhs-assets-css-d7c117c2ae5128b5282f7c4fdbdce6fe.png'), default; }

#main {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  body.show-cover #main > * {
    opacity: 0; }
    body.show-cover #main > *.cover {
      opacity: 1; }
  body.iphone #main {
    height: calc(100vh - 50px); }

.cover {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 800ms;
  cursor: pointer;
  z-index: 500; }
  body.hide-cover-anim .cover {
    opacity: 0; }
  body.hide-cover .cover {
    display: none; }
  .cover img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .cover img {
        width: 40%; } }
    @media (min-width: 992px) {
      .cover img {
        width: 50%; } }
    @media (min-width: 1200px) {
      .cover img {
        width: 30%; } }

header {
  position: fixed;
  width: 100%;
  z-index: 300;
  padding: 0 4.5%; }
  header .logo {
    display: block;
    width: 80%;
    margin-top: 22px; }
    @media (min-width: 768px) {
      header .logo {
        width: 28%; } }
    @media (min-width: 1200px) {
      header .logo {
        width: 24%; } }
  header .social {
    float: right;
    display: none; }
    @media (min-width: 768px) {
      header .social {
        display: block;
        margin-top: 22px; } }
    header .social a {
      font-weight: bold;
      color: #999999;
      margin-left: 1em;
      position: relative;
      top: -0.3em; }
      header .social a:first-child {
        margin-left: 0; }

.wrap-page {
  padding: 18% 4.5% 0 4.5%;
  min-height: 100vh;
  width: 100vw; }
  .wrap-page.max {
    height: 100vh; }
    body.iphone .wrap-page.max {
      min-height: calc(100vh - 70px);
      height: calc(100vh - 70px); }
  @media only screen and (max-device-width: 768px) and (orientation: landscape) {
    .wrap-page {
      padding: 10% 4.5%; } }
  @media (min-width: 768px) {
    .wrap-page {
      padding: 8% 4.5% 0 4.5%; } }

@media (min-width: 768px) {
  .wrap-portfolio-intro {
    margin: -1%; } }
.wrap-portfolio-intro .portfolio-intro {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2%; }
  @media (min-width: 768px) {
    .wrap-portfolio-intro .portfolio-intro {
      float: left;
      padding: 1%;
      width: 33.333%;
      margin: 0; } }
  .wrap-portfolio-intro .portfolio-intro > span {
    display: block;
    text-align: center; }
    .wrap-portfolio-intro .portfolio-intro > span > span {
      position: relative;
      font-weight: bold; }
  .wrap-portfolio-intro .portfolio-intro:hover > span > span:after, .wrap-portfolio-intro .portfolio-intro.act > span > span:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: 100%;
    height: 0.15em;
    background: black; }
    @media (min-width: 1200px) {
      .wrap-portfolio-intro .portfolio-intro:hover > span > span:after, .wrap-portfolio-intro .portfolio-intro.act > span > span:after {
        height: 0.1em; } }

.menu {
  float: right;
  display: none; }
  @media (min-width: 768px) {
    .menu {
      display: block;
      margin: 22px 1.6em 0 0; } }
  .menu a {
    position: relative;
    font-weight: bold;
    margin-left: 1em;
    top: -0.3em; }
    .menu a:first-child {
      margin-left: 0; }
    .menu a:hover:after, .menu a.act:after {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: -0.1em;
      width: 100%;
      height: 0.15em;
      background: black; }
      @media (min-width: 1200px) {
        .menu a:hover:after, .menu a.act:after {
          height: 0.1em; } }

body.default .wrap-page a {
  position: relative; }
  body.default .wrap-page a:hover:after, body.default .wrap-page a.act:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: 100%;
    height: 0.15em;
    background: black; }
    @media (min-width: 1200px) {
      body.default .wrap-page a:hover:after, body.default .wrap-page a.act:after {
        height: 0.1em; } }

.menu-xs {
  display: none;
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 280;
  font-size: 5vw;
  line-height: 1.5em; }
  body.visible-menu-xs .menu-xs {
    display: block; }
  .menu-xs .wrap-page {
    background: white;
    padding-bottom: 18%; }
    @media only screen and (max-device-width: 768px) and (orientation: landscape) {
      .menu-xs .wrap-page {
        padding-bottom: 10%; } }
    .menu-xs .wrap-page a {
      display: block;
      background: black;
      height: 49.25%;
      position: relative;
      font-weight: bold;
      margin-top: 1%; }
      .menu-xs .wrap-page a:first-child {
        margin: 0; }
      .menu-xs .wrap-page a span {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .menu-xs .wrap-page a:hover span:after, .menu-xs .wrap-page a.act span:after {
        content: ' ';
        position: absolute;
        left: 0;
        bottom: -0.2em;
        width: 100%;
        height: 0.15em;
        background: white; }
  .menu-xs .social {
    margin-top: -35px;
    text-align: center; }
    .menu-xs .social a {
      font-weight: bold;
      color: #999999;
      margin-left: 1em; }
      .menu-xs .social a:first-child {
        margin-left: 0; }

.page {
  position: relative;
  width: 100%;
  height: 100vh; }
  body.iphone .page {
    height: calc(100vh - 70px); }
  .page.visible-thumbs nav .left div:nth-child(1) {
    display: none; }
  .page.visible-thumbs nav .left div:nth-child(2) {
    display: inline-block; }
  .page nav {
    display: block;
    position: absolute;
    width: 91%;
    z-index: 260;
    bottom: 4%;
    left: 4.5%;
    line-height: 0.5vw;
    font-size: 4vw; }
    @media (min-width: 768px) {
      .page nav {
        font-size: 1.7vw; } }
    @media (min-width: 992px) {
      .page nav {
        line-height: 0.5vw;
        font-size: 1.3vw; } }
    .page nav .icon {
      cursor: pointer;
      margin-right: 0.5vw;
      line-height: inherit; }
      @media (min-width: 768px) {
        .page nav .icon {
          -webkit-transform: scale(0.7);
          transform: scale(0.7); } }
    .page nav .left {
      float: left;
      font-weight: 700;
      vertical-align: middle; }
      .page nav .left div:nth-child(1) {
        display: inline-block; }
      .page nav .left div:nth-child(2) {
        display: none; }
    .page nav .title {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 55%);
      transform: translate(-50%, 50%);
      font-weight: bold;
      line-height: 1em; }
      @media (min-width: 768px) {
        .page nav .title {
          line-height: 1.5em; } }
    .page nav .right {
      float: right; }
      .page nav .right .prev {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .page nav .right .next {
        margin-left: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }

.portfolio-grid {
  font-size: 0;
  line-height: 0;
  cursor: default;
  position: absolute;
  z-index: 260;
  background: white;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: none; }
  div.page.visible-thumbs .portfolio-grid {
    display: block; }
  .portfolio-grid > div {
    height: 84%;
    width: 91%;
    display: block;
    position: absolute;
    top: 8%;
    left: 4.5%;
    overflow-y: auto; }
    body.iphone .portfolio-grid > div {
      height: calc(84% - 70px); }
    .portfolio-grid > div > div {
      position: relative;
      top: 50%;
      max-height: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .portfolio-grid > div > div > img {
        cursor: pointer;
        display: inline-block;
        margin: 3px; }

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

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

  100% {
    opacity: 0; } }
.portfolio {
  position: relative;
  width: 100%;
  height: 100vh; }
  .portfolio:before {
    content: '\e803';
    color: white;
    position: absolute;
    z-index: 120;
    top: 50%;
    left: 10%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .portfolio:after {
    content: '\e803';
    color: white;
    position: absolute;
    z-index: 120;
    top: 50%;
    right: 10%;
    opacity: 1;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .portfolio .element {
    position: relative;
    width: 100%;
    height: 100vh; }
    .portfolio .element > div {
      display: block;
      position: absolute;
      height: 76%;
      width: 91%;
      top: 12%;
      left: 4.5%; }
      body.iphone .portfolio .element > div {
        height: calc(76% - 70px); }
      @media screen and (min-aspect-ratio: 4 / 3) {
        .portfolio .element > div {
          height: 84%;
          width: 91%;
          top: 8%;
          left: 4.5%; } }
      .portfolio .element > div.text {
        background: black;
        color: white;
        height: 76%;
        width: 91%;
        top: 12%;
        left: 4.5%;
        overflow-y: auto; }
        @media (min-width: 768px) {
          .portfolio .element > div.text {
            height: 84%;
            width: 40%;
            top: 8%;
            left: 30%; } }
      .portfolio .element > div > img {
        width: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .portfolio .slick-arrow {
    position: absolute;
    z-index: 250;
    top: 50%;
    background: none;
    font-size: 14px;
    width: auto;
    outline: none; }
    @media (min-width: 768px) {
      .portfolio .slick-arrow {
        font-size: 40px; } }
    .portfolio .slick-arrow.slick-disabled {
      display: none !important; }

footer {
  clear: both; }

.burger {
  width: 40px;
  top: 0;
  right: 4.5%;
  position: absolute;
  z-index: 300;
  padding: 0px 0 3px 12px;
  margin: 22px 0 0 0;
  cursor: pointer; }
  .burger > div {
    background: black;
    height: 4px;
    margin: 4px 0; }
    .burger > div:first-child {
      margin-top: 0; }

.wrap-video {
  background-size: cover;
  background-position: center center; }
  .wrap-video iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  .wrap-video .play {
    cursor: pointer;
    color: white;
    font-size: 6vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }


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

