@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome//fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome//fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome//fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome//fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome//fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome//fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.clear {
  clear: both; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 24px; }

h1 {
  font-size: 36px;
  padding: 0; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px;
  padding-bottom: 10px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin: 0;
  padding: 0 0 20px; }

a {
  color: #c19a5f;
  text-decoration: none; }
  a:hover, a:focus {
    color: #95733b; }

a, a:active, a:hover, a:visited, a:link {
  outline: 0; }

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin, p.no-margin {
  margin: 0;
  padding: 0; }
h1.no-top-margin, h1.csc-firstHeader, h2.no-top-margin, h2.csc-firstHeader, h3.no-top-margin, h3.csc-firstHeader, h4.no-top-margin, h4.csc-firstHeader, h5.no-top-margin, h5.csc-firstHeader, h6.no-top-margin, h6.csc-firstHeader, p.no-top-margin, p.csc-firstHeader {
  margin-top: 0;
  padding-top: 0; }
h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin, p.no-bottom-margin {
  margin-bottom: 0;
  padding-bottom: 0; }

.csc-header-n1 {
  padding-bottom: 10px; }
  .csc-header-n1 h1, .csc-header-n1 h2, .csc-header-n1 h3, .csc-header-n1 h4 {
    margin-top: 0;
    padding-top: 0; }
  .csc-header-n1 h2.csc-firstHeader {
    font-size: 36px;
    padding-bottom: 0px; }
  .csc-header-n1 h3 {
    font-size: 30px;
    padding-bottom: 24px; }

.small-text {
  font-size: 12px; }

h1.csc-header-alignment-center + h2 {
  text-align: center; }

h2.csc-header-alignment-center + h3 {
  text-align: center; }

h3.csc-header-alignment-center + h4 {
  text-align: center; }

.header-block-default,
.header-block-centered, .header-block-centered-thin {
  text-align: center;
  padding-bottom: 60px; }
  .header-block-default h1,
  .header-block-centered h1, .header-block-centered-thin h1 {
    font-size: 36px;
    margin: 0;
    padding: 0; }
  .header-block-default h2,
  .header-block-centered h2, .header-block-centered-thin h2 {
    font-size: 14px;
    margin: 0;
    padding: 0; }

.header-block-thin, .header-block-centered-thin {
  padding-bottom: 60px; }
  .header-block-thin h1, .header-block-thin h3, .header-block-thin h4, .header-block-thin h5, .header-block-thin h6, .header-block-centered-thin h1, .header-block-centered-thin h3, .header-block-centered-thin h4, .header-block-centered-thin h5, .header-block-centered-thin h6 {
    font-weight: 300; }
  .header-block-thin h2, .header-block-centered-thin h2 {
    font-weight: 400; }

.header-block-gradient-right, .header-block-gradient-left {
  background: #2f373b; }
  .header-block-gradient-right .headline, .header-block-gradient-right .csc-header, .header-block-gradient-left .headline, .header-block-gradient-left .csc-header {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0; }
  .header-block-gradient-right h1, .header-block-gradient-right h2, .header-block-gradient-left h1, .header-block-gradient-left h2 {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0; }

.header-block-gradient-right .headline, .header-block-gradient-right .csc-header {
  background: #2f373b;
  background: -moz-linear-gradient(30deg, rgba(47,55,59,.3) 0%,rgba(47,55,59,.3) 50%, rgba(191,154,93,.3) 100%);
  background: -webkit-linear-gradient(30deg, rgba(47,55,59,.3) 0%,rgba(47,55,59,.3) 50%, rgba(191,154,93,.3) 100%);
  background: linear-gradient(30deg, rgba(47,55,59,.3) 0%,rgba(47,55,59,.3) 50%, rgba(191,154,93,.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f373c', endColorstr='#c19a5f',GradientType=1 ); }

.header-block-gradient-left .headline, .header-block-gradient-left .csc-header {
  background: #2f373b;
  background: -moz-linear-gradient(210deg, rgba(47,55,59,.13) 0%,rgba(47,55,59,.13) 50%, rgba(191,154,93,.13) 100%);
  background: -webkit-linear-gradient(210deg, rgba(47,55,59,.13) 0%,rgba(47,55,59,.13) 50%, rgba(191,154,93,.13) 100%);
  background: linear-gradient(210deg, rgba(47,55,59,.13) 0%,rgba(47,55,59,.13) 50%, rgba(191,154,93,.13) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c19a5f', endColorstr='#2f373c',GradientType=1 ); }

ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 2em; }
  ol li {
    counter-increment: count-li; }
    ol li:before {
      content: counter(count-li) ". ";
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -1.3em;
      top: .05em;
      color: #bf9a5d;
      font-weight: bold; }

ul {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 24px; }
  ul.blue-bullet, ul.special-bullet, ul.true-false-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px; }
    ul.blue-bullet li, ul.special-bullet li, ul.true-false-list li {
      color: #2f373b;
      background: url(../images/bullet-blue.png) no-repeat left 11px;
      padding: 5px 0 5px 25px; }
  ul.true-false-list li {
    background: url(../images/bullet-ok.png) no-repeat left 10px; }
    ul.true-false-list li.false {
      background: url(../images/bullet-no.png) no-repeat left 10px; }
  ul.special-bullet {
    list-style: none; }
    ul.special-bullet li {
      padding: 5px 0 5px 20px;
      background: transparent;
      position: relative; }
      ul.special-bullet li:before {
        content: "\002022";
        color: #c19a5f;
        font-size: 1.2em;
        position: absolute;
        left: 3px;
        top: 2px; }

p + ul {
  margin-top: -10px; }

span.special {
  color: #c19a5f; }

@media (min-width: 768px) {
  .header-block-gradient-right .headline, .header-block-gradient-right .csc-header, .header-block-gradient-left .headline, .header-block-gradient-left .csc-header {
    padding: 35px 0; }
  .header-block-gradient-right h1, .header-block-gradient-right h2, .header-block-gradient-left h1, .header-block-gradient-left h2 {
    font-size: 20px; } }
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2c3e50;
  border: 2px solid #2f373c;
  border-radius: 5px; }
  .button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .button:hover, .button:focus, .button.focus {
    color: #333;
    text-decoration: none; }
  .button:active, .button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button:hover {
    background: #2f373c;
    color: #fff; }

.button-filled {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #2f373c;
  border-radius: 5px;
  background: #2f373c;
  color: #fff; }
  .button-filled:focus, .button-filled.focus, .button-filled:active:focus, .button-filled:active.focus, .button-filled.active:focus, .button-filled.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .button-filled:hover, .button-filled:focus, .button-filled.focus {
    color: #333;
    text-decoration: none; }
  .button-filled:active, .button-filled.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button-filled.disabled, .button-filled[disabled], fieldset[disabled] .button-filled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button-filled:hover {
    color: #2c3e50;
    background: #fff; }

.button-highlight {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #c19a5f;
  border-radius: 5px;
  background: #c19a5f;
  color: #fff; }
  .button-highlight:focus, .button-highlight.focus, .button-highlight:active:focus, .button-highlight:active.focus, .button-highlight.active:focus, .button-highlight.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .button-highlight:hover, .button-highlight:focus, .button-highlight.focus {
    color: #333;
    text-decoration: none; }
  .button-highlight:active, .button-highlight.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button-highlight.disabled, .button-highlight[disabled], fieldset[disabled] .button-highlight {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button-highlight:hover {
    border: 2px solid #d2003c;
    color: #fff;
    background: #d2003c; }

html, body {
  background: #2f373c; }

.wrap {
  background: #fff;
  padding-top: 80px; }

.navbar-brand {
  padding: 0 15px; }
  .navbar-brand a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: block;
    background-image: url(../images/east-logo.svg);
    width: 170px;
    height: 80px;
    -webkit-background-size: auto 24px;
    -o-background-size: auto 24px;
    -moz-background-size: auto 24px;
    background-size: auto 24px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left center; }

.footer-container {
  background: #2f373b; }
  .footer-container footer {
    color: #fff; }
    .footer-container footer .footer-content {
      background: #030404; }
    .footer-container footer .copyright {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .footer-container footer .copyright {
          float: left;
          width: 25%; } }
    .footer-container footer .footer-logo {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .footer-container footer .footer-logo {
          float: left;
          width: 25%; } }
    .footer-container footer .meta-nav {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        .footer-container footer .meta-nav {
          float: left;
          width: 50%; } }

.copyright {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center; }

.footer-address {
  color: #fff; }

.footer-map .contact-google-maps {
  position: relative;
  width: 100%; }
  .footer-map .contact-google-maps:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .footer-map .contact-google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#stage:before, #stage:after {
  content: " ";
  display: table; }
#stage:after {
  clear: both; }
#stage img {
  width: 100%;
  height: auto; }
#stage .csc-textpic-center-outer, #stage .csc-textpic-center-inner {
  float: none;
  right: auto; }
#stage figure {
  display: block !important; }
#stage .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0; }

.csc-textpic-image img {
  width: 100%;
  height: auto; }

#stage .swiper-container .swiper-slide {
  background-size: cover;
  text-align: center;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  #stage .swiper-container .swiper-slide .teaser {
    padding: 30px;
    width: 100%;
    background: rgba(47,55,59,.5);
    color: #fff;
    text-align: uppercase; }
    #stage .swiper-container .swiper-slide .teaser span {
      display: block;
      margin: 0;
      padding: 0;
      letter-spacing: 1; }
      #stage .swiper-container .swiper-slide .teaser span:first-child {
        font-size: 16px; }
      #stage .swiper-container .swiper-slide .teaser span:last-child {
        font-size: 20px; }
    #stage .swiper-container .swiper-slide .teaser .east-logo {
      margin: 20px auto;
      background-image: url(../images/east-logo.svg);
      display: block;
      width: 100%;
      height: 30px;
      -webkit-background-size: auto 30px;
      -o-background-size: auto 30px;
      -moz-background-size: auto 30px;
      background-size: auto 30px;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center center; }

#stage .swiper-container {
  -webkit-transition: height, 0.2s, ease-out;
  -o-transition: height, 0.2s, ease-out;
  transition: height, 0.2s, ease-out; }

#bottom_content {
  background: #2f373c;
  padding: 20px 0 0px; }
  #bottom_content .row > div {
    padding-top: 20px;
    padding-bottom: 20px; }
  #bottom_content .row h4 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 4px 0 20px; }

.facts-numbers {
  background-color: #c19a5f;
  margin: 0 auto 30px;
  height: 130px;
  width: 130px;
  text-align: center;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px 10px;
  color: #fff;
  font-size: 12px; }
  .facts-numbers span.checkin-count {
    display: block;
    font-size: 18px;
    line-height: 26px; }
  .facts-numbers.special {
    padding: 20px 20px 10px;
    background-color: #fff;
    border: 15px solid #f3ebdf;
    color: #000; }

.content {
  padding: 0px 0 50px; }

.index .content {
  padding: 30px 0 0px; }
  .index .content div:first-child {
    margin-bottom: 50px; }
  .index .content div:last-child {
    margin-bottom: 0; }
  .index .content div.col-xs-6 {
    margin-bottom: 0; }

.bottom-bar {
  background: rgba(47,55,49,.75);
  width: 100%;
  z-index: 5;
  padding-bottom: 40px;
  position: relative; }
  .bottom-bar .newsletter {
    width: 50%;
    float: left;
    padding: 10px 0; }
    .bottom-bar .newsletter a {
      color: #a1b1bc;
      font-size: 15px;
      line-height: 20px;
      display: inline-block; }
  .bottom-bar .top-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    .bottom-bar .top-link a {
      display: block;
      color: #fff;
      line-height: 40px; }
  .bottom-bar .socialNav {
    width: 50%;
    float: left; }

#blog-link {
  position: fixed;
  bottom: 20px;
  left: 0;
  height: 90px;
  width: 45px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background: #c19a5f;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5); }
  #blog-link a {
    color: #2f373c;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    width: 90px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    margin: 35px 0 0 -30px;
    font-weight: bold;
    text-decoration: none; }

.section-gold, .section-gold-container, .section-gold-container-fluid,
.section-dark, .section-dark-container, .section-dark-container-fluid {
  margin-bottom: 24px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #2f373c;
  color: #fff;
  padding: 60px 0; }

.section-gold, .section-gold-container, .section-gold-container-fluid {
  background: #c19a5f; }

.section-gold-container .section-content,
.section-dark-container .section-content,
.section-gold-container-fluid .section-content,
.section-dark-container-fluid .section-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .section-gold-container .section-content:before, .section-gold-container .section-content:after,
  .section-dark-container .section-content:before,
  .section-dark-container .section-content:after,
  .section-gold-container-fluid .section-content:before,
  .section-gold-container-fluid .section-content:after,
  .section-dark-container-fluid .section-content:before,
  .section-dark-container-fluid .section-content:after {
    content: " ";
    display: table; }
  .section-gold-container .section-content:after,
  .section-dark-container .section-content:after,
  .section-gold-container-fluid .section-content:after,
  .section-dark-container-fluid .section-content:after {
    clear: both; }

@media (min-width: 768px) {
  .section-gold-container .section-content,
  .section-dark-container .section-content {
    width: 750px; } }
@media (min-width: 992px) {
  .section-gold-container .section-content,
  .section-dark-container .section-content {
    width: 970px; } }
@media (min-width: 1200px) {
  .section-gold-container .section-content,
  .section-dark-container .section-content {
    width: 1170px; } }

.nav-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .nav-content:before, .nav-content:after {
    content: " ";
    display: table; }
  .nav-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .nav-content {
      width: 750px; } }
  @media (min-width: 992px) {
    .nav-content {
      width: 970px; } }
  @media (min-width: 1200px) {
    .nav-content {
      width: 1170px; } }
  .nav-content .subnav {
    display: none; }

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 30px; }

.divider hr {
  border-top: 1px solid #ecf0f3; }
.divider.double-line hr {
  height: 3px;
  border-bottom: 1px solid #ecf0f3; }

@media (min-width: 480px) {
  .facts-numbers {
    margin: 40px auto;
    height: 180px;
    width: 180px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    border: 3px solid #fff;
    font-size: 14px; }
    .facts-numbers span.checkin-count {
      font-size: 36px;
      line-height: 40px; }
    .facts-numbers.special {
      padding: 30px 20px 10px; } }
.navbar-default {
  background-color: #2f373c; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #c19a5f; }
  .navbar-default .navbar-nav > .active > a {
    color: #c19a5f; }

#mainnav {
  font-size: 15px; }

.meta-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 15px 0; }
  .meta-nav ul li {
    display: inline-block;
    padding: 0 10px; }
    .meta-nav ul li a {
      background: transparent;
      color: #fff;
      display: block; }
      .meta-nav ul li a:hover {
        background: transparent;
        text-decoration: underline;
        color: #c19a5f; }

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 40px 0;
  text-transform: uppercase;
  color: #c19a5f; }
  .breadcrumb ul li {
    float: left;
    padding-right: 10px; }
    .breadcrumb ul li a {
      color: #c19a5f; }

.socialNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  padding: 10px 0 10px; }
  .socialNav ul li {
    float: left; }
    .socialNav ul li:last-child {
      margin-right: -10px; }
  .socialNav ul a {
    color: #fff;
    line-height: 20px;
    padding: 0 10px; }

.subnav {
  display: none; }
  .subnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .subnav ul li a {
      color: #2f373c;
      padding: 12px 20px;
      line-height: 20px;
      border-left: 5px solid #f4f5f5;
      background: #f4f5f5;
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #e0e2e2; }
      .subnav ul li a:hover {
        border-left: 5px solid #c19a5f;
        background: #fff; }
    .subnav ul li.active a {
      border-left: 5px solid #c19a5f;
      background: #fff; }
    .subnav ul li:last-child a {
      border-bottom: 1px solid #e0e2e2; }

#accordion .panel {
  border-color: #eceef0;
  border-radius: 3px;
  background: #fff; }
#accordion .panel-heading {
  position: relative;
  background: #fff; }
#accordion .panel-title {
  font-size: 15px;
  color: #2f373c; }
  #accordion .panel-title span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    padding: 13px 16px;
    height: 41px;
    width: 41px;
    border-left: 1px solid #eceef0;
    top: 0;
    right: 0;
    color: #a1b1bd; }
    #accordion .panel-title span:before {
      content: ""; }
  #accordion .panel-title .collapsed span:before {
    content: ""; }

.tx-powermail .powermail_fieldwrap {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 12px; }
  .tx-powermail .powermail_fieldwrap:before, .tx-powermail .powermail_fieldwrap:after {
    content: " ";
    display: table; }
  .tx-powermail .powermail_fieldwrap:after {
    clear: both; }
  .tx-powermail .powermail_fieldwrap .col-label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    line-height: 24px; }
    @media (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap .col-label {
        float: left;
        width: 33.33333%; } }
    .tx-powermail .powermail_fieldwrap .col-label.parsley-error {
      color: #cc0000; }
  .tx-powermail .powermail_fieldwrap .col-field {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap .col-field {
        float: left;
        width: 66.66667%; } }
  .tx-powermail .powermail_fieldwrap .submit-button {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    left: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap .submit-button {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .tx-powermail .powermail_fieldwrap .submit-button {
        left: 33.33333%; } }
.tx-powermail .col-label label {
  display: block; }
.tx-powermail .powermail_fieldwrap_file_inner {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
  line-height: 24px;
  color: #2f373b; }
  .tx-powermail .powermail_fieldwrap_file_inner ul.parsley-errors-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #cc0000; }
.tx-powermail input[type=text], .tx-powermail input[type=submit], .tx-powermail input[type=tel], .tx-powermail input[type=number], .tx-powermail input[type=email],
.tx-powermail textarea, .tx-powermail select, .tx-powermail #powermail_field_interessiertan {
  width: 100%;
  background: #acafb1;
  border: 1px solid #acafb1;
  border-radius: 3px;
  line-height: 24px;
  padding: 7px;
  color: #2f373c; }
  .tx-powermail input[type=text].placeholder, .tx-powermail input[type=submit].placeholder, .tx-powermail input[type=tel].placeholder, .tx-powermail input[type=number].placeholder, .tx-powermail input[type=email].placeholder,
  .tx-powermail textarea.placeholder, .tx-powermail select.placeholder, .tx-powermail #powermail_field_interessiertan.placeholder {
    color: #2f373c; }
  .tx-powermail input[type=text]:-moz-placeholder, .tx-powermail input[type=submit]:-moz-placeholder, .tx-powermail input[type=tel]:-moz-placeholder, .tx-powermail input[type=number]:-moz-placeholder, .tx-powermail input[type=email]:-moz-placeholder,
  .tx-powermail textarea:-moz-placeholder, .tx-powermail select:-moz-placeholder, .tx-powermail #powermail_field_interessiertan:-moz-placeholder {
    color: #2f373c; }
  .tx-powermail input[type=text]::-moz-placeholder, .tx-powermail input[type=submit]::-moz-placeholder, .tx-powermail input[type=tel]::-moz-placeholder, .tx-powermail input[type=number]::-moz-placeholder, .tx-powermail input[type=email]::-moz-placeholder,
  .tx-powermail textarea::-moz-placeholder, .tx-powermail select::-moz-placeholder, .tx-powermail #powermail_field_interessiertan::-moz-placeholder {
    color: #2f373c; }
  .tx-powermail input[type=text]:-ms-input-placeholder, .tx-powermail input[type=submit]:-ms-input-placeholder, .tx-powermail input[type=tel]:-ms-input-placeholder, .tx-powermail input[type=number]:-ms-input-placeholder, .tx-powermail input[type=email]:-ms-input-placeholder,
  .tx-powermail textarea:-ms-input-placeholder, .tx-powermail select:-ms-input-placeholder, .tx-powermail #powermail_field_interessiertan:-ms-input-placeholder {
    color: #2f373c; }
  .tx-powermail input[type=text]::-webkit-input-placeholder, .tx-powermail input[type=submit]::-webkit-input-placeholder, .tx-powermail input[type=tel]::-webkit-input-placeholder, .tx-powermail input[type=number]::-webkit-input-placeholder, .tx-powermail input[type=email]::-webkit-input-placeholder,
  .tx-powermail textarea::-webkit-input-placeholder, .tx-powermail select::-webkit-input-placeholder, .tx-powermail #powermail_field_interessiertan::-webkit-input-placeholder {
    color: #2f373c; }
  .tx-powermail input[type=text]:focus, .tx-powermail input[type=submit]:focus, .tx-powermail input[type=tel]:focus, .tx-powermail input[type=number]:focus, .tx-powermail input[type=email]:focus,
  .tx-powermail textarea:focus, .tx-powermail select:focus, .tx-powermail #powermail_field_interessiertan:focus {
    outline: auto 1px #c19a5f; }
  .tx-powermail input[type=text].parsley-error, .tx-powermail input[type=submit].parsley-error, .tx-powermail input[type=tel].parsley-error, .tx-powermail input[type=number].parsley-error, .tx-powermail input[type=email].parsley-error,
  .tx-powermail textarea.parsley-error, .tx-powermail select.parsley-error, .tx-powermail #powermail_field_interessiertan.parsley-error {
    border: 1px solid #cc0000; }
    .tx-powermail input[type=text].parsley-error.placeholder, .tx-powermail input[type=submit].parsley-error.placeholder, .tx-powermail input[type=tel].parsley-error.placeholder, .tx-powermail input[type=number].parsley-error.placeholder, .tx-powermail input[type=email].parsley-error.placeholder,
    .tx-powermail textarea.parsley-error.placeholder, .tx-powermail select.parsley-error.placeholder, .tx-powermail #powermail_field_interessiertan.parsley-error.placeholder {
      color: #cc0000; }
    .tx-powermail input[type=text].parsley-error:-moz-placeholder, .tx-powermail input[type=submit].parsley-error:-moz-placeholder, .tx-powermail input[type=tel].parsley-error:-moz-placeholder, .tx-powermail input[type=number].parsley-error:-moz-placeholder, .tx-powermail input[type=email].parsley-error:-moz-placeholder,
    .tx-powermail textarea.parsley-error:-moz-placeholder, .tx-powermail select.parsley-error:-moz-placeholder, .tx-powermail #powermail_field_interessiertan.parsley-error:-moz-placeholder {
      color: #cc0000; }
    .tx-powermail input[type=text].parsley-error::-moz-placeholder, .tx-powermail input[type=submit].parsley-error::-moz-placeholder, .tx-powermail input[type=tel].parsley-error::-moz-placeholder, .tx-powermail input[type=number].parsley-error::-moz-placeholder, .tx-powermail input[type=email].parsley-error::-moz-placeholder,
    .tx-powermail textarea.parsley-error::-moz-placeholder, .tx-powermail select.parsley-error::-moz-placeholder, .tx-powermail #powermail_field_interessiertan.parsley-error::-moz-placeholder {
      color: #cc0000; }
    .tx-powermail input[type=text].parsley-error:-ms-input-placeholder, .tx-powermail input[type=submit].parsley-error:-ms-input-placeholder, .tx-powermail input[type=tel].parsley-error:-ms-input-placeholder, .tx-powermail input[type=number].parsley-error:-ms-input-placeholder, .tx-powermail input[type=email].parsley-error:-ms-input-placeholder,
    .tx-powermail textarea.parsley-error:-ms-input-placeholder, .tx-powermail select.parsley-error:-ms-input-placeholder, .tx-powermail #powermail_field_interessiertan.parsley-error:-ms-input-placeholder {
      color: #cc0000; }
    .tx-powermail input[type=text].parsley-error::-webkit-input-placeholder, .tx-powermail input[type=submit].parsley-error::-webkit-input-placeholder, .tx-powermail input[type=tel].parsley-error::-webkit-input-placeholder, .tx-powermail input[type=number].parsley-error::-webkit-input-placeholder, .tx-powermail input[type=email].parsley-error::-webkit-input-placeholder,
    .tx-powermail textarea.parsley-error::-webkit-input-placeholder, .tx-powermail select.parsley-error::-webkit-input-placeholder, .tx-powermail #powermail_field_interessiertan.parsley-error::-webkit-input-placeholder {
      color: #cc0000; }
.tx-powermail select {
  height: 38px;
  line-height: 24px;
  padding: 7px !important;
  display: block; }
.tx-powermail .parsley-errors-list {
  display: none; }

.powermail_create {
  color: #fff; }

.contact-form_short {
  color: #fff; }
  .contact-form_short .powermail_legend {
    display: none; }

.layout1 .radio,
.layout1 .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.layout1 .radio + .radio,
.layout1 .checkbox + .checkbox {
  margin-top: 10px;
  margin-left: 10px; }

#topserach .dropdown {
  position: relative; }
  #topserach .dropdown .btn-search {
    background: transparent;
    border: 0;
    outline: 0;
    margin-top: 1px;
    color: #fff; }
  #topserach .dropdown #kesearch_submit {
    display: none; }
  #topserach .dropdown .searchbox {
    opacity: 0;
    z-index: -2;
    position: absolute;
    margin: 0;
    top: 35px;
    right: 0;
    min-width: 300px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    #topserach .dropdown .searchbox input {
      background: #fff;
      width: 250px;
      border: 1px solid #2f373c;
      border-radius: 3px;
      padding: 5px 15px; }
  #topserach .dropdown.open .searchbox {
    opacity: 1;
    z-index: 10; }

.kesearchbox {
  margin-bottom: 30px; }
  .kesearchbox #ke_search_sword {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
    border: 2px solid #2f373c;
    border-radius: 5px; }

span.submitbutt input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #2f373c;
  border-radius: 5px;
  background: #2f373c;
  color: #fff; }
  span.submitbutt input:focus, span.submitbutt input.focus, span.submitbutt input:active:focus, span.submitbutt input:active.focus, span.submitbutt input.active:focus, span.submitbutt input.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  span.submitbutt input:hover, span.submitbutt input:focus, span.submitbutt input.focus {
    color: #333;
    text-decoration: none; }
  span.submitbutt input:active, span.submitbutt input.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  span.submitbutt input.disabled, span.submitbutt input[disabled], fieldset[disabled] span.submitbutt input {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  span.submitbutt input:hover {
    color: #2c3e50;
    background: #fff; }

/* Buttons */
span.resetbutt a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #2c3e50;
  border: 2px solid #2f373c;
  border-radius: 5px; }
  span.resetbutt a:focus, span.resetbutt a.focus, span.resetbutt a:active:focus, span.resetbutt a:active.focus, span.resetbutt a.active:focus, span.resetbutt a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  span.resetbutt a:hover, span.resetbutt a:focus, span.resetbutt a.focus {
    color: #333;
    text-decoration: none; }
  span.resetbutt a:active, span.resetbutt a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  span.resetbutt a.disabled, span.resetbutt a[disabled], fieldset[disabled] span.resetbutt a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  span.resetbutt a:hover {
    background: #2f373c;
    color: #fff; }

input.kesGreyButt,
span.kesGreyButt {
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  min-width: 70px;
  max-width: 140px;
  -moz-user-select: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top, #f6f6f6, #f0f0f0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  cursor: default;
  font-family: arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }

span.resetbutt {
  float: left;
  margin-right: 20px; }

input.kesGreyButt:hover,
span.kesGreyButt:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: #d1d1d1;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222; }

span.kesGreyButt a {
  text-decoration: none;
  color: #444;
  text-shadow: 0px 1px 0px #ffffff; }

span.kesGreyButt a:hover {
  text-decoration: none;
  color: #000;
  text-shadow: 0px -1px 0px #ffffff; }

#kesearch_results .result-list-item {
  clear: both;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #818181; }
  #kesearch_results .result-list-item:last-child {
    border: 0; }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 5px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #cc0000;
  font-weight: bold; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
  border: 1px solid #D3D3D3;
  display: block;
  float: right;
  height: 10px;
  width: 48px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
  background-color: #D3D3D3;
  border: 1px solid #898989;
  display: block;
  height: 10px;
  margin: -1px 0 0 -1px; }

/* Pagebrowser */
#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  text-align: center;
  word-wrap: break-word;
  font-size: 12px;
  color: #707070; }

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  padding: 8px 0;
  background: #fff;
  margin-bottom: 15px; }

#kesearch_pagebrowser_top .pages_total {
  border-bottom: 1px dashed #707070; }

#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px dashed #707070; }

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
  margin: 0 0 5px 0; }

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px; }

#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
  cursor: pointer; }

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none; }

#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser {
  border: 1px solid; }

.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  overflow: hidden; }

