/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
#footer {
  background-color: #eee;
  height: 80px;
}
#content:before,
#contentOverlayed:before,
#content:after,
#contentOverlayed:after {
  content: " ";
  display: table;
}
#content:after,
#contentOverlayed:after {
  clear: both;
}
#content .contentCol,
#contentOverlayed .contentCol {
  min-height: 200px;
  float: left;
  position: relative;
  width: 100%;
  background-color: transparent;
  margin: 0 0 10px 0;
}
#content .contentCol:before,
#contentOverlayed .contentCol:before,
#content .contentCol:after,
#contentOverlayed .contentCol:after {
  content: " ";
  display: table;
}
#content .contentCol:after,
#contentOverlayed .contentCol:after {
  clear: both;
}
#content .contentCol[data-type="menu"],
#contentOverlayed .contentCol[data-type="menu"] {
  width: 23%;
  margin: 0 2% 0 0;
}
#content .contentCol[data-type="content"],
#contentOverlayed .contentCol[data-type="content"] {
  width: 75%;
  margin: 0px;
}
#content .contentCol[data-width="1/4"],
#contentOverlayed .contentCol[data-width="1/4"] {
  width: 25%;
  background-color: green;
}
#content .contentCol[data-width="2/4"],
#contentOverlayed .contentCol[data-width="2/4"] {
  width: 50%;
  background-color: grey;
}
#content .contentCol[data-width="3/4"],
#contentOverlayed .contentCol[data-width="3/4"] {
  width: 75%;
  background-color: yellow;
}
#content .contentCol[data-width="1/3"],
#contentOverlayed .contentCol[data-width="1/3"] {
  width: 33.33%;
  background-color: green;
}
#content .contentCol[data-width="2/3"],
#contentOverlayed .contentCol[data-width="2/3"] {
  width: 66.66%;
  background-color: grey;
}
#content .contentCol[data-width="1/2"],
#contentOverlayed .contentCol[data-width="1/2"] {
  width: 50%;
  background-color: #aaf;
}
#content .contentRow,
#contentOverlayed .contentRow {
  margin: 15px auto;
}
#content .contentRow:before,
#contentOverlayed .contentRow:before,
#content .contentRow:after,
#contentOverlayed .contentRow:after {
  content: " ";
  display: table;
}
#content .contentRow:after,
#contentOverlayed .contentRow:after {
  clear: both;
}
.contentBox {
  padding: 10px;
}
.contentBox[data-type="grey"] {
  padding: 5px;
  background-color: #808080;
}
.paginator span.prev {
  display: none;
}
.paginator span.next {
  display: none;
}
.paginator[data-paginator="before"] {
  display: block;
}
.paginator[data-paginator="after"] {
  display: block;
}
.slider {
  height: auto;
  position: relative;
  z-index: 100;
}
.slider img.sizer {
  width: 100%;
  visibility: hidden;
}
.slider .slidesContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slider .slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.slider .slide img {
  width: 100%;
}
.slider .slide .teaserContent {
  position: absolute;
  width: 30%;
  left: 60%;
  top: 60%;
  background: rgba(255, 255, 255, 0.9);
}
.slider .controls {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 50px;
  display: block;
  top: 50%;
}
.slider .controls.prev {
  background: #ff0;
  left: -20px;
}
.slider .controls.next {
  background: #f0f;
  right: -20px;
}
img {
  border: 0;
}
:focus {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.null {
  width: 0;
  height: 0px;
}
.button {
  transition: all 0.3s !important;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.button:hover {
  background-color: #dcdcdc;
}
/*
	200 x 470
	  <= image: 200 x 450 + 20 text
	200 x 220
	  <= image: 200 x 200 + 20 text

	FIXER vertikaler Abstand zwischen LIs: 30px;
	
	+---------------+     +---------------+
	|               |     |               |
	|   300 x 450   |     |   300 x 200   |
	|               |     |               |
	|               |     +---------------+
	|               |     |          20   |
	|               |     +---------------+
	|               |                30
	|               |     +---------------+
	|               |     |               |
	|               |     |   300 x 200   |
	|               |     |               |
	+---------------+     +---------------+
	|          20   |     |          20   |
	+---------------+     +---------------+
			= 470                 = 470
	
*/
/*
	Helps cover images to be smother
*/
#helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  z-index: 90000;
}
#test1 {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 90000;
  left: 1px;
  bottom: 1px;
  background: red;
}
html {
  height: 100%;
}
html.ios7Fix {
  width: 100%;
  position: fixed;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-color: black;
  overflow: hidden;
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 100;
}
.contentRow {
  text-transform: uppercase;
}
h1 {
  font-size: 140%;
  font-family: Roboto;
  font-weight: 100;
}
p,
table,
table td {
  font-size: 13px;
  line-height: 1.5em;
  word-spacing: 2px;
}
#main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
}
html.csstransforms3d #main {
  transition: transform 1.2s, opacity 1.0s;
}
html.csstransforms3d #main.hidden {
  -webkit-transform: translate3d(0, -41px, 0);
  -moz-transform: translate3d(0, -41px, 0);
  -ms-transform: translate3d(0, -41px, 0);
  -o-transform: translate3d(0, -41px, 0);
  transform: translate3d(0, -41px, 0);
}
html.no-csstransforms3d #main.hidden {
  margin-top: -41px;
}
#head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
#head.noTransition {
  transition: none;
}
#head .headInner {
  background: #f5f5f5;
  margin: 0;
  width: 100%;
  padding-top: 0;
  position: relative;
  margin-bottom: 0px;
}
#head #headLine {
  display: none;
  position: absolute;
  top: 145px;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
