/*
	* Gridless version 2.0

	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal

	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/
* {
  -webkit-appearance: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Font-Faces
 */
@font-face {
  font-family: 'TeXGyrePagellaRegular';
  src: url('../fonts/texgyrepagella-regular-webfont.eot');
  src: url('../fonts/texgyrepagella-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyrepagella-regular-webfont.woff') format('woff'), url('../fonts/texgyrepagella-regular-webfont.ttf') format('truetype'), url('../fonts/texgyrepagella-regular-webfont.svg#TeXGyrePagellaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyrePagellaItalic';
  src: url('../fonts/texgyrepagella-italic-webfont.eot');
  src: url('../fonts/texgyrepagella-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyrepagella-italic-webfont.woff') format('woff'), url('../fonts/texgyrepagella-italic-webfont.ttf') format('truetype'), url('../fonts/texgyrepagella-italic-webfont.svg#TeXGyrePagellaItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyrePagellaBold';
  src: url('../fonts/texgyrepagella-bold-webfont.eot');
  src: url('../fonts/texgyrepagella-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyrepagella-bold-webfont.woff') format('woff'), url('../fonts/texgyrepagella-bold-webfont.ttf') format('truetype'), url('../fonts/texgyrepagella-bold-webfont.svg#TeXGyrePagellaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TeXGyrePagellaBoldItalic';
  src: url('../fonts/texgyrepagella-bolditalic-webfont.eot');
  src: url('../fonts/texgyrepagella-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'), url('../fonts/texgyrepagella-bolditalic-webfont.ttf') format('truetype'), url('../fonts/texgyrepagella-bolditalic-webfont.svg#TeXGyrePagellaBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}
/**
 * Corrects inline-block not defined in IE6/7/8 and FF3
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
/**
 * Ensures content is hidden from all presentations, including screenreaders
 */
[hidden] {
  display: none;
  visibility: hidden;
}
/**
 * Base structure
 */
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  min-height: 100%;
}
/**
 * Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/
 */
body,
button,
input,
select,
textarea {
  font: 1em/1.625 Georgia, serif;
  color: #222;
}
/**
 * Add and/or remove tags as your baseline grid needs
 */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu,
h4,
h5,
h6,
img,
figure,
figcaption,
button,
hr {
  margin: 0 0 1em;
}
/**
 * Headings/small
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', FreeSerif, Georgia, serif;
  font-size: 1em;
  font-weight: normal;
}

h1 {
  font-size: 4.25em; /* 68px */
  line-height: 1.1471em;
  margin: 0 0 0.3824em;
}

h2 {
  font-size: 2.625em; /* 42px */
  line-height: 1.2em;
  margin: 0 0 0.619em;
}

h3 {
  font-size: 1.825em; /* 26px */
  line-height: 1.2em;
  margin: 0 0 .5em;
}

h4 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin: 0 0 .5em;
}

h5 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 0 .5em;
}

h6 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 .5em;
}

small {
  font-size: 0.625em; /* 10px */
  margin: 0 0 2.6em;
}


/**
 * Preformatted text and code
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre,
code,
kbd,
samp {
  font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}
/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
tr, th, td {
  padding-right: 1.625em;
}
/**
 * Forms
 */
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
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-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto;
}
/**
 * Quotes
 */
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote, q, cite {
  font-style: italic;
}
blockquote {
  padding-left: 1.625em;
  border-left: 1px solid #ddd;
}
blockquote > p {
  padding: 0;
}
/**
 * Lists
 */
ul, ol {
  list-style-position: inside;
  padding: 0;
}
li ul, li ol {
  margin: 0 1.625em;
}
dl dd {
  margin-left: 1.625em;
}
/**
 * Links
 */
a, a:visited {
  text-decoration: none;
  color: #70b632;
}
a:hover {
  border-bottom: 1px solid;
}
/**
 * Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover, a:active {
  outline: none;
}
/**
 * Figures
 */