.tx-kesearch-pi1 .next {
  background: transparent url("img/arrow-next.gif") no-repeat left 0; }

.tx-kesearch-pi1 .prev {
  background: transparent url("img/arrow-prev.gif") no-repeat right 0; }

.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 0 -10px 0; }

.main-teaser, .small-teaser {
  overflow: hidden; }
  .main-teaser .teaser-box, .small-teaser .teaser-box {
    position: relative;
    width: 25%;
    float: left;
    background-image: -webkit-linear-gradient(top, #31363a 0%, #171b1c 100%);
    background-image: -o-linear-gradient(top, #31363a 0%, #171b1c 100%);
    background-image: linear-gradient(to bottom, #31363a 0%, #171b1c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF31363A', endColorstr='#FF171B1C', GradientType=0); }
    .main-teaser .teaser-box:before, .small-teaser .teaser-box:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .main-teaser .teaser-box figure, .small-teaser .teaser-box figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .main-teaser .teaser-box figure img, .small-teaser .teaser-box figure img {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity 0.6s;
        transition: opacity 0.6s; }
      .main-teaser .teaser-box figure a, .small-teaser .teaser-box figure a {
        display: block; }
      .main-teaser .teaser-box figure figcaption, .small-teaser .teaser-box figure figcaption {
        background-image: -webkit-linear-gradient(top, transparent 40%, black 100%);
        background-image: -o-linear-gradient(top, transparent 40%, black 100%);
        background-image: linear-gradient(to bottom, transparent 40%, black 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
        padding: 15px;
        color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .main-teaser .teaser-box figure figcaption div, .small-teaser .teaser-box figure figcaption div {
          position: absolute;
          bottom: 10px;
          left: 0;
          width: 100%;
          text-align: center;
          color: #fff;
          padding: 0 15px;
          -webkit-transition: all 0.2s, -webkit-transform 0.35s;
          transition: all 0.2s, transform 0.35s; }
          .main-teaser .teaser-box figure figcaption div a, .small-teaser .teaser-box figure figcaption div a {
            color: #fff; }
        .main-teaser .teaser-box figure figcaption h5, .small-teaser .teaser-box figure figcaption h5 {
          padding: 15px 0; }
        .main-teaser .teaser-box figure figcaption p, .small-teaser .teaser-box figure figcaption p {
          position: absolute;
          left: 0;
          margin: 0;
          padding: 0 15px;
          opacity: 0;
          display: block;
          width: 100%;
          overflow: hidden;
          -webkit-transition: opacity 0.2s, height 0.35s;
          transition: opacity 0.2s, height 0.35s; }
      .main-teaser .teaser-box figure:hover, .small-teaser .teaser-box figure:hover {
        background: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .main-teaser .teaser-box figure:hover div, .small-teaser .teaser-box figure:hover div {
          bottom: calc(65%);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .main-teaser .teaser-box figure:hover img, .small-teaser .teaser-box figure:hover img {
          opacity: .15;
          -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s; }
        .main-teaser .teaser-box figure:hover p, .small-teaser .teaser-box figure:hover p {
          position: absolute;
          opacity: 1;
          -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
          -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s; }
    .main-teaser .teaser-box.no-image figure figcaption, .small-teaser .teaser-box.no-image figure figcaption {
      background: transparent;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-teaser .teaser-box.no-image figure figcaption div, .small-teaser .teaser-box.no-image figure figcaption div {
        position: relative;
        bottom: auto; }
        .main-teaser .teaser-box.no-image figure figcaption div p, .small-teaser .teaser-box.no-image figure figcaption div p {
          padding: 0 0 15px;
          position: relative;
          opacity: 1; }
    .main-teaser .teaser-box.no-image figure:hover div, .small-teaser .teaser-box.no-image figure:hover div {
      bottom: auto; }
    .main-teaser .teaser-box.no-image figure:hover p, .small-teaser .teaser-box.no-image figure:hover p {
      position: relative;
      opacity: 1; }
    .main-teaser .teaser-box.no-overlay figure figcaption, .small-teaser .teaser-box.no-overlay figure figcaption {
      display: none !important; }
    .main-teaser .teaser-box.no-overlay figure:hover img, .small-teaser .teaser-box.no-overlay figure:hover img {
      opacity: 1; }

.main-teaser .teaser-box {
  width: 50%; }
  .main-teaser .teaser-box figure figcaption h5 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 0; }

.small-teaser .teaser-box {
  width: 50%; }
  .small-teaser .teaser-box figure figcaption h5 {
    font-size: 16px; }
  .small-teaser .teaser-box figure figcaption p {
    font-size: 14px; }

.fullwith-teaser {
  position: relative;
  background-size: cover; }
  .fullwith-teaser .inner {
    background-image: -webkit-linear-gradient(top, transparent 40%, black 100%);
    background-image: -o-linear-gradient(top, transparent 40%, black 100%);
    background-image: linear-gradient(to bottom, transparent 40%, black 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
  .fullwith-teaser .teaser-text {
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center; }

@media (min-width: 480px) and (max-width: 991px) {
  .main-teaser .teaser-box {
    width: 50%; }

  .small-teaser .teaser-box {
    width: 33.33334%; } }
@media (max-width: 768px) {
  .main-teaser .teaser-box figure figcaption h5, .small-teaser .teaser-box figure figcaption h5 {
    font-size: 18px; }
  .main-teaser .teaser-box figure figcaption p, .small-teaser .teaser-box figure figcaption p {
    font-size: 14px; }

  .fullwith-teaser .teaser-text {
    padding: 60px 0;
    font-size: 20px;
    line-height: 36px; } }
@media (min-width: 992px) {
  .main-teaser .teaser-box {
    width: 25%; }

  .small-teaser .teaser-box {
    width: 25%; }

  .fullwith-teaser .teaser-text {
    padding: 110px 0; } }
@media (min-width: 1200px) {
  .small-teaser .teaser-box {
    width: 16.6667%; } }
.brand-logo, .east-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(../images/east-logo.svg);
  display: block;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left top;
  margin-bottom: 20px; }
  .brand-logo.logo-left, .east-logo.logo-left {
    background-position: left top; }
  .brand-logo.logo-centered, .east-logo.logo-centered {
    background-position: center top; }
  .brand-logo.logo-right, .east-logo.logo-right {
    background-position: right top; }
  .brand-logo.logo-default, .east-logo.logo-default {
    height: 24px;
    -webkit-background-size: auto 24px;
    -o-background-size: auto 24px;
    -moz-background-size: auto 24px;
    background-size: auto 24px; }

#book-now {
  position: fixed;
  top: 63px;
  right: 5%; }

#book-now-button-container {
  perspective: 1000; }
  #book-now-button-container.flip:hover #book-now-button, #book-now-button-container.hover #book-now-button {
    transform: rotateX(-180deg); }

#book-now-button-container, #book-now-button .front, #book-now-button .back {
  width: 120px;
  height: 120px; }

#book-now-button-container #book-now-button {
  transform-origin: 100% 60px;
  /* half of height */ }

#book-now-button {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  z-index: 10;
  cursor: pointer; }
  #book-now-button .room, #book-now-button .table {
    height: 60px;
    width: 120px;
    border-radius: 60px 60px 0 0;
    -moz-border-radius: 60px 60px 0 0;
    -webkit-border-radius: 60px 60px 0 0;
    background: #c19a5f;
    -webkit-box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 10px 1px rgba(0, 0, 0, 0.5);
    line-height: 30px;
    padding-top: 25px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-decoration: none; }
  #book-now-button .room a {
    color: #000;
    text-decoration: none; }
    #book-now-button .room a:hover, #book-now-button .room a:visited, #book-now-button .room a:active {
      color: #000;
      text-decoration: none; }
  #book-now-button .table {
    height: 60px;
    width: 120px;
    border-radius: 0 0 60px 60px;
    -moz-border-radius: 0 0 60px 60px;
    -webkit-border-radius: 0 0 60px 60px;
    background: #2f373c;
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    color: #fff; }
  #book-now-button .front, #book-now-button .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  #book-now-button .front {
    z-index: 2000;
    /* for firefox 31 */
    transform: rotateX(0deg); }
  #book-now-button .back {
    transform: rotateX(180deg); }
  #book-now-button .book, #book-now-button .now {
    background: #d2003c;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 30px;
    padding-top: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    color: #fff; }
  #book-now-button .now {
    background: #d2003c;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 60px 60px;
    padding-top: 10px; }