#head #logo {
  margin: 0px auto;
  padding: 0;
  background: url(/img/logo/logo.png) no-repeat 50% 0 transparent;
  height: 85px;
  background: url(/img/logo/logo-wb-mid-4-3.png) no-repeat 50% 0 transparent;
  -webkit-background-size: auto 70px;
  -moz-background-size: auto 70px;
  background-size: auto 70px;
}
#head #logo.clickable {
  cursor: pointer;
}
#head #menuGhost {
  height: 0px;
}
#head #menuGhost.mobile {
  height: 55px;
}
#head #menu {
  text-align: center;
}
#head #menu.mobile {
  min-height: 30px;
  margin: 0px 20px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #999999;
  position: absolute;
  top: 141px;
  left: -20px;
  width: 100%;
  background: rgba(245, 245, 245, 0.97);
  z-index: 19000;
}
#head #menu.mobile #menuMobileIcon {
  display: block;
}
#head #menu.mobile ul.main {
  display: none;
  padding-top: 0;
}
#head #menu.mobile ul.main li {
  display: block;
  border: 0;
}
#head #menu.mobile.open ul.main {
  display: block;
}
#head #menu #menuMobileIcon {
  display: none;
  width: 100%;
  height: 20px;
  background: url(/img/icon/menu-mobile.png) no-repeat 50% 0;
  background-size: 24px;
}
#head #menu ul.main {
  width: 100%;
  margin: 0;
  padding: 0 0px 15px 0;
  list-style: none;
  font-family: Roboto;
  font-weight: 300;
}
#head #menu ul.main li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0px;
  padding: 15px 0 0 0;
  border-top: 1px solid #999999;
}
#head #menu ul.main li:first-child {
  padding-left: 0;
}
#head #menu ul.main li:last-child {
  padding-right: 0;
}
#head #menu ul.main li div.icon {
  display: none;
  position: absolute;
  z-index: 200;
  width: 10px;
  width: calc(100% - 0px);
  height: 10px;
  margin-top: 10px;
}
#head #menu ul.main li a {
  display: block;
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  color: #aaa;
  text-transform: uppercase;
  transition: all 0.3s;
}
#head #menu ul.main li a:hover {
  color: #999999;
}
#head #menu ul.main li.on a,
#head #menu ul.main li:hover a {
  color: #000;
}
#head #headerMenu {
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 15px;
  height: 56px;
}
#head #headerMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
#head #headerMenu ul li {
  display: inline-block;
}
#head #headerMenu ul li a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #999999;
  display: block;
  padding: 0 10px;
}
#head #headerMenu ul li a:hover {
  color: #000000;
}
#loaderContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: fixed;
  left: 50%;
  margin-left: -24px;
  opacity: 1;
  top: 40%;
  z-index: 20001;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: url(/img/loader/loader-32x32-5f5f5f.gif) no-repeat 50% 50% #f5f5f5;
  background-size: 32px;
  transition: all 0s;
}
#loaderContent.fadeDown {
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(150px);
}
#loaderContent.hidden {
  display: none !important;
}
#loaderContentProgress {
  left: 50%;
  margin-left: -25px;
  display: none;
  position: fixed;
  top: calc(40% - 1px);
  z-index: 20000;
  width: 100px;
  height: 100px;
}
#content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  transition: transform 1.0s, opacity 1.0s;
  transform-origin: 50% 0;
}
#content .content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#content .content[data-type="portfolio"] {
  background: #f5f5f5;
}
#content .content ul.portfolioAlbum {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  list-style: none;
  position: static;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1400px;
  border: 1px solid transparent;
  margin: 0 auto;
  margin-top: 15px;
}
#content .content ul.portfolioAlbum li {
  background: #f5f5f5;
  cursor: pointer;
  width: 300px;
  overflow: hidden;
  width: 270px;
  margin-bottom: 1px;
  margin-right: 1px;
}
#content .content ul.portfolioAlbum li .outer {
  overflow: hidden;
}
#content .content ul.portfolioAlbum li img {
  display: block;
}
#content .content ul.portfolioAlbum li img {
  transform-origin: 50% 0;
  transition: transform 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#content .content ul.portfolioAlbum li[data-orientation="portrait"] {
  height: 361px;
}
#content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
  height: 361px;
}
#content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
  width: 270px;
}
#content .content ul.portfolioAlbum li[data-orientation="landscape"] {
  height: 180px;
}
#content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
  height: 180px;
}
#content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
  width: 270px;
}
#content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
  height: 270px;
}
#content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
  width: 270px;
}
#content .content ul.portfolioAlbum li[data-orientation="original"] {
  height: auto;
}
#content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
  width: 270px;
}
#content .content ul.portfolioAlbum li.hilite .title {
  opacity: 1;
}
#content .content ul.portfolioAlbum li .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  position: absolute;
  opacity: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.81);
}
#content .content ul.portfolioAlbum li .title .text {
  position: relative;
}
#content .content ul.portfolioAlbum li .title .text .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0 0 15px;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #content .content ul.portfolioAlbum li .title .text .inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 382px) {
  #content .content ul.portfolioAlbum li .title .text .inner {
    font-size: 12px;
  }
}
#navRoundClose {
  cursor: pointer;
  z-index: 2000;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(/img/icon/nav-round-close-bare-ttt-000.png) no-repeat 50% 50% transparent;
  background-size: 100%;
}
#navRoundClose:hover,
#navRoundClose.hover {
  background-image: url(/img/icon/nav-round-close-000-fff.png);
}
#navRoundDown {
  display: none;
  cursor: pointer;
  z-index: 2000;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(/img/icon/nav-round-down-bare-ttt-000.png) no-repeat 50% 50% transparent;
  background-size: 100%;
}
#navRoundDown:hover,
#navRoundDown.hover {
  background-image: url(/img/icon/nav-round-down-000-fff.png);
}
#navRoundUp {
  display: none;
  cursor: pointer;
  z-index: 2000;
  position: absolute;
  right: calc(20px + 100px);
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(/img/icon/nav-round-up-bare-ttt-000.png) no-repeat 50% 50% transparent;
  background-size: 100%;
}
#navRoundUp:hover,
#navRoundUp.hover {
  background-image: url(/img/icon/nav-round-up-000-fff.png);
}
#navCoverDown {
  cursor: pointer;
  z-index: 20000;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -60px;
  width: 120px;
  height: 21px;
  background: url(/img/icon/nav-album-down-arrow.png) no-repeat 50% 50% transparent;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-100px);
}
#navCoverDown.visible {
  transform: translateY(0);
  opacity: 1;
}
#imageCounter {
  cursor: pointer;
  z-index: 2000;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  line-height: 30px;
  height: 30px;
  font-family: Roboto;
  font-weight: 100;
  font-size: 18px;
  color: #000;
}
.navBottom {
  cursor: pointer;
  z-index: 20000;
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 30px;
  height: 30px;
  background: no-repeat 50% 50% transparent;
  background-size: 100%;
}
html.csstransforms3d .navBottom {
  transition: transform 0.2s linear;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
html.csstransforms3d .navBottom.visible {
  transition: transform 0.2s linear;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
html.no-csstransforms3d .navBottom {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
html.no-csstransforms3d .navBottom.visible {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#navBottomUp {
  margin-left: -65px;
  background-image: url(/img/icon/nav-round-up-bare-ttt-000.png);
}
#navBottomUp:hover,
#navBottomUp.hover {
  background-image: url(/img/icon/nav-round-up-000-fff.png);
}
#navBottomDown {
  margin-left: 35px;
  background-image: url(/img/icon/nav-round-down-bare-ttt-000.png);
}
#navBottomDown:hover,
#navBottomDown.hover {
  background-image: url(/img/icon/nav-round-down-000-fff.png);
}
#albumThumbs {
  position: absolute;
  z-index: 20000;
  top: 100%;
  width: 100%;
  height: auto;
  background: transparent;
  border: 10px solid #f5f5f5;
  border-width: 0px 0 0 0;
}
html.csstransforms3d #albumThumbs {
  transition: transform 0.22s ease, background 0.22s ease;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