figure {
  margin: 0;
}
/**
 * Embedded content
 */
img, object, video {
  max-width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/**
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/**
 * Abbreviations
 */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/**
 * Marked/inserted/deleted text
 */
mark {
  background: #ff0;
}
ins {
  text-decoration: none;
  background: #ff9;
}
del {
  text-decoration: line-through;
}
/**
 * Others
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
strong, b, dt {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
var, address {
  font-style: normal;
}
/**
 * Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930
 */
sub, sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Helper classes
 */
.clearfix:before,
.clearfix:after,
nav li:before,
nav li:after {
  content: "";
  display: table;
}
.clearfix:after, nav li:after {
  clear: both;
}
.clearfix, nav li {
  *zoom: 1;
}
/**
 * Primary styles
 * @import aj_base.less
 */
html {
  background: #1a1a1a;
}
body {
  color: #f8f8f8;
}
.row {
  clear: both;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.col {
  float: left;
}
.col-1 {
  width: 32%;
  margin-right: 5%;
  padding-top: 50px;
}
.col-2 {
  width: 63%;
}
.col_3 {
  clear: both;
  width: 100%;
  float: left;
}
.subcol-1, .subcol-2 {
  width: 49%;
}
.subcol-1 {
  margin-right: 2%;
}
.omega {
  margin-right: 0 !important;
}

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

#container {
  padding-top: 10px;
}

header h1,
#main h3,
nav li span:first-child + span {
  font-family: 'TeXGyrePagellaItalic';
}

header h2,
h4 {
  font-family: 'TeXGyrePagellaRegular';
}

header h1,
#main h3,
nav li span:first-child + span,
h4,
h5,
h6 {
  color: #70b632;
}
header h1 {
  display: none;
}
header hgroup {
  text-align: right;
}
header hgroup h1 {
  display: block;
  font-size: 1.75em;
}
header hgroup h2 {
  font-size: 1em;
}
nav ul {
  margin: 0;
}
nav li {
  display: block;
  width: 300px;
  list-style: none;
  margin: 0;
}
nav li a, nav li span {
  display: block;
  float: left;
}
nav li span {
  position: relative;
}
nav li span:first-child {
  z-index: 1111;
  padding: 10px 0;
}
nav li span:first-child + span {
  z-index: 1110;
  opacity: 0;
  font-size: 1.5em;
  line-height: 1;
}
nav a {
  position: relative;
  display: block;
  width: 35px;
  height: 0;
  margin: 0 16px 0 0;
  padding-top: 8px;
  background: #70b632;
  overflow: visible !important;
  -webkit-appearance: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
}
nav a:hover {
  border: 0;
}
nav a:hover span {
  display: block;
}
nav .clicked a {
  width: 90px !important;
  -webkit-transform: scale(1, 1.75) !important;
  -moz-transform: scale(1, 1.75) !important;
  -ms-transform: scale(1, 1.75) !important;
  -o-transform: scale(1, 1.75) !important;
  transform: scale(1, 1.75) !important;
}
nav .clicked span:first-child + span {
  opacity: 1 !important;
}
section#contentarea .initial h3,
section#contentarea p em {
  color: #70b632;
}
section#contentarea p em:before {
  content: "// ";
}
section#contentarea #ueber p em:before {
  content: "";
}
section#contentarea #ueber p em:after {
  content: " >>";
}
section#contentarea {
  position: relative;
  border: 10px solid #fff;
  padding: 0;
  width: 860px;
  height: 500px;
  margin: 10px 0 10px -160px;
  /**
	 * Über
	 * 1. content box, visible
	 */

}
section#contentarea section {
  position: absolute;
  width: 840px;
  height: 480px;
  display: none;
  opacity: 0;
}
section#contentarea section img {
  position: relative;
  display: block;
  margin: 0 0 -480px 0;
}
section#contentarea section figure {
  z-index: 1130;
  position: absolute;
  top: 480px;
  margin: 0;
  height: 100%;
  background: #000;
}
section#contentarea section .vid {
  width: 840px;
  background: #000;
}
section#contentarea section .initial {
  top: 0;
}
section#contentarea section .initial h3 {
  font-size: 2.5em;
}
section#contentarea section .highlight-contents {
  position: relative;
  width: 840px;
  height: 480px;
  overflow: hidden;
}
section#contentarea section figcaption {
  position: absolute;
  width: 23%;
  margin: 0;
  font-size: 80%;
}
section#contentarea section figcaption h3 {
  margin: 0;
}
section#contentarea section .desc-std {
  width: 25%;
}
section#contentarea section .desc-t1 {
  top: 22%;
  left: 10%;
}
section#contentarea section .desc-t2 {
  top: 35%;
  left: 74%;
}
section#contentarea section .desc-t3 {
  top: 17%;
  left: 74%;
}
section#contentarea section .desc-std {
  top: 20%;
  left: 10%;
}
section#contentarea section .vid figcaption {
  top: 15%;
  right: 0;
}
section#contentarea section .trigger {
  z-index: 1140;
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
section#contentarea section .trigger span, section#contentarea section .trigger em {
  float: left;
}
section#contentarea section .trigger span {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: url(../img/plus.png) no-repeat;
  border: 0;
}
section#contentarea section .trigger:hover {
  border: 0;
  width: auto;
  min-width: 100px;
}
section#contentarea section .trigger:hover span {
  background-position: 0 -32px;
}
section#contentarea section .hero span {
  background-position: -512px 0 !important;
}
section#contentarea section .hero em {
  display: none;
}
section#contentarea section .hero:hover span {
  background-position: -512px -32px !important;
}
section#contentarea section .projekktor {
  position: absolute;
  right: 0;
}
section#contentarea #ueber {
  display: block;
  opacity: 1;
}
section#contentarea #ueber figcaption {
  top: 15%;
  left: 5%;
  width: 30%;
}
section#contentarea #ueber figcaption h3 {
  margin-bottom: 1em;
}
#kontakt {
  padding: 20px;
}
/**
 * Blomma I
 */