.booking-layer-outer {
  display: none; }
  .booking-layer-outer.opened {
    display: block; }

.booking-layer {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .booking-layer.in {
    opacity: 1; }

#booking-table, #booking-room {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -150px;
  width: 300px;
  height: 400px; }
  #booking-table .close-layer, #booking-room .close-layer {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 40px;
    line-height: 1;
    color: #c19a5f;
    z-index: 10; }
  #booking-table h1, #booking-table h2, #booking-table h3, #booking-table h4, #booking-table p, #booking-room h1, #booking-room h2, #booking-room h3, #booking-room h4, #booking-room p {
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  #booking-table .booking-links, #booking-room .booking-links {
    background: #2f373c;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #booking-table .booking-links .section-content, #booking-room .booking-links .section-content {
      width: 100%; }
    #booking-table .booking-links header, #booking-room .booking-links header {
      font-size: 20px;
      color: #d2003c; }
  #booking-table .csc-menu-1, #booking-room .csc-menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 20px; }
    #booking-table .csc-menu-1 #navitem_138 a, #booking-room .csc-menu-1 #navitem_138 a {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      background-image: url("../images/east-logo.svg");
      display: block;
      -webkit-background-size: auto 24px;
      -o-background-size: auto 24px;
      -moz-background-size: auto 24px;
      background-size: auto 24px;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center;
      height: 34px; }