html.csstransforms3d #albumThumbs.visible {
  transition: transform 0.22s linear;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
html.csstransforms3d #albumThumbs.hover {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.22s ease;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
html.csstransforms3d #albumThumbs.hover .iconGrid {
  transition: top 0.22s;
  top: -16px;
  background-image: url(/img/icon/nav-round-grid-bb.png) !important;
}
html.csstransforms3d #albumThumbs.hover .thumbsInner {
  border-top: 1px dashed #999;
}
html.no-csstransforms3d #albumThumbs {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
html.no-csstransforms3d #albumThumbs.visible {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.no-csstransforms3d #albumThumbs.hover {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.22s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
html.no-csstransforms3d #albumThumbs.hover .iconGrid {
  transition: top 0.22s;
  top: -16px;
  background-image: url(/img/icon/nav-round-grid-bb.png) !important;
}
html.no-csstransforms3d #albumThumbs.hover .thumbsInner {
  border-top: 1px dashed #999;
}
#albumThumbs .thumbsInner {
  border-width: 1px 0 0 0;
}
#albumThumbs .iconGrid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: -26px;
  margin-left: -16px;
  width: 33px;
  height: 33px;
  background: url(/img/icon/nav-round-grid-trans.png) no-repeat 50% 50% transparent;
  background-size: 100%;
  transition: top 0.22s;
}
#albumThumbs .iconGrid:hover {
  background-image: url(/img/icon/nav-round-grid-trans-hover.png);
}
#albumThumbs .thumb {
  margin-bottom: 1px;
  margin-right: 1px;
  height: 100px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
}
#albumThumbs .thumb img {
  height: 100px;
}
#albumThumbs .thumb:hover img {
  opacity: 0.7;
}
#albumThumbs .thumb img {
  display: block;
}
#contentAjax {
  position: absolute;
  overflow: hidden;
  z-index: 4000;
  width: 100%;
  height: 100%;
  height: calc(100% - 101px - 0px);
  top: 101px;
  background: #f5f5f5;
}
html.csstransforms3d #contentAjax {
  transition: all 1.2s, opacity 0.8s;
  transform: translate3d(0, 100%, 0);
}
html.csstransforms3d #contentAjax.visible {
  -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);
}
html.no-csstransforms3d #contentAjax {
  top: 100%;
}
html.no-csstransforms3d #contentAjax.visible {
  top: 101px;
}
#contentAjax #albumCover {
  width: 100%;
  height: 100%;
  position: absolute;
}
html.csstransforms3d #contentAjax #albumCover {
  transition: all 0.6s;
}
html.csstransforms3d #contentAjax #albumCover.parallax {
  transform: translate3d(0, -50%, 0);
}
html.no-csstransforms3d #contentAjax #albumCover {
  top: 0;
}
html.no-csstransforms3d #contentAjax #albumCover.parallax {
  top: -50%;
}
#contentAjax #albumCover #albumCoverImage {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#contentAjax #albumCoverTitle {
  display: none !important;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  transition: all 0.2s linear;
}
#contentAjax #albumCoverTitle.parallax .inner {
  transition: transform 0.6s;
  transform: translate3d(0, 50%, 0);
}
#contentAjax #albumCoverTitle.loading {
  transition: all 5s linear;
}
#contentAjax #albumCoverTitle .inner {
  transition: all 0.6s;
  position: absolute;
  transform: translate3d(0, 75%, 0);
  width: 100%;
  height: 100%;
}
html.no-csstransforms3d #contentAjax #albumCoverTitle .inner {
  transform: translateY(75%);
}
#contentAjax #albumCoverTitle .title span {
  font-family: Roboto;
  font-weight: 200;
  display: inline-block;
  color: #000;
  background: rgba(245, 245, 245, 0.9);
  padding: 10px 20px;
}
#contentAjax #albumCoverTitle .title span.main {
  font-size: 30px;
  line-height: 40px;
}
#contentAjax #albumCoverTitle .title span.type {
  font-family: Roboto;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  margin-top: 2px;
}
#contentAjax #albumMenuTop {
  position: absolute;
  z-index: 100;
  left: 0%;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  transition: transform 0.6s;
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
  /*
		&.noPassHelper {	// Needed for iPad
			transition: all 0;
			height: 100%;
		}
		*/
}
html.no-csstransforms3d #contentAjax #albumMenuTop {
  top: 100%;
}
html.no-csstransforms3d #contentAjax #albumMenuTop.parallax {
  top: 0;
}
html.no-csstransforms3d #contentAjax #albumMenuTop.parallax .inner {
  top: 0;
}
#contentAjax #albumMenuTop.parallax {
  transform: translate3d(0, 0%, 0);
}
#contentAjax #albumMenuTop.parallax .inner {
  transform: translate3d(0, 0%, 0);
}
#contentAjax #albumMenuTop.pass {
  transition: all 0;
  height: 100px;
}
#contentAjax #albumMenuTop .inner {
  transition: all 0.6s;
  position: absolute;
  transform: translate3d(0, -25%, 0);
  width: 100%;
  height: 100%;
}
#contentAjax #albumMenuTop .title span {
  font-family: Roboto;
  font-weight: 200;
  display: inline-block;
  color: #000;
  background: transparent;
  padding: 10px 20px;
}
#contentAjax #albumMenuTop .title span.main {
  font-size: 30px;
  line-height: 40px;
}
#contentAjax #albumMenuTop .title span.type {
  font-family: Roboto;
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  margin-top: 1px;
}
#contentAjax #albumScroller {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.6s;
  position: absolute;
  z-index: 90;
  width: 100% !important;
  height: 100%;
}
#contentAjax #albumScroller .element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #f5f5f5;
  padding: 70px 20px 70px 20px;
  transition: transform 0.6s;
  transform: translate3d(0, 0%, 0);
}
#contentAjax #albumScroller .element.parallax {
  transition: all 0.6s;
  transform: translateY(50%);
}
#contentAjax #albumScroller .element .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% transparent;
  background-size: contain;
}
#contentAjax #albumScroller .element .video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin-left: 10%;
}
#contentAjax #albumScroller .element .video[data-vendor="youtube"] iframe {
  width: 100%;
  height: 100%;
}
#contentAjax #albumScroller .element .video[data-vendor="vimeo"] iframe {
  width: 100%;
  height: 100%;
}
#overlay {
  display: none;
  position: absolute;
  z-index: 20000;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.0;
  transition: opacity 0.6s;
}
#overlay.visible {
  left: 0;
  opacity: 1;
}
#contentOverlayed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 20001;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.6s, opacity 0.3s;
}
#contentOverlayed.visible {
  transition: all 0.6s, opacity 0.6s;
  opacity: 1;
  transform: translate3d(0, 30px, 0);
}
html.no-csstransforms3d #contentOverlayed.visible {
  top: 40px;
}
#contentOverlayed .btn-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/img/icon/nav-round-close-bare-ttt-000.png) no-repeat 50% 50% transparent;
  background-size: 30px;
  cursor: pointer;
}
#contentOverlayed .btn-close:hover {
  background-image: url(/img/icon/nav-round-close-000-fff.png);
}
#contentOverlayed .content {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 90%;
  max-height: calc(100% - 100px);
  box-shadow: 30px 60px 70px 0px rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  background: #fff;
  border: 10px solid #f5f5f5;
}
#contentOverlayed .content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #999;
}
#contentOverlayed .content .contentInner {
  border: 1px dashed #ccc;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  html.csstransforms3d #albumThumbs.hover .iconGrid {
    background-image: url(/img/icon/nav-round-grid-bb-large.png) !important;
  }
  #albumThumbs .iconGrid {
    background-image: url(/img/icon/nav-round-grid-trans-large.png);
  }
  #albumThumbs .iconGrid:hover {
    background-image: url(/img/icon/nav-round-grid-trans-large-hover.png);
  }
}
@media screen and (max-width: 1024px) {
  #content .content ul.portfolioAlbum li {
    width: 194px;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  #content .content ul.portfolioAlbum li img {
    transform-origin: 50% 0;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] {
    height: 259.66666667px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
    height: 259.66666667px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
    width: 194px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: 129.33333333px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
    height: 129.33333333px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
    width: 194px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
    height: 194px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
    width: 194px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
    width: 194px;
  }
  #contentAjax #albumCoverTitle .inner {
    transform: translate3d(0, 70%, 0);
  }
}
@media screen and (max-width: 800px) {
  #content .content ul.portfolioAlbum li {
    width: 184px;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  #content .content ul.portfolioAlbum li img {
    transform-origin: 50% 0;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] {
    height: 246.33333333px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
    height: 246.33333333px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
    width: 184px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: 122.66666667px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
    height: 122.66666667px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
    width: 184px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
    height: 184px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
    width: 184px;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
    width: 184px;
  }
  #albumThumbs .thumb {
    margin-bottom: 1px;
    margin-right: 1px;
    height: 50px;
  }
  #albumThumbs .thumb img {
    height: 50px;
  }
}
@media screen and (max-height: 400px) {
  #contentAjax {
    height: calc(100% - 0px - 0px) !important;
    top: 0px !important;
  }
  html.no-csstransforms3d #contentAjax.visible {
    top: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  html.csstransforms3d #main.hidden {
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  html.no-csstransforms3d #main.hidden {
    margin-top: -15px;
  }
  #head #headerMenu {
    height: 30px;
  }
  #head #logo {
    height: 55px;
    -webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    background-size: auto 50px;
  }
  #head #menu.mobile {
    top: 85px;
  }
  #content .content ul.portfolioAlbum {
    margin-top: 0px;
  }
  #contentAjax {
    height: calc(100% - 71px - 0px);
    top: 71px;
  }
  html.no-csstransforms3d #contentAjax.visible {
    top: 71px;
  }
}
@media screen and (max-width: 556px) {
  #content .content ul.portfolioAlbum li {
    width: 31%;
    margin-bottom: 2px;
    margin-right: 2px;
  }
  #content .content ul.portfolioAlbum li img {
    transform-origin: 50% 0;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] {
    height: 43.33333333%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
    height: 43.33333333%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
    width: 31%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: 20.66666667%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
    height: 20.66666667%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
    width: 31%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
    height: 31%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
    width: 31%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
    width: 31%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"],
  #content .content ul.portfolioAlbum li[data-orientation="portrait"],
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer .inner img {
    width: 100%;
  }
}
@media screen and (max-width: 382px) {
  #content .content ul.portfolioAlbum li {
    width: 48%;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  #content .content ul.portfolioAlbum li img {
    transform-origin: 50% 0;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] {
    height: 65%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
    height: 65%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
    width: 48%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: 32%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
    height: 32%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
    width: 48%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
    height: 48%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
    width: 48%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
    width: 48%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"],
  #content .content ul.portfolioAlbum li[data-orientation="portrait"],
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer .inner img {
    width: 100%;
  }
  #contentAjax #albumMenuTop .title span.main,
  #contentAjax #albumCoverTitle .title span.main {
    font-size: 18px;
  }
  #contentAjax #albumMenuTop .title span.type,
  #contentAjax #albumCoverTitle .title span.type {
    font-size: 13px;
  }
  #contentAjax #albumMenuTop #navRoundClose,
  #contentAjax #albumCoverTitle #navRoundClose,
  #contentAjax #albumMenuTop #imageCounter,
  #contentAjax #albumCoverTitle #imageCounter {
    top: 15px;
  }
  #contentAjax #albumMenuTop #navRoundClose,
  #contentAjax #albumCoverTitle #navRoundClose {
    left: 5px;
  }
  #contentAjax #albumMenuTop #imageCounter,
  #contentAjax #albumCoverTitle #imageCounter {
    right: 5px;
  }
}
@media screen and (max-width: 270px) {
  #content .content ul.portfolioAlbum li {
    width: 90%;
    margin-bottom: 1px;
    margin-right: 1px;
  }
  #content .content ul.portfolioAlbum li img {
    transform-origin: 50% 0;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] {
    height: 121%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer {
    height: 121%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer img {
    width: 90%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: 60%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer {
    height: 60%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer img {
    width: 90%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] {
    height: 90%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="quadratic"] .outer img {
    width: 90%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer img {
    width: 90%;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"],
  #content .content ul.portfolioAlbum li[data-orientation="portrait"],
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] {
    height: auto;
  }
  #content .content ul.portfolioAlbum li[data-orientation="original"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="portrait"] .outer .inner img,
  #content .content ul.portfolioAlbum li[data-orientation="landscape"] .outer .inner img {
    width: 100%;
  }
}