#blomma_i #trigger-blomma_i-1 {
  top: 80px;
  left: 280px;
}
#blomma_i #trigger-blomma_i-2 {
  top: 280px;
  left: 220px;
}
#blomma_i #trigger-blomma_i-v {
  left: 540px;
  top: 160px;
}
#blomma_i .initial figcaption {
  left: 620px;
  top: 85px;
}
/**
 * Blomma II
 */
#blomma_ii #trigger-blomma_ii-1 {
  top: 380px;
  left: 150px;
}
#blomma_ii #trigger-blomma_ii-2 {
  top: 210px;
  left: 690px;
}
#blomma_ii #trigger-blomma_ii-v {
  top: 220px;
  left: 230px;
}
#blomma_ii .initial figcaption {
  top: 100px;
  left: 170px;
}
/**
 * Blomma III
 */
#blomma_iii #trigger-blomma_iii-1 {
  top: 100px;
  left: 120px;
}
#blomma_iii #trigger-blomma_iii-2 {
  top: 360px;
  left: 490px;
}
#blomma_iii .initial figcaption {
  top: 100px;
  left: 580px;
}
/**
 * Platsch
 */
#platsch #trigger-platsch-1 {
  top: 260px;
  left: 110px;
}
#platsch #trigger-platsch-2 {
  top: 120px;
  left: 290px;
}
#platsch #trigger-platsch-3 {
  top: 210px;
  left: 580px;
}
#platsch #trigger-platsch-v {
  top: 360px;
  left: 390px;
}
#platsch .initial figcaption {
  top: 50px;
  left: 110px;
}
/**
 * Schalotte
 */