@media (min-width: 768px) {
  #book-now {
    top: 180px;
    z-index: 10; }

  .booking-links header {
    font-size: 25px; } }
@media (min-width: 992px) {
  #booking-table, #booking-room {
    margin-top: -200px;
    margin-left: -250px;
    width: 500px;
    height: 400px; } }
.events-list-view {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  font-size: 0%;
  vertical-align: top; }
  .events-list-view:before, .events-list-view:after {
    content: " ";
    display: table; }
  .events-list-view:after {
    clear: both; }
  .events-list-view:before, .events-list-view:after {
    content: " ";
    display: table; }
  .events-list-view:after {
    clear: both; }
  .events-list-view .article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    float: none;
    display: inline-block; }
    @media (min-width: 992px) {
      .events-list-view .article {
        float: left;
        width: 50%; } }
    .events-list-view .article:before, .events-list-view .article:after {
      content: " ";
      display: table; }
    .events-list-view .article:after {
      clear: both; }
  .events-list-view .article {
    float: none !important;
    display: inline-block !important; }
  .events-list-view .news-img-wrap {
    float: left;
    width: 130px; }
    .events-list-view .news-img-wrap .east-logo {
      width: 130px;
      height: 30px;
      -webkit-background-size: 130px auto;
      -o-background-size: 130px auto;
      -moz-background-size: 130px auto;
      background-size: 130px auto;
      margin-top: 6px; }
  .events-list-view .event-infos {
    margin-left: 145px; }
  .events-list-view .event-date {
    width: 50px;
    float: left; }
    .events-list-view .event-date span {
      display: block; }
    .events-list-view .event-date .day {
      font-size: 30px;
      line-height: 1; }
    .events-list-view .event-date .month {
      font-size: 20px;
      text-transform: uppercase; }
  .events-list-view .event-text {
    margin-left: 50px; }
    .events-list-view .event-text h4 {
      padding: 0 0 10px; }
    .events-list-view .event-text p {
      padding: 0 0 10px; }
    .events-list-view .event-text .more-link {
      text-align: right; }

