/*
     ____          ____
    |    | |      |    |
    | ___| |      |    |
    |    | |____  |__ _|            v2.6
                     \

    |  STYLE REGISTER  |
     ------------------
    |
    ├── GLOBAL                      */
/*
    |   |
    |   ├── Reset                   */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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;
}
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/*
    |   ├── Global                  */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  color: #000000;
}
a {
  color: #6b6b6b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 100%;
}
.container,
.responsive-container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
}
.hide,
.hidden {
  display: none!important;
}
.show {
  display: block!important;
}
.invisible {
  visibility: hidden!important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-hide-indent {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*      visibility      */
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p:last-child,
blockquote:last-child,
ul:last-child,
ol:last-child,
.highlight:last-child,
.form-group:last-child {
  margin-bottom: 0;
}
.is-absolute {
  position: absolute !important;
}
.is-relative {
  position: relative !important;
}
.is-fixed {
  position: fixed !important;
}
.is-static {
  position: static !important;
}
.gm-style img {
  max-width: none;
}
/*
    |   └── Typography              */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.1;
}
h1 {
  font-size: 36px;
  margin-bottom: 15px;
}
h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
h6 {
  font-size: 12px;
  margin-bottom: 15px;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
}
p {
  font-size: 14px;
  margin: 0 0 14px;
}
.small {
  font-size: 12px;
  line-height: 1;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.align-justify {
  text-align: justify !important;
}
.nowrap {
  white-space: nowrap;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
blockquote {
  margin: 0 0 20px;
  border-left: 7px solid;
  color: #777;
  font-style: italic;
  padding: 10px 20px;
}
blockquote p {
  font-size: 18px;
  line-height: 1.3;
}
blockquote.reverse {
  text-align: right !important;
  border-left: 0;
  border-right: 7px solid;
}
ul,
ol {
  margin-top: 0;
}
ul.list--unstyled,
ol.list--unstyled,
ul.list--inline,
ol.list--inline {
  padding-left: 0;
  list-style: none;
}
ul.list--inline,
ol.list--inline {
  margin-left: -5px;
}
ul.list--inline > li,
ol.list--inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}
dl.list--horizontal {
  zoom: 1;
}
dl.list--horizontal:before,
dl.list--horizontal:after {
  content: " ";
  display: table;
}
dl.list--horizontal:after {
  clear: both;
}
dl.list--horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.list--horizontal dd {
  margin-left: 180px;
}
/*
    |
    ├── STRUCTURE                   */
/*
    |   |
    |   ├── Header                  */
/*
    |   ├── Content                 */
.wrapper {
  background: url(assets/images/kdm_background.jpg);
  background-size: 100% 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.site-logo {
  width: 150px;
  margin: 100px auto 74px;
}
.w {
  fill: #FFFFFF;
}
.seats {
  height: 145px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
.seats .seats__inner {
  position: relative;
  height: 100%;
}
.seats .seats__inner > div {
  position: absolute;
  right: 0;
  height: 145px;
}
.seats .seats__inner .first-row {
  background: url(assets/images/first_row.png) repeat-x;
  left: -10px;
}
.seats .seats__inner .second-row {
  background: url(assets/images/second_row.png) repeat-x;
  left: -10px;
  bottom: 38px;
}
.seats .seats__inner .third-row {
  background: url(assets/images/third_row.png) repeat-x;
  left: -105px;
  bottom: 68px;
}
.seats .seats__inner .first-fog {
  background: url(assets/images/first_fog.png) repeat-x;
  left: 74px;
  bottom: 115px;
  -webkit-animation: first_fog 12s linear 0s infinite;
  -moz-animation: first_fog 12s linear 0s infinite;
  -o-animation: first_fog 12s linear 0s infinite;
  animation: first_fog 12s linear 0s infinite;
}
.seats .seats__inner .second-fog {
  background: url(assets/images/second_fog.png) repeat-x;
  left: 92px;
  bottom: 76px;
  -webkit-animation: second_fog 10s linear 0s infinite;
  -moz-animation: second_fog 10s linear 0s infinite;
  -o-animation: second_fog 10s linear 0s infinite;
  animation: second_fog 10s linear 0s infinite;
}
h1 {
  text-align: center;
  color: #fff;
  font-size: 64px;
}
@-webkit-keyframes first_fog {
  0% {
    left: 74px;
  }
  50% {
    left: 114px;
  }
  100% {
    left: 74px;
  }
}
@-moz-keyframes first_fog {
  0% {
    left: 74px;
  }
  50% {
    left: 114px;
  }
  100% {
    left: 74px;
  }
}
@-ms-keyframes first_fog {
  0% {
    left: 74px;
  }
  50% {
    left: 114px;
  }
  100% {
    left: 74px;
  }
}
@keyframes first_fog {
  0% {
    left: 74px;
  }
  50% {
    left: 114px;
  }
  100% {
    left: 74px;
  }
}
@-webkit-keyframes second_fog {
  0% {
    left: 132px;
  }
  50% {
    left: 92px;
  }
  100% {
    left: 132px;
  }
}
@-moz-keyframes second_fog {
  0% {
    left: 132px;
  }
  50% {
    left: 92px;
  }
  100% {
    left: 132px;
  }
}
@-ms-keyframes second_fog {
  0% {
    left: 132px;
  }
  50% {
    left: 92px;
  }
  100% {
    left: 132px;
  }
}
@keyframes second_fog {
  0% {
    left: 132px;
  }
  50% {
    left: 92px;
  }
  100% {
    left: 132px;
  }
}
/*
    |   └── Footer                  */
#footer {
  margin: 40px -50px -20px;
  border-top: 1px solid #E7E7E7;
  background: #F7F7F7;
  min-height: 50px;
  padding: 10px 0;
  line-height: 30px;
  text-align: center;
  color: #A2A2A2;
}
/*
    |
    ├── COMPONENTS                  */
/*
    |   |
    |   ├── Table                   /  @import "@{components-folder}/table.less";                    /*
    |   ├── Forms                   /  @import "@{components-folder}/forms.less";                    /*
    |   ├── Anchor                  /  @import "@{components-folder}/anchor.less";                   /*
    |   ├── Accordion & Toggle      /  @import "@{components-folder}/accordion-and-toggle.less";     /* 
    |   ├── Tabs                    /  @import "@{components-folder}/tabs.less";                     /*
    |   ├── Boxes                   /  @import "@{components-folder}/boxes.less";                    /*
    |   ├── Buttons                 /  @import "@{components-folder}/buttons.less";                  /*
    |   ├── Callouts                /  @import "@{components-folder}/callouts.less";                 /*
    |   ├── Alerts                  /  @import "@{components-folder}/alerts.less";                   /*
    |   ├── Testimonials            /  @import "@{components-folder}/testimonials.less";             /*
    |   ├── Headings                /  @import "@{components-folder}/headings.less";                 /*
    |   ├── Flexslider              /  @import "@{components-folder}/flexslider.less";               /*
    |   ├── Pagination              /  @import "@{components-folder}/pagination.less";               /*
    |   ├── Code                    /  @import "@{components-folder}/code.less";                     /*
    |   ├── Lables                  /  @import "@{components-folder}/labels.less";                   /*     
    |   ├── Image types             /  @import "@{components-folder}/image-types.less";              /*
    |   ├── Tooltips                /  @import "@{components-folder}/tooltips.less";                 /*
    |   ├── Icons                   /  @import "@{components-folder}/icons.less";                    /*
    |   ├── Responsive video        /  @import "@{components-folder}/responsive-video.less";         /*
    |   ├── High resolution         /  @import "@{components-folder}/high-resolution.less";          /*
    |   ├── Margin & padding        /  @import "@{components-folder}/margin-and-padding.less";       /*
    |   └── Show & hide             /  @import "@{components-folder}/show-and-hide.less";            /*
    |
    ├── GRID                        */
/*
    |   |
    |   ├── Grid                    /  @import "@{grid-folder}/grid.less";                           /*
    |   └── Responsive              /  @import "@{grid-folder}/responsive.less";                     /*
    |
    ├── VARIABLES                   */
/*
    |   |
    |   ├── Variables               */
/*  VARIABLES
*********************************/
/*------------------------------------------
    MAIN VARIABLES
------------------------------------------*/
/*------------------------------------------
    TYPOGRAPHY
------------------------------------------*/
/*------------------------------------------
    GLOBAL
------------------------------------------*/
/*------------------------------------------
    WRAPPER
------------------------------------------*/
/*------------------------------------------
    COLUMNS
------------------------------------------*/
/*------------------------------------------
    CONTAINERS
------------------------------------------*/
/*------------------------------------------
    SIDEBAR
------------------------------------------*/
/*------------------------------------------
    HEADINGS
------------------------------------------*/
/*------------------------------------------
    HEADER
------------------------------------------*/
/*------------------------------------------
    TABS
------------------------------------------*/
/*------------------------------------------
    TOOLTIPS
------------------------------------------*/
/*------------------------------------------
    IMAGE TYPES
------------------------------------------*/
/*------------------------------------------
    RESPONSIVE
------------------------------------------*/
/*------------------------------------------
    COLORS
------------------------------------------*/
/*
    |   ├── Colors                  /  @import "@{variables-folder}/colors.less";                    /* 
    |   └── Mixins                  */
/*  CLEARFIX
*********************************/
/*  OPACITY
*********************************/
/*  BOX-SIZING
*********************************/
/*  BORDER-RADIUS
*********************************/
/*  CLIP
*********************************/
/*  BOX-SHADOW
*********************************/
/*  BOX-SHADOW-CUSTOM
*********************************/
/*  TRANSITION
*********************************/
/*  TRANSITION-CUSTOM
*********************************/
/*  TRANSFORM
*********************************/
/*  RGBA
*********************************/
/*  APPEARANCE
*********************************/
/*  UNSELECTABLE TEXT
*********************************/
.unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*  COLORS
*********************************/
/*  USER SELECT
*********************************/
/*  BLUR
*********************************/
/*  GRAYSCALE
*********************************/
/*  SEPIA
*********************************/
/*  BRIGHTNESS
*********************************/
/*  CONTRAST
*********************************/
/*  VISIBILITY
*********************************/
/*  12 COLUMNS
*********************************/
/*  CUSTOM COLUMNS
*********************************/
/*
    |
    ├── ANIMATIONS                  */
/*
    |   |
    |   └── Animations              *   @import "@{animations-folder}/animations.css";                /*
    |
    ├── VISIBILITY                  */
