* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  margin: 1em 0; }

h2 {
  margin: 0; }

h3 {
  margin: 1em 0 0 0; }

h4 {
  margin: 1.33em 0; }

h5 {
  margin: 1.67em 0; }

h6 {
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

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

/*
 * Addresses margins set differently in IE6/7
 */
p, pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * 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 IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button, input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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 S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/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; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2014 */
@font-face {
  font-family: 'swis721_ltcn_btlight';
  src: url("../fonts/swz721lc-webfont.eot");
  src: url("../fonts/swz721lc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721lc-webfont.woff") format("woff"), url("../fonts/swz721lc-webfont.ttf") format("truetype"), url("../fonts/swz721lc-webfont.svg#swis721_ltcn_btlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swis721_btroman';
  src: url("../fonts/swz721n-webfont.eot");
  src: url("../fonts/swz721n-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721n-webfont.woff") format("woff"), url("../fonts/swz721n-webfont.ttf") format("truetype"), url("../fonts/swz721n-webfont.svg#swis721_btroman") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swis721_lt_btlight';
  src: url("../fonts/swz721l-webfont.eot");
  src: url("../fonts/swz721l-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/swz721l-webfont.woff") format("woff"), url("../fonts/swz721l-webfont.ttf") format("truetype"), url("../fonts/swz721l-webfont.svg#swis721_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal; }

.slider {
  border-top: 20px solid #f2f2f2;
  clear: both;
  position: relative; }

.flex-viewport {
  overflow: hidden;
  max-height: 2000px;
  transition: all 1s ease 0s; }

.slides, .flex-control-nav, .flex-direction-nav {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.slider-controls-container {
  bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 2000; }

.flex-control-nav li {
  display: inline-block;
  margin: 0 6px; }

.flex-control-paging li a {
  height: 16px;
  width: 16px; }

.flex-control-paging li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px; }

.flex-control-paging li a, .flex-control-paging li a:hover {
  background: none repeat scroll 0 0 #fff;
  box-shadow: none; }

.flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #777; }

.slides > li {
  position: relative; }
.slides:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }
.slides .container {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.flex-viewport li .slide-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 546px;
  height: 312px; }

.slide-caption {
  left: 10px;
  max-width: 500px;
  position: absolute;
  top: 100px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body {
  font-family: "swis721_lt_btlight", sans-serif, sans-serif;
  font-size: 1em;
  color: #333; }

/* grid
-------------------------------------------------
*/
.container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
.container:before, .container:after {
  content: " ";
  display: table; }
.container:after {
  clear: both; }

.cols {
  padding: 0.5em; }

ul {
  list-style: none;
  margin: 0.5em 0;
  padding-left: 0; }

/* General
-------------------------------------------------
*/
.collapsed {
  display: none; }

h2, h3 {
  font-family: "swis721_ltcn_btlight", sans-serif;
  font-weight: normal;
  color: #953740; }

a {
  color: #953740; }
h2 a, h3 a, h4 a {
  text-decoration: none; }

p.more a {
  background: transparent url(../img/i-arrow.png) 0 0.2em no-repeat;
  background-size: 6px 10px;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none; }

.button {
  background-color: #953740;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: "swis721_ltcn_btlight", sans-serif, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 0.4em 2em;
  text-decoration: none; }

ul li {
  line-height: 1.6em; }

img {
  display: inline-block;
  max-width: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Header
-------------------------------------------------
*/
header {
  border-bottom: 20px solid #f2f2f2; }

.branding {
  margin-top: -30px; }

.getout img {
  width: 60px; }

h1 {
  margin: 0;
  padding: 0; }

.nav-extra {
  text-align: right; }

.navbar {
  *zoom: 1;
  background-color: #953740;
  color: #fff;
  font-family: "swis721_ltcn_btlight", sans-serif;
  text-transform: uppercase; }
.navbar:before, .navbar:after {
  content: " ";
  display: table; }
.navbar:after {
  clear: both; }
.navbar a {
  color: #fff;
  text-decoration: none; }
.navbar .nav-toggle {
  padding: 0.5em; }
.navbar .nav-toggle a {
  display: block;
  font-size: 1.5625em; }
.navbar .panel {
  clear: both;
  border-top: 1px solid #fff; }
.navbar .panel ul {
  margin: 0;
  padding: 0; }
.navbar .panel ul li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0.5em; }

/* Content
------------------------------------------------
*/
.content {
  font-size: 0.9375em; }
.content h2 {
  color: #953740; }
.content .content-main h3 {
  color: #444444;
  font-family: "swis721_lt_btlight", sans-serif;
  font-size: 1.125em;
  font-weight: bold; }
.content .content-main, .content .showcase {
  padding: 0.75em; }
.content .content-aside {
  background-color: #f2f2f2;
  padding: 0.75em; }
.content .content-aside p, .content .content-aside ul {
  font-size: 0.875em; }
.content article h2 {
  margin-bottom: 0.5em; }
.content article .date {
  display: block;
  font-weight: bold;
  margin-bottom: 0.4em; }
.content article p {
  font-size: 0.875em;
  margin: 0 0 0.4em 0; }
.content article h3 {
  color: #444444;
  font-family: "swis721_lt_btlight", sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.4em; }

.content-wide {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%; }
.content-wide:last-child {
  margin-right: 0; }
.content-wide img {
  display: block; }

.breadcrumb, .user-info {
  font-size: 0.8125em;
  padding: 0.5em 0; }
.breadcrumb a, .user-info a {
  color: #953740; }

.breadcrumb a {
  background: transparent url(../img/i-arrow.png) 100% 0.25em no-repeat;
  background-size: 6px 10px;
  padding-right: 10px; }

ul.nav-section li a, ul.tools li a {
  background: transparent url(../img/i-arrow.png) 0 0.3em no-repeat;
  background-size: 6px 10px;
  color: #444444;
  display: inline-block;
  padding-left: 10px;
  text-decoration: none; }
ul.nav-section li.selected > a, ul.tools li.selected > a {
  color: #953740; }
ul.nav-section li ul, ul.tools li ul {
  margin: 0 0 0 0.75em;
  font-size: 0.9; }

ul.nav-section {
  margin-bottom: 2em; }

ul.tools li a {
  color: #953740; }

ul.list-arrows, ul.list-files ul, .content-main ul {
  margin: 0; }
ul.list-arrows li, ul.list-files ul li, .content-main ul li {
  background: transparent url(../img/i-arrow.png) 0 0.5em no-repeat;
  background-size: 6px 10px;
  padding-left: 10px; }

ul.list-files h3 {
  background: transparent url(../img/i-clip.png) 0 0.125em no-repeat;
  background-size: 11px 21px;
  font-family: "swis721_ltcn_btlight", sans-serif !important;
  font-weight: normal !important;
  padding-left: 20px !important; }
ul.list-files h3 a {
  text-decoration: none; }
ul.list-files h3 .date {
  border-left: 1px solid #444444;
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0.5em; }
ul.list-files ul {
  font-size: 0.9375em;
  margin-left: 21px; }

/* Footer
------------------------------------------------
*/
footer h3 {
  margin: 0 0 4px; }
footer .col ul {
  font-size: 0.75em; }

.nav-supp a {
  color: #444444;
  display: inline-block;
  padding: 0.125em 0;
  text-decoration: none; }

.site-info {
  background-color: #444444;
  color: #fff;
  padding: 0.5em;
  padding-bottom: 3.125em; }
.site-info h3 {
  color: #fff !important;
  margin-bottom: 0.5em; }
.site-info h3 span {
  display: block;
  font-size: 0.6875em;
  text-transform: uppercase; }
.site-info .address {
  color: #c7c7c7;
  margin-bottom: 1em; }
.site-info p {
  font-size: 0.75em;
  margin: 0;
  padding: 0; }
.legal-info .site-info p {
  font-sie: 0.5em; }
.site-info a {
  color: #c7c7c7; }

/* =form
------------------------------------------------
*/
.form {
  margin: 0.8em 0; }
.form fieldset {
  border: none;
  padding: 0; }
.form label {
  display: block;
  font-size: 0.8125em; }
.form input {
  border: none;
  display: block;
  padding: 0.4em 0.2em;
  margin-bottom: 0.625em;
  width: 100%; }

/* =showcase-box
------------------------------------------------
*/
.showcase-box h2 {
  padding: 0.375em 0.5em;
  background-color: #953740;
  color: #fff; }
.showcase-box ul {
  margin: 0; }
.showcase-box ul li a {
  padding: 0.375em 0.5em;
  background-color: #f2f2f2;
  color: #444444;
  display: block;
  font-family: "swis721_ltcn_btlight", sans-serif;
  font-size: 1.375em;
  margin-top: 1px;
  text-decoration: none; }

/* media queries
------------------------------------------------
*/
@media screen and (min-width: 640px) {
  .content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    *zoom: 1;
    display: table;
    width: 100%;
    table-layout: fixed; }
  .content:last-child {
    margin-right: 0; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content .content-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 68.75%; }
  .content .content-main:last-child {
    margin-right: 0; }
  .content .content-main .breadcrumb {
    padding: 0.625em 0; }
  .content .showcase, .content .showcase-box {
    float: left;
    display: block;
    margin-right: 0%;
    width: 34.375%;
    padding: 0.75em; }
  .content .showcase:last-child, .content .showcase-box:last-child {
    margin-right: 0; }
  .content .content-aside {
    float: left;
    display: block;
    margin-right: 0%;
    width: 31.25%; }
  .content .content-aside:last-child {
    margin-right: 0; }
  .content .content-main, .content .content-aside, .content .showcase, .content .showcase-box {
    padding: 2.5em 1.125em;
    display: table-cell;
    float: none;
    vertical-align: top; }
  .content .content-main h2, .content .content-aside h2, .content .showcase h2, .content .showcase-box h2 {
    margin-top: 1.5em; }
  .content.content-right .content-main {
    padding-left: 40px; }
  .content .showcase-box {
    padding-top: 0; }
  .content .showcase-box h2 {
    font-size: 1.875em;
    text-align: center;
    padding: 1.5em 0 3.125em; }
  .content .content-aside {
    padding-top: 6.875em; }
  .content .content-aside h2 {
    margin-top: 0; }
  .reserved-area .content .content-aside, .home .content .content-aside {
    padding-top: 2.5em; }
  .reserved-area .content .content-aside h2, .home .content .content-aside h2 {
    margin-top: 1.5em; }
  .vini .content {
    background: transparent url(../pictures/tappo.jpg) 100% 0 no-repeat;
    background-size: 664px 730px; }

  .getout img {
    width: 100px; }

  h1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 31.25%;
    padding: 0.25em 0 0; }
  h1:last-child {
    margin-right: 0; }

  .navbar {
    float: left;
    display: block;
    margin-right: 0%;
    width: 68.75%;
    padding: 0.5em;
    padding-bottom: 0;
    background-color: transparent;
    color: #444444; }
  .navbar:last-child {
    margin-right: 0; }
  .navbar a {
    color: #444444; }
  .navbar a:hover {
    color: #953740; }
  .navbar .nav-toggle {
    display: none; }
  .navbar .nav-panel {
    border: none !important;
    display: block;
    margin-top: 1.875em;
    text-align: right; }
  .navbar .nav-panel #nav {
    display: block;
    height: auto; }
  .navbar .nav-panel ul.navigation li {
    display: inline-block;
    font-size: 0.9375em;
    min-height: 40px;
    position: relative; }
  .navbar .nav-panel ul.navigation li a, .navbar .nav-panel ul.navigation li span {
    border: none !important;
    display: inline-block;
    padding: 0 0.625em; }
  .navbar .nav-panel ul.navigation li:first-child > a {
    padding-left: 0; }
  .navbar .nav-panel ul.navigation li:last-child {
    border-right: none; }
  .navbar .nav-panel ul.navigation li:last-child > a, .navbar .nav-panel ul.navigation li:last-child span {
    padding-right: 0; }

  .navbar li.current a:after {
    content: " ";
    display: block;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f2f2f2;
    width: 0;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    position: absolute; }

  footer {
  /* border-top: 20px solid #f2f2f2;*/
  }
  footer h3 {
    margin: 1em 0; }

  .nav-supp {
    float: left;
    display: block;
    margin-right: 0%;
    width: 68.75%;
    padding-top: 2.5em; }
  .nav-supp:last-child {
    margin-right: 0; }
  .nav-supp .col {
    float: left;
    display: block;
    margin-right: 0%;
   /* width: 22.72727%;*/
    padding: 0.75em; }
  .nav-supp .col:last-child {
    margin-right: 0; }
  .nav-supp .col.first {
    margin-left: 4.54545%; }
  .nav-supp .col h3 {
    padding-bottom: 16px;
    border-bottom: 6px solid #d8d8d8; }

  .site-info {
    float: left;
    display: block;
    margin-right: 0%;
    width: 31.25%;
    padding: 0.75em;
    padding-top: 3.125em;
    padding-bottom: 4.375em; }
  .site-info:last-child {
    margin-right: 0; } }