.event-single .news-img-wrap {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .event-single .news-img-wrap {
    float: right;
    margin: 0 0 25px 25px; } }
.gallery-simple {
  overflow: hidden; }

.gallery-thumbs, .gallery-simple {
  position: relative;
  width: 100%; }
  .gallery-thumbs:before, .gallery-thumbs:after, .gallery-simple:before, .gallery-simple:after {
    content: " ";
    display: table; }
  .gallery-thumbs:after, .gallery-simple:after {
    clear: both; }
  .gallery-thumbs .image-border, .gallery-simple .image-border {
    border: 1px solid #e5e5e5;
    padding: 9px;
    display: inline-block; }
  .gallery-thumbs .swiper-slide, .gallery-simple .swiper-slide {
    text-align: center; }
    .gallery-thumbs .swiper-slide img, .gallery-simple .swiper-slide img {
      width: 100%;
      height: auto; }
  .gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev, .gallery-simple .swiper-button-next, .gallery-simple .swiper-button-prev {
    background-size: auto;
    width: 30px;
    height: 30px;
    margin-top: -15px; }
  .gallery-thumbs .swiper-button-next, .gallery-simple .swiper-button-next {
    right: 20px;
    background: transparent url("../images/slide-arrow-next.png") no-repeat center right; }
  .gallery-thumbs .swiper-button-prev, .gallery-simple .swiper-button-prev {
    left: 20px;
    background: transparent url("../images/slide-arrow-prev.png") no-repeat center right; }
  .gallery-thumbs .gallery-thumbs-nav, .gallery-simple .gallery-thumbs-nav {
    margin-top: -1px; }
    .gallery-thumbs .gallery-thumbs-nav .swiper-slide, .gallery-simple .gallery-thumbs-nav .swiper-slide {
      width: 86px;
      height: 86px;
      margin-left: -1px; }
    .gallery-thumbs .gallery-thumbs-nav .swiper-slide-active .image-border, .gallery-simple .gallery-thumbs-nav .swiper-slide-active .image-border {
      background: #2f373c; }

.index .content .gallery-thumbs div:first-child {
  margin-bottom: 10px; }

.gallery-thumbs .image-description {
  height: 24px;
  margin: 10px 0 10px 0; }

@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal; }
#weather {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 10%;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #fff; }

