/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#supersized-loader {
  background: url(../img/icons/progress.gif) no-repeat center center;
  left: 50%;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  width: 60px;
  z-index: 0; }

#supersized {
  display: block;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999; }
  #supersized img {
    border: none;
    display: none;
    height: auto;
    outline: none;
    position: relative;
    width: auto; }
  #supersized.speed img {
    /* Speed */
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges; }
  #supersized.quality img {
    /* Quality */
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality; }
  #supersized li {
    background: #FFF;
    display: block;
    left: 0;
    list-style: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -30; }
    #supersized li.prevslide {
      z-index: -20; }
    #supersized li.activeslide {
      z-index: -10; }
    #supersized li.image-loading {
      background: white url(../img/icons/progress.gif) no-repeat center center;
      height: 100%;
      width: 100%; }
      #supersized li.image-loading img {
        visibility: hidden; }
    #supersized li.prevslide img, #supersized li.activeslide img {
      display: inline; }
  #supersized a {
    display: block;
    height: 100%;
    width: 100%; }

body {
  background: #269;
  color: #333333;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 18px; }

a {
  color: #333333;
  text-decoration: none; }

ul, li, h1, h2, p {
  margin: 0;
  padding: 0; }

.wrap {
  margin: 0 auto;
  width: 780px; }

header {
  -webkit-box-shadow: #333333 0px 2px 10px 0px;
  -moz-box-shadow: #333333 0px 2px 10px 0px;
  box-shadow: #333333 0px 2px 10px 0px;
  background: #FFF;
  height: 100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.9;
  min-width: 780px; }

#headerContent {
  overflow: hidden; }
  #headerContent .logo {
    display: block;
    float: left;
    height: 36px;
    margin-top: 30px;
    margin-right: 100px;
    width: 220px; }
  #headerContent .navigation {
    float: left;
    line-height: 100px;
    width: 460px;
    /* 560 */ }
    #headerContent .navigation li {
      background: url(../img/icons/nav_sep.png) no-repeat right center;
      display: inline-block;
      font-size: 15px;
      letter-spacing: 2px;
      line-height: 18px;
      padding-left: 5px;
      padding-right: 10px;
      text-transform: uppercase; }
      #headerContent .navigation li:first-child {
        padding-left: 0; }
      #headerContent .navigation li:last-child {
        background: none;
        padding-right: 0; }
    #headerContent .navigation a:hover, #headerContent .navigation a.active {
      color: #ec6b10; }

.main {
  margin-top: 50px;
  min-height: 600px;
  /* 690 */ }

.content {
  margin-left: 320px; }
  .content h1 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2.5px;
    line-height: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 320px; }
  .content ul {
    list-style-image: url(../img/icons/list_arrow.png); }
    .content ul li {
      line-height: 20px;
      /* 15 */
      margin-bottom: 10px;
      /* 15 */ }
  .content p {
    margin-bottom: 20px; }
  .content a {
    color: #ec6b10; }

footer {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 20px;
  margin-top: 90px; }
  footer a {
    font-weight: bold; }
    footer a:hover {
      text-decoration: underline; }

.about .content h1 {
  width: 230px; }
.about .content p {
  float: left;
  margin-right: 20px;
  width: 220px; }
  .about .content p:nth-of-type(2) {
    margin-right: 0; }
  .about .content p:nth-of-type(3), .about .content p:nth-of-type(4) {
    clear: both;
    float: right;
    margin-right: 0;
    /* 180 */ }

.slideControls span {
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  width: 40px; }
  .slideControls span#prevslide {
    background: url(../img/icons/gallery_prev.png) no-repeat;
    margin-right: 20px; }
    .slideControls span#prevslide:hover {
      background: url(../img/icons/gallery_prev_hover.png) no-repeat; }
  .slideControls span#nextslide {
    background: url(../img/icons/gallery_next.png) no-repeat; }
    .slideControls span#nextslide:hover {
      background: url(../img/icons/gallery_next_hover.png) no-repeat; }

.schedule .content {
  margin: 50px 0 0 160px; }

#data {
  color: #666666;
  width: 560px; }
  #data .section {
    clear: both;
    width: 100%;
    min-height: 34px;
    overflow: hidden; }
  #data .group {
    float: left;
    min-width: 76px;
    min-height: 35px; }
  #data .hour {
    clear: both;
    width: 140px;
    height: 40px;
    line-height: 50px; }
  #data .blank {
    float: left;
    width: 160px;
    height: 34px; }
  #data .blank1 {
    float: left;
    width: 57px;
    height: 34px; }
  #data .day {
    float: left;
    width: 76px;
    height: 15px; }
  #data .wave-sep {
    clear: both;
    width: 100%;
    height: 9px;
    background: transparent url(../img/icons/border_curves.png) no-repeat 0 3px; }
  #data .dotted-sep {
    clear: both;
    width: 100%;
    height: 9px;
    background: transparent url(../img/icons/border_dotted_gray.png) no-repeat 0 3px; }
  #data .linear-sep {
    clear: both;
    width: 100%;
    height: 9px;
    background: transparent url(../img/icons/border_solid_gray.png) no-repeat 0 3px;
    margin-top: 5px; }
  #data .arrow-small {
    margin-top: 18px;
    width: inherit;
    height: 50px;
    background: transparent url(../img/icons/arrow_s.png) no-repeat 26px 0; }
  #data .arrow-medium {
    margin-top: 18px;
    width: inherit;
    height: 85px;
    background: transparent url(../img/icons/arrow_m.png) no-repeat 26px 0; }
  #data .arrow-big {
    margin-top: 18px;
    width: inherit;
    height: 130px;
    background: transparent url(../img/icons/arrow_b.png) no-repeat 26px 0; }
  #data .nomargin {
    margin-top: 0; }
  #data .margin40 {
    margin-top: 40px; }

.contact .map {
  margin-bottom: 20px; }
.contact p {
  width: 440px; }
.contact p[itemprop="name"] {
  background: url(../img/icons/border_dotted.png) no-repeat;
  margin-bottom: 10px;
  padding-top: 20px; }
.contact div[itemprop="address"] {
  margin-bottom: 20px;
  text-transform: uppercase; }
  .contact div[itemprop="address"] p {
    margin-bottom: 0; }
.contact .phones {
  margin-bottom: 20px; }
  .contact .phones p {
    margin-bottom: 0; }
.contact .email p {
  color: #ec6b10;
  margin-bottom: 0; }
.contact .email a {
  text-decoration: underline; }