#schalotte #trigger-schalotte-1 {
  top: 260px;
  left: 430px;
}
#schalotte #trigger-schalotte-2 {
  top: 100px;
  left: 340px;
}
#schalotte #trigger-schalotte-3 {
  top: 170px;
  left: 660px;
}
#schalotte #trigger-schalotte-v {
  top: 380px;
  left: 640px;
}
#schalotte .initial figcaption {
  top: 320px;
  left: 110px;
}
/**
 * Scharly
 */
#scharly #trigger-scharly-1 {
  top: 320px;
  left: 30px;
}
#scharly #trigger-scharly-2 {
  top: 130px;
  left: 420px;
}
#scharly #trigger-scharly-v {
  top: 350px;
  left: 590px;
}
#scharly .initial figcaption {
  top: 270px;
  left: 680px;
}
/**
 * Cloé
 */
#chloe #trigger-chloe-1 {
  top: 90px;
  left: 160px;
}
#chloe #trigger-chloe-2 {
  top: 150px;
  left: 550px;
}
#chloe #trigger-chloe-3 {
  top: 300px;
  left: 360px;
}
#chloe #trigger-chloe-v {
  top: 300px;
  left: 700px;
}
#chloe .initial figcaption {
  top: 230px;
  left: 80px;
}
/**
 * Wey
 */
#wey #trigger-wey-1 {
  top: 60px;
  left: 640px;
}
#wey #trigger-wey-2 {
  top: 250px;
  left: 320px;
}
#wey #trigger-wey-v {
  top: 200px;
  left: 580px;
}
#wey .initial figcaption {
  top: 55px;
  left: 125px;
}
/**
 * Ove
 */
#ove #trigger-ove-1 {
  top: 80px;
  left: 80px;
}
#ove #trigger-ove-2 {
  top: 230px;
  left: 260px;
}
#ove #trigger-ove-3 {
  top: 300px;
  left: 520px;
}
#ove .initial figcaption {
  top: 330px;
  left: 650px;
}
/**
 * Miku
 */
#miku #trigger-miku-1 {
  top: 260px;
  left: 370px;
}
#miku #trigger-miku-2 {
  top: 100px;
  left: 650px;
}
#miku .initial figcaption {
  top: 70px;
  left: 230px;
}
/**
 * Leysa
 */
#leysa #trigger-leysa-1 {
  top: 190px;
  left: 250px;
}
#leysa #trigger-leysa-2 {
  top: 370px;
  left: 340px;
}
#leysa .initial figcaption {
  top: 110px;
  left: 550px;
}
/**
 * Footer
 */
footer {
  margin-top: 50px;
}
footer small {
  display: block;
  width: 32%;
  text-align: right;
}
/**
 * Impressum
 */
.back {
  padding-top: 50px;
  text-align: right;
}
/**
 * IE Fixing
 */
.ie nav li span:first-child + span {
  position: absolute;
  margin-left: 100px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../img/fancybox/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../img/fancybox/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
  text-decoration: none !important;
  border: 0 !important;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../img/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */

}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  display: none !important;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../img/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../img/fancybox/fancybox-y.png);
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../img/fancybox/fancybox-x.png);
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../img/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../img/fancybox/fancybox.png);
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url(../img/fancybox/fancy_title_over.png);
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../img/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../img/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../img/fancybox/fancybox.png) -55px -90px no-repeat;
}
/* IE6, IE7, IE8 */
/*
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*//**
 * Media queries
 */
/**
 * The media queries included in here are only placeholder. Modify them as your content requires
 */
@media only screen and (min-width: 480px) {
  /* Wide mobile (480px+) styles go here */
}
@media only screen and (min-width: 768px) {
  /* Tablets/netbooks (768px+) styles go here */
}
@media only screen and (min-width: 1024px) {
  /* Desktops (1024px+) styles go here */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/**
 * Print styles
 */
/**
 * Print styles inlined to avoid extra HTTP connection
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