#weather h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: weather;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.0; }

.weather-today {
  height: 60%; }

#weather .weather-today h1 {
  clear: both;
  font-size: 100px; }

#weather h1.icon-0:before {
  content: ":"; }

#weather h1.icon-1:before {
  content: "p"; }

#weather h1.icon-2:before {
  content: "S"; }

#weather h1.icon-3:before {
  content: "Q"; }

#weather h1.icon-4:before {
  content: "S"; }

#weather h1.icon-5:before {
  content: "W"; }

#weather h1.icon-6:before {
  content: "W"; }

#weather h1.icon-7:before {
  content: "W"; }

#weather h1.icon-8:before {
  content: "W"; }

#weather h1.icon-9:before {
  content: "I"; }

#weather h1.icon-10:before {
  content: "W"; }

#weather h1.icon-11:before {
  content: "I"; }

#weather h1.icon-12:before {
  content: "I"; }

#weather h1.icon-13:before {
  content: "I"; }

#weather h1.icon-14:before {
  content: "I"; }

#weather h1.icon-15:before {
  content: "W"; }

#weather h1.icon-16:before {
  content: "I"; }

#weather h1.icon-17:before {
  content: "W"; }

#weather h1.icon-18:before {
  content: "U"; }

#weather h1.icon-19:before {
  content: "Z"; }

#weather h1.icon-20:before {
  content: "Z"; }

#weather h1.icon-21:before {
  content: "Z"; }

#weather h1.icon-22:before {
  content: "Z"; }

#weather h1.icon-23:before {
  content: "Z"; }

#weather h1.icon-24:before {
  content: "E"; }

#weather h1.icon-25:before {
  content: "E"; }

#weather h1.icon-26:before {
  content: "3"; }

#weather h1.icon-27:before {
  content: "a"; }

#weather h1.icon-28:before {
  content: "A"; }

#weather h1.icon-29:before {
  content: "a"; }

#weather h1.icon-30:before {
  content: "A"; }

#weather h1.icon-31:before {
  content: "6"; }

#weather h1.icon-32:before {
  content: "1"; }

#weather h1.icon-33:before {
  content: "6"; }

#weather h1.icon-34:before {
  content: "1"; }

#weather h1.icon-35:before {
  content: "W"; }

#weather h1.icon-36:before {
  content: "1"; }

#weather h1.icon-37:before {
  content: "S"; }

#weather h1.icon-38:before {
  content: "S"; }

#weather h1.icon-39:before {
  content: "S"; }

#weather h1.icon-40:before {
  content: "M"; }

#weather h1.icon-41:before {
  content: "W"; }

#weather h1.icon-42:before {
  content: "I"; }

#weather h1.icon-43:before {
  content: "W"; }

#weather h1.icon-44:before {
  content: "a"; }

#weather h1.icon-45:before {
  content: "S"; }

#weather h1.icon-46:before {
  content: "U"; }

#weather h1.icon-47:before {
  content: "S"; }

.city {
  display: inline-block;
  float: left; }

.temperature {
  float: right; }

.forecast {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -15px;
  height: 70px;
  overflow: hidden; }
  .forecast li {
    float: left;
    width: 33%; }

#weather h2 {
  margin: -50px 0 8px;
  color: #fff;
  font-size: 140px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }

#weather ul {
  margin: 0;
  padding: 0; }

#weather .updated {
  opacity: 0.45; }

@media (max-width: 991px) {
  #mainnav .navbar-nav {
    text-transform: uppercase; }
    #mainnav .navbar-nav li {
      background-color: #2f373c;
      border-top: 1px solid #c19a5f; }
      #mainnav .navbar-nav li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px; }
      #mainnav .navbar-nav li:hover a, #mainnav .navbar-nav li.sfHover a {
        color: #c19a5f; }
      #mainnav .navbar-nav li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        background: #3b4348;
        border-top: 1px solid #c19a5f;
        height: auto;
        padding: 0 25px; }
        #mainnav .navbar-nav li ul li {
          background: #3b4348;
          border: 0; }
          #mainnav .navbar-nav li ul li a {
            display: block;
            color: #fff !important;
            text-decoration: none; }
            #mainnav .navbar-nav li ul li a span {
              display: inline-block;
              height: 20px;
              width: 15px;
              float: right;
              background: transparent url("../images/nav-arrow.png") no-repeat center right; }
          #mainnav .navbar-nav li ul li:hover a, #mainnav .navbar-nav li ul li.sfHover a {
            background: #3b4348;
            color: #c19a5f; }
          #mainnav .navbar-nav li ul li:hover li a, #mainnav .navbar-nav li ul li.sfHover li a {
            background: transparent; }
          #mainnav .navbar-nav li ul li:hover li:hover a, #mainnav .navbar-nav li ul li:hover li.sfHover a, #mainnav .navbar-nav li ul li.sfHover li:hover a, #mainnav .navbar-nav li ul li.sfHover li.sfHover a {
            background: #3b4348;
            color: #c19a5f; }
          #mainnav .navbar-nav li ul li:first-child a {
            border-top: none; }
        #mainnav .navbar-nav li ul ul {
          left: 100%; }

  .top_meta {
    position: absolute;
    text-align: right;
    right: 15px;
    top: 28px;
    height: 24px; }
    .top_meta .navbar-form, .top_meta .lang-nav {
      float: left; }
    .top_meta .navbar-form {
      border: 0;
      margin: 0 5px 0 0;
      padding: 0;
      box-shadow: none; }
      .top_meta .navbar-form .btn {
        border: none;
        white-space: nowrap;
        padding: 2px 7px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    .top_meta .lang-nav {
      padding: 0;
      margin: 0; }
      .top_meta .lang-nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .top_meta .lang-nav ul li {
          float: left;
          padding: 0 0 0 10px; }
          .top_meta .lang-nav ul li:first-child {
            padding: 0; }
      .top_meta .lang-nav img {
        width: 28px;
        height: 20px; }

  .navbar-toggle {
    position: absolute;
    margin-right: 0;
    margin-left: 15px;
    left: 0; }

  .navbar-header {
    padding: 0 60px;
    margin: 0; }
    .navbar-header .navbar-brand {
      float: none; }
      .navbar-header .navbar-brand a {
        background-position: center center;
        width: auto; } }
@media (min-width: 992px) {
  /*** ESSENTIAL STYLES ***/
  .navbar-nav, .navbar-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }

  .navbar-nav li {
    position: relative; }

  .navbar-nav ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav li:hover > ul,
  .navbar-nav li.sfHover > ul {
    display: block; }

  .navbar-nav a {
    display: block;
    position: relative; }

  .navbar-nav ul ul {
    top: 0;
    left: 100%; }

  #mainnav .navbar-nav {
    text-transform: uppercase; }
    #mainnav .navbar-nav li.sfHover a {
      color: #c19a5f; }
    #mainnav .navbar-nav li ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      width: 250px;
      background-color: #2f373c;
      border-top: 2px solid #c19a5f;
      height: auto;
      z-index: 199;
      text-align: left;
      left: 0;
      margin: 0; }
      #mainnav .navbar-nav li ul li {
        height: 50px; }
        #mainnav .navbar-nav li ul li a {
          display: block;
          font-size: 14px;
          line-height: 30px;
          color: #fff !important;
          text-decoration: none;
          padding: 10px 25px;
          border-top: 1px solid #535044;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          #mainnav .navbar-nav li ul li a span {
            display: inline-block;
            height: 30px;
            width: 15px;
            float: right;
            background: transparent url("../images/nav-arrow.png") no-repeat center right; }
        #mainnav .navbar-nav li ul li:hover a, #mainnav .navbar-nav li ul li.sfHover a {
          background: #3b4348; }
        #mainnav .navbar-nav li ul li:hover li a, #mainnav .navbar-nav li ul li.sfHover li a {
          background: transparent; }
        #mainnav .navbar-nav li ul li:hover li:hover a, #mainnav .navbar-nav li ul li:hover li.sfHover a, #mainnav .navbar-nav li ul li.sfHover li:hover a, #mainnav .navbar-nav li ul li.sfHover li.sfHover a {
          background: #3b4348; }
        #mainnav .navbar-nav li ul li:first-child a {
          border-top: none; }
      #mainnav .navbar-nav li ul ul {
        left: 100%;
        border-top: none; }

  #stage .swiper-container .swiper-slide .teaser span:first-child {
    font-size: 18px; }
  #stage .swiper-container .swiper-slide .teaser span:last-child {
    font-size: 24px; }
  #stage .swiper-container .swiper-slide .teaser .east-logo {
    height: 60px;
    -webkit-background-size: auto 60px;
    -o-background-size: auto 60px;
    -moz-background-size: auto 60px;
    background-size: auto 60px; }

  .bottom-bar {
    padding-bottom: 0; }
    .bottom-bar .newsletter {
      width: 40%; }
    .bottom-bar .top-link {
      width: 20%;
      float: left;
      position: relative;
      bottom: auto;
      left: auto; }
    .bottom-bar .socialNav {
      width: 40%; }

  .facts-numbers {
    font-size: 17px; }

  .navbar {
    margin: 0; }

  #mainnav {
    float: none;
    margin: 0 150px; }
    #mainnav .navbar-center {
      float: none;
      text-align: center; }
      #mainnav .navbar-center li {
        float: none;
        display: inline-block; }
      #mainnav .navbar-center ul li {
        display: block; }

  .top_meta {
    float: right;
    text-align: right; }
    .top_meta .navbar-form, .top_meta .lang-nav {
      float: left; }
    .top_meta .lang-nav {
      padding: 0;
      margin-top: 27px;
      margin-bottom: 30px; }
      .top_meta .lang-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        top: auto;
        left: auto; }
        .top_meta .lang-nav ul li {
          float: left;
          padding: 0 0 0 10px; }
          .top_meta .lang-nav ul li:first-child {
            padding: 0; }
      .top_meta .lang-nav img {
        width: 28px;
        height: 20px; }

  .meta-nav ul {
    float: right;
    padding: 0;
    margin-right: -10px; }
    .meta-nav ul li {
      display: block;
      float: left;
      padding: 0; }
      .meta-nav ul li a {
        line-height: 30px;
        padding: 25px 10px; }

  #mainnav #navitem_11 ul li#navitem_53 a span {
    display: none; }
  #mainnav #navitem_11 ul li#navitem_53 ul {
    display: none !important; }

  .footer-container .bottom-content .col-sm-4 {
    padding-top: 50px;
    padding-bottom: 100px; }
  .footer-container footer {
    height: 100px; }
    .footer-container footer .copyright {
      line-height: 30px;
      padding-top: 25px;
      padding-bottom: 25px;
      text-align: left; }
    .footer-container footer .footer-logo {
      padding-top: 29px; }

  .content {
    padding: 0px 0 150px; }

  .index .content {
    padding: 100px 0 0px; }

  .nav-content .subnav {
    display: block;
    float: left;
    width: 20%; }
  .nav-content .main-content {
    margin-left: 20%; }

  .footer-map .contact-google-maps:before {
    padding-top: 50%; }

  .bottom-bar {
    position: fixed;
    bottom: 0;
    height: 40px; }
    .bottom-bar.sticky-bottom-bar {
      position: relative;
      bottom: auto; }

  #blog-link {
    bottom: 100px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    padding: 28px 15px; }
    .navbar-brand a {
      width: 100px;
      height: 24px;
      -webkit-background-size: auto 15px;
      -o-background-size: auto 15px;
      -moz-background-size: auto 15px;
      background-size: auto 15px;
      background-position: left center; }

  #mainnav {
    float: none;
    margin: 0 85px; }
    #mainnav .navbar-nav li {
      font-size: 12px; }
      #mainnav .navbar-nav li a {
        padding-left: 6px;
        padding-right: 6px; }
      #mainnav .navbar-nav li ul li a {
        font-size: 12px; } }
@media (min-width: 1200px) {
  .footer-container .bottom-content .col-sm-4 {
    padding-top: 70px;
    padding-bottom: 200px; } }

/*# sourceMappingURL=styles.css.map */
