@charset "UTF-8";
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  body,
  html {
    -webkit-font-smoothing: auto;
    font-smoothing: auto; } }

/*!
 *  Font Awesome 4.3.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("/assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .bootstrap-select.btn-group .dropdown-toggle .caret, .intl-tel-input .selected-flag .iti-arrow, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev, .customSelect .selectValueWrap .caret {
  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;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .bootstrap-select.btn-group .dropdown-toggle .pull-left.caret, .intl-tel-input .selected-flag .pull-left.iti-arrow, .ui-datepicker .pull-left.ui-datepicker-next, .ui-datepicker .pull-left.ui-datepicker-prev, .customSelect .selectValueWrap .pull-left.caret {
  margin-right: .3em; }

.fa.pull-right, .bootstrap-select.btn-group .dropdown-toggle .pull-right.caret, .intl-tel-input .selected-flag .pull-right.iti-arrow, .ui-datepicker .pull-right.ui-datepicker-next, .ui-datepicker .pull-right.ui-datepicker-prev, .customSelect .selectValueWrap .pull-right.caret {
  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);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-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 {
  -webkit-filter: none;
          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: #ffffff; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before, .bootstrap-select.btn-group .dropdown-toggle .caret:before, .intl-tel-input .selected-flag .iti-arrow:before, .customSelect .selectValueWrap .caret:before {
  content: "\f0d7"; }

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

.fa-angle-left:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "\f104"; }

.fa-angle-right:before, .ui-datepicker .ui-datepicker-next:before {
  content: "\f105"; }

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

@font-face {
  font-family: "Frutiger LT W05_65 Bold5223371";
  src: url("/assets/fonts/5223371/084ba534-77ed-401a-8720-7fee98e0cda8.eot?#iefix");
  src: url("/assets/fonts/5223371/084ba534-77ed-401a-8720-7fee98e0cda8.eot?#iefix") format("eot"), url("/assets/fonts/5223371/4bf9cd6c-9a0e-47cc-8b5d-623bd466f984.woff") format("woff"), url("/assets/fonts/5223371/93528ae5-222b-43f9-a14e-88371ed35386.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W05_55 Roma5227398";
  src: url("/assets/fonts/5227398/0fef41d9-a4ca-49cb-a052-4e9a83a342ff.eot?#iefix");
  src: url("/assets/fonts/5227398/0fef41d9-a4ca-49cb-a052-4e9a83a342ff.eot?#iefix") format("eot"), url("/assets/fonts/5227398/a3d2331d-37b1-42d3-8532-b1c75e5251bd.woff") format("woff"), url("/assets/fonts/5227398/67a8a300-cc83-4e01-9e73-157c1f4f6dd4.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W05_56 Italic";
  src: url("/assets/fonts/5350363/2dcc4843-0e51-4608-8bdb-435ad8cf2a8b.eot?#iefix");
  src: url("/assets/fonts/5350363/2dcc4843-0e51-4608-8bdb-435ad8cf2a8b.eot?#iefix") format("eot"), url("/assets/fonts/5350363/33123ee9-731f-4a44-ab8b-d672223734b6.woff") format("woff"), url("/assets/fonts/5350363/837633c9-81b7-4f53-9977-436431b48889.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W05_45 Light";
  src: url("/assets/fonts/5364007/79b1a48f-6b1d-47d9-b4ee-b9b718b4188e.eot?#iefix");
  src: url("/assets/fonts/5364007/79b1a48f-6b1d-47d9-b4ee-b9b718b4188e.eot?#iefix") format("eot"), url("/assets/fonts/5364007/bf478d74-4a40-4eb7-ba6e-7c0a18d521bd.woff") format("woff"), url("/assets/fonts/5364007/e3a2e438-80f7-4a67-b993-b18d0d94c21b.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W04_45 Light";
  src: url("/assets/fonts/1572247/53595583-8a9c-4c63-9220-f4d1c3364a9d.eot?#iefix");
  src: url("/assets/fonts/1572247/53595583-8a9c-4c63-9220-f4d1c3364a9d.eot?#iefix") format("eot"), url("/assets/fonts/1572247/1f5eb399-3fe2-4a88-946d-1621c81da877.woff") format("woff"), url("/assets/fonts/1572247/8ae8c829-0376-410b-8c6a-92503273d37e.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W04_55 Roman";
  src: url("/assets/fonts/1572255/3c1542d6-dbb8-4bb3-85e5-730bbf131fcc.eot?#iefix");
  src: url("/assets/fonts/1572255/3c1542d6-dbb8-4bb3-85e5-730bbf131fcc.eot?#iefix") format("eot"), url("/assets/fonts/1572255/b33c9c65-2311-4db9-a364-ae857e998b70.woff") format("woff"), url("/assets/fonts/1572255/72290e69-f361-42ef-adc2-ed908eb88cb5.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W04_56 Italic";
  src: url("/assets/fonts/1572259/24a5e4c6-db46-4dd5-8b46-6dc7ec24614c.eot?#iefix");
  src: url("/assets/fonts/1572259/24a5e4c6-db46-4dd5-8b46-6dc7ec24614c.eot?#iefix") format("eot"), url("/assets/fonts/1572259/779bb768-947f-4b9d-8fe7-6223b9953d12.woff") format("woff"), url("/assets/fonts/1572259/e6b4deca-f2a9-4160-ba62-5afc72da869f.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W04_56 Bold";
  src: url("/assets/fonts/1572263/92fb90f3-a8af-48d1-aac0-52c736cdc532.eot?#iefix");
  src: url("/assets/fonts/1572263/92fb90f3-a8af-48d1-aac0-52c736cdc532.eot?#iefix") format("eot"), url("/assets/fonts/1572263/ede01147-5581-4d28-afc0-303f4c771fd2.woff") format("woff"), url("/assets/fonts/1572263/a098af66-fef8-439d-abf2-0d61674a33f9.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W03_45 Light";
  src: url("/assets/fonts/1475732/c13b5491-0ad0-401e-8b39-03a88965ce5a.eot?#iefix");
  src: url("/assets/fonts/1475732/c13b5491-0ad0-401e-8b39-03a88965ce5a.eot?#iefix") format("eot"), url("/assets/fonts/1475732/ef7e8467-66c5-4521-afc4-777f6cf72ec4.woff") format("woff"), url("/assets/fonts/1475732/c1bbbd49-cc08-4ec8-a63d-8cbd6936c666.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W03_55 Roman";
  src: url("/assets/fonts/1475740/4ae7b88b-fb5d-4cb5-9888-78298ad2a973.eot?#iefix");
  src: url("/assets/fonts/1475740/4ae7b88b-fb5d-4cb5-9888-78298ad2a973.eot?#iefix") format("eot"), url("/assets/fonts/1475740/3963cec0-c35f-41fa-adb6-4ef3fc0bb056.woff") format("woff"), url("/assets/fonts/1475740/95a1e677-b284-4b7e-86f9-b684fba2e7da.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W03_55 Italic";
  src: url("/assets/fonts/1475744/30b32aba-cb1e-4b3b-9973-03edbcddf725.eot?#iefix");
  src: url("/assets/fonts/1475744/30b32aba-cb1e-4b3b-9973-03edbcddf725.eot?#iefix") format("eot"), url("/assets/fonts/1475744/0dec97cb-c4a0-4bc1-a08b-7ae7a466955f.woff") format("woff"), url("/assets/fonts/1475744/535f8b7e-d293-450b-ba65-ffed492c9f29.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: "Frutiger LT W03_65 Bold";
  src: url("/assets/fonts/1475748/840b1eda-acf5-4788-867d-beaf576d7600.eot?#iefix");
  src: url("/assets/fonts/1475748/840b1eda-acf5-4788-867d-beaf576d7600.eot?#iefix") format("eot"), url("/assets/fonts/1475748/8b1cbfbd-4fa3-4330-8e32-552125871646.woff") format("woff"), url("/assets/fonts/1475748/9b0d5970-235c-47a8-b94d-a7fe9dea7585.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: lad_arabic_bold;
  src: url("/assets/fonts/LADArabic-Bold.otf");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: ladarabic_regular;
  src: url("/assets/fonts/LADArabic-Regular.otf");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: lad_arabic_signage;
  src: url("/assets/fonts/LADArabic-Signage.otf");
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(/assets/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 0.875em;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

@font-face {
  font-family: "LAD-Bold";
  src: url("/assets/fonts/newfonts/otf/lad-bold.otf") format("open-type"), url("/assets/fonts/newfonts/TTF/LAD-Bold.ttf") format("truetype"), url("/assets/fonts/newfonts/WOFF/LAD-Bold.woff") format("woff"), url("/assets/fonts/newfonts/WOFF2/LAD-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "LAD-Regular";
  src: url("/assets/fonts/newfonts/OTF/LAD-regular.otf") format("open-type"), url("/assets/fonts/newfonts/TTF/LAD-regular.ttf") format("truetype"), url("/assets/fonts/newfonts/WOFF/LAD-regular.woff") format("woff"), url("/assets/fonts/newfonts/WOFF2/LAD-regular.woff2") format("woff2"); }

@font-face {
  font-family: "LAD-BoldItalic";
  src: url("/assets/fonts/newfonts/otf/lad-boldItalic.otf") format("open-type"), url("/assets/fonts/newfonts/TTF/LAD-BoldItalic.ttf") format("truetype"), url("/assets/fonts/newfonts/WOFF/LAD-BoldItalic.woff") format("woff"), url("/assets/fonts/newfonts/WOFF2/LAD-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "LAD-RegularItalic";
  src: url("/assets/fonts/newfonts/OTF/LAD-RegularItalic.otf") format("open-type"), url("/assets/fonts/newfonts/TTF/LAD-RegularItalic.ttf") format("truetype"), url("/assets/fonts/newfonts/WOFF/LAD-RegularItalic.woff") format("woff"), url("/assets/fonts/newfonts/WOFF2/LAD-RegularItalic.woff2") format("woff2"); }

@font-face {
  font-family: "LAD-Display";
  src: url("/assets/fonts/newfonts/otf/lad-display.otf") format("open-type"), url("/assets/fonts/newfonts/TTF/LAD-Display.ttf") format("truetype"), url("/assets/fonts/newfonts/WOFF/LAD-Display.woff") format("woff"), url("/assets/fonts/newfonts/WOFF2/LAD-Display.woff2") format("woff2"); }

.font-LAD-bold {
  font-family: "LAD-Bold"; }

.font-LAD-regular {
  font-family: "LAD-Regular"; }

.font-LAD-display {
  font-family: "LAD-Display"; }

.font-LAD-regular_italic {
  font-family: "LAD-RegularItalic"; }

.font-LAD-bold_italic {
  font-family: "LAD-BoldItalic"; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Portrait phones and smaller */
/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Portrait phones and smaller */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #464646;
  text-decoration: none; }
  a:hover, a:focus {
    color: #202020; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 1.125em;
  letter-spacing: 0.15em;
  margin: 0 0 11px 0;
  font-family: "Frutiger LT W04_56 Bold";
  text-transform: uppercase;
  color: #464646; }

h3, .h3 {
  color: #464646;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-family: "Frutiger LT W05_55 Roma5227398";
  font-weight: bold; }

h4, .h4 {
  font-size: 0.875em;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  margin: 0 0 20px 0;
  font-family: "Frutiger LT W05_55 Roma5227398"; }

h5, .h5 {
  font-size: 1.125em;
  letter-spacing: 0.19062em;
  margin: 0 0 11px 0;
  font-family: "Frutiger LT W04_56 Bold";
  text-transform: uppercase;
  color: #ffffff; }

h6, .h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #464646; }

p {
  font-family: "Frutiger LT W04_55 Roman";
  font-size: 0.875em;
  margin: 0 0 11px 0;
  line-height: 1.4375em;
  letter-spacing: 0.06375em; }

.lead {
  font-size: 1.125em;
  margin-bottom: 30px;
  line-height: 1.75em;
  letter-spacing: 0.03125em; }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #464646; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2d2d2d; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #464646; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2d2d2d; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 700px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 700px) {
    .container {
      width: 740px; } }
  @media (min-width: 979px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1400px; } }

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

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14 {
  float: left; }

.col-xs-1 {
  width: 7.14286%; }

.col-xs-2 {
  width: 14.28571%; }

.col-xs-3 {
  width: 21.42857%; }

.col-xs-4 {
  width: 28.57143%; }

.col-xs-5 {
  width: 35.71429%; }

.col-xs-6 {
  width: 42.85714%; }

.col-xs-7 {
  width: 50%; }

.col-xs-8 {
  width: 57.14286%; }

.col-xs-9 {
  width: 64.28571%; }

.col-xs-10 {
  width: 71.42857%; }

.col-xs-11 {
  width: 78.57143%; }

.col-xs-12 {
  width: 85.71429%; }

.col-xs-13 {
  width: 92.85714%; }

.col-xs-14 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 7.14286%; }

.col-xs-pull-2 {
  right: 14.28571%; }

.col-xs-pull-3 {
  right: 21.42857%; }

.col-xs-pull-4 {
  right: 28.57143%; }

.col-xs-pull-5 {
  right: 35.71429%; }

.col-xs-pull-6 {
  right: 42.85714%; }

.col-xs-pull-7 {
  right: 50%; }

.col-xs-pull-8 {
  right: 57.14286%; }

.col-xs-pull-9 {
  right: 64.28571%; }

.col-xs-pull-10 {
  right: 71.42857%; }

.col-xs-pull-11 {
  right: 78.57143%; }

.col-xs-pull-12 {
  right: 85.71429%; }

.col-xs-pull-13 {
  right: 92.85714%; }

.col-xs-pull-14 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 7.14286%; }

.col-xs-push-2 {
  left: 14.28571%; }

.col-xs-push-3 {
  left: 21.42857%; }

.col-xs-push-4 {
  left: 28.57143%; }

.col-xs-push-5 {
  left: 35.71429%; }

.col-xs-push-6 {
  left: 42.85714%; }

.col-xs-push-7 {
  left: 50%; }

.col-xs-push-8 {
  left: 57.14286%; }

.col-xs-push-9 {
  left: 64.28571%; }

.col-xs-push-10 {
  left: 71.42857%; }

.col-xs-push-11 {
  left: 78.57143%; }

.col-xs-push-12 {
  left: 85.71429%; }

.col-xs-push-13 {
  left: 92.85714%; }

.col-xs-push-14 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 7.14286%; }

.col-xs-offset-2 {
  margin-left: 14.28571%; }

.col-xs-offset-3 {
  margin-left: 21.42857%; }

.col-xs-offset-4 {
  margin-left: 28.57143%; }

.col-xs-offset-5 {
  margin-left: 35.71429%; }

.col-xs-offset-6 {
  margin-left: 42.85714%; }

.col-xs-offset-7 {
  margin-left: 50%; }

.col-xs-offset-8 {
  margin-left: 57.14286%; }

.col-xs-offset-9 {
  margin-left: 64.28571%; }

.col-xs-offset-10 {
  margin-left: 71.42857%; }

.col-xs-offset-11 {
  margin-left: 78.57143%; }

.col-xs-offset-12 {
  margin-left: 85.71429%; }

.col-xs-offset-13 {
  margin-left: 92.85714%; }

.col-xs-offset-14 {
  margin-left: 100%; }

@media (min-width: 700px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float: left; }
  .col-sm-1 {
    width: 7.14286%; }
  .col-sm-2 {
    width: 14.28571%; }
  .col-sm-3 {
    width: 21.42857%; }
  .col-sm-4 {
    width: 28.57143%; }
  .col-sm-5 {
    width: 35.71429%; }
  .col-sm-6 {
    width: 42.85714%; }
  .col-sm-7 {
    width: 50%; }
  .col-sm-8 {
    width: 57.14286%; }
  .col-sm-9 {
    width: 64.28571%; }
  .col-sm-10 {
    width: 71.42857%; }
  .col-sm-11 {
    width: 78.57143%; }
  .col-sm-12 {
    width: 85.71429%; }
  .col-sm-13 {
    width: 92.85714%; }
  .col-sm-14 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 7.14286%; }
  .col-sm-pull-2 {
    right: 14.28571%; }
  .col-sm-pull-3 {
    right: 21.42857%; }
  .col-sm-pull-4 {
    right: 28.57143%; }
  .col-sm-pull-5 {
    right: 35.71429%; }
  .col-sm-pull-6 {
    right: 42.85714%; }
  .col-sm-pull-7 {
    right: 50%; }
  .col-sm-pull-8 {
    right: 57.14286%; }
  .col-sm-pull-9 {
    right: 64.28571%; }
  .col-sm-pull-10 {
    right: 71.42857%; }
  .col-sm-pull-11 {
    right: 78.57143%; }
  .col-sm-pull-12 {
    right: 85.71429%; }
  .col-sm-pull-13 {
    right: 92.85714%; }
  .col-sm-pull-14 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 7.14286%; }
  .col-sm-push-2 {
    left: 14.28571%; }
  .col-sm-push-3 {
    left: 21.42857%; }
  .col-sm-push-4 {
    left: 28.57143%; }
  .col-sm-push-5 {
    left: 35.71429%; }
  .col-sm-push-6 {
    left: 42.85714%; }
  .col-sm-push-7 {
    left: 50%; }
  .col-sm-push-8 {
    left: 57.14286%; }
  .col-sm-push-9 {
    left: 64.28571%; }
  .col-sm-push-10 {
    left: 71.42857%; }
  .col-sm-push-11 {
    left: 78.57143%; }
  .col-sm-push-12 {
    left: 85.71429%; }
  .col-sm-push-13 {
    left: 92.85714%; }
  .col-sm-push-14 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 7.14286%; }
  .col-sm-offset-2 {
    margin-left: 14.28571%; }
  .col-sm-offset-3 {
    margin-left: 21.42857%; }
  .col-sm-offset-4 {
    margin-left: 28.57143%; }
  .col-sm-offset-5 {
    margin-left: 35.71429%; }
  .col-sm-offset-6 {
    margin-left: 42.85714%; }
  .col-sm-offset-7 {
    margin-left: 50%; }
  .col-sm-offset-8 {
    margin-left: 57.14286%; }
  .col-sm-offset-9 {
    margin-left: 64.28571%; }
  .col-sm-offset-10 {
    margin-left: 71.42857%; }
  .col-sm-offset-11 {
    margin-left: 78.57143%; }
  .col-sm-offset-12 {
    margin-left: 85.71429%; }
  .col-sm-offset-13 {
    margin-left: 92.85714%; }
  .col-sm-offset-14 {
    margin-left: 100%; } }

@media (min-width: 979px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left; }
  .col-md-1 {
    width: 7.14286%; }
  .col-md-2 {
    width: 14.28571%; }
  .col-md-3 {
    width: 21.42857%; }
  .col-md-4 {
    width: 28.57143%; }
  .col-md-5 {
    width: 35.71429%; }
  .col-md-6 {
    width: 42.85714%; }
  .col-md-7 {
    width: 50%; }
  .col-md-8 {
    width: 57.14286%; }
  .col-md-9 {
    width: 64.28571%; }
  .col-md-10 {
    width: 71.42857%; }
  .col-md-11 {
    width: 78.57143%; }
  .col-md-12 {
    width: 85.71429%; }
  .col-md-13 {
    width: 92.85714%; }
  .col-md-14 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 7.14286%; }
  .col-md-pull-2 {
    right: 14.28571%; }
  .col-md-pull-3 {
    right: 21.42857%; }
  .col-md-pull-4 {
    right: 28.57143%; }
  .col-md-pull-5 {
    right: 35.71429%; }
  .col-md-pull-6 {
    right: 42.85714%; }
  .col-md-pull-7 {
    right: 50%; }
  .col-md-pull-8 {
    right: 57.14286%; }
  .col-md-pull-9 {
    right: 64.28571%; }
  .col-md-pull-10 {
    right: 71.42857%; }
  .col-md-pull-11 {
    right: 78.57143%; }
  .col-md-pull-12 {
    right: 85.71429%; }
  .col-md-pull-13 {
    right: 92.85714%; }
  .col-md-pull-14 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 7.14286%; }
  .col-md-push-2 {
    left: 14.28571%; }
  .col-md-push-3 {
    left: 21.42857%; }
  .col-md-push-4 {
    left: 28.57143%; }
  .col-md-push-5 {
    left: 35.71429%; }
  .col-md-push-6 {
    left: 42.85714%; }
  .col-md-push-7 {
    left: 50%; }
  .col-md-push-8 {
    left: 57.14286%; }
  .col-md-push-9 {
    left: 64.28571%; }
  .col-md-push-10 {
    left: 71.42857%; }
  .col-md-push-11 {
    left: 78.57143%; }
  .col-md-push-12 {
    left: 85.71429%; }
  .col-md-push-13 {
    left: 92.85714%; }
  .col-md-push-14 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 7.14286%; }
  .col-md-offset-2 {
    margin-left: 14.28571%; }
  .col-md-offset-3 {
    margin-left: 21.42857%; }
  .col-md-offset-4 {
    margin-left: 28.57143%; }
  .col-md-offset-5 {
    margin-left: 35.71429%; }
  .col-md-offset-6 {
    margin-left: 42.85714%; }
  .col-md-offset-7 {
    margin-left: 50%; }
  .col-md-offset-8 {
    margin-left: 57.14286%; }
  .col-md-offset-9 {
    margin-left: 64.28571%; }
  .col-md-offset-10 {
    margin-left: 71.42857%; }
  .col-md-offset-11 {
    margin-left: 78.57143%; }
  .col-md-offset-12 {
    margin-left: 85.71429%; }
  .col-md-offset-13 {
    margin-left: 92.85714%; }
  .col-md-offset-14 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
    float: left; }
  .col-lg-1 {
    width: 7.14286%; }
  .col-lg-2 {
    width: 14.28571%; }
  .col-lg-3 {
    width: 21.42857%; }
  .col-lg-4 {
    width: 28.57143%; }
  .col-lg-5 {
    width: 35.71429%; }
  .col-lg-6 {
    width: 42.85714%; }
  .col-lg-7 {
    width: 50%; }
  .col-lg-8 {
    width: 57.14286%; }
  .col-lg-9 {
    width: 64.28571%; }
  .col-lg-10 {
    width: 71.42857%; }
  .col-lg-11 {
    width: 78.57143%; }
  .col-lg-12 {
    width: 85.71429%; }
  .col-lg-13 {
    width: 92.85714%; }
  .col-lg-14 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 7.14286%; }
  .col-lg-pull-2 {
    right: 14.28571%; }
  .col-lg-pull-3 {
    right: 21.42857%; }
  .col-lg-pull-4 {
    right: 28.57143%; }
  .col-lg-pull-5 {
    right: 35.71429%; }
  .col-lg-pull-6 {
    right: 42.85714%; }
  .col-lg-pull-7 {
    right: 50%; }
  .col-lg-pull-8 {
    right: 57.14286%; }
  .col-lg-pull-9 {
    right: 64.28571%; }
  .col-lg-pull-10 {
    right: 71.42857%; }
  .col-lg-pull-11 {
    right: 78.57143%; }
  .col-lg-pull-12 {
    right: 85.71429%; }
  .col-lg-pull-13 {
    right: 92.85714%; }
  .col-lg-pull-14 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 7.14286%; }
  .col-lg-push-2 {
    left: 14.28571%; }
  .col-lg-push-3 {
    left: 21.42857%; }
  .col-lg-push-4 {
    left: 28.57143%; }
  .col-lg-push-5 {
    left: 35.71429%; }
  .col-lg-push-6 {
    left: 42.85714%; }
  .col-lg-push-7 {
    left: 50%; }
  .col-lg-push-8 {
    left: 57.14286%; }
  .col-lg-push-9 {
    left: 64.28571%; }
  .col-lg-push-10 {
    left: 71.42857%; }
  .col-lg-push-11 {
    left: 78.57143%; }
  .col-lg-push-12 {
    left: 85.71429%; }
  .col-lg-push-13 {
    left: 92.85714%; }
  .col-lg-push-14 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 7.14286%; }
  .col-lg-offset-2 {
    margin-left: 14.28571%; }
  .col-lg-offset-3 {
    margin-left: 21.42857%; }
  .col-lg-offset-4 {
    margin-left: 28.57143%; }
  .col-lg-offset-5 {
    margin-left: 35.71429%; }
  .col-lg-offset-6 {
    margin-left: 42.85714%; }
  .col-lg-offset-7 {
    margin-left: 50%; }
  .col-lg-offset-8 {
    margin-left: 57.14286%; }
  .col-lg-offset-9 {
    margin-left: 64.28571%; }
  .col-lg-offset-10 {
    margin-left: 71.42857%; }
  .col-lg-offset-11 {
    margin-left: 78.57143%; }
  .col-lg-offset-12 {
    margin-left: 85.71429%; }
  .col-lg-offset-13 {
    margin-left: 92.85714%; }
  .col-lg-offset-14 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 699px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  max-width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0.125em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: "Frutiger LT W05_45 Light";
  font-weight: bold;
  display: block; }
  label .link {
    display: inline-block;
    position: relative; }
    label .link:after {
      position: absolute;
      bottom: -1px;
      width: 100%;
      content: '';
      height: 1px;
      background: #464646;
      right: auto;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    label .link:hover {
      text-decoration: none; }
  label span {
    color: red; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #464646; }

.form-control, .inputfile {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  font-size: 0.75em;
  line-height: 1.42857;
  color: #464646;
  background-color: transparent;
  background-image: none;
  border: 1px solid #464646;
  font-family: "Frutiger LT W03_45 Light";
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus, .inputfile:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .inputfile::-moz-placeholder {
    color: #999;
    opacity: 1;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder, .inputfile:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase; }
  .form-control::-webkit-input-placeholder, .inputfile::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase; }
  .form-control::-ms-expand, .inputfile::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .inputfile[disabled], .form-control[readonly], .inputfile[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .inputfile {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .inputfile[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .inputfile {
    cursor: not-allowed; }

textarea.form-control, textarea.inputfile {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.inputfile[type="date"],
  input[type="time"].form-control,
  input.inputfile[type="time"],
  input[type="datetime-local"].form-control,
  input.inputfile[type="datetime-local"],
  input[type="month"].form-control,
  input.inputfile[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.inputfile[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.inputfile[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.inputfile[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.inputfile[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.inputfile[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.inputfile[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.inputfile[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.inputfile[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.inputfile,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.inputfile,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .inputfile,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.inputfile,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.inputfile,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.inputfile[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .inputfile {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.inputfile {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.inputfile,
.form-group-sm select[multiple].form-control,
.form-group-sm select.inputfile[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .inputfile,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.inputfile,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.inputfile,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.inputfile[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .inputfile {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.inputfile {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.inputfile,
.form-group-lg select[multiple].form-control,
.form-group-lg select.inputfile[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .inputfile {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .inputfile + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .inputfile + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .inputfile + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .inputfile + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .form-control, .has-success .inputfile {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .form-control, .has-warning .inputfile {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .form-control, .has-error .inputfile {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 35px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 700px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .inputfile {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .inputfile {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .inputfile {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 700px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 700px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 700px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 0;
  font-size: 0.8125em;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "Frutiger LT W04_56 Bold";
  padding: 15px 25px;
  display: inline-block; }
  .btn span {
    display: table-cell;
    vertical-align: middle; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
    color: white; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #464646;
  border-color: #464646; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #060606; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #272727; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #272727; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1b1b1b;
      border-color: #060606; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #464646;
    border-color: #464646;
    color: #c6c6c6; }
  .btn-primary .badge {
    color: #464646;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: white; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #464646;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #202020;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.mac button.btn {
  display: block; }

.mac header button.btn {
  display: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 999999999; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #464646; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 700px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .inputfile {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .inputfile:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .inputfile {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .inputfile:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #464646;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .inputfile:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .inputfile:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #464646; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #464646; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 700px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 700px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 700px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 700px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 700px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 700px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 700px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 700px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 700px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 700px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 699px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 700px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 700px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .inputfile {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .inputfile {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .inputfile {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 699px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 700px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 700px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 700px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 699px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 699px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #464646;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #202020;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #464646;
    border-color: #464646;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #464646; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2d2d2d; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #464646;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 700px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #464646; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #464646;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #464646;
  border-color: #464646; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #acacac; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #464646; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #464646;
    border-color: #464646; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-primary > .panel-heading .badge {
      color: #464646;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 700px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 979px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 700px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 699px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 699px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 699px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 699px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 699px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  z-index: 1; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0.11px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control, .bootstrap-select.inputfile {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]), .bootstrap-select.inputfile:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn, .bootstrap-select.input-group-btn.inputfile {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg .bootstrap-select.btn-group.inputfile,
.form-group-sm .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.inputfile {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group .inputfile {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 45%;
  right: 0;
  margin-top: 0;
  font-size: 16px;
  border: none;
  color: #464646;
  width: 13px;
  height: 7px;
  line-height: 0; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding-left: 15px; }
  .bootstrap-select.btn-group .dropdown-menu li:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase; }
  .bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  position: relative; }
  .bootstrap-select.btn-group .dropdown-menu li a span.text:after {
    position: absolute;
    bottom: -1px;
    width: 0;
    content: '';
    height: 1px;
    background: #464646;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox .inputfile {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .bootstrap-select.btn-group .dropdown-menu li a:hover span.text:after {
    right: auto;
    left: 0;
    width: 100%; } }

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 0; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 0; }
  .bootstrap-select .mCSB_scrollTools {
    width: 2px; } }

/* Portrait phones and smaller */
/* Portrait phones and smaller */
.mac .bootstrap-select.btn-group .dropdown-menu li {
  padding-left: 13px; }

/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit frameworks
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2015 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
.fv-has-feedback {
  position: relative; }

.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.fv-has-feedback .fv-control-feedback {
  /*right: 15px;*/ }

.fv-help-block {
  display: block; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Bootstrap form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-bootstrap .help-block {
  margin-bottom: 0; }

.fv-form-bootstrap .tooltip-inner {
  text-align: left; }

/* Bootstrap stacked form without label */
.fv-form-bootstrap .fv-icon-no-label {
  top: 0; }

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100; }

/* Bootstrap inline form */
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Foundation form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-foundation .fv-control-feedback {
  top: 21px;
  /* The height of Foundation label */
  right: 15px;
  /* The padding-right of .columns */
  width: 37px;
  height: 37px;
  line-height: 37px; }

.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0; }

/* Foundation horizontal form */
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0; }

/* Foundation stacked form without label */
.fv-form-foundation .fv-icon-no-label {
  top: 0; }

.fv-form-foundation .error .fv-control-feedback {
  color: #f04124; }

/**
 * Foundation reset the bottom marin to 0 when the row has '.error' class
 * I need to adjust it when using tooltip to show the error
 */
.fv-form-foundation .error.fv-has-tooltip input, .error.fv-has-tooltip textarea, .error.fv-has-tooltip select {
  margin-bottom: 1rem; }

/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Pure form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-pure .fv-control-feedback {
  top: 22px;
  /* Height of Pure label */
  width: 36px;
  /* Height of Pure input */
  height: 36px;
  line-height: 36px; }

.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px; }

.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px; }

.pure-form-aligned.fv-form-pure .fv-control-feedback,
.fv-form-pure .fv-icon-no-label {
  /* Pure stacked form without label */
  top: 0; }

.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
  color: #CA3C3C;
  /* Same as .button-error */ }

.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-control-feedback {
  /*color: #1CB841;*/
  /* Same as .button-success */ }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Semantic form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-semantic .fv-control-feedback.icon {
  right: 7px; }

.fv-form-semantic .error .icon {
  color: #d95c5c; }

/* Semantic horizontal form */
.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0; }

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For UIKit form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  /* Height of UIKit label */
  width: 30px;
  /* Height of UIKit input */
  height: 30px;
  line-height: 30px; }

.fv-form-uikit .uk-text-danger {
  display: block; }

/* UIKit horizontal form */
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  /*line-height: normal;*/
  top: 0; }

.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
  color: #D85030;
  /* Same as .uk-form-danger */ }

.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
  /*color: #659F13;*/
  /* Same as .uk-form-success */ }

/* UIKit stacked form without label */
.fv-form-uikit .fv-icon-no-label {
  top: 0; }

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .v-hide {
  visibility: hidden; }

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0; }

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  height: 100%;
  padding: 10px;
  border-right: solid 1px #464646; }

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 5px;
  width: 13px;
  height: 7px;
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 0; }

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: #dfdfdf;
  white-space: nowrap;
  height: 200px;
  overflow-y: scroll;
  font-size: 0.75em;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "Frutiger LT W04_56 Bold"; }

.intl-tel-input .country-list.dropup {
  bottom: 100%; }

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.intl-tel-input .country-list .country {
  padding: 10px; }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 30px;
  padding-left: 70px;
  margin-left: 0; }

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 60px; }

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.intl-tel-input.iti-container:hover {
  cursor: pointer; }

body.iti-mobile {
  height: auto; }

.iti-mobile .intl-tel-input.iti-container {
  top: 50px;
  bottom: 30px;
  left: 50px;
  right: 0;
  position: fixed;
  width: 81%; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
  height: 100%; }

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }

.iti-flag.be {
  width: 18px; }

.iti-flag.ch {
  width: 15px; }

.iti-flag.mc {
  width: 19px; }

.iti-flag.ne {
  width: 18px; }

.iti-flag.np {
  width: 13px; }

.iti-flag.va {
  width: 15px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px; } }

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px; }

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px; }

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px; }

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px; }

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px; }

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px; }

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px; }

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px; }

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px; }

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px; }

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px; }

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px; }

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px; }

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px; }

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px; }

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px; }

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px; }

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px; }

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px; }

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/assets/images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/assets/images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

.inputfile {
  display: block; }
  .inputfile .form-control-feedback {
    display: none !important; }

.inputfile .upload-button {
  display: inline-block;
  position: absolute;
  right: 11px;
  cursor: pointer;
  top: 37px; }

.inputfile .upload-button input[type="file"] {
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer; }

.inputfile .previous-file {
  display: inline-block;
  width: 70%;
  overflow: hidden; }

.inputfile .previous-file .upload-button-link {
  margin-right: 4px;
  display: inline-block;
  direction: rtl;
  overflow: visible;
  height: 24px;
  text-align: left;
  white-space: nowrap;
  padding-top: 7px; }

.inputfile .previous-file .upload-button-link[href="#"] {
  cursor: default;
  text-decoration: none; }

.inputfile .previous-file .upload-button-remove {
  margin-right: 15px;
  position: absolute;
  right: 135px;
  top: 31px; }

.inputfile .previous-file .upload-button-remove .remove-icon {
  display: inline-block; }

.inputfile .previous-file .upload-button-remove .restore-icon {
  display: none; }

.inputfile .previous-file.deleted .upload-button-link {
  color: #999;
  text-decoration: line-through; }

.inputfile .previous-file.deleted .upload-button-remove .remove-icon {
  display: none; }

.inputfile .previous-file.deleted .upload-button-remove .restore-icon {
  display: inline-block; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
  padding-left: 2px; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 2px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #cdcdcd; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #464646; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #464646; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #464646; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/assets/images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard .steps > ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard .steps > ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  background: #464646; }

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.wizard > .steps .number {
  font-size: 1.125em;
  margin-right: 10px;
  font-family: "Frutiger LT W04_56 Bold";
  letter-spacing: 0;
  padding-left: 15px; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard .steps ul li {
  width: 15.5%;
  height: 70px;
  position: relative;
  z-index: 9; }
  .wizard .steps ul li:nth-child(2) {
    z-index: 8; }
  .wizard .steps ul li:nth-child(3) {
    z-index: 7; }
  .wizard .steps ul li:nth-child(4) {
    z-index: 6; }
  .wizard .steps ul li:nth-child(5) {
    z-index: 5; }
  .wizard .steps ul li:first-child a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wizard .steps ul li a {
    display: block;
    width: auto;
    text-transform: uppercase;
    padding: 0 20px;
    text-decoration: none;
    font-family: "Frutiger LT W03_55 Roman";
    letter-spacing: 0.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative; }
    .wizard .steps ul li a .tab-title {
      font-size: 0.75em; }
    .wizard .steps ul li a:after {
      position: absolute;
      content: '';
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 0 35px 17px;
      z-index: 2;
      border-color: transparent transparent transparent #eaeaea;
      right: -17px; }
    .wizard .steps ul li a:focus {
      outline: none !important; }
  .wizard .steps ul li.disabled a {
    color: #7d7d7d; }
    .wizard .steps ul li.disabled a:after {
      display: none; }
  .wizard .steps ul li.current a {
    background: #f2f2f2; }
    .wizard .steps ul li.current a:after {
      border-color: transparent transparent transparent #f2f2f2; }
  .wizard .steps ul li.done a {
    background: #fdfdfd; }
    .wizard .steps ul li.done a:after {
      border-color: transparent transparent transparent #fdfdfd; }

.wizard > .steps .done a .tab-title {
  position: relative; }
  .wizard > .steps .done a .tab-title:after {
    position: absolute;
    bottom: -1px;
    width: 0%;
    content: '';
    height: 1px;
    background: #464646;
    left: auto;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
  .wizard > .steps .done a .tab-title:hover:after {
    width: 100%;
    right: auto;
    left: 0; }

.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto; }

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%; }

.wizard > .content > .body {
  /*float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;*/ }

.wizard > .content > .body ul {
  list-style: disc !important; }

.wizard > .content > .body ul > li {
  /*    display: list-item;*/ }

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.wizard > .content > .body input {
  /*    display: block;
      border: 1px solid #ccc;*/ }

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block; }

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11; }

.wizard > .content > .body label {
  /*   display: inline-block;
     margin-bottom: 0.5em;*/ }

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }

.wizard > .actions > ul > li {
  margin: 0 0.5em;
  list-style: none; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px; }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa; }

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1; }

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0; }

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0; }

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.tabcontrol > .content > .body ul {
  list-style: disc !important; }

.tabcontrol > .content > .body ul > li {
  display: list-item; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .box-container {
    margin-left: 45px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .box-container {
    margin-left: 30px; }
  .wizard .steps ul li {
    height: 50px;
    width: 17%; }
    .wizard .steps ul li a .tab-title {
      font-size: 0.625em; }
    .wizard .steps ul li a:after {
      border-width: 25px 0 25px 13px;
      right: -12.5px; }
  .wizard .steps .number {
    font-size: 0.875em; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .box-container {
    padding: 0;
    margin-top: 20px; }
  .tab-title {
    display: none; }
  .wizard .steps ul li {
    width: 15%;
    height: 50px; }
    .wizard .steps ul li:first-child a {
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit; }
    .wizard .steps ul li a {
      text-align: right;
      padding: 0 10px; }
      .wizard .steps ul li a:after {
        border-width: 25px 0 25px 25px;
        right: -25px; }
      .wizard .steps ul li a:before {
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #f2f2f2 transparent transparent transparent;
        content: '';
        display: none; }
    .wizard .steps ul li.current a:before {
      display: block; }
  .wizard .steps .number {
    width: 100%;
    margin: 0;
    padding: 0; }
  .wizard .tab-title {
    display: none; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .box-container {
    padding: 0; }
  .form-wrapper .step-title {
    padding: 20px;
    margin: 0; }
  .wizard > .content {
    margin: 0; }
  .tab-title {
    display: none; }
  .wizard .steps {
    margin-top: 60px; }
    .wizard .steps ul li {
      width: 18%;
      height: 50px; }
      .wizard .steps ul li:first-child a {
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit; }
      .wizard .steps ul li a {
        text-align: right;
        padding: 0 5px 0 10px; }
        .wizard .steps ul li a:after {
          border-width: 25px 0 25px 25px;
          right: -25px; }
        .wizard .steps ul li a:before {
          position: absolute;
          right: 0;
          bottom: -10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #f2f2f2 transparent transparent transparent;
          content: '';
          display: none; }
      .wizard .steps ul li.current a:before {
        display: block; }
    .wizard .steps .number {
      width: 100%;
      margin: 0;
      padding: 0; }
  .wizard .tab-title {
    display: none; }
  .wizard > .content > .body .container {
    padding: 0; }
  .wizard > .content > .body {
    padding: 0; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .box-container {
    padding: 0; }
  .tab-title {
    display: none; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .box-container {
    padding: 0; }
  .tab-title {
    display: none; } }

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */ }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  /*	width: 17em;*/
  padding: 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  background: none;
  border: none; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 15px;
  width: 28px;
  height: 28px; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: none !important;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  text-align: center; }

.ui-datepicker .ui-datepicker-next {
  right: 0;
  text-align: center; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  text-align: center; }

.ui-datepicker .ui-datepicker-next span {
  display: none; }

.ui-datepicker .ui-datepicker-prev span {
  display: none; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-family: "Frutiger LT W03_55 Roman"; }
  .ui-datepicker .ui-datepicker-title .btn-group.bootstrap-select {
    width: auto; }
    .ui-datepicker .ui-datepicker-title .btn-group.bootstrap-select button {
      margin-bottom: 0;
      border: none;
      color: #464646;
      line-height: 1.42857;
      border-radius: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: bold;
      font-family: "Frutiger LT W03_55 Roman";
      padding-right: 22px;
      padding-top: 14px; }
      .ui-datepicker .ui-datepicker-title .btn-group.bootstrap-select button span.caret {
        top: 45%; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  /*	width: 45%;*/
  border: none;
  padding: 15px 5px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-family: "Frutiger LT W03_55 Roman"; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }
  .ui-datepicker td:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 1em 0.5em;
  text-align: right;
  width: 49px;
  text-decoration: none; }
  .ui-datepicker td span:focus,
  .ui-datepicker td a:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  /*font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;*/ }

.ui-widget.ui-widget-content {
  /*	border: 1px solid #c5c5c5;*/ }

.ui-widget-content {
  /*border: 1px solid #dddddd;*/
  background: #ffffff; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  font-weight: bold; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 2px solid #ffffff;
  font-weight: normal;
  text-align: center; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #464646;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 2px solid #cccccc;
  /*background: #ededed;*/
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: normal;
  color: #464646; }

.ui-state-default {
  border: 2px solid #464646; }
  .ui-state-default.ui-state-active {
    border: 2px solid #464646; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #464646; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  /*	border: 2px solid $brand-primary;*/
  color: #464646; }

.ui-state-checked {
  border: 2px solid #464646; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/assets/images/ui-icons_444444_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/assets/images/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("/assets/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/assets/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/assets/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/images/ui-icons_cc0000_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    background: none; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: auto;
    padding: 0.4em 0.2em; }
  .ui-datepicker table {
    font-size: 0.6875em; }
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    background: none; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .calendar-cont {
    width: 90%; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: auto; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 8px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  #profileForm .content > .body {
    padding: 0 !important;
    background: #ffffff; }
    #profileForm .content > .body > .container {
      padding: 0;
      width: 100%; }
  .ui-datepicker th {
    font-size: 0.8em; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    width: auto;
    font-size: 0.8em;
    padding: 0.2em 0.2em; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .ui-datepicker .ui-datepicker-header {
    padding: 0 0 12px 0;
    background: none; } }

/* Portrait phones and smaller */
.mac .ui-datepicker .ui-datepicker-prev,
.mac .ui-datepicker .ui-datepicker-next {
  top: 0; }

.mac #datepicker {
  margin-top: 10px; }

.android .ui-datepicker .ui-datepicker-header {
  padding: 0; }

.formSection {
  background: #ffffff;
  padding: 30px; }

.form-wrapper {
  position: relative; }
  .form-wrapper .thanks {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #f3f3f3;
    text-align: center; }
    .form-wrapper .thanks .thanks-inner {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 110px;
      width: 100%;
      margin: auto 0; }
      .form-wrapper .thanks .thanks-inner h3 {
        margin: 0 0 10px 0; }
      .form-wrapper .thanks .thanks-inner p {
        margin: 0; }
  .form-wrapper .loading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #f3f3f3; }
  .form-wrapper .loader {
    min-width: 100px;
    padding-top: 60px;
    color: #fff;
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .form-wrapper .loader:before {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.66); }
    .form-wrapper .loader:after {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-animation: loader .6s linear;
      animation: loader .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #464646 transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
              box-shadow: 0 0 0 1px transparent; }
  .form-wrapper .form-control-feedback {
    right: 1px; }
  .form-wrapper .btn-group > .btn, .form-wrapper .btn-group-vertical > .btn {
    text-transform: uppercase; }

.img-box {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  color: #ffffff;
  height: 39px;
  text-align: center;
  width: 30%;
  float: left;
  line-height: 39px;
  padding: 0 0 0 25px; }
  .img-box a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color: #ffffff;
    display: block;
    position: relative;
    line-height: 39px;
    float: left; }
    .img-box a:hover, .img-box a:focus {
      text-decoration: none;
      color: #ffffff; }
  .img-box img {
    max-width: 100%; }
  .img-box .refresh-c {
    float: left;
    width: 40px;
    height: 23px;
    position: relative;
    margin-left: 15px;
    margin-top: 6px; }
    .img-box .refresh-c:before {
      height: 23px;
      width: 1px;
      left: 0;
      top: 0;
      position: absolute;
      background: #ffffff;
      content: ''; }
  .img-box .refresh-btn {
    background: url("/assets/images/refresh-btn.png") no-repeat;
    width: 16px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -4px; }

textarea {
  resize: none; }

.file-input-wrapper {
  padding-right: 115px; }
  .file-input-wrapper:before {
    right: 0;
    top: 0;
    padding: 12px 20px;
    color: #ffffff;
    height: 50px;
    background: #464646;
    content: 'Brows File';
    position: absolute; }

.file-input-name {
  position: absolute;
  left: 8px;
  top: 38px;
  z-index: 999; }

.dateCalender .has-feedback label ~ .form-control-feedback {
  display: none !important; }

.show-tick {
  width: 100% !important; }

.code-list {
  width: 30%;
  float: left;
  margin-right: 5%; }

.tel-number {
  width: 65%;
  float: left; }

.has-error .multi .btn-group .btn-default {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .multi .btn-group .btn-default {
  border: 1px solid #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px; }

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .code-list {
    width: 40%; }
  .tel-number {
    width: 55%; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .code-list {
    width: 45%; }
  .tel-number {
    width: 50%; } }

.newsletter {
  background: #ffffff;
  margin-right: 100px;
  margin-left: 80px;
  float: left;
  padding: 25px 10px 0 9px;
  width: 821px; }
  .newsletter .container {
    width: 100%; }
  .newsletter .form-wrapper .loading:before {
    background: #ffffff; }
  .newsletter .thanks {
    background: #ffffff;
    text-align: center; }
  .newsletter p {
    margin-bottom: 30px; }
  .newsletter .input-group {
    margin-bottom: 0; }

.create-box {
  margin-right: 100px;
  background: #ffffff;
  padding: 25px 20px 25px 20px;
  width: 327px;
  min-height: 190px; }
  .create-box h2 {
    text-transform: none;
    letter-spacing: 0.0625em;
    margin-bottom: 30px; }
  .create-box .btn {
    font-size: 0.75em;
    font-family: "Frutiger LT W04_55 Roman";
    margin-bottom: 0; }

.address-box {
  width: 400px;
  float: left;
  background: #ffffff;
  padding: 26px 27px 66px 20px;
  position: relative;
  margin-right: 100px; }
  .address-box p {
    color: #464646;
    margin-bottom: 57px; }
  .address-box h2 {
    color: #464646;
    margin-bottom: 15px; }
  .address-box h3 {
    text-transform: capitalize; }
  .address-box .addressLink {
    margin: 0;
    padding: 0; }
    .address-box .addressLink li {
      list-style: none;
      padding-left: 25px;
      margin: 0 0 10px 0;
      display: block;
      position: relative; }
      .address-box .addressLink li a {
        position: relative;
        font-family: "Frutiger LT W04_55 Roman";
        font-size: 0.875em;
        letter-spacing: 0.0625em;
        outline: none; }
        .address-box .addressLink li a:after {
          position: absolute;
          bottom: -1px;
          width: 100%;
          content: '';
          height: 1px;
          background: #464646;
          right: auto;
          left: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
        .address-box .addressLink li a:hover {
          text-decoration: none; }
      .address-box .addressLink li i {
        font-size: 0.875em;
        position: absolute;
        left: 0;
        top: 4px; }
  .address-box .addressList {
    padding: 0;
    margin: 0 0 57px 0; }
    .address-box .addressList li {
      list-style: none;
      display: block;
      font-size: 0.875em;
      margin-bottom: 8px;
      font-family: "Frutiger LT W04_55 Roman";
      letter-spacing: 0.0625em; }
      .address-box .addressList li a {
        display: inline-block;
        outline: none; }
        .address-box .addressList li a:after {
          position: absolute;
          bottom: -1px;
          width: 0%;
          content: '';
          height: 1px;
          background: #464646;
          left: auto;
          right: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
        .address-box .addressList li a:hover {
          text-decoration: none; }

.arrow-icon {
  display: none; }

.three-fields {
  width: 100%; }
  .three-fields .one {
    padding: 0 10px;
    width: 50%;
    float: left; }

.data-scroll {
  height: 22vh;
  float: left;
  width: 100%; }
  .data-scroll .mCSB_inside > .mCSB_container {
    margin-right: 10px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #464646;
  -webkit-text-fill-color: #464646;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.contact-us-page {
  width: 1200px;
  margin-right: 100px;
  float: left;
  padding: 26px 10px 0 9px;
  background: #ffffff; }
  .contact-us-page .form-wrapper .loading:before {
    background: #ffffff; }
  .contact-us-page .container {
    width: 100%; }
  .contact-us-page h2 {
    margin-bottom: 30px; }
  .contact-us-page .three-fields .one {
    width: 33.3333%; }
  .contact-us-page .captcha-box {
    width: 230px; }
    .contact-us-page .captcha-box .g-recaptcha {
      margin: -12px 0 0 -44px; }

.textarea-erorr.form-group.has-success .success-icon, .textarea-erorr.form-group.has-success .errror-icon, .textarea-erorr.form-group.has-error .success-icon, .textarea-erorr.form-group.has-error .errror-icon {
  bottom: auto;
  top: 15px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .address-box .addressLink li a:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .address-box .addressList li a:hover:after {
    right: auto;
    left: 0;
    width: 100%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .newsletter {
    margin-left: 50px;
    margin-right: 70px;
    padding: 16px 10px 0 9px; }
  .create-box {
    width: 250px;
    min-height: 90px;
    padding: 16px 10px 10px 10px;
    margin-right: 70px; }
    .create-box h2 {
      margin-bottom: 15px; }
    .create-box .btn {
      font-size: 0.625em; }
  .address-box {
    padding: 16px 15px 50px 15px;
    margin-right: 70px;
    width: 300px; }
    .address-box h3 {
      margin-bottom: 10px; }
    .address-box p {
      margin-bottom: 30px; }
    .address-box .addressList {
      margin-bottom: 25px; }
      .address-box .addressList li {
        font-size: 0.75em;
        margin-bottom: 5px; }
    .address-box .addressLink li {
      margin-bottom: 5px;
      padding-left: 18px; }
      .address-box .addressLink li a {
        font-size: 0.75em; }
      .address-box .addressLink li i {
        font-size: 0.6875em;
        top: 7px; }
  .data-scroll {
    height: 30vh; }
  .contact-us-page {
    padding: 16px 10px 0 9px;
    margin-right: 70px;
    width: 980px; }
    .contact-us-page .captcha-box {
      width: 180px; }
      .contact-us-page .captcha-box .g-recaptcha {
        margin: -16px 0 0 -53px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    padding-right: 10px; }
    .newsletter .container [class^="col-"] {
      padding-right: 10px; }
      .newsletter .container [class^="col-"]:last-child {
        padding-left: 10px;
        padding-right: 10px; }
  .create-box {
    margin-right: 0; }
  .no-swiper .swiper-container {
    height: auto;
    overflow: visible;
    padding-left: 90px; }
    .no-swiper .swiper-container .swiper-wrapper {
      display: block;
      -webkit-transform: initial !important;
      transform: initial !important;
      width: 100% !important;
      height: initial;
      -webkit-transition-duration: initial !important;
              transition-duration: initial !important; }
      .no-swiper .swiper-container .swiper-wrapper .swiper-slide {
        padding-left: 0;
        float: left;
        width: 100%;
        height: auto; }
    .no-swiper .swiper-container .swiper-scrollbar {
      display: none; }
  .no-swiper .footerLinks {
    padding-top: 50px;
    margin-right: 0;
    margin-bottom: 50px; }
  .no-swiper .single-event-container {
    width: 70%;
    margin-bottom: 30px;
    height: inherit; }
    .no-swiper .single-event-container .bottom {
      position: initial; }
  .no-swiper .show-more-events, .no-swiper .photo-show {
    text-align: center; }
    .no-swiper .show-more-events .bottom, .no-swiper .photo-show .bottom {
      padding: 0; }
    .no-swiper .show-more-events .btn, .no-swiper .photo-show .btn {
      width: initial;
      height: initial;
      display: inline-block;
      overflow: visible; }
      .no-swiper .show-more-events .btn:after, .no-swiper .photo-show .btn:after {
        width: 100%;
        content: '';
        height: 1px;
        background: #464646;
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        top: initial;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .no-swiper .show-more-events .btn .addicon, .no-swiper .photo-show .btn .addicon {
        display: none; }
      .no-swiper .show-more-events .btn .arrow-icon, .no-swiper .photo-show .btn .arrow-icon {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-size: 1.125em;
        display: block;
        position: absolute;
        left: -20px;
        top: 3px; }
      .no-swiper .show-more-events .btn:before, .no-swiper .photo-show .btn:before {
        display: none; }
  .no-swiper .inner-over-left-content {
    width: 70%;
    margin-right: 0;
    margin-bottom: 30px; }
  .no-swiper .visit-img {
    height: 590px;
    margin-bottom: 50px; }
  .address-box {
    margin-right: 0;
    margin-bottom: 50px; }
  .three-fields .one {
    width: 50%; }
  .data-scroll {
    padding-bottom: 3vh;
    height: 50vh; }
  .contact-us-page {
    width: 90%;
    margin: 0; }
    .contact-us-page .three-fields .one {
      width: 80%;
      float: left !important; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .newsletter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 10px; }
    .newsletter .container [class^="col-"] {
      padding-right: 10px; }
      .newsletter .container [class^="col-"]:last-child {
        padding-left: 10px;
        padding-right: 10px; }
  .create-box {
    margin-right: 0;
    width: 100%;
    height: initial; }
  .no-swiper {
    height: initial; }
    .no-swiper .swiper-container {
      height: initial;
      overflow: visible;
      padding-left: 60px;
      float: left; }
      .no-swiper .swiper-container.pressroom-page {
        padding-left: 85px;
        padding-right: 25px; }
      .no-swiper .swiper-container .swiper-wrapper {
        -webkit-transform: initial !important;
        transform: initial !important;
        -webkit-transition-duration: initial !important;
                transition-duration: initial !important;
        -webkit-transition-property: initial;
        transition-property: initial;
        display: initial;
        width: 100% !important;
        height: initial; }
        .no-swiper .swiper-container .swiper-wrapper .swiper-slide {
          padding-left: 0;
          float: left;
          width: 100%;
          height: initial;
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial; }
      .no-swiper .swiper-container .swiper-scrollbar {
        display: none; }
    .no-swiper .footerLinks {
      padding-top: 50px;
      margin-bottom: 50px;
      padding-right: 0;
      padding-left: 20px; }
    .no-swiper .show-more-events, .no-swiper .photo-show {
      text-align: center; }
      .no-swiper .show-more-events .bottom, .no-swiper .photo-show .bottom {
        padding: 0; }
      .no-swiper .show-more-events .btn, .no-swiper .photo-show .btn {
        width: initial;
        height: initial;
        display: inline-block;
        overflow: visible; }
        .no-swiper .show-more-events .btn .addicon, .no-swiper .photo-show .btn .addicon {
          display: none; }
        .no-swiper .show-more-events .btn .arrow-icon, .no-swiper .photo-show .btn .arrow-icon {
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          font-size: 1.125em;
          display: block;
          position: absolute;
          left: -15px;
          top: 1px; }
        .no-swiper .show-more-events .btn:after, .no-swiper .photo-show .btn:after {
          width: 100%;
          content: '';
          height: 1px;
          background: #464646;
          position: absolute;
          left: 0;
          bottom: -1px;
          display: block;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          top: initial;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .no-swiper .show-more-events .btn:before, .no-swiper .photo-show .btn:before {
          display: none; }
    .no-swiper .inner-over-left-content {
      background: none;
      padding: 26px 0 30px 0;
      height: initial; }
    .no-swiper .visit-img {
      height: 400px;
      margin-bottom: 30px; }
  .address-box {
    width: 100%;
    height: 100%;
    margin: 0 0 30px 0; }
  .three-fields .one {
    width: 100%; }
  .data-scroll {
    padding-bottom: 3vh; }
  .contact-us-page {
    width: 100%;
    margin: 0; }
    .contact-us-page .three-fields .one {
      width: 100%; }
    .contact-us-page .form-wrapper .thanks {
      background: #ffffff; } }

@media (max-width: 480px) {
  .address-box p {
    margin-bottom: 5px; }
  .address-box .addressList {
    margin-bottom: 5px; } }

/* Portrait phones and smaller */
@media (max-width: 400px) {
  .address-box h2, .address-box h3 {
    margin-bottom: 5px; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .address-box .addressList li {
    font-size: 0.75em;
    margin: 0; }
  .address-box .addressLink li {
    padding-left: 20px;
    margin: 0 0 5px 0; }
    .address-box .addressLink li i {
      font-size: 0.6875em;
      top: 7px; }
    .address-box .addressLink li a {
      font-size: 0.75em; } }

.inner-over-left-content {
  width: 400px;
  float: left;
  padding: 24px 27px 0 0;
  position: relative;
  margin-right: 100px;
  height: 100%; }
  .inner-over-left-content .lead {
    font-size: 17px;
    letter-spacing: 0.7px;
    margin: 0 0 10px 0;
    font-weight: lighter;
    line-height: 30px;
    text-transform: lowercase;
    padding-bottom: 20px; }
  .inner-over-left-content h2 {
    color: #464646; }
  .inner-over-left-content h5 {
    color: #464646; }
  .inner-over-left-content h3 {
    margin-bottom: 20px; }
  .inner-over-left-content blockquote {
    padding: 0;
    margin: 0 0 22px;
    font-size: 18px;
    border-left: 0;
    font-weight: normal;
    line-height: 30px;
    position: relative; }
  .inner-over-left-content blockquote:before {
    content: ' " ';
    position: absolute;
    left: 10px;
    top: 0;
    font-style: italic; }
  .inner-over-left-content blockquote:after {
    content: ' " ';
    position: absolute;
    right: 5px;
    bottom: 0;
    font-style: italic; }
  .inner-over-left-content p.title {
    text-transform: uppercase;
    position: relative; }
    .inner-over-left-content p.title .line {
      width: 18px;
      height: 1px;
      margin: 0 3px 0 0;
      display: inline-block;
      background: #464646;
      position: relative;
      top: -5px; }
  .inner-over-left-content ul {
    margin: 0;
    padding: 0 0 0 20px; }
  .inner-over-left-content li {
    position: relative;
    list-style: none;
    margin-bottom: 20px; }
    .inner-over-left-content li img {
      position: absolute;
      left: 0; }
    .inner-over-left-content li h2 {
      margin-left: 80px;
      color: #464646;
      font-size: 16px;
      font-weight: bold; }
    .inner-over-left-content li p {
      margin-left: 90px;
      margin-bottom: 0; }
  .inner-over-left-content .btn {
    margin-left: 120px; }

.events-white-box {
  width: 400px;
  float: left;
  background: #ffffff;
  padding: 26px 18px 70px 100px;
  height: 100%;
  position: relative;
  margin-right: 100px; }
  .events-white-box p {
    color: #464646; }
    .events-white-box p + p {
      margin-bottom: 35px; }
    .events-white-box p .textLink:after {
      background: #464646; }
  .events-white-box .line1 {
    width: 1.25em;
    height: 1px;
    margin: 0;
    display: inline-block;
    background: #464646;
    position: relative;
    top: -.25em; }
  .events-white-box h2 {
    color: #464646; }
  .events-white-box .timingtext {
    padding-left: 17px;
    position: relative; }
    .events-white-box .timingtext i {
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 0.9375em; }
  .events-white-box.event-box {
    padding: 26px 10px 0 100px; }
  .events-white-box .content-over {
    float: left;
    width: 100%;
    height: 100%; }
    .events-white-box .content-over .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-right: 0; }
    .events-white-box .content-over .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .events-white-box .content-over .btn:last-child {
      margin-bottom: 0; }
  .events-white-box .one-scroll {
    height: 240px;
    float: left;
    width: 100%; }
    .events-white-box .one-scroll .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-right: 0; }
    .events-white-box .one-scroll .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .events-white-box .one-scroll .btn {
      margin-bottom: 0; }
  .events-white-box h4 {
    font-size: 1.125em;
    margin-bottom: 12px;
    letter-spacing: 0.1875em; }

.filter-by {
  float: left;
  background: #ffffff;
  width: 400px;
  padding-left: 98px;
  padding-top: 26px;
  margin-right: 100px;
  padding-right: 20px; }
  .filter-by h2 {
    color: #464646; }
  .filter-by .form-wrapper {
    overflow: visible; }
    .filter-by .form-wrapper .bootstrap-select.btn-group button {
      padding-top: 6%; }

.event-date {
  float: left;
  padding-top: 25px;
  padding-right: 125px;
  padding-left: 25px; }
  .event-date p {
    text-transform: uppercase;
    font-weight: bold; }
  .event-date h2 {
    margin-bottom: 20px;
    line-height: 23px;
    color: #464646; }

.event-slider {
  padding-left: 0;
  height: 100%; }
  .event-slider .swiper-slide {
    height: 540px;
    background-size: cover;
    background-position: center; }
  .event-slider .swiper-button-next, .event-slider .swiper-button-prev {
    display: none; }
  .event-slider .btn-border {
    margin-left: 20px;
    border-bottom: 0;
    padding: 1.2125em 2.0625em;
    color: #ffffff; }
    .event-slider .btn-border:before {
      border: 2px solid #ffffff; }
  .event-slider .event-slide-cont {
    padding: 27px 150px 0 19px; }
    .event-slider .event-slide-cont h2 {
      font-size: 20px; }
    .event-slider .event-slide-cont h3 {
      font-size: 0.9375em;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .event-slider .event-slide-cont p {
      color: #ffffff; }
    .event-slider .event-slide-cont a {
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 37px;
      text-transform: capitalize;
      font-size: 0.875em;
      font-family: "Frutiger LT W04_55 Roman";
      line-height: 12px;
      display: inline-block; }

.event-slider-container {
  width: 445px;
  float: left;
  padding: 0;
  min-height: 400px;
  position: relative;
  margin-right: 100px; }

.small-imgs {
  float: left;
  margin-right: 100px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .inner-swiper-container .swiper-slide {
    width: auto; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .inner-over-left-content {
    margin-right: 70px;
    padding-top: 16px;
    width: 250px; }
    .inner-over-left-content h2 {
      padding-right: 0;
      margin-bottom: 8px; }
  .events-white-box {
    width: 280px;
    padding: 13px 15px 40px 60px;
    margin-right: 70px; }
    .events-white-box p {
      letter-spacing: 0.03125em;
      padding-right: 0; }
      .events-white-box p + p {
        margin-bottom: 15px; }
  .small-imgs {
    margin-right: 70px; }
  .filter-by .form-wrapper .bootstrap-select.btn-group button {
    padding-top: 3.3%; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .inner-over-left-content {
    margin-right: 50px;
    padding-left: 30px; }
  .events-white-box {
    width: 550px;
    margin-right: 50px; }
    .events-white-box h2 {
      margin-bottom: 15px; }
    .events-white-box p {
      margin-bottom: 20px; }
  .small-imgs {
    margin-right: 50px; }
  .inner-swiper-container .swiper-slide {
    width: auto; }
  .event-date {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
    width: 70%; }
  .filter-by {
    padding: 26px 20px 20px 20px;
    margin-right: 0;
    margin-bottom: 30px;
    width: 70%; }
    .filter-by .form-wrapper .bootstrap-select.btn-group button {
      padding-top: 3.3%; }
  .gallery-box {
    width: 419px;
    margin-right: 0;
    margin-bottom: 30px; } }

/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .inner-over-left-content {
    width: 100%;
    margin-right: 0;
    padding: 9px 30px 0 25px; }
  .small-imgs {
    margin-right: 50px; }
  .events-white-box {
    margin-right: 0;
    width: 100%;
    padding: 10px 10px 40px 24px; }
  .event-date {
    width: 100%;
    padding: 0 0 0 25px;
    margin-bottom: 30px; }
  .filter-by {
    width: 100%;
    padding: 26px 20px 20px 20px;
    margin-right: 0;
    margin-bottom: 30px; }
    .filter-by .form-wrapper .bootstrap-select.btn-group button {
      padding-top: 0; }
  .gallery-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; } }

/* Portrait phones and smaller */
/*body{
  overflow: hidden;
}*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  margin: auto;
  z-index: 9999999; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.5); }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

.loaded #loader {
  filter: alpha(opacity=0);
  opacity: 0; }

.loaded #loader-wrapper {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

.loader {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.loader div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #464646;
  -webkit-animation: go 0.8s infinite alternate ease;
  animation: go 0.8s infinite alternate ease;
  -webkit-box-shadow: 0 0 20px #464646;
          box-shadow: 0 0 20px #464646; }

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.72s;
  animation-delay: -0.72s; }

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s; }

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.56s;
  animation-delay: -0.56s; }

.loader div:nth-child(4) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s; }

.loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.loader div:nth-child(6) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader div:nth-child(7) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s; }

.loader div:nth-child(8) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader div:nth-child(9) {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s; }

.loader div:nth-child(10) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes go {
  100% {
    background: transparent;
    -webkit-box-flex: 10;
    flex: 10;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; } }

@keyframes go {
  100% {
    background: transparent;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; } }

/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */
#powerTip {
  cursor: default;
  background: rgba(70, 70, 70, 0.8);
  color: #ffffff;
  display: none;
  padding: 8px 12px;
  position: absolute;
  z-index: 2147483647;
  font-family: "Frutiger LT W05_45 Light";
  font-size: 0.625em;
  border-radius: 6px;
  max-width: 200px; }

#powerTip:before {
  content: "";
  position: absolute; }

#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px; }

#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%; }

#powerTip.n:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.e:before {
  border-right: 10px solid #333;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  left: -10px; }

#powerTip.s:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.w:before {
  border-left: 10px solid #333;
  border-left: 10px solid rgba(0, 0, 0, 0.8);
  right: -10px; }

#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px; }

#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px; }

#powerTip.ne:before, #powerTip.nw:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px; }

#powerTip.se:before, #powerTip.sw:before {
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  top: -10px; }

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: 10px solid #333;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px; }

#powerTip.ne-alt:before {
  left: auto;
  right: 10px; }

#powerTip.sw-alt:before, #powerTip.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  bottom: auto;
  top: -10px; }

#powerTip.se-alt:before {
  left: auto;
  right: 10px; }

.press-filler {
  position: relative;
  padding: 24px 27px 0 0;
  height: 100%;
  float: left;
  margin-right: 0;
  width: 300px; }
  .press-filler h2 {
    margin-bottom: 20px; }
  .press-filler .textLink:after {
    background: #464646; }
  .press-filler .form-wrapper {
    overflow: visible; }
  .press-filler .form-group {
    margin-bottom: 20px;
    padding-bottom: 0; }

.media-photo-list {
  margin: 0 100px 0 0;
  padding: 0;
  float: left; }
  .media-photo-list li {
    list-style: none;
    float: left;
    width: 180px;
    margin-left: 0;
    margin-bottom: 5px; }
    .media-photo-list li + li {
      margin-left: 20px; }
    .media-photo-list li .photo-box {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
    .media-photo-list li .img-object {
      width: 100%;
      max-height: 250px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top;
      margin-bottom: 5px; }
    .media-photo-list li .media-photo {
      width: 100%;
      margin-bottom: 10px; }
    .media-photo-list li .photoLink {
      font-size: 0.625em;
      text-transform: uppercase;
      color: #9f9f9f;
      letter-spacing: 0.0625em;
      position: relative;
      display: inline-block; }
      .media-photo-list li .photoLink i {
        position: relative;
        top: 3px;
        font-size: 1.125em; }
      .media-photo-list li .photoLink:after {
        position: absolute;
        bottom: -1px;
        width: 0;
        content: '';
        height: 1px;
        background: #9f9f9f;
        left: auto;
        right: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
      .media-photo-list li .photoLink:hover {
        text-decoration: none; }
    .media-photo-list li .photoTitle {
      font-size: 0.6875em;
      text-transform: uppercase;
      color: #9f9f9f;
      letter-spacing: 0.0625em;
      display: block; }

.pressroom_filter {
  margin-right: 100px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .media-photo-list li .photoLink:hover:after {
    right: auto;
    left: 0;
    width: 100%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .press-filler {
    padding: 16px 20px 0 0; }
  .media-photo-list {
    margin-right: 70px; }
    .media-photo-list li {
      width: 125px; }
      .media-photo-list li + li {
        margin-left: 15px; }
      .media-photo-list li .photoTitle {
        font-size: 0.5625em; }
  .pressroom_filter {
    margin-right: 70px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .press-filler {
    margin: 0 0 15px 0;
    width: 70%;
    padding-right: 0; }
    .press-filler:last-child {
      margin-right: 0; }
  .media-photo-list {
    width: 100%; }
    .media-photo-list li {
      width: 100%; }
      .media-photo-list li + li {
        margin-left: 0; }
      .media-photo-list li .photo-box {
        width: 40%;
        margin-right: 5%;
        height: initial !important; }
  .show-event, .media-photo {
    padding: 0 !important; }
  .pressroom_filter {
    margin-right: 0; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .press-filler {
    margin: 0 0 50px 0;
    width: 100%; }
  .media-photo-list {
    width: 100%; }
    .media-photo-list li {
      width: 100%;
      height: initial;
      margin-left: 0; }
      .media-photo-list li + li {
        margin-left: 0; }
      .media-photo-list li:nth-child(even) {
        margin-left: 0; }
      .media-photo-list li .photo-box {
        height: initial !important; }
  .pressroom-page .single-event-container {
    width: 100%;
    margin: 0 0 30px 0;
    height: initial; }
    .pressroom-page .single-event-container .bottom {
      position: initial; }
  .show-event, .media-photo {
    padding: 0 !important; }
  .pressroom_filter {
    margin-right: 0; } }

/* Portrait phones and smaller */
/* Portrait phones and smaller */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
  width: 100% !important; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.customSelect {
  position: relative;
  font-size: 0.875em;
  float: left;
  width: 100%;
  letter-spacing: 0.125em; }

.customSelect .selectedValue {
  padding: 17px 30px;
  margin-bottom: 0;
  color: #464646;
  cursor: pointer;
  border: 1px solid #464646;
  width: 100%;
  height: 50px;
  display: block;
  font-family: "Frutiger LT W05_45 Light"; }

.customSelect .selectList {
  z-index: 100;
  position: absolute;
  left: -999em;
  top: -999em;
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  background-color: #dfdfdf;
  width: 100%;
  background-clip: padding-box; }

.customSelect.select-open .selectList {
  left: 0 !important;
  top: auto !important; }

.customSelect .selectList dl {
  background: #dfdfdf;
  width: 100% !important;
  font-family: "Frutiger LT W04_55 Roman"; }

.customSelect .selectList dl.defaultScrollbar {
  overflow-x: hidden;
  overflow-y: scroll; }

.customSelect dl, .customSelect dd {
  margin: 0; }

.customSelect dd {
  zoom: 1;
  cursor: pointer; }

.customSelect .disabled {
  color: #999;
  cursor: default; }

.customSelect .selected {
  color: #464646;
  text-decoration: none; }

.customSelect .selectList dd.disabled.hovered {
  color: #464646; }

.customSelect dt {
  padding: 2px 10px 2px 6px; }

.customSelect dd {
  padding: 0;
  display: block;
  margin-bottom: 15px; }
  .customSelect dd span {
    font-size: 0.75em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: inline-block; }
    .customSelect dd span:after {
      position: absolute;
      bottom: -1px;
      width: 0;
      content: '';
      height: 1px;
      background: #464646;
      left: auto;
      right: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
  .customSelect dd:last-child {
    margin-bottom: 0; }

.hasJS select.custom {
  position: absolute;
  left: -999em; }

.hasJS select.custom.use-default {
  position: absolute;
  left: auto;
  height: auto;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  /* prevents iOS from zooming in on field */
  font-size: 16px; }

.customSelect.focused .selectedValue {
  -webkit-box-shadow: 0 0 2px #00aedb;
          box-shadow: 0 0 2px #00aedb; }

.customSelect.disabled .selectedValue {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: default; }

.customSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.customSelect .selectValueWrap .caret {
  position: absolute;
  top: 18px;
  right: 25px;
  cursor: pointer;
  border: none; }

.customSelect .jspPane {
  overflow-x: hidden;
  width: 100% !important; }

.customSelect .jspVerticalBar {
  background: #cdcdcd;
  width: 2px; }

.customSelect .jspHorizontalBar {
  height: 0;
  overflow: hidden; }

.customSelect .jspTrack {
  background: none;
  right: 0;
  height: 20px; }

.customSelect .jspDrag {
  background: #464646; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .customSelect dd:hover span:after {
    right: auto;
    left: 0;
    width: 100%; } }

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Portrait phones and smaller */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.swiper-container {
  width: 100%;
  margin: 0;
  height: calc(100vh - 100px); }

.swiper-wrapper {
  height: calc(100vh * 0.65); }

.scroll-v {
  height: 100%; }
  .scroll-v .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .scroll-v .mCSB_scrollTools {
    width: 2px;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }
    .scroll-v .mCSB_scrollTools .mCSB_draggerRail {
      opacity: 1;
      filter: "alpha(opacity=100)";
      -ms-filter: "alpha(opacity=100)";
      background: #cdcdcd; }
    .scroll-v .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #464646; }
  .scroll-v .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .scroll-v .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    background: #464646;
    background-color: #464646; }
  .scroll-v .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #464646;
    background-color: #464646; }
  .scroll-v .socialContent {
    width: 100%;
    padding-right: 15px; }
  .scroll-v .mCustomScrollBox {
    overflow: hidden !important; }
  .scroll-v .mCSB_container {
    overflow: hidden !important; }

.socialHeader {
  padding-left: 41px;
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .socialHeader p {
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 0.0625em;
    line-height: 1.0625em;
    font-weight: bold; }
    .socialHeader p i {
      position: relative;
      right: 0;
      top: 0;
      font-size: 0.8125em; }
  .socialHeader a {
    color: #969696;
    font-size: 14px;
    font-family: "Frutiger LT W03_45 Light";
    letter-spacing: 1px;
    display: inline-block; }
    .socialHeader a:after {
      position: absolute;
      bottom: -1px;
      width: 0;
      content: '';
      height: 1px;
      background: #969696;
      left: auto;
      right: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    .socialHeader a:hover {
      text-decoration: none; }
  .socialHeader .social-logo {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("/assets/images/social-logo.png") no-repeat;
    background-size: cover;
    background-position: center center; }

.socialContent {
  margin-bottom: 40px; }
  .socialContent p {
    margin-bottom: 40px; }
    .socialContent p a {
      color: #bdbdbd;
      position: relative;
      overflow: hidden; }
      .socialContent p a:after {
        position: absolute;
        bottom: -1px;
        width: 0;
        content: '';
        height: 1px;
        background: #bdbdbd;
        left: auto;
        right: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
      .socialContent p a:hover {
        text-decoration: none; }
  .socialContent hr {
    height: 1px;
    width: 100%;
    border: none;
    background: #e5e5e5;
    margin: 0; }

.shareLink {
  font-family: "Frutiger LT W03_55 Roman";
  margin-bottom: 20px; }
  .shareLink .shareDate {
    font-size: 0.75em;
    letter-spacing: 3px;
    float: left;
    margin-top: -2px; }
  .shareLink .heartLink {
    font-size: 0.625em;
    float: left;
    margin-right: 17px;
    line-height: 0.625em;
    top: 0.1875em;
    position: relative; }
  .shareLink .replyIcon {
    float: left;
    margin-right: 17px;
    position: relative; }
    .shareLink .replyIcon i {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH"; }

.likelink {
  font-family: "Frutiger LT W03_55 Roman";
  margin-bottom: 1.25em;
  float: left; }
  .likelink a {
    margin-right: 10px;
    float: left; }
  .likelink i {
    margin-right: 0.3125em;
    float: left; }
  .likelink span {
    font-size: 0.75em;
    float: right; }
  .likelink .heartLink {
    margin-top: -0.125em; }
    .likelink .heartLink i {
      font-size: 0.75em; }
    .likelink .heartLink span {
      float: left; }
  .likelink .comment i {
    font-size: 0.75em; }
  .likelink .comment span {
    margin-top: -2px; }
  .likelink .replyIcon i {
    font-size: 1em;
    margin-top: -3px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH"; }
  .likelink .replyIcon span {
    margin-top: -2px; }

.swiper-pagination {
  display: none;
  position: fixed; }

@media (min-width: 1200px) {
  .socialContent p a:hover:after {
    right: auto;
    left: 0;
    width: 100%; }
  .socialHeader a:hover:after {
    right: auto;
    left: 0;
    width: 100%; } }

@media (min-width: 1450px) and (max-width: 1600px) {
  .swiper-wrapper {
    height: calc(100vh * 0.75); } }

.image_0 {
  float: left;
  width: 65%;
  height: 31px;
  position: relative; }

.image_1 {
  float: left;
  width: 35%;
  height: 18px;
  position: relative; }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .swiper-container {
    height: calc(100vh - 70px); }
  .swiper-wrapper {
    height: calc(100vh * 0.68); }
  .scroll-v .socialContent {
    padding-right: 5px;
    margin-bottom: 24px; }
    .scroll-v .socialContent p {
      font-size: 0.75em;
      margin-bottom: 5px;
      letter-spacing: normal; }
  .scroll-v .mCSB_inside > .mCSB_container {
    margin-right: 0;
    padding-right: 10px; }
  .socialHeader {
    padding-left: 39px;
    margin-bottom: 10px; }
    .socialHeader a {
      font-size: 0.75em;
      letter-spacing: 0.01875em; }
    .socialHeader .social-logo {
      width: 25px;
      height: 25px; }
    .socialHeader h4 {
      font-size: 0.75em;
      letter-spacing: 0.0625em;
      margin: 0;
      line-height: 0.9375em; }
  .shareLink {
    margin-bottom: 5px; }
    .shareLink .heartLink {
      font-size: 0.5625em; }
    .shareLink .replyIcon i {
      font-size: 1em;
      line-height: 0.75em; }
    .shareLink .shareDate {
      line-height: 0.6875em;
      font-size: 0.75em;
      margin-top: 0.21875em; }
  .footerLinks {
    padding-top: 15px; }
    .footerLinks .btn i {
      font-size: 0.9375em; }
  .swiper-pagination {
    display: none; } }

@media (min-width: 980px) and (max-width: 1200px) {
  .shareLink .heartLink {
    font-size: 0.5em;
    top: 0.6875em; } }

@media (min-width: 700px) and (max-width: 979px) {
  .swiper-wrapper {
    height: calc(100vh * 0.75); }
  .swiper-scrollbar {
    display: none !important; }
  .socialHeader h5 {
    letter-spacing: 1px; }
  .socialContent img {
    width: 100%; }
  .swiper-pagination {
    display: block; }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 70px;
    width: calc(100% - 70px);
    text-align: left;
    bottom: 30px;
    white-space: nowrap; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0;
      width: 43px;
      height: 55px;
      background: #ffffff;
      opacity: 1;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      display: inline-block; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border: solid 2px #464646;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet img {
        max-width: 100%;
        position: absolute;
        top: 0; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 5px; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff; }
        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
          opacity: 1; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .swiper-container {
    height: 100%; }
  .swiper-wrapper {
    height: calc(100vh * 0.65); }
  .swiper-scrollbar {
    display: none !important; }
  .swiper-scrollbar-drag {
    display: none; }
  .swiper-pagination {
    display: block; }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 60px;
    width: calc(100% - 60px);
    text-align: left;
    bottom: 20px;
    white-space: nowrap; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0;
      width: 35px;
      height: 55px;
      background: #ffffff;
      opacity: 1;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      display: inline-block; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border: solid 2px #464646;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet img {
        max-width: 100%;
        position: absolute;
        top: 0; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
        margin-left: 5px; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff; }
        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
          opacity: 1; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .scroll-v .socialContent {
    padding-right: 0; }
  .scroll-v .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
  .shareLink {
    margin-bottom: 0; }
    .shareLink .heartLink {
      font-size: 0.5em;
      float: left;
      margin-top: 2px; }
    .shareLink .replyIcon i {
      font-size: 1em; }
  .socialContent {
    margin-bottom: 30px; }
    .socialContent p {
      margin-bottom: 20px; }
  .socialHeader h4 {
    font-size: 0.875em; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 45px; } }

/* Portrait phones and smaller */
@media (max-width: 400px) {
  .shareLink .heartLink {
    float: left;
    margin-top: 3px; }
  .socialHeader h4 {
    font-size: 0.875em; } }

@media (max-width: 320px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px; }
  .socialHeader h5 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px; }
  .socialHeader a {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px; }
  .socialContent p {
    font-size: 0.6875em; }
  .socialHeader h4 {
    font-size: 0.75em; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 40px; }
  .swiper-wrapper {
    height: calc(100vh * 0.60); } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: #cdcdcd; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: fixed;
  left: 10%;
  bottom: 40px;
  height: 2px;
  width: calc(100% - 10% - 5%); }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #464646;
  left: 0;
  top: 0;
  cursor: url(/assets/images/grab.png) 8 8, move; }
  .swiper-scrollbar-drag:focus {
    cursor: url(/assets/images/grabbing.png) 8 8, move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .feature-list li {
    float: left;
    margin-bottom: 20px;
    font-size: 0.8125em;
    padding-bottom: 10px;
    font-family: "Frutiger LT W04_55 Roman"; }
    .feature-list li:nth-child(odd) {
      width: 34%;
      margin-right: 4%;
      font-weight: bold;
      border-bottom: 1px solid #000; }
    .feature-list li:nth-child(even) {
      width: 62%;
      font-weight: normal;
      border-bottom: 1px solid #000; }
    .feature-list li:last-child {
      border-bottom: 0; }
    .feature-list li:nth-last-child(2) {
      border-bottom: 0; }

.thank-you-container {
  margin-left: 60px; }

.form-success-container {
  font-family: "Frutiger LT W04_55 Roman";
  width: 100%;
  background: #ffffff;
  float: left;
  padding: 30px;
  position: relative;
  margin-bottom: 10px; }
  .form-success-container.loading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #ffffff; }
  .form-success-container .loader {
    min-width: 100px;
    padding-top: 60px;
    color: #fff;
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .form-success-container .loader:before {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.66); }
    .form-success-container .loader:after {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-animation: loader .6s linear;
      animation: loader .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #464646 transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
              box-shadow: 0 0 0 1px transparent; }
  .form-success-container h2 {
    margin-bottom: 20px;
    color: #464646;
    line-height: 1.375em; }
  .form-success-container p {
    margin-bottom: 30px; }
    .form-success-container p + p {
      margin-bottom: 10px; }
  .form-success-container h3 {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: bold; }
  .form-success-container h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 20px; }
  .form-success-container .btn {
    margin-right: 10px;
    font-size: 0.75em;
    float: left;
    margin-bottom: 20px; }
    .form-success-container .btn:last-child {
      margin-bottom: 0; }

.print-scr {
  position: relative;
  font-size: 0.875em;
  color: #464646;
  font-family: "Frutiger LT W04_55 Roman"; }
  .print-scr:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #464646;
    position: absolute;
    bottom: -2px;
    right: auto;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.single-package-container {
  position: relative;
  background: #ffffff;
  height: 540px;
  float: left;
  margin-right: 100px;
  width: 300px; }
  .single-package-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875em; }
    .single-package-container ul li {
      margin-bottom: 10px; }
      .single-package-container ul li i {
        margin-right: 10px;
        text-align: center;
        width: 20px;
        margin-left: -5px; }

.single-event-container {
  position: relative;
  background: #ffffff;
  height: 100%;
  float: left;
  margin-right: 100px;
  width: 300px; }
  .single-event-container .single-package-content {
    width: 100%;
    padding: 20px 30px 30px 20px;
    float: left; }
  .single-event-container h2 {
    color: #464646; }
  .single-event-container ul {
    margin: 0;
    display: block;
    padding: 0; }
    .single-event-container ul li {
      margin-bottom: 10px;
      list-style: none;
      display: block;
      padding: 0 0 0 28px;
      font-size: 0.875em;
      color: #464646;
      position: relative;
      font-family: "Frutiger LT W04_55 Roman";
      letter-spacing: 0.0625em; }
      .single-event-container ul li .left-icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.4375em;
        color: #464646; }
      .single-event-container ul li .pin-icon {
        position: absolute;
        left: 0;
        top: 0.1875em;
        font-size: 1em; }
      .single-event-container ul li .globe-icon {
        position: absolute;
        left: 0;
        top: 0.125em;
        font-size: 0.9375em; }
  .single-event-container .bottom {
    position: absolute;
    width: 100%;
    padding: 0 0 20px 20px;
    bottom: 0;
    left: 0; }
  .single-event-container .btn {
    margin-bottom: 0; }
    .single-event-container .btn .addicon {
      position: relative;
      top: 1px; }
  .single-event-container.show-more-events {
    background: none;
    margin: 0; }
    .single-event-container.show-more-events #loaders {
      background: none; }
  .single-event-container.photo-show {
    background: none;
    margin: 0; }
    .single-event-container.photo-show #loaders2 {
      background: none; }

.single-press {
  height: 642px; }
  .single-press p b {
    text-transform: uppercase; }

.more-events-show {
  float: left;
  display: none; }

.long-event {
  height: 630px; }

table.activity-detail {
  font-family: "Frutiger LT W04_55 Roman";
  border-collapse: separate;
  border-spacing: 10px 0;
  font-size: 0.875em;
  margin-bottom: 20px; }
  table.activity-detail td {
    padding: 15px 0;
    border-bottom: solid 1px #464646;
    vertical-align: top; }
  table.activity-detail td:nth-child(odd) {
    font-weight: bold;
    padding-right: 55px; }

.share-this {
  width: 100%;
  page-break-inside: avoid;
  margin-bottom: 30px; }
  .share-this ul {
    margin: 0;
    padding: 0; }
  .share-this li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    list-style: none; }
    .share-this li a {
      display: block;
      text-align: center;
      color: #464646;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border: solid 2px #464646; }
    .share-this li:first-child a {
      border-right: none; }
    .share-this li:last-child a {
      border-left: none; }

#loaders {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff; }
  #loaders .loader {
    min-width: 100px;
    padding-top: 60px;
    color: #ffffff;
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    #loaders .loader:before {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.66); }
    #loaders .loader:after {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-animation: loader .6s linear;
      animation: loader .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #464646 transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
              box-shadow: 0 0 0 1px transparent; }

#loaders2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff; }
  #loaders2 .loader {
    min-width: 100px;
    padding-top: 60px;
    color: #ffffff;
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-style: normal;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    #loaders2 .loader:before {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.66); }
    #loaders2 .loader:after {
      content: '';
      width: 50px;
      height: 50px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-animation: loader .6s linear;
      animation: loader .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #464646 transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
              box-shadow: 0 0 0 1px transparent; }

.show-review:hover, .show-review:focus {
  text-decoration: none; }

.review-form-div {
  width: 100%; }
  .review-form-div .form-wrapper form .form-group .errror-icon {
    position: absolute;
    right: 30px;
    top: 15px;
    height: auto; }
  .review-form-div .form-wrapper form textarea.form-control, .review-form-div .form-wrapper form textarea.inputfile {
    height: 120px; }
  .review-form-div .form-wrapper .loading:before {
    background: #ffffff; }
  .review-form-div .form-wrapper .thanks {
    background: #ffffff; }

.success-form {
  margin: 0;
  padding: 0;
  list-style: none; }
  .success-form li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 28px;
    font-size: 0.875em;
    float: left;
    width: 100%; }
    .success-form li .left-icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.4375em; }
    .success-form li a {
      color: #464646;
      display: block;
      position: relative;
      float: left; }
      .success-form li a:after {
        position: absolute;
        bottom: -2px;
        width: 100%;
        content: '';
        height: 1px;
        background: #464646;
        right: auto;
        left: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.press-list-content {
  width: 200px;
  float: left;
  padding: 16px 0 0 0;
  position: relative;
  margin-right: 100px; }
  .press-list-content .linkList {
    margin: 0;
    padding: 0; }
  .press-list-content .footerLinks {
    margin-right: 0; }
  .press-list-content h2 {
    color: #464646;
    letter-spacing: 0.0625em;
    line-height: 30px; }

@media print {
  html, body {
    height: 90%; }
  @page {
    size: auto;
    margin: 0mm; }
  .print:last-child {
    page-break-after: auto; }
  body {
    padding: 50px; }
    body:before {
      float: left;
      display: block;
      content: url(/assets/svgs/logo.svg);
      background-size: contain;
      z-index: 9999;
      width: 100%;
      margin: 0 0 20px 0; }
  h3 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 25px; }
  h4 {
    letter-spacing: 2px; }
  .for-print {
    display: none; }
  .btn {
    display: none; }
  a {
    display: none; } }

.btn-primary {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-width: 2px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .print-scr:hover:before {
    left: auto;
    right: 0;
    width: 0%; }
  .success-form li a:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .btn-primary:hover {
    background: #ffffff;
    color: #464646; }
  .share-this li a:hover {
    background: #464646;
    color: #ffffff; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .thank-you-container {
    margin-left: 30px; }
  .single-event-container {
    margin-right: 70px;
    width: 210px;
    height: 100%; }
    .single-event-container .bottom {
      padding: 0 0 15px 14px; }
    .single-event-container .single-package-content {
      padding: 15px 14px 15px 14px; }
    .single-event-container h5 {
      margin-bottom: 0.625em; }
    .single-event-container ul li {
      font-size: 0.75em;
      padding-left: 20px;
      margin-bottom: 5px; }
      .single-event-container ul li a {
        font-size: 0.75em;
        padding-left: 25px; }
        .single-event-container ul li a:after {
          width: 0.75em; }
  .share-this li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0.75em; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .thank-you-container {
    margin-left: 0; }
  body.swipe-resetter {
    overflow: auto;
    background: #F8F8F8; }
    body.swipe-resetter .swiper-container {
      height: auto;
      overflow: visible;
      padding-left: 90px; }
      body.swipe-resetter .swiper-container .swiper-wrapper {
        display: block;
        -webkit-transform: translate3d(0px, 0, 0) !important;
        transform: translate3d(0px, 0, 0) !important; }
        body.swipe-resetter .swiper-container .swiper-wrapper .swiper-slide {
          padding-left: 0; }
          body.swipe-resetter .swiper-container .swiper-wrapper .swiper-slide .single-event-container {
            width: 600px;
            height: initial;
            padding-bottom: 130px;
            margin-bottom: 40px; }
            body.swipe-resetter .swiper-container .swiper-wrapper .swiper-slide .single-event-container > img {
              width: 100%; }
      body.swipe-resetter .swiper-container.swiper-container-horizontal > .swiper-scrollbar {
        display: none; }
  .package-swiper .inner-over-left-content {
    padding: 24px 27px 0 30px;
    width: 348px; }
  .tickImg {
    width: 348px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .thank-you-container {
    margin-left: 0; }
  .success-form li a {
    padding-bottom: 2px;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }
    .success-form li a:after {
      display: none; }
  .single-event-container .single-package-content {
    padding: 30px 20px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .single-event-container {
    height: 500px; }
  .thank-you-container {
    margin-left: 0; }
  .single-event-container.show-more-events #loaders {
    position: initial;
    float: left;
    height: 100px; }
  .single-event-container.photo-show #loaders2 {
    position: initial;
    float: left;
    height: 100px; } }

@media (max-width: 400px) {
  .single-event-container {
    margin-right: 50px;
    height: 500px;
    width: 300px; } }

/* Portrait phones and smaller */
.content-wrap {
  padding: 0 0 0 100px;
  height: 100%;
  width: 100%;
  float: left; }
  .content-wrap .container {
    float: left; }

.calendar-cont {
  background: #ffffff;
  padding: 20px;
  overflow: hidden; }
  .calendar-cont .btn {
    float: right;
    margin-bottom: 0; }
  .calendar-cont h2 {
    color: #464646; }

.visit-box {
  background: #ffffff;
  padding: 26px 0;
  width: 100%;
  margin: 0 0 60px; }
  .visit-box h4 {
    margin-bottom: 10px; }
  .visit-box h6 {
    padding-top: 18px; }
    .visit-box h6.slim {
      font-family: "Frutiger LT W03_55 Roman"; }
    .visit-box h6.underline {
      font-family: "Frutiger LT W03_55 Roman";
      text-decoration: underline; }
  .visit-box .txt-aed {
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    color: #464646;
    line-height: 1.1;
    padding-top: 18px; }
    .visit-box .txt-aed.slim .txt {
      font-family: "Frutiger LT W03_55 Roman";
      float: left;
      width: 85%;
      padding-right: 70px;
      position: relative; }
  .visit-box .aed-box {
    display: block;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 0 20px; }
    .visit-box .aed-box .form-group {
      margin-left: 0;
      margin-right: 0; }
    .visit-box .aed-box .aed {
      display: inline-block;
      font-family: "Frutiger LT W03_55 Roman";
      font-size: 0.875em;
      letter-spacing: 0.0625em;
      padding-right: 10px;
      text-transform: uppercase;
      color: #464646;
      float: right; }
      .visit-box .aed-box .aed .stars {
        display: inline-block;
        margin: 0 5px 0 0;
        letter-spacing: 0; }
      .visit-box .aed-box .aed.bolded {
        font-family: "Frutiger LT W04_56 Bold"; }
      .visit-box .aed-box .aed.change-ico {
        text-transform: capitalize;
        font-family: "Frutiger LT W03_55 Roman";
        position: relative;
        font-weight: normal; }
        .visit-box .aed-box .aed.change-ico a {
          position: relative;
          display: inline-block; }
          .visit-box .aed-box .aed.change-ico a:hover {
            text-decoration: none; }
          .visit-box .aed-box .aed.change-ico a:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            background: #464646;
            bottom: -2px;
            right: auto;
            left: 0;
            -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            display: none; }
          .visit-box .aed-box .aed.change-ico a .edit-icon {
            position: absolute;
            right: -14px;
            top: 0; }
    .visit-box .aed-box .amount {
      display: inline-block;
      font-size: 0.875em;
      float: right;
      margin-top: 18px;
      text-align: right;
      width: 100%;
      position: relative; }
      .visit-box .aed-box .amount .del-aed-box i {
        font-size: 1.0625em;
        position: relative;
        top: 3px;
        left: -5px; }
    .visit-box .aed-box .btn {
      margin-bottom: 0; }
    .visit-box .aed-box .fullwidth .select-div {
      width: 100%; }
  .visit-box .change-ico {
    float: right;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0; }
    .visit-box .change-ico:after {
      position: absolute;
      bottom: -5px;
      width: 100%;
      content: '';
      height: 1px;
      background: #464646;
      right: auto;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    .visit-box .change-ico:hover {
      text-decoration: none; }
  .visit-box .total-aed {
    padding: 0 20px; }
    .visit-box .total-aed .total {
      font-size: 1.125em;
      color: #464646;
      text-transform: uppercase;
      letter-spacing: 0.1875em;
      margin: 0 0 8px 0; }
    .visit-box .total-aed .aed {
      font-size: 1.125em;
      color: #464646;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      text-align: right;
      float: right; }
  .visit-box .grey-area {
    background: #ebebeb;
    padding: 20px 0 40px;
    margin: 60px 0 20px; }
  .visit-box .buttonarea a {
    float: right; }
    .visit-box .buttonarea a.text-link {
      margin-left: 0; }
    .visit-box .buttonarea a.btn {
      margin-bottom: 0; }
  .visit-box .input-group li.checkbox label::after {
    background: none;
    padding-left: 0;
    text-align: center;
    padding-top: 1px;
    border: 2px solid #464646; }
  .visit-box.loading:before {
    background: #ffffff; }
  .visit-box .loading:before {
    background: #ffffff; }
  .visit-box .thanks {
    background: #ffffff; }

.imp-info {
  display: block;
  margin-bottom: 40px;
  padding-left: 20px; }

.wizard > .content > .body {
  width: 100%;
  height: auto;
  padding: 0 15px 15px 15px;
  position: relative; }
  .wizard > .content > .body .container {
    float: left; }
  .wizard > .content > .body .row {
    margin-left: 0;
    margin-right: 0; }

.textHide {
  display: none; }

.imp-info h6 {
  font-size: 0.9375em;
  margin-bottom: 17px; }

.imp-info ul.bulleted-list li {
  font-size: 0.8125em;
  font-family: "Frutiger LT W04_55 Roman";
  color: #464646;
  padding-left: 20px; }
  .imp-info ul.bulleted-list li i {
    color: #464646;
    font-size: 1em;
    top: 2px; }

.language-select {
  padding: 35px 0 0; }
  .language-select p {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.0625em;
    margin: 0 0 8px; }
  .language-select .input-group {
    margin-bottom: 20px; }
    .language-select .input-group .radio {
      display: inline-block;
      margin: 0 25px 0 0; }
      .language-select .input-group .radio label {
        font-family: "Frutiger LT W03_55 Roman";
        text-transform: uppercase;
        font-size: 0.75em;
        letter-spacing: 1.5px;
        padding-left: 9px; }
        .language-select .input-group .radio label:before {
          width: 18px;
          height: 18px; }
        .language-select .input-group .radio label:after {
          width: 8px;
          height: 8px; }

.time-boxes {
  margin: 0;
  padding: 0; }
  .time-boxes li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0; }
    .time-boxes li a {
      margin-bottom: 10px; }
      .time-boxes li a.with-check {
        padding: 20px 44px; }
      .time-boxes li a.long i {
        left: 20px; }
      .time-boxes li a i {
        font-size: 1em;
        position: absolute;
        top: 0;
        left: 14%;
        bottom: 0;
        margin: auto;
        height: 16px;
        width: 16px;
        color: #464646;
        display: none; }
      .time-boxes li a:after {
        border-width: 1px; }
      .time-boxes li a.active:after {
        border-width: 2px; }
      .time-boxes li a.active i {
        display: inline-block; }

.info-pointer {
  background: #ebebeb;
  padding: 17px 30px;
  position: relative;
  font-size: 0.75em;
  font-family: "Frutiger LT W03_55 Roman";
  letter-spacing: 0.5px; }
  .info-pointer:before {
    content: '';
    position: absolute;
    left: 26px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent transparent #ebebeb transparent; }
  .info-pointer .warn i {
    font-size: 1.625em;
    position: absolute;
    right: 20px;
    bottom: 14px; }

.terms-check li {
  letter-spacing: 0.09375em;
  text-transform: uppercase;
  font-family: "Frutiger LT W03_55 Roman"; }
  .terms-check li.checkbox label::after {
    background: none; }
  .terms-check li a.terms {
    position: relative;
    z-index: 9;
    display: inline-block; }
    .terms-check li a.terms:hover {
      text-decoration: none; }
    .terms-check li a.terms:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #464646;
      right: auto;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.text-link {
  font-size: 0.875em;
  /*  text-transform: uppercase;*/
  letter-spacing: 0.0625em;
  color: #464646;
  padding: 12px 0 0;
  margin: 0 20px;
  font-family: "Frutiger LT W03_55 Roman";
  position: relative; }
  .text-link:hover {
    text-decoration: none; }
  .text-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #464646;
    right: auto;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }

.mar-btm-10 {
  margin-bottom: 10px; }

.mar-btm-60 {
  margin-bottom: 60px !important; }

.mar-btm-50 {
  margin-bottom: 50px; }

.mar-btm-40 {
  margin-bottom: 40px !important; }

.mar-btm-25 {
  margin-bottom: 25px !important; }

.mar-btm-15 {
  margin-bottom: 15px !important; }

.question p {
  text-transform: uppercase;
  letter-spacing: 0.03125em; }

.question .btn {
  margin-right: 12px; }

input[type="date"]::-webkit-inner-spin-button {
  display: none; }

.become-box {
  width: 100%;
  padding: 25px 30px;
  background: #f2f2f2;
  float: left;
  margin-bottom: 20px; }
  .become-box .text-link {
    margin: 0; }

.mdmberList {
  margin: 0;
  padding: 0; }
  .mdmberList li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 0.8125em;
    display: block;
    font-family: "Frutiger LT W04_55 Roman"; }

.margin-btm-0 {
  margin-bottom: 0 !important; }

.mar-height {
  min-height: inherit !important;
  margin-bottom: 10px !important; }

.ui-datepicker-other-month {
  visibility: hidden; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .terms-check li a:hover:before {
    left: auto;
    right: 0;
    width: 0%; }
  .visit-box .aed-box .aed.change-ico a:hover:before {
    left: auto;
    right: 0;
    width: 0%; }
  .plusClick:hover:before, .plusClick2:hover:before {
    left: auto;
    right: 0;
    width: 0%; }
  .text-link:hover:before {
    left: auto;
    right: 0;
    width: 0%; }
  .visit-box .change-ico:hover:after {
    left: auto;
    right: 0;
    width: 0%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .content-wrap {
    padding: 0 0 0 70px; }
  .visit-box {
    width: 100%;
    padding: 16px 0; }
    .visit-box .txt-aed {
      font-size: 0.75em; }
      .visit-box .txt-aed .aed {
        font-size: 1em; }
    .visit-box .aed-box .select-div {
      width: 56px; }
      .visit-box .aed-box .select-div .bootstrap-select.btn-group button .caret {
        right: 5px; }
    .visit-box .aed-box .amount {
      font-size: 0.75em; }
    .visit-box .aed-box .aed {
      padding: 0; }
    .visit-box .total-aed .total {
      font-size: 1.125em; }
    .visit-box .total-aed .aed {
      font-size: 1.125em; }
    .visit-box .buttonarea a {
      font-size: 0.75em; }
  .plusClick, .plusClick2 {
    font-size: 0.75em; }
  .imp-info {
    padding-left: 10px; }
    .imp-info h6 {
      font-size: 0.875em; }
    .imp-info ul.bulleted-list li {
      font-size: 0.75em; }
  .success-form li {
    font-size: 0.75em; }
  .form-success-container .btn {
    font-size: 0.625em;
    margin-right: 5px;
    margin-bottom: 15px; }
  .visit-box .aed-box {
    padding: 0 10px; }
  .visit-box .total-aed {
    padding: 0 10px; }
  .time-boxes li a {
    padding: 12px 18px; }
    .time-boxes li a.with-check {
      padding: 12px 35px; }
      .time-boxes li a.with-check i {
        top: 5px;
        left: 15px; } }

.ipad .for-print, .iphone .for-print, .android .for-print {
  display: none; }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .content-wrap {
    padding: 0 0 0 70px; }
  .visit-box {
    width: 100%; }
    .visit-box .aed-box .select-div {
      width: 100%; }
    .visit-box .aed-box .amount {
      font-size: 0.75em; }
    .visit-box .aed-box .aed {
      padding: 0; }
    .visit-box .total-aed .total {
      font-size: 0.875em; }
    .visit-box .total-aed .aed {
      font-size: 0.875em; }
  .plusClick, .plusClick2 {
    font-size: 0.75em; }
  .imp-info h6 {
    font-size: 0.75em; }
  .imp-info ul.bulleted-list li {
    font-size: 0.625em; }
  .visit-box .buttonarea a {
    float: left;
    margin: 0; }
    .visit-box .buttonarea a.btn {
      float: right; }
  .visit-box .txt-aed.slim .txt {
    padding-right: 0;
    width: 80%; }
  .share-this {
    width: 100%;
    float: left;
    margin: 0 0 30px 0; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .content-wrap {
    padding: 0 0 0 60px;
    background: #ffffff;
    float: left;
    width: 100%;
    height: initial; }
  .calendar-cont {
    padding: 10px; }
  .visit-box {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 0;
    position: relative; }
    .visit-box .txt-aed {
      font-size: 0.75em; }
      .visit-box .txt-aed.slim .txt {
        width: 100%;
        padding-right: 0;
        word-break: break-word; }
    .visit-box .aed-box {
      padding: 0;
      min-height: initial; }
      .visit-box .aed-box .bootstrap-select.btn-group button {
        padding: 10px 10px 0 13px;
        font-size: 1em;
        height: initial; }
        .visit-box .aed-box .bootstrap-select.btn-group button .caret {
          right: 0;
          font-size: 13px;
          top: 40%; }
      .visit-box .aed-box .amount {
        font-size: 0.625em;
        margin-top: 11px; }
      .visit-box .aed-box .aed {
        padding: 0;
        float: left;
        width: 100%; }
    .visit-box .total-aed .total {
      font-size: 0.875em; }
    .visit-box .total-aed .aed {
      font-size: 0.875em; }
    .visit-box .print-content h4 {
      font-size: 1em; }
    .visit-box .input-group li.checkbox label:after {
      padding-left: 2px; }
    .visit-box .grey-area {
      margin: 0 -20px 20px -20px;
      padding: 20px; }
    .visit-box .change-ico {
      float: left;
      margin-top: 10px;
      margin-bottom: 15px; }
  .plusClick, .plusClick2 {
    font-size: 0.75em; }
  .imp-info h6 {
    font-size: 0.75em; }
  .imp-info ul.bulleted-list li {
    font-size: 0.625em; }
  .box-container {
    padding: 0; }
  .info-pointer {
    padding: 10px 40px 10px 10px; }
    .info-pointer .warn i {
      right: 10px; }
  .text-link {
    font-size: 0.6875em; }
  .imp-info {
    padding-left: 20px;
    width: 100%;
    float: left;
    padding-right: 20px;
    padding-top: 40px;
    margin-bottom: 0; }
  .visit-box .total-aed {
    padding: 0;
    margin-bottom: 10px !important; }
    .visit-box .total-aed:nth-last-child(2) {
      margin-bottom: 5px !important; }
    .visit-box .total-aed:last-child {
      margin-bottom: 0 !important; }
    .visit-box .total-aed p {
      font-size: 0.625em; }
  .become-box {
    padding: 15px;
    margin-bottom: 10px; }
  .language-select {
    float: left;
    width: 100%; }
  .del-aed-box {
    position: absolute;
    left: -8px;
    top: -5px;
    font-size: 1.5625em; }
  .form-success-container {
    padding: 10px; }
  .success-form li {
    font-size: 0.75em; }
  .thank-you-container {
    margin-top: 60px; }
  .time-boxes li {
    margin: 0 5px 5px 0; }
  .feature-list {
    width: 100%;
    float: left; }
  .share-this {
    width: 100%;
    float: left;
    margin: 0 0 30px 0; }
    .share-this li {
      width: 40px;
      height: 40px;
      line-height: 38px; }
      .share-this li a {
        padding: 0;
        display: block;
        float: left;
        width: 100%;
        font-size: 0.75em; }
  .time-boxes li a {
    white-space: normal; }
    .time-boxes li a i {
      left: 10px;
      margin: auto;
      bottom: 0;
      height: 10px; }
    .time-boxes li a.long i {
      left: 10px;
      margin: auto;
      bottom: 0; }
    .time-boxes li a.with-check {
      padding: 15px 14px 15px 30px; }
  #cart_price_modal .modal-dialog, #cart_related_modal .modal-dialog, #session_modal .modal-dialog {
    margin: 110px 10px 10px 10px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .visit-box {
    margin: 0; }
    .visit-box .txt-aed {
      padding-top: 8px; }
  .question p {
    font-size: 0.6875em; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .calendar-cont {
    padding-bottom: 30px; }
  .time-boxes li {
    margin-right: 0; }
    .time-boxes li a {
      padding: 13px 17px; } }

/* Icon 1 */
#nav-icon3 {
  width: 1.25em;
  position: absolute;
  right: 0.625em;
  margin: auto;
  height: 1.25em;
  z-index: 10011;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 0.188em;
  width: 100%;
  background: #464646;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0.375em; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 1.000em; }

#nav-icon3 span:nth-child(4) {
  top: 1.625em; }

#nav-icon3.click span:nth-child(1) {
  top: 1.000em;
  width: 0%;
  left: 50%; }

#nav-icon3.click span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.click span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.click span:nth-child(4) {
  top: 1.125em;
  width: 0%;
  left: 50%; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  #nav-icon3 {
    display: none; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1024px) {
  #nav-icon3 {
    display: block; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-icon3 {
    display: block; } }

/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Portrait phones and smaller */
.art-gallery {
  width: 1000px;
  float: left;
  height: 100%;
  margin-right: 100px;
  position: relative; }
  .art-gallery .artGalleryBig {
    height: 100%;
    margin-bottom: 10px; }
    .art-gallery .artGalleryBig .slick-list, .art-gallery .artGalleryBig .slick-track, .art-gallery .artGalleryBig .slick-slide {
      height: 100%; }
    .art-gallery .artGalleryBig .slick-slide {
      position: relative; }
    .art-gallery .artGalleryBig .left-arrow, .art-gallery .artGalleryBig .right-arrow {
      position: absolute;
      width: 50px;
      height: 50px;
      background: #ffffff;
      top: 0;
      border: none;
      z-index: 999;
      text-align: center;
      font-size: 25px;
      line-height: 50px;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .art-gallery .artGalleryBig .left-arrow:hover, .art-gallery .artGalleryBig .left-arrow:focus, .art-gallery .artGalleryBig .right-arrow:hover, .art-gallery .artGalleryBig .right-arrow:focus {
        background: #ffffff;
        border: none;
        outline: none; }
    .art-gallery .artGalleryBig .left-arrow {
      left: 0; }
      .art-gallery .artGalleryBig .left-arrow:before {
        display: none; }
    .art-gallery .artGalleryBig .right-arrow {
      right: 0; }
      .art-gallery .artGalleryBig .right-arrow:before {
        display: none; }
  .art-gallery .bigImg {
    height: 92%;
    float: left;
    width: 100%;
    position: relative; }
  .art-gallery .image-caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none; }
    .art-gallery .image-caption.first-child {
      display: block; }
    .art-gallery .image-caption .title {
      font-size: 0.875em;
      line-height: 1.5625em;
      letter-spacing: 0.03125em;
      color: #464646;
      text-transform: uppercase;
      font-family: "Frutiger LT W05_55 Roma5227398";
      position: absolute;
      left: 0;
      bottom: 0; }
  .art-gallery .imageShare {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0; }
    .art-gallery .imageShare li {
      list-style: none;
      float: left;
      margin-left: 10px; }
      .art-gallery .imageShare li a {
        font-size: 1.5em; }
        .art-gallery .imageShare li a:hover {
          text-decoration: none; }
  .art-gallery .artGalleryThumb {
    width: 350px;
    margin: auto;
    left: 100px;
    right: 0;
    position: absolute;
    bottom: 0; }
    .art-gallery .artGalleryThumb .slick-slide {
      margin: 0 0 0 10px;
      position: relative;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .art-gallery .artGalleryThumb .slick-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        border: solid 2px #464646;
        content: '';
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden; }
      .art-gallery .artGalleryThumb .slick-slide.slick-current:before {
        opacity: 1;
        visibility: visible; }

.location-box {
  width: 300px;
  height: 480px;
  float: left;
  margin-right: 100px;
  background: #ffffff;
  padding: 30px 20px; }

.locate-box {
  width: 100%;
  height: 220px;
  opacity: 0.27;
  background: #d8d8d8;
  border: solid 1px #979797; }

.heading-box {
  width: 520px;
  background: #ffffff;
  float: left;
  margin-right: 100px;
  padding: 30px 20px 15px 20px; }

.head-box {
  float: left;
  height: 100%;
  width: 200px;
  padding: 30px 0; }

.detail-listing {
  width: 1020px;
  height: 100%;
  background: #ffffff;
  float: left;
  margin-right: 100px;
  padding: 30px 20px; }
  .detail-listing h2 {
    margin-bottom: 30px; }

.colum-two {
  width: 50%;
  float: left; }

.dashList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px; }
  .dashList li {
    position: relative;
    padding-left: 30px;
    font-size: 0.875em;
    margin-bottom: 10px; }
    .dashList li .line {
      position: absolute;
      left: 0;
      width: 14px;
      height: 1px;
      background: #464646;
      margin: auto;
      top: 8px; }

@media (min-width: 980px) and (max-width: 1400px) {
  .art-gallery {
    margin-right: 70px;
    width: 700px; } }

.input-group ul {
  margin: 0;
  padding: 0; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #464646;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  line-height: 16px;
  top: 0;
  margin-left: -20px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 11px;
  color: #464646; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox input[type="checkbox"]:checked + label::before {
  border: solid 1px #464646; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  top: 0;
  border: 1px solid #464646;
  border-radius: 50%;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #464646;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1399px) {
  .checkbox label:before {
    width: 16px;
    height: 16px; }
  .checkbox label:after {
    width: 16px;
    height: 16px;
    line-height: 10px;
    font-size: 8px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 979px) {
  .checkbox label:before {
    width: 16px;
    height: 16px; }
  .checkbox label:after {
    width: 16px;
    height: 16px;
    line-height: 10px;
    font-size: 8px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .checkbox label:before {
    width: 16px;
    height: 16px; }
  .checkbox label:after {
    width: 16px;
    height: 16px;
    line-height: 10px;
    font-size: 8px; }
  .visit-box .input-group li.checkbox label:after {
    padding-left: 1px;
    line-height: 11px; }
  .visit-box .input-group li.checkbox label:after, .visit-box .input-group li.checkbox label:before {
    top: 2px; } }

/* Portrait phones and smaller */
/* Portrait phones and smaller */
body.gray {
  background: #2f2f2f;
  color: #ffffff; }
  body.gray .breadcrumbs li a {
    color: #ffffff; }
  body.gray .breadcrumbs li i {
    color: #ffffff; }
  body.gray .breadcrumbs li.active a {
    border-bottom: 1px solid #ffffff; }
  body.gray .mandatory {
    color: #ffffff; }
  body.gray .e-progress-container {
    background: #202020; }
    body.gray .e-progress-container .e-progress {
      background: #ffffff; }
  body.gray .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
    border-color: #ffffff; }
  body.gray .visit-box #loaders {
    background: #202020; }
  body.gray .visit-box.loading:before {
    background: #202020; }
  body.gray .visit-box .loading:before {
    background: #202020; }
  body.gray .visit-box .thanks {
    background: #202020; }
  body.gray .form-success-container #loaders {
    background: #000; }
  body.gray #loaders .loader:before, body.gray #loaders2 .loader:before {
    border: 2px solid #ffffff; }
  body.gray .likelink a {
    color: #ffffff; }
  body.gray .form-wrapper .input-group .radio label {
    color: #ffffff; }
  body.gray .form-wrapper .bootstrap-select.btn-group button {
    border-color: #ffffff;
    color: #ffffff; }
  body.gray .form-wrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #ffffff; }
  body.gray .form-wrapper .bootstrap-select.btn-group.open button {
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    color: #ffffff; }
  body.gray .form-wrapper .dropdown-menu.open {
    background-color: #2f2f2f;
    border-color: #2f2f2f; }
    body.gray .form-wrapper .dropdown-menu.open ul {
      background: #2f2f2f; }
    body.gray .form-wrapper .dropdown-menu.open li a {
      color: #ffffff; }
      body.gray .form-wrapper .dropdown-menu.open li a:focus, body.gray .form-wrapper .dropdown-menu.open li a:hover {
        background: transparent; }
      body.gray .form-wrapper .dropdown-menu.open li a .text:after {
        background: #ffffff; }
  body.gray .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
  body.gray .form-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #202020; }
  body.gray .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff; }
  body.gray .form-wrapper .has-success .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #464646; }
  body.gray .form-wrapper .has-success .bootstrap-select.btn-group.open button {
    color: #ffffff; }
  body.gray .form-wrapper .has-success .bootstrap-select.btn-group.open .dropdown-toggle .caret {
    color: #ffffff; }
  body.gray .form-wrapper .has-success .bootstrap-select.btn-group.open .dropdown-toggle .filter-option {
    color: #ffffff; }
  body.gray .form-wrapper .form-group label .link:after {
    background: #ffffff; }
  body.gray .text-link {
    color: #ffffff; }
    body.gray .text-link:before {
      background: #ffffff; }
  body.gray .imp-info {
    background: #2f2f2f; }
    body.gray .imp-info h6 {
      color: #ffffff; }
    body.gray .imp-info .bulleted-list li {
      color: #ffffff; }
      body.gray .imp-info .bulleted-list li i {
        color: #ffffff; }
  body.gray .visit-box h2 {
    color: #ffffff; }
  body.gray .visit-box .grey-area {
    background: #464646; }
  body.gray .visit-box .aed-box .amount .del-aed-box i {
    color: #ffffff; }
  body.gray .visit-box .change-ico a {
    color: #ffffff; }
  body.gray .visit-box .change-ico:after {
    background: #ffffff; }
  body.gray .become-box {
    background: #464646; }
  body.gray .single-event-container {
    background: #000; }
    body.gray .single-event-container.photo-show {
      background: transparent; }
  body.gray .media-photo-list .photoLink {
    color: #ffffff; }
    body.gray .media-photo-list .photoLink:after {
      background: #ffffff; }
  body.gray .press-filler h2 {
    color: #ffffff; }
  body.gray .press-filler .linkList li a {
    color: #ffffff; }
    body.gray .press-filler .linkList li a:after {
      background: #ffffff; }
  body.gray .press-filler a {
    color: #ffffff; }
    body.gray .press-filler a:after {
      background: #ffffff; }
  body.gray .press-filler p {
    color: #ffffff; }
  body.gray .textLink {
    color: #ffffff; }
  body.gray .login-foot a {
    color: #ffffff; }
  body.gray .related-items h2 {
    color: #ffffff; }
  body.gray .related-items .single-rel-item {
    background: #202020; }
    body.gray .related-items .single-rel-item h3, body.gray .related-items .single-rel-item .item-title {
      color: #ffffff; }
    body.gray .related-items .single-rel-item .btn-border {
      color: #ffffff; }
  body.gray .blockquote:after {
    color: #ffffff; }
  body.gray .blockquote:before {
    color: #ffffff; }
  body.gray .blockquote footer {
    color: #ffffff; }
    body.gray .blockquote footer:before {
      color: #ffffff; }
  body.gray .wrapper .number li, body.gray .wrapper .unilist li {
    color: #ffffff; }
    body.gray .wrapper .number li .line, body.gray .wrapper .unilist li .line {
      background: #ffffff; }
  body.gray .wrapper .media a:after {
    background: #ffffff; }
  body.gray .wrapper hr {
    background: #ffffff; }
  body.gray .content-gallery .content-big-img .img-title {
    color: #ffffff; }
  body.gray .content-gallery .content-thumb-img .slick-slide:before {
    border-color: #ffffff; }
  body.gray .cover-photo .caption {
    color: #ffffff; }
  body.gray .t-text h4 {
    color: #ffffff; }
  body.gray .t-text h2, body.gray .t-text h3, body.gray .t-text a, body.gray .t-text p {
    color: #ffffff; }
  body.gray .newsletter {
    background: #000; }
    body.gray .newsletter p, body.gray .newsletter h2, body.gray .newsletter .mandatory {
      color: #ffffff; }
    body.gray .newsletter .form-wrapper .loading:before {
      background: #000; }
  body.gray .contact-us-page {
    background: #000; }
    body.gray .contact-us-page p, body.gray .contact-us-page h2, body.gray .contact-us-page .mandatory {
      color: #ffffff; }
    body.gray .contact-us-page .form-wrapper .loading:before {
      background: #000; }
  body.gray .create-box {
    background: #202020; }
    body.gray .create-box h2 {
      color: #ffffff; }
  body.gray .address-box {
    background: #000; }
    body.gray .address-box * {
      color: #ffffff; }
    body.gray .address-box .addressLink li a:after {
      background: #ffffff; }
  body.gray .optionsList li a.blackColor {
    background: #2e2e2e;
    border: 4px solid #000; }
  body.gray .form-success-container {
    background: #000; }
    body.gray .form-success-container p, body.gray .form-success-container h2 {
      color: #ffffff; }
    body.gray .form-success-container .success-form li {
      color: #ffffff; }
      body.gray .form-success-container .success-form li a {
        color: #ffffff; }
        body.gray .form-success-container .success-form li a:after {
          background: #ffffff; }
    body.gray .form-success-container a {
      color: #ffffff; }
    body.gray .form-success-container .btn:last-child {
      color: #ffffff; }
  body.gray .for-print a {
    color: #ffffff; }
    body.gray .for-print a:before {
      background: #ffffff; }
  body.gray .drop-title i {
    color: #464646; }
  body.gray .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff; }
  body.gray .linkList li a:after {
    background: #ffffff; }
  body.gray .btn-border {
    color: #ffffff; }
    body.gray .btn-border:after {
      border-color: #ffffff; }
  body.gray .btmTextGary {
    color: #ffffff; }
  body.gray .dateBox {
    background: #000; }
    body.gray .dateBox h2, body.gray .dateBox p {
      color: #ffffff; }
      body.gray .dateBox h2 .textLink, body.gray .dateBox p .textLink {
        color: #ffffff;
        border-bottom: solid 1px transparent; }
        body.gray .dateBox h2 .textLink:after, body.gray .dateBox p .textLink:after {
          background: #ffffff; }
    body.gray .dateBox .line1 {
      background: #ffffff; }
  body.gray .btmText {
    color: #ffffff; }
  body.gray main {
    background: #2f2f2f; }
  body.gray .sideBar {
    background: #000; }
  body.gray header {
    background: #070000; }
  body.gray .white-box {
    background: #000; }
    body.gray .white-box p, body.gray .white-box h2 {
      color: #ffffff; }
    body.gray .white-box .textLink {
      color: #ffffff;
      border-bottom: solid 1px #ffffff; }
      body.gray .white-box .textLink:hover {
        border-bottom: 1px solid transparent; }
      body.gray .white-box .textLink:after {
        background: #ffffff; }
    body.gray .white-box .btn {
      color: #ffffff; }
    body.gray .white-box p span.line1 {
      background: #ffffff; }
  body.gray .visit-img .text h2, body.gray .visit-img .text p {
    color: #ffffff; }
  body.gray .visit-img .textLink {
    color: #ffffff; }
  body.gray .visit-img .btn-border:after {
    border-color: #ffffff; }
  body.gray .visit-img .btn {
    color: #ffffff; }
  body.gray .visit-img p .line1 {
    background: #ffffff; }
  body.gray .topNav > li > a {
    color: #ffffff; }
  body.gray .topNav > li .drop-title i {
    color: #464646; }
  body.gray .topNav > li .menuClose i {
    color: #464646; }
  body.gray .topNav > li i {
    color: #ffffff; }
  body.gray .topNav li a {
    color: #ffffff; }
    body.gray .topNav li a.hover {
      border-bottom: solid 1px #ffdb00; }
    body.gray .topNav li a:after {
      background: #ffffff; }
  body.gray .topNav li .langSwitcher .top {
    background: #000; }
  body.gray .topNav li .langSwitcher .overly {
    opacity: 0.7;
    background-color: #626262; }
  body.gray .topNav li .sub-nav .sizeList li a {
    background: #464646;
    border: 2px solid #ffdb00; }
  body.gray .topNav li .sub-nav-2 .top {
    background: #000; }
  body.gray .topNav li .sub-nav-2 .drop-title {
    color: #ffffff;
    border-bottom: solid 2px #ffffff; }
  body.gray .topNav li .sub-nav-2 p {
    color: #ffffff; }
  body.gray .topNav li .sub-nav-2 .menuClose i {
    color: #ffffff; }
  body.gray .topNav li .sub-nav-2 .overly {
    opacity: 0.7;
    background-color: #626262; }
  body.gray .topNav li .sub-nav-2 .contrastList li a.gary {
    border-color: #ffffff; }
  body.gray .mainNav .nav-menu .sub-nav {
    background: #202020; }
  body.gray .shareLink .shareDate {
    color: #ffffff; }
  body.gray .shareLink a {
    color: #ffffff; }
  body.gray .swiper-container-horizontal > .swiper-scrollbar {
    background: #202020; }
  body.gray .swiper-scrollbar-drag {
    background: #ffffff; }
  body.gray .accessibilityMenu.sub-nav {
    background: #464646; }
  body.gray .accessibilityMenu ul li a {
    color: #ffdb00; }
  body.gray .accessibilityMenu .btn {
    color: #ffdb00;
    border: solid 2px #ffdb00; }
  body.gray .option-menu.sub-nav {
    background: #464646; }
    body.gray .option-menu.sub-nav p {
      color: #ffdb00; }
    body.gray .option-menu.sub-nav hr {
      background: #ffdb00; }
  body.gray .sizeList li a {
    background: #464646;
    color: #ffdb00;
    border: solid 2px #ffdb00; }
  body.gray .langSwitcher.sub-nav {
    background: #464646; }
  body.gray .scroll-v .mCSB_scrollTools .mCSB_draggerRail {
    background: #000; }
  body.gray .scroll-v .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff; }
  body.gray .share-this li a {
    border-color: #ffffff; }
    body.gray .share-this li a i {
      color: #ffffff; }
  body.gray .share-this h4 {
    color: #ffffff; }
  body.gray .footerLinks a {
    color: #ffffff; }
  body.gray .footerLinks .linkList li a:after {
    background: #ffffff; }
  body.gray .footerLinks .btn-border:after {
    border-color: #ffffff; }
  body.gray .mainNav li a {
    color: #ffffff; }
    body.gray .mainNav li a:before {
      background: #ffffff; }
  body.gray .mainNav .subMenu {
    background: #464646; }
  body.gray .mainNav .nav-menu .sub-nav li a:after {
    background: #ffffff; }
  body.gray .mainNav .nav-menu .nav-item > a {
    color: #ffffff; }
    body.gray .mainNav .nav-menu .nav-item > a:after {
      background: #ffffff; }
  body.gray .largeImg h2, body.gray .largeImg p {
    color: #ffdb00; }
  body.gray .logo {
    background: url("/assets/svgs/white-logo.svg") no-repeat; }
  body.gray .menu-bars {
    color: #ffffff; }
    body.gray .menu-bars:after {
      color: #ffffff; }
  body.gray .bar1, body.gray .bar3 {
    background: #ffffff; }
  body.gray .mobileNav {
    background: #505050; }
  body.gray .firstNav li a {
    color: #ffffff; }
    body.gray .firstNav li a:hover {
      border-bottom: 2px solid #ffffff; }
  body.gray .secondNav li a {
    color: #ffffff; }
    body.gray .secondNav li a .icon-left, body.gray .secondNav li a .icon-right {
      color: #ffffff; }
  body.gray .secondNav li .accesLinks li a {
    color: #ffffff; }
  body.gray .thirdNav li a {
    color: #ffffff; }
  body.gray .contrastMenu {
    background: #464646; }
    body.gray .contrastMenu p {
      color: #ffffff; }
    body.gray .contrastMenu hr {
      background: #ffffff; }
  body.gray .languageMenu {
    background: #464646; }
    body.gray .languageMenu ul li a {
      color: #ffffff; }
  body.gray .back-menu {
    color: #ffffff; }
  body.gray .textresize li a {
    border: solid 2px #ffffff;
    background: #2e2e2e;
    color: #ffffff; }
  body.gray .inner-over-left-content h5, body.gray .inner-over-left-content h2 {
    color: #ffffff; }
  body.gray .inner-over-left-content p {
    color: #ffffff; }
  body.gray li .sub-nav-2 .sizeList li a {
    border: solid 2px #ffffff;
    background: #2e2e2e; }
    body.gray li .sub-nav-2 .sizeList li a i {
      color: #ffffff; }
  body.gray .langSwitcher ul li a i {
    color: #ffffff; }
  body.gray .calendar-cont {
    background: #000; }
    body.gray .calendar-cont h2, body.gray .calendar-cont h4, body.gray .calendar-cont p {
      color: #ffffff; }
  body.gray .ui-datepicker-title {
    color: #ffffff; }
  body.gray .ui-datepicker table {
    color: #ffffff; }
  body.gray .ui-state-default, body.gray .ui-widget-content .ui-state-default, body.gray .ui-widget-header .ui-state-default, body.gray .ui-button, body.gray html .ui-button.ui-state-disabled:hover, body.gray html .ui-button.ui-state-disabled:active {
    color: #ffffff; }
  body.gray .ui-datepicker-inline {
    background: #000; }
  body.gray .ui-state-default {
    border-color: transparent;
    color: #ffffff; }
  body.gray .ui-state-hover, body.gray .ui-widget-content .ui-state-hover, body.gray .ui-widget-header .ui-state-hover, body.gray .ui-state-focus, body.gray .ui-widget-content .ui-state-focus, body.gray .ui-widget-header .ui-state-focus, body.gray .ui-button:hover, body.gray .ui-button:focus {
    border-color: rgba(255, 255, 255, 0.3); }
  body.gray .ui-state-default.ui-state-active {
    border-color: #ffffff; }
  body.gray .ui-state-hover, body.gray .ui-widget-content .ui-state-hover, body.gray .ui-widget-header .ui-state-hover, body.gray .ui-state-focus, body.gray .ui-widget-content .ui-state-focus, body.gray .ui-widget-header .ui-state-focus, body.gray .ui-button:hover, body.gray .ui-button:focus {
    color: #ffffff; }
  body.gray .ui-state-disabled, body.gray .ui-widget-content .ui-state-disabled, body.gray .ui-widget-header .ui-state-disabled {
    color: #ffffff; }
  body.gray .ui-datepicker .ui-datepicker-next,
  body.gray .ui-datepicker .ui-datepicker-prev {
    color: #ffffff; }
  body.gray .swiper-container {
    background: #2f2f2f; }
  body.gray .visit-box {
    background: #000; }
    body.gray .visit-box h4, body.gray .visit-box p {
      color: #ffffff; }
    body.gray .visit-box .txt-aed {
      color: #ffffff; }
    body.gray .visit-box .aed-box .aed {
      color: #ffffff; }
    body.gray .visit-box .aed-box .amount {
      color: #ffffff; }
    body.gray .visit-box .select-div {
      text-transform: uppercase; }
      body.gray .visit-box .select-div .bootstrap-select.btn-group button {
        color: #ffffff; }
    body.gray .visit-box .txt-aed {
      color: #ffffff; }
    body.gray .visit-box .total-aed .total {
      color: #ffffff; }
    body.gray .visit-box .total-aed .aed {
      color: #ffffff; }
    body.gray .visit-box .aed-box p {
      color: #ffffff; }
    body.gray .visit-box .aed-box .aed {
      color: #ffffff; }
      body.gray .visit-box .aed-box .aed.change-ico a {
        color: #ffffff; }
        body.gray .visit-box .aed-box .aed.change-ico a:before {
          background: #ffffff; }
    body.gray .visit-box .aed-box .amount {
      color: #ffffff; }
    body.gray .visit-box .aed-box .text-link {
      color: #ffffff; }
      body.gray .visit-box .aed-box .text-link:before {
        background: #ffffff; }
  body.gray .checkbox label:before {
    border: 1px solid #ffffff; }
  body.gray .checkbox input[type="checkbox"]:checked + label::after {
    border-color: #ffffff;
    color: #ffffff; }
  body.gray .plusClick, body.gray .plusClick2 {
    color: #ffffff; }
    body.gray .plusClick:before, body.gray .plusClick2:before {
      background: #ffffff; }
  body.gray .form-wrapper .input-group li.checkbox label {
    color: #ffffff; }
  body.gray .form-wrapper .terms-check li a.terms {
    color: #ffffff; }
    body.gray .form-wrapper .terms-check li a.terms:before {
      background: #ffffff; }
  body.gray .form-wrapper .form-control, body.gray .form-wrapper .inputfile, body.gray .form-wrapper .form-wrapper .inputfile {
    border-color: #ffffff; }
  body.gray .form-wrapper .form-group label {
    color: #ffffff; }
  body.gray .form-wrapper .step-title {
    color: #ffffff;
    background: #000; }
  body.gray .aed-box .btn-border {
    color: #ffffff; }
  body.gray .single-event-container h2, body.gray .single-event-container p {
    color: #ffffff; }
  body.gray .single-event-container ul li {
    color: #ffffff; }
  body.gray .single-event-container ul i {
    color: #ffffff; }
  body.gray .show-more-events {
    background: transparent; }
  body.gray .filter-by {
    background: #000; }
    body.gray .filter-by h2 {
      color: #ffffff; }
  body.gray .select-div {
    text-transform: uppercase; }
    body.gray .select-div .bootstrap-select.btn-group button {
      border: 1px solid #ffffff;
      color: #ffffff; }
  body.gray .event-date h2, body.gray .event-date p {
    color: #ffffff; }
  body.gray .inner-kids-right-content h2, body.gray .inner-kids-right-content p, body.gray .inner-kids-right-content h4 {
    color: #ffffff; }
  body.gray .feature-list li {
    color: #ffffff;
    border-color: #ffffff; }
  body.gray table.activity-detail td {
    color: #ffffff;
    border-bottom: solid 1px #ffffff; }
  body.gray .events-white-box {
    background: #202020; }
    body.gray .events-white-box h2, body.gray .events-white-box p {
      color: #ffffff; }
    body.gray .events-white-box .line1 {
      background: #ffffff; }
    body.gray .events-white-box .textLink {
      color: #ffffff; }
      body.gray .events-white-box .textLink:after {
        background: #ffffff; }
  body.gray .btn-primary {
    background: #2f2f2f;
    border-color: #2f2f2f; }
    body.gray .btn-primary:hover {
      background: transparent;
      color: #ffffff; }
  body.gray .create-account-submit .textLink {
    color: #ffffff; }
    body.gray .create-account-submit .textLink:after {
      background: #ffffff; }
  body.gray .form-control ::-webkit-input-placeholder, body.gray .inputfile ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  body.gray .form-control ::-moz-placeholder, body.gray .inputfile ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  body.gray .form-control :-ms-input-placeholder, body.gray .inputfile :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  body.gray .form-control :-moz-placeholder, body.gray .inputfile :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  body.gray .form-control:focus, body.gray .inputfile:focus {
    color: #464646;
    background: #ffffff; }
  body.gray input:-webkit-autofill,
  body.gray input:-webkit-autofill:hover,
  body.gray input:-webkit-autofill:focus input:-webkit-autofill,
  body.gray textarea:-webkit-autofill,
  body.gray textarea:-webkit-autofill:hover,
  body.gray textarea:-webkit-autofill:focus,
  body.gray select:-webkit-autofill,
  body.gray select:-webkit-autofill:hover,
  body.gray select:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    -webkit-text-fill-color: #464646; }
  body.gray .has-success .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #464646; }
  body.gray .form-wrapper .thanks {
    background: #000; }
  body.gray .form-wrapper .loading:before {
    background: #202020; }
  body.gray .radio label::after {
    background: #ffffff; }
  body.gray .radio label::before {
    border-color: #ffffff; }
  body.gray .visit-img .hide-btn {
    color: #464646; }
  body.gray .content-gallery .left-arrow,
  body.gray .content-gallery .right-arrow {
    background: #202020;
    color: #ffffff; }
  body.gray .info-pointer {
    background: #2f2f2f;
    color: #ffffff; }
    body.gray .info-pointer:before {
      border-color: transparent transparent #2f2f2f transparent; }
  body.gray .address-box .addressList li a:after {
    background: #ffffff; }
  body.gray .wizard .steps ul li.disabled a {
    color: #ffffff; }
  body.gray .icon-lead svg {
    fill: #ffffff; }
  body.gray .wrapper .media .media-left svg {
    fill: #ffffff; }
  body.gray .e-navigation-button {
    color: #ffffff; }
  body.gray .intl-tel-input .selected-flag {
    border-color: #ffffff;
    color: #ffffff; }
  body.gray .intl-tel-input .country-list {
    background: #2f2f2f;
    color: #ffffff; }
    body.gray .intl-tel-input .country-list .divider {
      border-color: #464646; }
  body.gray .lgImg .text {
    background: #000; }
    body.gray .lgImg .text p, body.gray .lgImg .text h2, body.gray .lgImg .text a {
      color: #ffffff; }
      body.gray .lgImg .text p:after, body.gray .lgImg .text h2:after, body.gray .lgImg .text a:after {
        background: #ffffff; }
  body.gray .form-success-container.loading:before {
    background: #000; }
  body.gray .session_timeout {
    background: #000;
    color: #ffffff; }
  body.gray #loader-wrapper .loader-section {
    background: rgba(70, 70, 70, 0.5); }
  body.gray #loader ul li {
    background-color: #ffffff; }
  body.gray .desktop-menu-bars {
    color: #ffffff; }
  body.gray .mainNav .nav-menu .nav-item h2 {
    color: #ffffff; }
    body.gray .mainNav .nav-menu .nav-item h2:after {
      background: #ffffff; }
  body.gray #ui-datepicker-div.ui-widget-content {
    background: #2f2f2f; }
  body.gray .ui-datepicker select.ui-datepicker-month, body.gray .ui-datepicker select.ui-datepicker-year {
    background: #000; }
  body.gray #ui-datepicker-div select.ui-datepicker-month {
    background: #2f2f2f; }
  body.gray #ui-datepicker-div select.ui-datepicker-year {
    background: #2f2f2f; }
  body.gray .time-boxes li a i {
    color: #ffffff; }
  body.gray .mCSB_scrollTools .mCSB_draggerRail {
    background: #2f2f2f; }
  body.gray .dummy-content-image {
    background-image: url("/assets/images/dummy-content-image-white.png"); }
  body.gray .navigate {
    background: #000; }
  body.gray .social-logo {
    background: url("/assets/images/social-logo-white.png") no-repeat;
    background-size: cover; }
  body.gray .modal-content {
    background: #202020; }
    body.gray .modal-content .close {
      color: #ffffff;
      opacity: 1; }
    body.gray .modal-content h4, body.gray .modal-content h2 {
      color: #ffffff; }
  body.gray .art-gallery .imageShare li a {
    color: #ffffff; }
  body.gray .art-gallery .image-caption .title {
    color: #ffffff; }
  body.gray .art-gallery .artGalleryBig .left-arrow, body.gray .art-gallery .artGalleryBig .right-arrow {
    background: #464646;
    color: #ffffff; }
    body.gray .art-gallery .artGalleryBig .left-arrow:hover, body.gray .art-gallery .artGalleryBig .right-arrow:hover {
      background: #ffffff;
      color: #464646; }
  body.gray .art-gallery .artGalleryThumb .slick-slide:before {
    border-color: #ffffff; }
  body.gray .location-box {
    background: #000; }
    body.gray .location-box h2 {
      color: #ffffff; }
  body.gray .heading-box {
    background: #000; }
    body.gray .heading-box h2 {
      color: #ffffff; }
  body.gray .detail-listing {
    background: #000; }
    body.gray .detail-listing h2 {
      color: #ffffff; }
  body.gray .head-box h2 {
    color: #ffffff; }
  body.gray .dashList li .line {
    background: #ffffff; }
  body.gray .gallery-box .slider-nav .slick-slide:before {
    border-color: #ffffff; }
  body.gray .login-wrapper {
    background: #000000; }
    body.gray .login-wrapper h2 {
      color: #ffffff; }
    body.gray .login-wrapper .form-wrapper .thanks {
      background: #000000; }
      body.gray .login-wrapper .form-wrapper .thanks .thanks-inner p a {
        color: #ffffff; }
    body.gray .login-wrapper .form-wrapper .loading:before {
      background: #000000; }
  body.gray .create-account-wrapper {
    background: #000000; }
    body.gray .create-account-wrapper h2 {
      color: #ffffff; }
    body.gray .create-account-wrapper .form-wrapper .thanks {
      background: #000000; }
      body.gray .create-account-wrapper .form-wrapper .thanks .thanks-inner p a {
        color: #ffffff; }
    body.gray .create-account-wrapper .form-wrapper .loading:before {
      background: #000000; }
  body.gray .personal-account {
    background: #000000; }
    body.gray .personal-account h2, body.gray .personal-account p {
      color: #ffffff; }
    body.gray .personal-account .remove-account-link {
      color: #ffffff; }
      body.gray .personal-account .remove-account-link span:after {
        background: #ffffff; }
    body.gray .personal-account .form-wrapper .thanks .thanks-inner a {
      color: #ffffff; }
  body.gray .delete-account .form-wrapper .thanks {
    background: #202020; }
  body.gray .subscriptions-box {
    background: #000000; }
    body.gray .subscriptions-box h2, body.gray .subscriptions-box h3 {
      color: #ffffff; }
    body.gray .subscriptions-box .textLink:after {
      background: #ffffff; }
  body.gray .your-ticket {
    background: #000000; }
    body.gray .your-ticket h2 {
      color: #ffffff; }
  body.gray .order-history {
    background: #000000; }
    body.gray .order-history h2 {
      color: #ffffff; }
  body.gray .member-box {
    background: #000000; }
    body.gray .member-box h2 {
      color: #ffffff; }
  body.gray .collection {
    background: #000000; }
    body.gray .collection h2 {
      color: #ffffff; }
  body.gray .complate-profile {
    background: #000000; }
    body.gray .complate-profile h2 {
      color: #ffffff; }
  body.gray .membership-shared {
    background: #000000; }
    body.gray .membership-shared h2 {
      color: #ffffff; }
  body.gray .member-deatil {
    background: #000000; }
    body.gray .member-deatil h2 {
      color: #ffffff; }

body.yellow {
  color: #0000cf;
  background: #ffdb00; }
  body.yellow .breadcrumbs li a {
    color: #0000cf; }
  body.yellow .breadcrumbs li i {
    color: #0000cf; }
  body.yellow .breadcrumbs li.active a {
    border-bottom: 1px solid #0000cf; }
  body.yellow .form-success-container #loaders {
    background: #ffe733; }
  body.yellow .mobileText {
    background: #ffe413;
    color: #0000cf; }
  body.yellow .mandatory {
    color: #0000cf; }
  body.yellow .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
    border-color: #0000cf; }
  body.yellow .visit-box #loaders {
    background: #ffe733; }
  body.yellow .visit-box .grey-area {
    background: #ffcc0a; }
  body.yellow .visit-box .change-ico a {
    color: #0000cf; }
  body.yellow .visit-box .change-ico:after {
    background: #0000cf; }
  body.yellow .visit-box.loading:before {
    background: #ffdb00; }
  body.yellow .visit-box .loading:before {
    background: #ffdb00; }
  body.yellow .visit-box .thanks {
    background: #ffdb00; }
  body.yellow #loaders .loader:after, body.yellow #loaders2 .loader:after {
    border-color: #0000cf transparent transparent; }
  body.yellow .likelink a {
    color: #0000cf; }
  body.yellow .question p {
    color: #0000cf; }
  body.yellow .imp-info h6 {
    color: #0000cf; }
  body.yellow .single-event-container {
    background: #ffe733; }
    body.yellow .single-event-container.photo-show {
      background: transparent; }
  body.yellow .press-filler h2 {
    color: #0000cf; }
  body.yellow .press-filler .linkList li a {
    color: #0000cf; }
    body.yellow .press-filler .linkList li a:after {
      background: #0000cf; }
  body.yellow .press-filler a {
    color: #0000cf; }
    body.yellow .press-filler a:after {
      background: #0000cf; }
  body.yellow .press-filler p {
    color: #0000cf; }
  body.yellow .media-photo-list .photoLink {
    color: #0000cf; }
    body.yellow .media-photo-list .photoLink:after {
      background: #0000cf; }
  body.yellow .wrapper hr {
    background: #0000cf; }
  body.yellow .login-foot a {
    color: #0000cf; }
  body.yellow .related-items h2 {
    color: #0000cf; }
  body.yellow .related-items .single-rel-item {
    background: #ffe733; }
    body.yellow .related-items .single-rel-item h3, body.yellow .related-items .single-rel-item .item-title {
      color: #0000cf; }
    body.yellow .related-items .single-rel-item .btn-border {
      color: #0000cf; }
  body.yellow .feature-list li {
    color: #0000cf;
    border-color: #0000cf; }
  body.yellow .share-this li a {
    border-color: #0000cf; }
  body.yellow .t-text p {
    color: #0000cf; }
  body.yellow .cover-photo .text p {
    color: #0000cf; }
  body.yellow .btmText {
    color: #0000cf; }
  body.yellow .cover-photo .caption {
    color: #0000cf; }
  body.yellow .content-gallery .content-big-img .img-title {
    color: #0000cf; }
  body.yellow .content-gallery .content-thumb-img .slick-slide:before {
    border-color: #0000cf; }
  body.yellow .wrapper h2, body.yellow .wrapper h3, body.yellow .wrapper h4 {
    color: #0000cf; }
  body.yellow .wrapper .media a:after {
    color: #0000cf;
    background: #0000cf; }
  body.yellow .wrapper a {
    color: #0000cf; }
  body.yellow .wrapper footer {
    color: #0000cf; }
  body.yellow .cover-photo .text h2, body.yellow .cover-photo .text p {
    color: #ffdb00; }
  body.yellow .cover-photo .btn-border {
    color: #ffdb00; }
    body.yellow .cover-photo .btn-border:after {
      border-color: #ffdb00; }
  body.yellow .cover-photo .btmText {
    color: #ffdb00; }
  body.yellow .wrapper .number li, body.yellow .wrapper .unilist li {
    color: #0000cf; }
    body.yellow .wrapper .number li .line, body.yellow .wrapper .unilist li .line {
      background: #0000cf; }
  body.yellow .newsletter {
    background: #ffe733; }
    body.yellow .newsletter p, body.yellow .newsletter h2, body.yellow .newsletter .mandatory {
      color: #0000cf; }
    body.yellow .newsletter .form-wrapper .loading:before {
      background: #ffe733; }
  body.yellow .contact-us-page {
    background: #ffe733; }
    body.yellow .contact-us-page p, body.yellow .contact-us-page h2, body.yellow .contact-us-page .mandatory {
      color: #0000cf; }
    body.yellow .contact-us-page .form-wrapper .loading:before {
      background: #ffe733; }
  body.yellow .create-box {
    background: #ffe733; }
    body.yellow .create-box h2 {
      color: #0000cf; }
  body.yellow .address-box {
    background: #ffe733; }
    body.yellow .address-box .addressLink, body.yellow .address-box a, body.yellow .address-box .addressList, body.yellow .address-box h2, body.yellow .address-box h3, body.yellow .address-box p {
      color: #0000cf; }
      body.yellow .address-box .addressLink:after, body.yellow .address-box a:after, body.yellow .address-box .addressList:after, body.yellow .address-box h2:after, body.yellow .address-box h3:after, body.yellow .address-box p:after {
        background: #0000cf; }
  body.yellow .languageMenu ul li a {
    color: #0000cf; }
  body.yellow .bulleted-list li {
    color: #0000cf; }
    body.yellow .bulleted-list li .left-icon {
      color: #0000cf; }
  body.yellow table.activity-detail td {
    color: #0000cf;
    border-bottom: solid 1px #0000cf; }
  body.yellow .events-white-box {
    background: #ffe733; }
    body.yellow .events-white-box h2, body.yellow .events-white-box p {
      color: #0000cf; }
    body.yellow .events-white-box .textLink {
      color: #0000cf; }
      body.yellow .events-white-box .textLink:after {
        background: #0000cf; }
  body.yellow .visit-box {
    background: #ffe733; }
    body.yellow .visit-box .aed-box h2 {
      color: #0000cf; }
    body.yellow .visit-box button.btn.btn-border.pull-right {
      color: #0000cf; }
      body.yellow .visit-box button.btn.btn-border.pull-right:after {
        border-color: #0000cf; }
    body.yellow .visit-box .info-pointer:before {
      border-color: transparent transparent #0000cf transparent; }
    body.yellow .visit-box .info-pointer {
      background: #0000cf;
      color: #ffdb00; }
    body.yellow .visit-box h4 {
      color: #0000cf; }
    body.yellow .visit-box .txt-aed {
      color: #0000cf; }
    body.yellow .visit-box .total-aed .total {
      color: #0000cf; }
    body.yellow .visit-box .total-aed .aed {
      color: #0000cf; }
    body.yellow .visit-box .aed-box p {
      color: #0000cf; }
    body.yellow .visit-box .aed-box .aed {
      color: #0000cf; }
      body.yellow .visit-box .aed-box .aed.change-ico a {
        color: #0000cf; }
    body.yellow .visit-box .aed-box .amount {
      color: #0000cf; }
      body.yellow .visit-box .aed-box .amount .del-aed-box i {
        color: #0000cf; }
    body.yellow .visit-box .aed-box .text-link {
      color: #0000cf; }
      body.yellow .visit-box .aed-box .text-link:before {
        background: #0000cf; }
    body.yellow .visit-box .btn-area .btn span {
      color: #ffffff; }
    body.yellow .visit-box .create-account-submit .btn-border {
      background: #0000cf; }
      body.yellow .visit-box .create-account-submit .btn-border:hover {
        background: transparent; }
    body.yellow .visit-box .create-account-submit .left a {
      color: #0000cf; }
      body.yellow .visit-box .create-account-submit .left a:after {
        background: #0000cf; }
  body.yellow .btn-border {
    color: #0000cf; }
    body.yellow .btn-border:after {
      border-color: #0000cf; }
  body.yellow .form-success-container a {
    color: #0000cf; }
  body.yellow .form-success-container a {
    color: #0000cf; }
  body.yellow .form-success-container .btn-primary {
    color: #ffdb00; }
  body.yellow .form-success-container .show-thx {
    color: #0000cf; }
  body.yellow .checkbox label:before {
    border: 1px solid #0000cf; }
  body.yellow .checkbox input[type="checkbox"]:checked + label::after {
    border-color: #0000cf;
    color: #0000cf; }
  body.yellow .form-wrapper .form-group label {
    color: #0000cf; }
    body.yellow .form-wrapper .form-group label .link:after {
      background: #0000cf; }
  body.yellow .form-wrapper .form-control, body.yellow .form-wrapper .inputfile {
    border-color: #0000cf;
    color: #0000cf; }
  body.yellow .terms-check li a.terms {
    color: #0000cf; }
    body.yellow .terms-check li a.terms:before {
      background: #0000cf; }
  body.yellow .form-wrapper .input-group li.checkbox label {
    color: #0000cf; }
  body.yellow .btn-primary {
    background: #0000cf;
    border-color: #0000cf;
    color: #ffdb00; }
    body.yellow .btn-primary:hover {
      background: transparent;
      color: #0000cf; }
  body.yellow .calendar-cont {
    color: #0000cf;
    background: #ffe733; }
    body.yellow .calendar-cont h2, body.yellow .calendar-cont h4 {
      color: #0000cf; }
  body.yellow .ui-widget-content {
    background: #ffe733; }
  body.yellow .ui-state-hover, body.yellow .ui-widget-content .ui-state-hover, body.yellow .ui-widget-header .ui-state-hover, body.yellow .ui-state-focus, body.yellow .ui-widget-content .ui-state-focus, body.yellow .ui-widget-header .ui-state-focus, body.yellow .ui-button:hover, body.yellow .ui-button:focus {
    border: 2px solid rgba(0, 0, 255, 0.17); }
  body.yellow .ui-state-default {
    border: 2px solid transparent;
    color: #0000cf; }
    body.yellow .ui-state-default.ui-state-active {
      border: 2px solid #0000cf; }
  body.yellow .ui-datepicker .ui-datepicker-prev, body.yellow .ui-datepicker .ui-datepicker-next {
    color: #0000cf; }
  body.yellow .single-event-container h2 {
    color: #0000cf; }
  body.yellow .inner-over-left-content h2 {
    color: #0000cf; }
  body.yellow .inner-over-left-content p {
    color: #0000cf; }
  body.yellow .inner-kids-right-content hr {
    background: #0000cf; }
  body.yellow .object-right-content p {
    color: #0000cf; }
  body.yellow .object-right-content a {
    color: #0000cf; }
    body.yellow .object-right-content a:after {
      background: #0000cf; }
  body.yellow .inner-img p {
    color: #ffdb00; }
  body.yellow .inner-kids-text h2 {
    color: #ffdb00; }
  body.yellow .btmTextGary {
    color: #0000cf; }
  body.yellow .dateBox h2 {
    color: #0000cf; }
  body.yellow .dateBox .line1 {
    background: #0000cf; }
  body.yellow .dateBox p {
    color: #0000cf; }
    body.yellow .dateBox p i {
      color: #0000cf; }
    body.yellow .dateBox p a {
      color: #0000cf; }
      body.yellow .dateBox p a:after {
        background: #0000cf; }
  body.yellow .dateBox .btn-border:after {
    border-color: #0000cf; }
  body.yellow .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0000cf; }
  body.yellow .mCSB_scrollTools .mCSB_draggerRail {
    background: #c99c24; }
  body.yellow .sideBar, body.yellow header {
    background: #ffdb00; }
  body.yellow .topNav li > a {
    color: #464646; }
  body.yellow .topNav li .sub-nav-2 .top {
    background: #ffe733; }
  body.yellow .topNav li .sub-nav-2 p {
    color: #0000cf; }
  body.yellow .topNav li .sub-nav-2 .drop-title {
    color: #0000cf;
    border-bottom: 2px solid; }
  body.yellow .topNav li .sub-nav-2 hr {
    background-color: #0000cf; }
  body.yellow .topNav li .sub-nav-2 .sizeList li a {
    border: solid 2px #464646; }
  body.yellow .topNav li .sub-nav-2 .sizeList li a {
    background: #ffdb00;
    border: solid 2px #0000cf; }
  body.yellow .mainNav .nav-menu .nav-item > a:after {
    background: #0000cf; }
  body.yellow .mainNav .sub-nav li a:after {
    background: #0000cf; }
  body.yellow .white-box {
    background: #ffe733;
    border: solid 0px #464646; }
    body.yellow .white-box p, body.yellow .white-box h2 {
      color: #0000cf; }
    body.yellow .white-box .textLink {
      color: #0000cf; }
      body.yellow .white-box .textLink:after {
        background: #0000cf; }
    body.yellow .white-box .btn {
      color: #0000cf; }
    body.yellow .white-box .btn-border:after {
      border-color: #0000cf; }
  body.yellow .language {
    background: #ffdb00; }
    body.yellow .language p {
      color: #464646; }
    body.yellow .language .languageList li a {
      color: #464646; }
  body.yellow .accessibilityMenu.sub-nav {
    background: #ffdb00; }
  body.yellow .option-menu.sub-nav {
    background: #ffdb00; }
  body.yellow .option-menu ul li a {
    background: #ffffff; }
    body.yellow .option-menu ul li a.yellow {
      background: #ffdb00;
      border: solid 2px #464646;
      color: #464646; }
    body.yellow .option-menu ul li a.gary {
      background: #464646;
      border: solid 2px #ffdb00;
      color: #ffdb00; }
  body.yellow .mainNav .nav-menu .sub-nav {
    background: #ffdb00; }
  body.yellow .shareLink .shareDate {
    color: #464646; }
  body.yellow .shareLink a {
    color: #464646; }
  body.yellow .swiper-container-horizontal > .swiper-scrollbar {
    background: #ffdb00; }
  body.yellow .swiper-scrollbar-drag {
    background: #464646; }
  body.yellow .langSwitcher.sub-nav {
    background: #ffdb00; }
  body.yellow .socialHeader a {
    color: #0000cf; }
    body.yellow .socialHeader a:after {
      background: #0000cf; }
  body.yellow .socialContent p a {
    color: #464646; }
    body.yellow .socialContent p a:after {
      background: #464646; }
  body.yellow .socialContent hr {
    background: #0000cf; }
  body.yellow main {
    background: #ffe413; }
  body.yellow .dateBox {
    background: #ffdb00; }
  body.yellow .visit-img h2, body.yellow .visit-img p {
    color: #ffdb00; }
  body.yellow .visit-img .btmText {
    color: #ffdb00; }
  body.yellow .visit-img .textLink {
    color: #ffdb00;
    border-bottom: 1px solid #ffdb00; }
    body.yellow .visit-img .textLink:hover {
      border-bottom: 1px solid transparent; }
    body.yellow .visit-img .textLink:after {
      background: #ffdb00; }
  body.yellow .visit-img .btn-border:after {
    border-color: #ffdb00; }
  body.yellow .visit-img .btn {
    color: #ffdb00; }
  body.yellow .visit-img p .line1 {
    background: #ffdb00; }
  body.yellow .visit-img .text .btn-border {
    color: #ffdb00; }
  body.yellow .topNav > li > a {
    color: #0000cf; }
    body.yellow .topNav > li > a:after {
      background: #0000cf; }
  body.yellow .topNav > li i {
    color: #0000cf; }
  body.yellow .topNav > li .langSwitcher .top {
    background: #ffe733; }
  body.yellow .topNav li .sub-nav .top {
    background: #ffdb00; }
  body.yellow .topNav li .sub-nav p {
    color: #464646; }
  body.yellow .topNav li .sub-nav .drop-title {
    color: #464646; }
  body.yellow .topNav li .sub-nav hr {
    background-color: #464646; }
  body.yellow .topNav li a:after {
    background: #0000cf; }
  body.yellow .topNav li .sub-nav .sizeList li a {
    background: #ffdb00;
    border: 2px solid #464646; }
  body.yellow .mainNav .nav-menu .nav-item > a {
    color: #0000cf; }
  body.yellow .mainNav .nav-menu .sub-nav {
    background: #ffdb00; }
  body.yellow .shareLink .shareDate {
    color: #0000cf; }
  body.yellow .shareLink a {
    color: #0000cf; }
    body.yellow .shareLink a i {
      color: #0000cf; }
  body.yellow .swiper-container-horizontal > .swiper-scrollbar {
    background: #ffdb00; }
  body.yellow .swiper-scrollbar-drag {
    background: #0000cf; }
  body.yellow .accessibilityMenu.sub-nav {
    background: #464646; }
  body.yellow .accessibilityMenu ul li a {
    color: #ffdb00; }
  body.yellow .accessibilityMenu .btn {
    color: #ffdb00;
    border: solid 2px #ffdb00; }
  body.yellow .option-menu.sub-nav {
    background: #464646; }
    body.yellow .option-menu.sub-nav p {
      color: #ffdb00; }
    body.yellow .option-menu.sub-nav hr {
      background: #ffdb00; }
  body.yellow .sizeList li a {
    background: #464646;
    color: #ffdb00;
    border: solid 2px #ffdb00; }
  body.yellow .langSwitcher.sub-nav {
    background: #464646; }
  body.yellow .langSwitcher ul li a {
    color: #0000cf; }
  body.yellow .scroll-v .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0000cf; }
  body.yellow .footerLinks a {
    color: #0000cf; }
  body.yellow .footerLinks .linkList li a:after {
    background: #0000cf; }
  body.yellow .footerLinks .btn-border:after {
    border-color: #0000cf; }
  body.yellow .mainNav li a {
    color: #0000cf; }
  body.yellow .mainNav .subMenu {
    background: #ffdb00; }
  body.yellow .play-btn {
    color: #ffdb00 !important; }
    body.yellow .play-btn:after {
      border-color: #ffdb00; }
  body.yellow .menu-bars {
    color: #0000cf; }
    body.yellow .menu-bars:after {
      color: #0000cf; }
  body.yellow .bar1, body.yellow .bar3 {
    background: #0000cf; }
  body.yellow .mobileNav {
    background: #ffdb00; }
  body.yellow .firstNav li a {
    color: #0000cf; }
    body.yellow .firstNav li a:hover {
      border-bottom: 2px solid #0000cf; }
  body.yellow .secondNav li a {
    color: #0000cf; }
    body.yellow .secondNav li a .icon-left, body.yellow .secondNav li a .icon-right {
      color: #0000cf; }
  body.yellow .secondNav li .accesLinks li a {
    color: #0000cf; }
  body.yellow .thirdNav li a {
    color: #0000cf; }
  body.yellow .contrastMenu {
    background: #ffdb00; }
    body.yellow .contrastMenu p {
      color: #0000cf; }
    body.yellow .contrastMenu hr {
      background: #0000cf; }
  body.yellow .languageMenu {
    background: #ffdb00; }
  body.yellow .back-menu {
    color: #0000cf; }
  body.yellow .textresize li a {
    border: solid 2px #0000cf;
    color: #0000cf;
    background: #ffdb00; }
  body.yellow .single-event-container .bottom .btn {
    color: #0000cf; }
    body.yellow .single-event-container .bottom .btn:after {
      -webkit-box-shadow: 0.1875em 0 0 #0000cf;
      box-shadow: 0.1875em 0 0 #0000cf; }
  body.yellow .single-event-container .single-package-content p {
    color: #0000cf; }
  body.yellow .single-event-container ul li, body.yellow .single-event-container ul i {
    color: #0000cf; }
  body.yellow .filter-by {
    background: #ffe733; }
    body.yellow .filter-by h2 {
      color: #0000cf; }
  body.yellow .event-date h2, body.yellow .event-date p {
    color: #0000cf; }
  body.yellow .form-success-container {
    background: #ffe733; }
    body.yellow .form-success-container h2, body.yellow .form-success-container p {
      color: #0000cf; }
  body.yellow .success-form li {
    color: #0000cf; }
    body.yellow .success-form li a {
      color: #0000cf; }
    body.yellow .success-form li a:after {
      background: #0000cf; }
  body.yellow .text-uppercase a, body.yellow .initialism a {
    color: #0000cf; }
  body.yellow .inner-kids-right-content p, body.yellow .inner-kids-right-content h2, body.yellow .inner-kids-right-content h4 {
    color: #0000cf; }
  body.yellow .inner-kids-right-content .feature-list li {
    color: #0000cf; }
  body.yellow .inner-kids-right-content .share-this li a {
    border: solid 2px #0000cf;
    color: #0000cf; }
    body.yellow .inner-kids-right-content .share-this li a:hover {
      color: #ffe733; }
  body.yellow .inner-kids-right-content .share-this li:first-child a {
    border-right: 0; }
  body.yellow .inner-kids-right-content .share-this li:last-child a {
    border-left: 0; }
  body.yellow .show-more-events {
    background: none; }
    body.yellow .show-more-events .bottom a.show {
      color: #0000cf; }
      body.yellow .show-more-events .bottom a.show:before {
        background: #0000cf; }
  body.yellow .event-detail h2, body.yellow .event-detail p, body.yellow .event-detail a {
    color: #ffdb00; }
  body.yellow .event-detail .textLink {
    color: #ffdb00; }
    body.yellow .event-detail .textLink:after {
      background: #ffdb00; }
  body.yellow .gallery-box .event-detail .btn-border {
    color: #ffdb00; }
    body.yellow .gallery-box .event-detail .btn-border:after {
      border-color: #ffdb00; }
  body.yellow .gallery-box .slider-nav .slick-slide:before {
    border-color: #0000cf; }
  body.yellow .for-print a {
    color: #0000cf; }
    body.yellow .for-print a:before {
      background: #0000cf; }
  body.yellow .logo {
    background: url("/assets/svgs/logo-yellow.svg") no-repeat; }
  body.yellow .form-wrapper .input-group .radio label {
    color: #0000cf; }
  body.yellow .form-wrapper .step-title {
    color: #0000cf; }
  body.yellow .time-boxes li a {
    color: #0000cf; }
  body.yellow .text-link {
    color: #0000cf; }
    body.yellow .text-link:before {
      background: #0000cf; }
  body.yellow .become-box {
    background: #ffe413; }
  body.yellow .form-control ::-webkit-input-placeholder, body.yellow .inputfile ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  body.yellow .form-control ::-moz-placeholder, body.yellow .inputfile ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  body.yellow .form-control :-ms-input-placeholder, body.yellow .inputfile :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff; }
  body.yellow .form-control :-moz-placeholder, body.yellow .inputfile :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  body.yellow .form-control:focus, body.yellow .inputfile:focus {
    color: #ffdb00;
    background: #0000cf; }
  body.yellow .form-wrapper .form-group.has-success .form-control, body.yellow .form-wrapper .form-group.has-success .inputfile {
    background: #0000cf;
    color: #ffdb00; }
  body.yellow input:-webkit-autofill,
  body.yellow input:-webkit-autofill:hover,
  body.yellow input:-webkit-autofill:focus input:-webkit-autofill,
  body.yellow textarea:-webkit-autofill,
  body.yellow textarea:-webkit-autofill:hover,
  body.yellow textarea:-webkit-autofill:focus,
  body.yellow select:-webkit-autofill,
  body.yellow select:-webkit-autofill:hover,
  body.yellow select:-webkit-autofill:focus {
    border: 1px solid #ffdb00;
    -webkit-text-fill-color: #ffdb00; }
  body.yellow .radio label::after {
    background: #0000cf; }
  body.yellow .radio input[type="radio"]:checked + label::before {
    border-color: #0000cf; }
  body.yellow .form-wrapper .thanks {
    background: #ffe636; }
  body.yellow .form-wrapper .loading:before {
    background: #ffdb00; }
  body.yellow .form-wrapper .loader:after {
    border-color: #0000cf transparent transparent; }
  body.yellow .form-wrapper .dropdown-menu.open {
    background-color: #0000cf;
    border-color: #0000cf; }
    body.yellow .form-wrapper .dropdown-menu.open ul {
      background: #0000cf; }
    body.yellow .form-wrapper .dropdown-menu.open li a {
      color: #ffdb00; }
      body.yellow .form-wrapper .dropdown-menu.open li a:focus, body.yellow .form-wrapper .dropdown-menu.open li a:hover {
        background: transparent; }
      body.yellow .form-wrapper .dropdown-menu.open li a .text:after {
        background: #ffdb00; }
  body.yellow .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
  body.yellow .form-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #ffdb00; }
  body.yellow .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0000cf; }
  body.yellow .form-wrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #0000cf; }
  body.yellow .form-wrapper .bootstrap-select.btn-group button {
    border-color: #0000cf;
    color: #0000cf; }
  body.yellow .form-wrapper .bootstrap-select.open button {
    background: #0000cf;
    border: 1px solid #0000cf;
    color: #ffdb00; }
  body.yellow .form-wrapper .bootstrap-select.open .dropdown-toggle .caret {
    color: #ffdb00; }
  body.yellow .has-success .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #ffdb00; }
  body.yellow .has-success .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #ffdb00; }
  body.yellow .content-gallery .left-arrow,
  body.yellow .content-gallery .right-arrow {
    background: #ffdb00;
    color: #0000cf; }
  body.yellow .e-progress-container {
    background: #ffdb00; }
  body.yellow .e-progress {
    background: #0000cf; }
  body.yellow .address-box .addressList li a:after {
    background: #0000cf; }
  body.yellow .wizard .steps {
    background: #0000cf; }
    body.yellow .wizard .steps ul li.disabled a {
      color: #ffdb00; }
    body.yellow .wizard .steps ul li.current a {
      background: #ffdb00;
      color: #0000cf; }
      body.yellow .wizard .steps ul li.current a:after {
        border-color: transparent transparent transparent #ffdb00; }
    body.yellow .wizard .steps ul li.done a {
      background: #ffe413;
      color: #0000cf; }
      body.yellow .wizard .steps ul li.done a:after {
        border-color: transparent transparent transparent #ffe413; }
  body.yellow .icon-lead svg {
    fill: #0000cf; }
  body.yellow .wrapper .media .media-left svg {
    fill: #0000cf; }
  body.yellow .e-navigation-button {
    color: #0000cf; }
  body.yellow .intl-tel-input .selected-flag {
    border-color: #0000cf; }
    body.yellow .intl-tel-input .selected-flag .arrow {
      color: #0000cf; }
  body.yellow .intl-tel-input .country-list {
    background: #0000cf; }
    body.yellow .intl-tel-input .country-list .country {
      color: #ffdb00; }
      body.yellow .intl-tel-input .country-list .country .dial-code {
        color: #ffdb00; }
    body.yellow .intl-tel-input .country-list .divider {
      border-color: #464646; }
  @media (max-width: 700px) {
    body.yellow #profileForm .content > .body .container {
      background: #ffe413; }
    body.yellow .form-wrapper .step-title {
      background: #ffe733; } }
  body.yellow .lgImg .text {
    background: #ffdb00; }
    body.yellow .lgImg .text p, body.yellow .lgImg .text h2, body.yellow .lgImg .text a {
      color: #0000cf; }
      body.yellow .lgImg .text p:after, body.yellow .lgImg .text h2:after, body.yellow .lgImg .text a:after {
        background: #0000cf; }
  body.yellow .form-success-container.loading:before {
    background: #ffdb00; }
  body.yellow .form-success-container .loader:before {
    border-color: #ffffff; }
  body.yellow .form-success-container .loader:after {
    border-color: #0000cf transparent transparent; }
  body.yellow .session_timeout {
    background: #0000cf;
    color: #ffdb00; }
  body.yellow #loader-wrapper .loader-section {
    background: rgba(255, 219, 0, 0.5); }
  body.yellow #loader ul li {
    background-color: #0000cf; }
  body.yellow .desktop-menu-bars {
    color: #0000cf; }
  body.yellow .mainNav .nav-menu .nav-item h2 {
    color: #0000cf; }
    body.yellow .mainNav .nav-menu .nav-item h2:after {
      background: #0000cf; }
  body.yellow.admission_flow {
    background: #ffe413; }
  body.yellow.membership_flow {
    background: #ffe413; }
  body.yellow #ui-datepicker-div.ui-widget-content {
    background: #ffdb00; }
  body.yellow .ui-datepicker select.ui-datepicker-month, body.yellow .ui-datepicker select.ui-datepicker-year {
    background: #ffdb00; }
  body.yellow #powerTip {
    background: rgba(255, 219, 0, 0.8);
    color: #0000cf; }
  body.yellow .dummy-content-image {
    background-image: url("/assets/images/dummy-content-image-blue.png"); }
  body.yellow .navigate {
    background: #ffdb00; }
    body.yellow .navigate h2 {
      color: #0000cf; }
    body.yellow .navigate .mouse-text {
      color: #0000cf; }
    body.yellow .navigate .arrow-text {
      color: #0000cf; }
    body.yellow .navigate .close-btn {
      color: #0000cf; }
  body.yellow .social-logo {
    background: url("/assets/images/social-logo-blue.png") no-repeat;
    background-size: cover; }
  body.yellow .modal-content {
    background: #ffdb00; }
    body.yellow .modal-content .close {
      color: #0000cf;
      opacity: 1; }
    body.yellow .modal-content h4, body.yellow .modal-content h2 {
      color: #0000cf; }
    body.yellow .modal-content .modal-header {
      border-bottom-color: #0000cf; }
    body.yellow .modal-content .form-wrapper .thanks {
      background: #ffdb00; }
  body.yellow .art-gallery .imageShare li a {
    color: #0000cf; }
  body.yellow .art-gallery .image-caption .title {
    color: #0000cf; }
  body.yellow .art-gallery .artGalleryBig .left-arrow, body.yellow .art-gallery .artGalleryBig .right-arrow {
    background: #ffdb00;
    color: #0000cf; }
    body.yellow .art-gallery .artGalleryBig .left-arrow:hover, body.yellow .art-gallery .artGalleryBig .right-arrow:hover {
      background: #0000cf;
      color: #ffdb00; }
  body.yellow .art-gallery .artGalleryThumb .slick-slide:before {
    border-color: #0000cf; }
  body.yellow .location-box {
    background: #ffe733; }
    body.yellow .location-box h2 {
      color: #0000cf; }
  body.yellow .heading-box {
    background: #ffe733; }
    body.yellow .heading-box h2 {
      color: #0000cf; }
  body.yellow .detail-listing {
    background: #ffe733; }
    body.yellow .detail-listing h2 {
      color: #0000cf; }
  body.yellow .head-box h2 {
    color: #0000cf; }
  body.yellow .dashList li .line {
    background: #0000cf; }
  body.yellow .imgOverly {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background: black; }
  body.yellow .login-wrapper {
    background: #ffe733; }
    body.yellow .login-wrapper h2 {
      color: #0000cf; }
    body.yellow .login-wrapper .form-wrapper .thanks {
      background: #ffe733; }
    body.yellow .login-wrapper .form-wrapper .loading:before {
      background: #ffe733; }
  body.yellow .create-account-wrapper {
    background: #ffe733; }
    body.yellow .create-account-wrapper h2 {
      color: #0000cf; }
    body.yellow .create-account-wrapper .form-wrapper .thanks {
      background: #ffe733; }
      body.yellow .create-account-wrapper .form-wrapper .thanks .thanks-inner h2, body.yellow .create-account-wrapper .form-wrapper .thanks .thanks-inner p {
        color: #0000cf; }
        body.yellow .create-account-wrapper .form-wrapper .thanks .thanks-inner h2 a, body.yellow .create-account-wrapper .form-wrapper .thanks .thanks-inner p a {
          color: #0000cf; }
    body.yellow .create-account-wrapper .form-wrapper .loading:before {
      background: #ffe733; }
  body.yellow .personal-account {
    background: #ffe733; }
    body.yellow .personal-account h2, body.yellow .personal-account p {
      color: #0000cf; }
    body.yellow .personal-account .remove-account-link {
      color: #0000cf; }
      body.yellow .personal-account .remove-account-link span:after {
        background: #0000cf; }
    body.yellow .personal-account .form-wrapper .thanks .thanks-inner a {
      color: #0000cf; }
  body.yellow .subscriptions-box {
    background: #ffe733; }
    body.yellow .subscriptions-box h2, body.yellow .subscriptions-box h3 {
      color: #0000cf; }
    body.yellow .subscriptions-box .textLink:after {
      background: #0000cf; }
  body.yellow .your-ticket {
    background: #ffe733; }
    body.yellow .your-ticket h2 {
      color: #0000cf; }
  body.yellow .order-history {
    background: #ffe733; }
    body.yellow .order-history h2 {
      color: #0000cf; }
  body.yellow .member-box {
    background: #ffe733; }
    body.yellow .member-box h2 {
      color: #0000cf; }
  body.yellow .collection {
    background: #ffe733; }
    body.yellow .collection h2 {
      color: #0000cf; }
  body.yellow .complate-profile {
    background: #ffe733; }
    body.yellow .complate-profile h2 {
      color: #0000cf; }
  body.yellow .meter {
    background: url("/assets/images/yellow-progress-bg.png") repeat-x;
    background-position: center center; }
    body.yellow .meter span {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,0000cf+100 */
      background: #ffffff;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#0000cf));
      background: linear-gradient(to right, #ffffff 0%, #0000cf 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0000cf',GradientType=1 );
      /* IE6-9 */ }
    body.yellow .meter .left-number, body.yellow .meter .right-number {
      color: #0000cf; }
  body.yellow .membership-shared {
    background: #ffe733; }
    body.yellow .membership-shared h2 {
      color: #0000cf; }
  body.yellow .member-deatil {
    background: #ffe733; }
    body.yellow .member-deatil h2 {
      color: #0000cf; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  body.gray .content-gallery .left-arrow:hover, body.gray .content-gallery .right-arrow:hover {
    background: #ffffff;
    color: #464646; }
  body.yellow .content-gallery .left-arrow:hover, body.yellow .content-gallery .right-arrow:hover {
    background: #0000cf;
    color: #ffdb00; } }

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  body.gray .swiper-container-horizontal > .swiper-scrollbar {
    background: none; }
    body.gray .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      border: solid 2px #202020; }
  body.gray .firstNav li a:after {
    color: #ffffff; }
  body.gray .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #202020 !important; }
    body.gray .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #202020 !important; }
  body.yellow .swiper-container-horizontal > .swiper-scrollbar {
    background: none; }
    body.yellow .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      border: solid 2px #0000cf; }
  body.yellow .firstNav li a:after {
    color: #0000cf; }
  body.yellow .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffdb00 !important; }
    body.yellow .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ffdb00 !important; }
  body.yellow .wizard .steps ul li a:before {
    border-color: #ffdb00 transparent transparent transparent; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  body.yellow .optionsList li a.yellowColor {
    border-color: #0000cf; }
    body.yellow .optionsList li a.yellowColor:after {
      color: #0000cf; }
  body.yellow .firstNav li a:after {
    color: #0000cf; }
  body.yellow .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #ffdb00 !important; }
    body.yellow .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ffdb00 !important; }
  body.yellow .wizard .steps ul li a:before {
    border-color: #ffe636 transparent transparent transparent; }
  body.gray .optionsList li a.yellowColor {
    border-color: #0000cf; }
    body.gray .optionsList li a.yellowColor:after {
      color: #0000cf; }
  body.gray .firstNav li a:after {
    color: #ffffff; }
  body.gray .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #202020 !important; }
    body.gray .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #202020 !important; } }

/* Portrait phones and smaller */
/* Portrait phones and smaller */
.content-text-page header {
  position: fixed; }

.wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 90px;
  padding-right: 15px; }
  .wrapper .number, .wrapper .unilist {
    margin: 0 0 37px 0;
    padding: 0 0 0 18px; }
    .wrapper .number li, .wrapper .unilist li {
      font-size: 0.875em;
      letter-spacing: 0.0625em;
      color: #464646;
      margin-bottom: 11px;
      font-family: "Frutiger LT W05_55 Roma5227398";
      padding: 0 0 0 12px; }
  .wrapper .unilist {
    list-style: none;
    padding-left: 0; }
    .wrapper .unilist li {
      position: relative;
      padding-left: 30px; }
      .wrapper .unilist li:after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: ''; }
      .wrapper .unilist li .line {
        position: absolute;
        left: 0;
        width: 14px;
        height: 1px;
        background: #464646;
        margin: auto;
        top: 8px; }
  .wrapper .media {
    margin: 37px 0; }
    .wrapper .media a {
      font-size: 0.875em;
      text-transform: uppercase;
      letter-spacing: 0.0625em;
      color: #464646;
      position: relative;
      padding-bottom: 3px;
      display: inline-block;
      line-height: 0.875em;
      margin-bottom: 15px; }
      .wrapper .media a:after {
        position: absolute;
        bottom: -1px;
        width: 100%;
        content: '';
        height: 1px;
        background: #464646;
        right: auto;
        left: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
      .wrapper .media a:hover {
        text-decoration: none; }
    .wrapper .media .media-left {
      padding-right: 20px;
      vertical-align: middle; }
      .wrapper .media .media-left .icon-c {
        width: 80px;
        display: block;
        text-align: center; }
      .wrapper .media .media-left svg {
        fill: #464646;
        vertical-align: top; }
      .wrapper .media .media-left .i-icon {
        width: 34.6px;
        height: 63.5px; }
      .wrapper .media .media-left .bus-icon {
        width: 57px;
        height: 67px; }
      .wrapper .media .media-left .wifi-icon {
        width: 47.7px;
        height: 39.2px; }
      .wrapper .media .media-left .sound-icon {
        width: 61px;
        height: 47.4px; }
      .wrapper .media .media-left .do-icon {
        width: 59.6px;
        height: 69.4px; }
      .wrapper .media .media-left .eye-icon {
        width: 63px;
        height: 73px; }
    .wrapper .media .media-img {
      width: 180px;
      height: 120px;
      display: block; }
    .wrapper .media p {
      margin-bottom: 0; }
  .wrapper hr {
    height: 1px;
    background-color: rgba(70, 70, 70, 0.2);
    border: none;
    width: 100%;
    display: block;
    margin: 37px 0; }
  .wrapper .breadcrumb-container {
    float: none; }
  .wrapper .iconList {
    height: calc(100vh - 100px - 10vw); }
    .wrapper .iconList h3 {
      margin-bottom: 10px;
      padding: 0; }
    .wrapper .iconList p {
      padding: 0; }

.cover-photo {
  position: relative; }
  .cover-photo.banner .small-photo {
    height: 100%; }
  .cover-photo .small-photo {
    position: relative; }
  .cover-photo .caption {
    font-size: 0.625em;
    color: rgba(70, 70, 70, 0.5);
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    font-family: "Frutiger LT W04_55 Roman";
    width: 100%;
    margin-top: 10px;
    float: left;
    word-break: break-word; }
  .cover-photo .text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 24px 35px 0 20px; }
    .cover-photo .text h2 {
      color: #ffffff; }
    .cover-photo .text p {
      color: #ffffff;
      margin-bottom: 13px; }
  .cover-photo .btn {
    color: #ffffff; }
    .cover-photo .btn:before, .cover-photo .btn:after {
      border-color: #ffffff; }

.c-picture {
  display: block; }

.blockquote {
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 0; }
  .blockquote:after {
    content: ' " ';
    position: absolute;
    left: -15px;
    top: 0; }
  .blockquote p {
    margin-bottom: 5px; }
  .blockquote footer {
    font-size: 0.6875em;
    color: #464646;
    text-transform: uppercase;
    font-family: "Frutiger LT W05_55 Roma5227398";
    padding-left: 5px;
    margin-top: 10px; }
    .blockquote footer:before {
      left: -5px;
      position: relative;
      color: #464646; }

.y-iframe {
  width: 100%;
  overflow: hidden;
  margin-bottom: 37px;
  height: 40vh;
  page-break-inside: avoid; }

.content-gallery {
  overflow: hidden;
  position: relative;
  z-index: 999; }
  .content-gallery .slick-track {
    height: 100%; }
  .content-gallery .content-big-img {
    width: 100%;
    height: 88%;
    margin-bottom: 20px; }
    .content-gallery .content-big-img .slick-list {
      height: 100%; }
    .content-gallery .content-big-img .slick-slide {
      position: relative;
      margin-bottom: 30px; }
      .content-gallery .content-big-img .slick-slide img {
        width: 100%; }
    .content-gallery .content-big-img .img-title {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 0.625em;
      line-height: 0.625em;
      letter-spacing: 0.0625em;
      color: rgba(70, 70, 70, 0.5);
      width: 100%;
      text-transform: uppercase;
      font-family: "Frutiger LT W05_55 Roma5227398"; }
    .content-gallery .content-big-img .bigImg {
      height: 96%;
      overflow: hidden; }
  .content-gallery .content-thumb-img .slick-slide {
    margin-right: 10px;
    position: relative;
    height: 100%;
    cursor: pointer; }
    .content-gallery .content-thumb-img .slick-slide:focus {
      outline: none; }
    .content-gallery .content-thumb-img .slick-slide img {
      width: 100%; }
    .content-gallery .content-thumb-img .slick-slide:before {
      position: absolute;
      left: 0;
      top: 0;
      border: solid 2px #464646;
      content: '';
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 0;
      visibility: hidden; }
    .content-gallery .content-thumb-img .slick-slide.slick-current:before {
      opacity: 1;
      visibility: visible; }
  .content-gallery .left-arrow, .content-gallery .right-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ffffff;
    top: 0;
    border: none;
    z-index: 999;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .content-gallery .left-arrow:hover, .content-gallery .left-arrow:focus, .content-gallery .right-arrow:hover, .content-gallery .right-arrow:focus {
      background: #ffffff;
      border: none;
      outline: none; }
  .content-gallery .left-arrow {
    left: 0; }
    .content-gallery .left-arrow:before {
      display: none; }
  .content-gallery .right-arrow {
    right: 0; }
    .content-gallery .right-arrow:before {
      display: none; }

.e-navigation-button {
  color: #464646;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transition: color .15s ease-out, opacity .15s ease-out;
  transition: color .15s ease-out, opacity .15s ease-out;
  z-index: 1;
  border: none;
  background: transparent;
  font-size: 40px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 40px; }
  .e-navigation-button:focus, .e-navigation-button:hover {
    outline: none; }
  .e-navigation-button.v-next {
    right: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); }
  .e-navigation-button.v-prev {
    left: 120px;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); }
  .e-navigation-button.is-visible {
    opacity: 1;
    pointer-events: visible; }

.e-progress {
  background-color: #464646;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 10%; }

.contentpageVideo {
  margin-right: 0;
  width: 100%;
  page-break-inside: avoid;
  margin-bottom: 30px;
  float: none; }

.bulletedList ul {
  padding: 0;
  margin: 0; }
  .bulletedList ul li {
    font-family: "Frutiger LT W04_55 Roman";
    font-size: 0.875em;
    margin: 0 0 10px 16px;
    padding: 0;
    line-height: 1.4375em;
    letter-spacing: 0.06375em; }

@media (min-width: 980px) {
  .main-container {
    height: 100vh;
    overflow: hidden;
    padding: 100px 90px 5vw 100px; }
  .h-wrapper {
    height: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: -webkit-transform .45s ease-out;
    transition: transform .45s ease-out;
    transition: transform .45s ease-out, -webkit-transform .45s ease-out;
    orphans: 2;
    widows: 1;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0; }
  .inner-container {
    width: 100%;
    height: 100%; }
  .outer-wrapper {
    max-width: 1400px;
    margin: 0 auto; }
  .inner-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 3.5%;
    padding-right: 3.5%;*/ }
  .wrapper .media {
    page-break-inside: avoid; }
  .wrapper p {
    margin-bottom: 20px; }
    .wrapper p.lead {
      margin-bottom: 37px; }
  .wrapper h2 {
    margin-bottom: 12px; }
  .wrapper h3 {
    margin-bottom: 12px; }
  .wrapper h4 {
    margin-bottom: 12px; }
  .wrapper ul li {
    margin-bottom: 20px; }
  .wrapper .linkList li {
    margin-bottom: 10px; }
  .t-text {
    padding-top: 23px; }
    .t-text p:last-child {
      margin-bottom: 20px; }
  .blockquote {
    margin: 0 0 37px 0; }
    .blockquote p {
      margin: 0; }
  .cover-photo {
    page-break-inside: avoid;
    height: calc(100vh - 100px - 6vw);
    width: 100%;
    overflow: hidden; }
    .cover-photo .small-photo {
      height: 96%;
      overflow: hidden;
      float: left;
      width: 100%; }
    .cover-photo .bulleted-list li {
      margin-bottom: 5px; }
  .content-gallery {
    page-break-inside: avoid;
    height: calc(100vh - 100px - 6vw);
    width: 100%; }
    .content-gallery .content-thumb-img .slick-list {
      -webkit-transform: initial !important;
      transform: initial !important; }
  .footer {
    page-break-inside: avoid;
    height: calc(100vh - 100px - 2vw); }
  .e-progress-container {
    border-radius: 10px;
    -ms-touch-action: none;
    background: #cdcdcd;
    position: fixed;
    left: 10%;
    bottom: 40px;
    height: 2px;
    width: 85%;
    overflow: hidden; }
  .not-found {
    page-break-inside: avoid;
    height: calc(100vh - 100px - 6vw);
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .not-found h2 {
      font-size: 1.375em; } }

.firefox .footer {
  overflow: visible; }

.firefox .linkList li a {
  border-bottom: solid 1px #464646; }
  .firefox .linkList li a:after {
    display: none; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .wrapper .media a:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .content-gallery .left-arrow:hover, .content-gallery .right-arrow:hover {
    background: #464646;
    color: #ffffff; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .main-container {
    padding-left: 70px;
    padding-top: 70px;
    padding-right: 50px; }
  .cover-photo, .content-gallery, .footer {
    height: calc(100vh - 70px - 5vw);
    width: 100%; }
  .footer {
    height: calc(100vh - 100px - 2vw);
    display: block; }
  .e-navigation-button.v-prev {
    left: 80px; }
  .e-navigation-button.v-next {
    right: 15px; }
  .wrapper {
    padding-left: 54px;
    padding-right: 15px; }
    .wrapper .number, .wrapper .unilist {
      margin-bottom: 15px; }
      .wrapper .number li, .wrapper .unilist li {
        font-size: 0.75em;
        margin-bottom: 5px; }
    .wrapper .unilist li {
      padding-left: 33px; }
    .wrapper .media {
      margin: 15px 0; }
      .wrapper .media a {
        font-size: 0.75em; }
      .wrapper .media .media-img {
        width: 125px;
        height: 85px; }
      .wrapper .media .media-left .icon-c {
        width: 55px;
        height: 55px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
    .wrapper hr {
      margin: 15px 0; }
  .cover-photo .small-photo {
    height: 94%; }
  .cover-photo .text {
    padding: 16px 16px 0 16px; }
  .cover-photo .caption {
    margin-top: 5px;
    font-size: 0.5em; }
  h4, h3 {
    font-size: 0.75em; }
  .y-iframe {
    margin-bottom: 15px;
    height: 38vh; }
  .content-gallery .content-big-img {
    margin-bottom: 0; }
    .content-gallery .content-big-img .slick-slide {
      margin-bottom: 15px; }
    .content-gallery .content-big-img .bigImg {
      height: 93%; }
    .content-gallery .content-big-img .img-title {
      bottom: 13px; }
  .iconList li {
    margin-bottom: 25px; }
  .content-gallery .left-arrow, .content-gallery .right-arrow {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 40px; }
  .content-gallery .right-arrow {
    right: -1px; }
  .e-navigation-button {
    font-size: 30px;
    line-height: 30px; }
  .contentpageVideo {
    height: 280px;
    margin-bottom: 15px; }
    .contentpageVideo .text {
      padding: 14px 10px 0 15px; }
  .footer {
    page-break-inside: avoid; }
  .bulletedList ul li {
    font-size: 0.6875em;
    letter-spacing: 0.0625em; }
  .t-text {
    padding-top: 9px; }
    .t-text p {
      margin-bottom: 14px; }
      .t-text p:last-child {
        margin-bottom: 14px; }
  .blockquote {
    margin: 0 0 20px 0; }
  .not-found {
    height: calc(100vh - 70px - 5vw);
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .not-found h2 {
      font-size: 1.125em; } }

.mac.safari .contentpageVideo {
  display: inline-block; }

.mac.safari .cover-photo {
  display: inline-block;
  vertical-align: top; }

.mac.safari .content-gallery {
  display: inline-block;
  vertical-align: top; }

.mac.safari .footer {
  vertical-align: top;
  height: calc(100vh - 100px - 2vw); }

.chrome52 .footer {
  vertical-align: top;
  display: inline-block; }

.chrome52 .contentpageVideo {
  vertical-align: top;
  display: inline-block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer {
    vertical-align: top;
    display: inline-block; } }

.ipad.orientation_landscape .main-container {
  padding: 70px 50px 200px 70px; }

.ipad.orientation_landscape .cover-photo, .ipad.orientation_landscape .content-gallery {
  height: calc(100vh - 70px - 200px);
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.ipad.orientation_landscape .footer .footerLinks {
  margin: 0 0 0 0;
  padding: 0;
  float: none; }
  .ipad.orientation_landscape .footer .footerLinks .btn {
    margin-top: 30px; }

.ipad.orientation_landscape .iconList {
  page-break-inside: avoid;
  height: 50vh; }

.ipad.orientation_landscape .e-navigation-button.v-prev {
  left: 85px; }

.ipad.orientation_landscape .e-navigation-button.v-next {
  right: 25px; }

.ipad .contentpageVideo .btmText {
  font-size: 30px;
  line-height: 30px;
  bottom: -5px; }

@media (max-width: 1200px) and (min-width: 980px) {
  .e-outer-constrainer {
    max-width: 100%; }
  .e-navigation-button.v-prev {
    left: 100px; }
  .e-navigation-button.v-next {
    right: 10px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 979px) {
  .main-container {
    padding-top: 70px;
    padding-left: 70px; }
  .inner-container {
    height: initial; }
  .content-text-page {
    overflow-y: scroll !important; }
  .wrapper {
    padding-right: 147px; }
    .wrapper p {
      margin-bottom: 20px; }
      .wrapper p.lead {
        margin-bottom: 37px; }
    .wrapper h2 {
      margin-bottom: 12px; }
    .wrapper h3 {
      margin-bottom: 12px; }
    .wrapper h4 {
      margin-bottom: 12px; }
  .blockquote {
    margin-bottom: 25px; }
    .blockquote footer {
      margin-top: 0; }
  .cover-photo {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    overflow: hidden; }
    .cover-photo.banner {
      height: 630px;
      margin-bottom: 30px; }
    .cover-photo .small-photo {
      height: 630px; }
  .content-gallery {
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .content-gallery .content-big-img {
      margin-bottom: 0;
      height: initial; }
      .content-gallery .content-big-img .slick-slide {
        margin-bottom: 0; }
      .content-gallery .content-big-img .bigImg {
        margin-bottom: 10px;
        height: 530px; }
      .content-gallery .content-big-img .img-title {
        bottom: -15px;
        position: initial; }
  .t-text {
    float: left;
    width: 100%; }
  .e-progress-container {
    display: none; }
  .e-navigation-button {
    display: none; }
  .wrapper .number {
    margin-left: 5px; }
  .wrapper .footer {
    margin-bottom: 50px;
    float: left;
    width: 100%; }
  .wrapper .iconList {
    margin-top: 0; }
  .bulletedList ul {
    padding-bottom: 20px; }
  .contentpageVideo {
    height: 313px;
    float: left; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .content-text-page {
    overflow-y: scroll !important; }
    .content-text-page .footerLinks {
      padding-left: 0;
      width: 100%;
      padding-bottom: 20px; }
  .main-container {
    padding-top: 60px;
    float: left;
    padding-left: 60px;
    width: 100%; }
  .wrapper {
    padding-left: 25px;
    padding-right: 25px; }
    .wrapper p {
      margin-bottom: 20px; }
      .wrapper p.lead {
        margin-bottom: 37px; }
    .wrapper h2 {
      margin-bottom: 12px; }
    .wrapper h3 {
      margin-bottom: 12px; }
    .wrapper h4 {
      margin-bottom: 12px; }
    .wrapper .media {
      margin: 20px 0; }
      .wrapper .media .media-left {
        margin-bottom: 15px; }
        .wrapper .media .media-left.media-image {
          display: block;
          padding: 0; }
      .wrapper .media .media-img {
        width: 100%;
        height: 163px;
        overflow: hidden; }
      .wrapper .media a {
        text-decoration: underline;
        line-height: 1.375em;
        text-underline-position: under; }
        .wrapper .media a:after {
          display: none; }
    .wrapper hr {
      margin: 20px 0; }
    .wrapper .number, .wrapper .unilist {
      margin: 0 0 20px 0; }
  .cover-photo {
    overflow: hidden;
    margin-bottom: 30px; }
    .cover-photo.first-img {
      margin-right: -25px;
      margin-left: -25px; }
      .cover-photo.first-img.banner {
        margin-bottom: 30px; }
      .cover-photo.first-img .small-photo {
        height: 385px; }
      .cover-photo.first-img .caption {
        padding: 0 25px 15px 25px; }
    .cover-photo .caption {
      position: initial;
      padding: 0 0 15px 0;
      font-size: 0.625em;
      float: left;
      line-height: 1.125em; }
    .cover-photo .small-photo {
      float: left;
      width: 100%;
      height: 264px; }
  .content-gallery {
    margin-bottom: 30px; }
    .content-gallery .content-big-img {
      margin-bottom: 20px; }
      .content-gallery .content-big-img .bigImg {
        height: 261px; }
      .content-gallery .content-big-img .slick-slide {
        margin-bottom: 0; }
      .content-gallery .content-big-img .img-title {
        padding: 10px 0 0 0;
        position: static;
        float: left;
        width: 100%;
        line-height: 1em; }
  .e-progress-container {
    display: none; }
  .e-navigation-button {
    display: none; }
  .wrapper .number li {
    margin-left: 5px;
    padding: 0 0 0 12px;
    font-size: 0.8125em; }
  .wrapper .unilist li {
    margin-left: 3px;
    padding: 0 0 0 25px;
    position: relative;
    font-size: 0.8125em; }
    .wrapper .unilist li i {
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: 0; }
  .contentpageVideo {
    width: 100% !important;
    height: 204px; }
    .contentpageVideo .btmText {
      font-size: 23px;
      line-height: 23px;
      bottom: -4px; }
  .bulletedList ul {
    padding-bottom: 20px; }
  .blockquote {
    margin-bottom: 30px; }
    .blockquote p {
      margin-bottom: 0; } }

/* Portrait phones and smaller */
/* Portrait phones and smaller */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 700px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 979px) {
  .modal-lg {
    width: 900px; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 699px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-default:active, .btn-default.active,
  .btn-primary:active,
  .btn-primary.active,
  .btn-success:active,
  .btn-success.active,
  .btn-info:active,
  .btn-info.active,
  .btn-warning:active,
  .btn-warning.active,
  .btn-danger:active,
  .btn-danger.active {
    -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); }
  .btn-default.disabled, .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled]
  .btn-primary,
  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled]
  .btn-success,
  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled]
  .btn-info,
  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled]
  .btn-warning,
  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled]
  .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-default .badge,
  .btn-primary .badge,
  .btn-success .badge,
  .btn-info .badge,
  .btn-warning .badge,
  .btn-danger .badge {
    text-shadow: none; }

.btn:active, .btn.active {
  background-image: none; }

.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px; }
  .btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none; }

.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#272727));
  background-image: linear-gradient(to bottom, #464646 0%, #272727 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF272727', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #222222; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #272727;
    background-position: 0 -15px; }
  .btn-primary:active, .btn-primary.active {
    background-color: #272727;
    border-color: #222222; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #272727;
    background-image: none; }

.btn-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }
  .btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px; }
  .btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none; }

.btn-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }
  .btn-info:hover, .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px; }
  .btn-info:active, .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none; }

.btn-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px; }
  .btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none; }

.btn-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px; }
  .btn-danger:active, .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none; }

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
  background-color: #e8e8e8; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#393939));
  background-image: linear-gradient(to bottom, #464646 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF393939', GradientType=0);
  background-color: #393939; }

.navbar-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDBDB', endColorstr='#FFE2E2E2', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#090909), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF0F0F0F', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0; }

@media (max-width: 699px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#393939));
    background-image: linear-gradient(to bottom, #464646 0%, #393939 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF393939', GradientType=0); } }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0); }

.progress-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#2d2d2d));
  background-image: linear-gradient(to bottom, #464646 0%, #2d2d2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF2D2D2D', GradientType=0); }

.progress-bar-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0); }

.progress-bar-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0); }

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0); }

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0); }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #2d2d2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#333333));
  background-image: linear-gradient(to bottom, #464646 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF333333', GradientType=0);
  border-color: #333333; }
  .list-group-item.active .badge,
  .list-group-item.active:hover .badge,
  .list-group-item.active:focus .badge {
    text-shadow: none; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0); }

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#393939));
  background-image: linear-gradient(to bottom, #464646 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF464646', endColorstr='#FF393939', GradientType=0); }

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0); }

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0); }

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0); }

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0); }

.well {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
  border-color: gainsboro;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #464646; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 1.125em;
  letter-spacing: 0.15em;
  margin: 0 0 11px 0;
  font-family: "Frutiger LT W04_56 Bold";
  text-transform: uppercase;
  color: #464646; }

h3, .h3 {
  color: #464646;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-family: "Frutiger LT W05_55 Roma5227398";
  font-weight: bold; }

h4, .h4 {
  font-size: 0.875em;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  margin: 0 0 20px 0;
  font-family: "Frutiger LT W05_55 Roma5227398"; }

h5, .h5 {
  font-size: 1.125em;
  letter-spacing: 0.19062em;
  margin: 0 0 11px 0;
  font-family: "Frutiger LT W04_56 Bold";
  text-transform: uppercase;
  color: #ffffff; }

h6, .h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #464646; }

p {
  font-family: "Frutiger LT W04_55 Roman";
  font-size: 0.875em;
  margin: 0 0 11px 0;
  line-height: 1.4375em;
  letter-spacing: 0.06375em; }

.lead {
  font-size: 1.125em;
  margin-bottom: 30px;
  line-height: 1.75em;
  letter-spacing: 0.03125em; }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #464646; }

a.text-primary:hover,
a.text-primary:focus {
  color: #2d2d2d; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #464646; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2d2d2d; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 700px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #464646;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.btn {
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 0;
  font-size: 0.8125em;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "Frutiger LT W04_56 Bold";
  padding: 15px 25px;
  display: inline-block; }
  .btn span {
    display: table-cell;
    vertical-align: middle; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
    color: white; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #464646;
  border-color: #464646; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #060606; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #272727; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #272727; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1b1b1b;
      border-color: #060606; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #464646;
    border-color: #464646;
    color: #c6c6c6; }
  .btn-primary .badge {
    color: #464646;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: white; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: white; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #464646;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #202020;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.mac button.btn {
  display: block; }

.mac header button.btn {
  display: none; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 700px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 999999999; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #464646; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 700px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  max-width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0.125em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: "Frutiger LT W05_45 Light";
  font-weight: bold;
  display: block; }
  label .link {
    display: inline-block;
    position: relative; }
    label .link:after {
      position: absolute;
      bottom: -1px;
      width: 100%;
      content: '';
      height: 1px;
      background: #464646;
      right: auto;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    label .link:hover {
      text-decoration: none; }
  label span {
    color: red; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #464646; }

.form-control, .inputfile {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 15px;
  font-size: 0.75em;
  line-height: 1.42857;
  color: #464646;
  background-color: transparent;
  background-image: none;
  border: 1px solid #464646;
  font-family: "Frutiger LT W03_45 Light";
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus, .inputfile:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .inputfile::-moz-placeholder {
    color: #999;
    opacity: 1;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder, .inputfile:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase; }
  .form-control::-webkit-input-placeholder, .inputfile::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase; }
  .form-control::-ms-expand, .inputfile::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .inputfile[disabled], .form-control[readonly], .inputfile[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .inputfile {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .inputfile[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .inputfile {
    cursor: not-allowed; }

textarea.form-control, textarea.inputfile {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input.inputfile[type="date"],
  input[type="time"].form-control,
  input.inputfile[type="time"],
  input[type="datetime-local"].form-control,
  input.inputfile[type="datetime-local"],
  input[type="month"].form-control,
  input.inputfile[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.inputfile[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.inputfile[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.inputfile[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.inputfile[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.inputfile[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.inputfile[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.inputfile[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.inputfile[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.inputfile,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.inputfile,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .inputfile,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.inputfile,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.inputfile,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.inputfile[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .inputfile {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.inputfile {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.inputfile,
.form-group-sm select[multiple].form-control,
.form-group-sm select.inputfile[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .inputfile,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.inputfile,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.inputfile,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.inputfile[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .inputfile {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.inputfile {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.inputfile,
.form-group-lg select[multiple].form-control,
.form-group-lg select.inputfile[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .inputfile {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .inputfile + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .inputfile + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .inputfile + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .inputfile + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .form-control, .has-success .inputfile {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .form-control, .has-warning .inputfile {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .form-control, .has-error .inputfile {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /*&:focus {
      border-color: darken($border-color, 10%);
      $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($border-color, 20%);
      @include box-shadow($shadow);
    }*/ }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 35px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 700px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .inputfile {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .inputfile {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .inputfile {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 700px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 700px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 700px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 700px) {
    .container {
      width: 740px; } }
  @media (min-width: 979px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1400px; } }

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

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14 {
  float: left; }

.col-xs-1 {
  width: 7.14286%; }

.col-xs-2 {
  width: 14.28571%; }

.col-xs-3 {
  width: 21.42857%; }

.col-xs-4 {
  width: 28.57143%; }

.col-xs-5 {
  width: 35.71429%; }

.col-xs-6 {
  width: 42.85714%; }

.col-xs-7 {
  width: 50%; }

.col-xs-8 {
  width: 57.14286%; }

.col-xs-9 {
  width: 64.28571%; }

.col-xs-10 {
  width: 71.42857%; }

.col-xs-11 {
  width: 78.57143%; }

.col-xs-12 {
  width: 85.71429%; }

.col-xs-13 {
  width: 92.85714%; }

.col-xs-14 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 7.14286%; }

.col-xs-pull-2 {
  right: 14.28571%; }

.col-xs-pull-3 {
  right: 21.42857%; }

.col-xs-pull-4 {
  right: 28.57143%; }

.col-xs-pull-5 {
  right: 35.71429%; }

.col-xs-pull-6 {
  right: 42.85714%; }

.col-xs-pull-7 {
  right: 50%; }

.col-xs-pull-8 {
  right: 57.14286%; }

.col-xs-pull-9 {
  right: 64.28571%; }

.col-xs-pull-10 {
  right: 71.42857%; }

.col-xs-pull-11 {
  right: 78.57143%; }

.col-xs-pull-12 {
  right: 85.71429%; }

.col-xs-pull-13 {
  right: 92.85714%; }

.col-xs-pull-14 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 7.14286%; }

.col-xs-push-2 {
  left: 14.28571%; }

.col-xs-push-3 {
  left: 21.42857%; }

.col-xs-push-4 {
  left: 28.57143%; }

.col-xs-push-5 {
  left: 35.71429%; }

.col-xs-push-6 {
  left: 42.85714%; }

.col-xs-push-7 {
  left: 50%; }

.col-xs-push-8 {
  left: 57.14286%; }

.col-xs-push-9 {
  left: 64.28571%; }

.col-xs-push-10 {
  left: 71.42857%; }

.col-xs-push-11 {
  left: 78.57143%; }

.col-xs-push-12 {
  left: 85.71429%; }

.col-xs-push-13 {
  left: 92.85714%; }

.col-xs-push-14 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 7.14286%; }

.col-xs-offset-2 {
  margin-left: 14.28571%; }

.col-xs-offset-3 {
  margin-left: 21.42857%; }

.col-xs-offset-4 {
  margin-left: 28.57143%; }

.col-xs-offset-5 {
  margin-left: 35.71429%; }

.col-xs-offset-6 {
  margin-left: 42.85714%; }

.col-xs-offset-7 {
  margin-left: 50%; }

.col-xs-offset-8 {
  margin-left: 57.14286%; }

.col-xs-offset-9 {
  margin-left: 64.28571%; }

.col-xs-offset-10 {
  margin-left: 71.42857%; }

.col-xs-offset-11 {
  margin-left: 78.57143%; }

.col-xs-offset-12 {
  margin-left: 85.71429%; }

.col-xs-offset-13 {
  margin-left: 92.85714%; }

.col-xs-offset-14 {
  margin-left: 100%; }

@media (min-width: 700px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float: left; }
  .col-sm-1 {
    width: 7.14286%; }
  .col-sm-2 {
    width: 14.28571%; }
  .col-sm-3 {
    width: 21.42857%; }
  .col-sm-4 {
    width: 28.57143%; }
  .col-sm-5 {
    width: 35.71429%; }
  .col-sm-6 {
    width: 42.85714%; }
  .col-sm-7 {
    width: 50%; }
  .col-sm-8 {
    width: 57.14286%; }
  .col-sm-9 {
    width: 64.28571%; }
  .col-sm-10 {
    width: 71.42857%; }
  .col-sm-11 {
    width: 78.57143%; }
  .col-sm-12 {
    width: 85.71429%; }
  .col-sm-13 {
    width: 92.85714%; }
  .col-sm-14 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 7.14286%; }
  .col-sm-pull-2 {
    right: 14.28571%; }
  .col-sm-pull-3 {
    right: 21.42857%; }
  .col-sm-pull-4 {
    right: 28.57143%; }
  .col-sm-pull-5 {
    right: 35.71429%; }
  .col-sm-pull-6 {
    right: 42.85714%; }
  .col-sm-pull-7 {
    right: 50%; }
  .col-sm-pull-8 {
    right: 57.14286%; }
  .col-sm-pull-9 {
    right: 64.28571%; }
  .col-sm-pull-10 {
    right: 71.42857%; }
  .col-sm-pull-11 {
    right: 78.57143%; }
  .col-sm-pull-12 {
    right: 85.71429%; }
  .col-sm-pull-13 {
    right: 92.85714%; }
  .col-sm-pull-14 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 7.14286%; }
  .col-sm-push-2 {
    left: 14.28571%; }
  .col-sm-push-3 {
    left: 21.42857%; }
  .col-sm-push-4 {
    left: 28.57143%; }
  .col-sm-push-5 {
    left: 35.71429%; }
  .col-sm-push-6 {
    left: 42.85714%; }
  .col-sm-push-7 {
    left: 50%; }
  .col-sm-push-8 {
    left: 57.14286%; }
  .col-sm-push-9 {
    left: 64.28571%; }
  .col-sm-push-10 {
    left: 71.42857%; }
  .col-sm-push-11 {
    left: 78.57143%; }
  .col-sm-push-12 {
    left: 85.71429%; }
  .col-sm-push-13 {
    left: 92.85714%; }
  .col-sm-push-14 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 7.14286%; }
  .col-sm-offset-2 {
    margin-left: 14.28571%; }
  .col-sm-offset-3 {
    margin-left: 21.42857%; }
  .col-sm-offset-4 {
    margin-left: 28.57143%; }
  .col-sm-offset-5 {
    margin-left: 35.71429%; }
  .col-sm-offset-6 {
    margin-left: 42.85714%; }
  .col-sm-offset-7 {
    margin-left: 50%; }
  .col-sm-offset-8 {
    margin-left: 57.14286%; }
  .col-sm-offset-9 {
    margin-left: 64.28571%; }
  .col-sm-offset-10 {
    margin-left: 71.42857%; }
  .col-sm-offset-11 {
    margin-left: 78.57143%; }
  .col-sm-offset-12 {
    margin-left: 85.71429%; }
  .col-sm-offset-13 {
    margin-left: 92.85714%; }
  .col-sm-offset-14 {
    margin-left: 100%; } }

@media (min-width: 979px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left; }
  .col-md-1 {
    width: 7.14286%; }
  .col-md-2 {
    width: 14.28571%; }
  .col-md-3 {
    width: 21.42857%; }
  .col-md-4 {
    width: 28.57143%; }
  .col-md-5 {
    width: 35.71429%; }
  .col-md-6 {
    width: 42.85714%; }
  .col-md-7 {
    width: 50%; }
  .col-md-8 {
    width: 57.14286%; }
  .col-md-9 {
    width: 64.28571%; }
  .col-md-10 {
    width: 71.42857%; }
  .col-md-11 {
    width: 78.57143%; }
  .col-md-12 {
    width: 85.71429%; }
  .col-md-13 {
    width: 92.85714%; }
  .col-md-14 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 7.14286%; }
  .col-md-pull-2 {
    right: 14.28571%; }
  .col-md-pull-3 {
    right: 21.42857%; }
  .col-md-pull-4 {
    right: 28.57143%; }
  .col-md-pull-5 {
    right: 35.71429%; }
  .col-md-pull-6 {
    right: 42.85714%; }
  .col-md-pull-7 {
    right: 50%; }
  .col-md-pull-8 {
    right: 57.14286%; }
  .col-md-pull-9 {
    right: 64.28571%; }
  .col-md-pull-10 {
    right: 71.42857%; }
  .col-md-pull-11 {
    right: 78.57143%; }
  .col-md-pull-12 {
    right: 85.71429%; }
  .col-md-pull-13 {
    right: 92.85714%; }
  .col-md-pull-14 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 7.14286%; }
  .col-md-push-2 {
    left: 14.28571%; }
  .col-md-push-3 {
    left: 21.42857%; }
  .col-md-push-4 {
    left: 28.57143%; }
  .col-md-push-5 {
    left: 35.71429%; }
  .col-md-push-6 {
    left: 42.85714%; }
  .col-md-push-7 {
    left: 50%; }
  .col-md-push-8 {
    left: 57.14286%; }
  .col-md-push-9 {
    left: 64.28571%; }
  .col-md-push-10 {
    left: 71.42857%; }
  .col-md-push-11 {
    left: 78.57143%; }
  .col-md-push-12 {
    left: 85.71429%; }
  .col-md-push-13 {
    left: 92.85714%; }
  .col-md-push-14 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 7.14286%; }
  .col-md-offset-2 {
    margin-left: 14.28571%; }
  .col-md-offset-3 {
    margin-left: 21.42857%; }
  .col-md-offset-4 {
    margin-left: 28.57143%; }
  .col-md-offset-5 {
    margin-left: 35.71429%; }
  .col-md-offset-6 {
    margin-left: 42.85714%; }
  .col-md-offset-7 {
    margin-left: 50%; }
  .col-md-offset-8 {
    margin-left: 57.14286%; }
  .col-md-offset-9 {
    margin-left: 64.28571%; }
  .col-md-offset-10 {
    margin-left: 71.42857%; }
  .col-md-offset-11 {
    margin-left: 78.57143%; }
  .col-md-offset-12 {
    margin-left: 85.71429%; }
  .col-md-offset-13 {
    margin-left: 92.85714%; }
  .col-md-offset-14 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
    float: left; }
  .col-lg-1 {
    width: 7.14286%; }
  .col-lg-2 {
    width: 14.28571%; }
  .col-lg-3 {
    width: 21.42857%; }
  .col-lg-4 {
    width: 28.57143%; }
  .col-lg-5 {
    width: 35.71429%; }
  .col-lg-6 {
    width: 42.85714%; }
  .col-lg-7 {
    width: 50%; }
  .col-lg-8 {
    width: 57.14286%; }
  .col-lg-9 {
    width: 64.28571%; }
  .col-lg-10 {
    width: 71.42857%; }
  .col-lg-11 {
    width: 78.57143%; }
  .col-lg-12 {
    width: 85.71429%; }
  .col-lg-13 {
    width: 92.85714%; }
  .col-lg-14 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 7.14286%; }
  .col-lg-pull-2 {
    right: 14.28571%; }
  .col-lg-pull-3 {
    right: 21.42857%; }
  .col-lg-pull-4 {
    right: 28.57143%; }
  .col-lg-pull-5 {
    right: 35.71429%; }
  .col-lg-pull-6 {
    right: 42.85714%; }
  .col-lg-pull-7 {
    right: 50%; }
  .col-lg-pull-8 {
    right: 57.14286%; }
  .col-lg-pull-9 {
    right: 64.28571%; }
  .col-lg-pull-10 {
    right: 71.42857%; }
  .col-lg-pull-11 {
    right: 78.57143%; }
  .col-lg-pull-12 {
    right: 85.71429%; }
  .col-lg-pull-13 {
    right: 92.85714%; }
  .col-lg-pull-14 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 7.14286%; }
  .col-lg-push-2 {
    left: 14.28571%; }
  .col-lg-push-3 {
    left: 21.42857%; }
  .col-lg-push-4 {
    left: 28.57143%; }
  .col-lg-push-5 {
    left: 35.71429%; }
  .col-lg-push-6 {
    left: 42.85714%; }
  .col-lg-push-7 {
    left: 50%; }
  .col-lg-push-8 {
    left: 57.14286%; }
  .col-lg-push-9 {
    left: 64.28571%; }
  .col-lg-push-10 {
    left: 71.42857%; }
  .col-lg-push-11 {
    left: 78.57143%; }
  .col-lg-push-12 {
    left: 85.71429%; }
  .col-lg-push-13 {
    left: 92.85714%; }
  .col-lg-push-14 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 7.14286%; }
  .col-lg-offset-2 {
    margin-left: 14.28571%; }
  .col-lg-offset-3 {
    margin-left: 21.42857%; }
  .col-lg-offset-4 {
    margin-left: 28.57143%; }
  .col-lg-offset-5 {
    margin-left: 35.71429%; }
  .col-lg-offset-6 {
    margin-left: 42.85714%; }
  .col-lg-offset-7 {
    margin-left: 50%; }
  .col-lg-offset-8 {
    margin-left: 57.14286%; }
  .col-lg-offset-9 {
    margin-left: 64.28571%; }
  .col-lg-offset-10 {
    margin-left: 71.42857%; }
  .col-lg-offset-11 {
    margin-left: 78.57143%; }
  .col-lg-offset-12 {
    margin-left: 85.71429%; }
  .col-lg-offset-13 {
    margin-left: 92.85714%; }
  .col-lg-offset-14 {
    margin-left: 100%; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .inputfile {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .inputfile:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .inputfile {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .inputfile:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #464646;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .inputfile:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .inputfile:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 700px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #464646; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2d2d2d; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #464646;
  border-color: #464646; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #acacac; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 700px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 700px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 700px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 700px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 700px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 700px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 700px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 700px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 699px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 700px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 700px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .inputfile {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .inputfile {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .inputfile {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 699px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 700px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 700px) {
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; } }

@media (min-width: 700px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 699px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 699px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #464646; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #464646; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 700px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 700px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #464646;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #202020;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #464646;
    border-color: #464646;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #464646; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #464646;
    border-color: #464646; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-primary > .panel-heading .badge {
      color: #464646;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #464646;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 699px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 699px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 699px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 699px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 699px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 700px) and (max-width: 978px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 979px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Frutiger LT W05_65 Bold5223371", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #464646;
  text-decoration: none; }
  a:hover, a:focus {
    color: #202020; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

body {
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+99 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(99%, #f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  background: url("/assets/images/bg-gary.gif") repeat; }

html, body {
  position: relative;
  overflow: auto;
  /* a, p, h1, h2, h3, h4, h5, h6, span, .drop-title, .btmText, .btmTextGary, li, .caption, picture, img {
    &:focus {
      outline: 1px solid #629dfe;
    }
  }*/
  height: 100%; }
  html a:hover, html a:active, html a:visited, html p:hover, html p:active, html p:visited, html h1:hover, html h1:active, html h1:visited, html h2:hover, html h2:active, html h2:visited, html h3:hover, html h3:active, html h3:visited, html h4:hover, html h4:active, html h4:visited, html h5:hover, html h5:active, html h5:visited, html h6:hover, html h6:active, html h6:visited, html span:hover, html span:active, html span:visited, html .drop-title:hover, html .drop-title:active, html .drop-title:visited, html .btmText:hover, html .btmText:active, html .btmText:visited, html .btmTextGary:hover, html .btmTextGary:active, html .btmTextGary:visited, html li:hover, html li:active, html li:visited, html .caption:hover, html .caption:active, html .caption:visited, html picture:hover, html picture:active, html picture:visited, html img:hover, html img:active, html img:visited, body a:hover, body a:active, body a:visited, body p:hover, body p:active, body p:visited, body h1:hover, body h1:active, body h1:visited, body h2:hover, body h2:active, body h2:visited, body h3:hover, body h3:active, body h3:visited, body h4:hover, body h4:active, body h4:visited, body h5:hover, body h5:active, body h5:visited, body h6:hover, body h6:active, body h6:visited, body span:hover, body span:active, body span:visited, body .drop-title:hover, body .drop-title:active, body .drop-title:visited, body .btmText:hover, body .btmText:active, body .btmText:visited, body .btmTextGary:hover, body .btmTextGary:active, body .btmTextGary:visited, body li:hover, body li:active, body li:visited, body .caption:hover, body .caption:active, body .caption:visited, body picture:hover, body picture:active, body picture:visited, body img:hover, body img:active, body img:visited {
    outline: none; }
    html a:hover:focus, html a:active:focus, html a:visited:focus, html p:hover:focus, html p:active:focus, html p:visited:focus, html h1:hover:focus, html h1:active:focus, html h1:visited:focus, html h2:hover:focus, html h2:active:focus, html h2:visited:focus, html h3:hover:focus, html h3:active:focus, html h3:visited:focus, html h4:hover:focus, html h4:active:focus, html h4:visited:focus, html h5:hover:focus, html h5:active:focus, html h5:visited:focus, html h6:hover:focus, html h6:active:focus, html h6:visited:focus, html span:hover:focus, html span:active:focus, html span:visited:focus, html .drop-title:hover:focus, html .drop-title:active:focus, html .drop-title:visited:focus, html .btmText:hover:focus, html .btmText:active:focus, html .btmText:visited:focus, html .btmTextGary:hover:focus, html .btmTextGary:active:focus, html .btmTextGary:visited:focus, html li:hover:focus, html li:active:focus, html li:visited:focus, html .caption:hover:focus, html .caption:active:focus, html .caption:visited:focus, html picture:hover:focus, html picture:active:focus, html picture:visited:focus, html img:hover:focus, html img:active:focus, html img:visited:focus, body a:hover:focus, body a:active:focus, body a:visited:focus, body p:hover:focus, body p:active:focus, body p:visited:focus, body h1:hover:focus, body h1:active:focus, body h1:visited:focus, body h2:hover:focus, body h2:active:focus, body h2:visited:focus, body h3:hover:focus, body h3:active:focus, body h3:visited:focus, body h4:hover:focus, body h4:active:focus, body h4:visited:focus, body h5:hover:focus, body h5:active:focus, body h5:visited:focus, body h6:hover:focus, body h6:active:focus, body h6:visited:focus, body span:hover:focus, body span:active:focus, body span:visited:focus, body .drop-title:hover:focus, body .drop-title:active:focus, body .drop-title:visited:focus, body .btmText:hover:focus, body .btmText:active:focus, body .btmText:visited:focus, body .btmTextGary:hover:focus, body .btmTextGary:active:focus, body .btmTextGary:visited:focus, body li:hover:focus, body li:active:focus, body li:visited:focus, body .caption:hover:focus, body .caption:active:focus, body .caption:visited:focus, body picture:hover:focus, body picture:active:focus, body picture:visited:focus, body img:hover:focus, body img:active:focus, body img:visited:focus {
      outline: none; }

ul li, ol li {
  font-family: "Frutiger LT W04_55 Roman"; }

.homePage {
  background: #f5f5f5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eeeeee));
  background: linear-gradient(to bottom, #f5f5f5 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */ }
  .homePage .modal-backdrop {
    background: none; }

body.membership_flow {
  height: initial; }

body.admission_flow {
  height: initial; }

body.thanks-page {
  height: 100%; }

#video {
  width: 100%;
  height: 100%;
  border: 0; }

.swiper-container {
  padding-left: 100px; }

.navigate {
  width: 520px;
  height: 110px;
  opacity: 0.6;
  background-color: #464646;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 999;
  padding: 25px 0 0 19px; }
  .navigate h2 {
    font-family: "Frutiger LT W04_56 Bold";
    font-size: 18px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 24px; }
  .navigate .mouse-text {
    position: relative;
    float: left;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 0 0 0 28px;
    font-family: "Frutiger LT W04_55 Roman";
    text-transform: uppercase;
    margin-right: 38px; }
    .navigate .mouse-text i {
      position: absolute;
      left: -2px;
      top: -5px;
      font-size: 24px; }
  .navigate .arrow-text {
    position: relative;
    float: left;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 0 0 0 47px;
    font-family: "Frutiger LT W04_55 Roman";
    text-transform: uppercase;
    line-height: 14px; }
    .navigate .arrow-text .arrow-navigate {
      position: absolute;
      left: -3px;
      top: -9px;
      width: 55px;
      height: 55px;
      background: url("/assets/images/arrows.png") no-repeat; }
  .navigate .close-btn {
    position: absolute;
    right: 3px;
    top: 6px;
    color: #ffffff;
    font-size: 15px;
    background: none;
    border: none; }

main {
  position: relative;
  height: 100vh; }
  main.innerPages-withScroll {
    height: initial; }

picture::after {
  clear: both;
  content: '';
  display: table; }

.background {
  height: 100vh;
  width: 100%;
  float: left;
  background: lightblue; }

.sideBar {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100px;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99; }
  .sideBar h1 {
    float: left;
    width: 100%;
    height: 100vh; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sideBar {
    position: absolute; } }

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1; }

.section {
  width: auto;
  float: left;
  margin: 0; }

.visit-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left;
  position: relative;
  margin-right: 100px; }
  .visit-img .video-hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .visit-img .hide-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0.625em 1.25em;
    border: none; }
  .visit-img p {
    color: #ffffff;
    position: relative;
    z-index: 1; }
    .visit-img p .line1 {
      width: 1.25em;
      height: 1px;
      margin: 0 0.1875em 0 0;
      display: inline-block;
      background: #ffffff;
      position: relative;
      top: -0.3125em; }
    .visit-img p b {
      text-transform: uppercase;
      letter-spacing: 0.1875em; }
    .visit-img p a {
      color: #ffffff; }
  .visit-img .btn-border {
    color: #ffffff;
    position: relative;
    z-index: 1; }
    .visit-img .btn-border:after {
      border-color: #ffffff; }
  .visit-img .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 24px 25px 100px;
    z-index: 2; }
    .visit-img .text h2 {
      color: #ffffff;
      position: relative;
      z-index: 99; }
  .visit-img.space-2 .text {
    padding: 25px 35px 0 24px;
    height: 100%; }
  .visit-img .thumbLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-indent: -80000px;
    font-size: 0; }

.imgOverly {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  filter: alpha(opacity=40);
  opacity: 0.4; }
  .imgOverly.red {
    background: red; }
  .imgOverly.green {
    background: green; }
  .imgOverly.blue {
    background: blue; }
  .imgOverly.yellow {
    background: yellow; }
  .imgOverly.white {
    background: white; }

.btmText {
  position: absolute;
  left: -2px;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  font-size: 42px;
  bottom: -15px;
  white-space: nowrap; }

.tow-column-box {
  width: 900px;
  float: left;
  margin-right: 100px;
  height: calc(100vh * 0.41112); }
  .tow-column-box .visit-img {
    margin-right: 0; }
  .tow-column-box .white-box {
    margin-right: 0;
    padding-bottom: 30px; }

.white-box {
  width: 400px;
  float: left;
  background: #ffffff;
  padding: 26px 27px 70px 100px;
  height: 100%;
  position: relative;
  margin-right: 100px; }
  .white-box p {
    color: #464646; }
    .white-box p + p {
      margin-bottom: 35px; }
  .white-box h2 {
    color: #464646; }
  .white-box .timingtext {
    padding-left: 17px;
    position: relative; }
    .white-box .timingtext i {
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 15px; }
  .white-box.event-box {
    padding-bottom: 100px; }
    .white-box.event-box .shareLink {
      height: 20px;
      line-height: 20px; }
  .white-box .content-over {
    height: 100%;
    float: left;
    width: 100%; }
    .white-box .content-over .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-right: 0; }
    .white-box .content-over .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding-right: 20px; }
    .white-box .content-over .btn:last-child {
      margin-bottom: 0; }
  .white-box .one-scroll {
    height: 100%;
    float: left;
    width: 100%; }
    .white-box .one-scroll .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
      margin-right: 0; }
    .white-box .one-scroll .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding-left: 2px;
      padding-right: 2px;
      padding-top: 2px; }
    .white-box .one-scroll .btn {
      margin-bottom: 0; }
  .white-box .textLink:after {
    background: #464646; }

.line1 {
  width: 1.25em;
  height: 1px;
  margin: 0;
  display: inline-block;
  background: #464646;
  position: relative;
  top: -0.25em; }

.btmTextGary {
  position: absolute;
  left: -1px;
  text-transform: uppercase;
  font-size: 42px;
  bottom: -15px;
  color: #464646;
  white-space: nowrap; }

.dateBox {
  width: 300px;
  height: 340px;
  padding: 25px 15px 70px 90px;
  background: #ffffff;
  float: left;
  margin: 0 100px 0 0;
  position: relative; }
  .dateBox .today-content {
    float: left;
    height: 100%;
    width: 100%; }
    .dateBox .today-content .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .dateBox .today-content #mCSB_3_scrollbar_vertical {
      position: absolute;
      right: -7px; }
  .dateBox h2 {
    color: #464646; }
  .dateBox p {
    margin-bottom: 11px; }
    .dateBox p + p {
      margin-bottom: 27px; }
    .dateBox p i {
      position: relative;
      top: 0.09375em; }
    .dateBox p .textLink {
      margin-bottom: 10px; }
      .dateBox p .textLink:after {
        background: #464646; }
  .dateBox .btn {
    margin-bottom: 0; }

.textLink {
  color: #464646;
  display: inline-block;
  outline: none;
  position: relative; }
  .textLink:after {
    position: absolute;
    bottom: -1px;
    width: 100%;
    content: '';
    height: 1px;
    background: #ffffff;
    right: auto;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
  .textLink:hover {
    text-decoration: none; }

.btn-border {
  background: none;
  overflow: hidden;
  position: relative;
  outline: none; }
  .btn-border span {
    position: relative;
    z-index: 99; }
  .btn-border[type="submit"] {
    background: none; }
  .btn-border:after {
    width: 100%;
    height: 100%;
    content: '';
    -webkit-mask: url("/assets/images/urban-sprite.png");
    mask: url("/assets/images/urban-sprite.png");
    -webkit-mask-size: 253% 100%;
    mask-size: 258% 100%;
    -webkit-animation: ani 0.5s steps(100) forwards;
    animation: ani 0.5s steps(100) forwards;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid #464646; }

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

.play-btn {
  width: 50px;
  height: 50px;
  float: left;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  background: none;
  position: relative; }
  .play-btn i {
    font-size: 1.25em;
    line-height: 44px; }
  .play-btn span {
    position: relative;
    z-index: 99; }
  .play-btn:after {
    width: 100%;
    height: 100%;
    content: '';
    -webkit-mask: url("/assets/images/urban-sprite.png");
    mask: url("/assets/images/urban-sprite.png");
    -webkit-mask-size: 253% 100%;
    mask-size: 258% 100%;
    -webkit-animation: ani 0.5s steps(100) forwards;
    animation: ani 0.5s steps(100) forwards;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid #ffffff; }

.mobileText {
  display: none; }

.footerLinks {
  padding: 30px 0 0 0;
  margin-right: 100px;
  float: left; }
  .footerLinks h2 {
    color: #464646; }
  .footerLinks .btn i {
    font-size: 0.875em;
    margin-right: 8px;
    display: inline-block;
    top: 1px; }

.linkList {
  margin: 0;
  padding: 0; }
  .linkList li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 10px 0; }
    .linkList li.active a {
      font-weight: 700; }
      .linkList li.active a:after {
        display: none; }
    .linkList li a {
      color: #464646;
      font-size: 0.875em;
      font-family: "Frutiger LT W03_55 Roman";
      position: relative;
      letter-spacing: 0.0625em;
      outline: none; }
      .linkList li a:after {
        position: absolute;
        bottom: -1px;
        width: 100%;
        content: '';
        height: 1px;
        background: #464646;
        right: auto;
        left: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
      .linkList li a:hover {
        text-decoration: none; }

.no-margin {
  margin-right: 0; }

.btn-btm {
  position: absolute;
  bottom: 0; }

picture {
  display: block; }

.small-img-1 {
  float: left; }

.lgImg {
  width: 700px;
  height: 100%; }

.mdImg {
  width: 500px;
  height: 100%; }

.concert-img {
  width: 500px;
  height: 100%; }

.videoImg {
  height: calc(100vh * 0.34);
  width: 600px; }

.text-show {
  height: 100%; }

.galOne {
  width: 400px;
  height: calc(100vh * 0.564); }

.galTwo {
  width: 400px;
  height: calc(100vh * 0.50); }

.eventImg {
  width: 400px;
  height: 100%; }

.wordImg {
  width: 400px;
  height: calc(100vh * 0.53333); }

.small-img-1 {
  width: 200px;
  height: 266px;
  float: left;
  position: relative; }
  .small-img-1 .imgTitle {
    z-index: 9; }

.small-img-2 {
  width: 100px;
  height: 150px;
  float: left;
  position: relative; }
  .small-img-2 .imgTitle {
    z-index: 9; }

.event-pic {
  width: 300px;
  height: 200px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  float: left; }

.fullFillImg {
  width: 100%;
  height: auto;
  display: inline-block; }

.tickImg {
  height: 100%;
  width: 300px; }

.imgTitle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  color: transparent; }

.swiper-pagination-bullet canvas {
  width: 100%;
  height: 100%;
  display: block; }

.dummy-content-image {
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/dummy-content-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block; }

.video-wrap {
  float: left;
  width: 100%;
  height: calc(100vh - 100px);
  padding: 0 0 0 100px; }
  .video-wrap iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    display: block; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .btn-border:hover:after {
    -webkit-animation: ani2 0.5s steps(100) forwards;
    animation: ani2 0.5s steps(100) forwards; }
  .textLink:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .linkList li a:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .swiper-container .swiper-slide {
    width: auto; }
  .play-btn:hover {
    color: #ffffff; }
    .play-btn:hover:after {
      -webkit-animation: ani2 0.5s steps(100) forwards;
      animation: ani2 0.5s steps(100) forwards; } }

@media (min-width: 1450px) and (max-width: 1600px) {
  .galOne {
    height: calc(100vh * 0.67); }
  .galTwo {
    height: calc(100vh * 0.62); } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  h2 {
    font-size: 0.875em;
    margin: 0 0 10px 0;
    letter-spacing: 0.125em; }
  p {
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 0 0 11px 0; }
  .swiper-container {
    padding-left: 70px; }
    .swiper-container .swiper-slide {
      width: auto; }
  .sideBar {
    width: 70px; }
  .homePage .modal-backdrop {
    background: none; }
  .visit-img {
    margin-right: 70px; }
    .visit-img .text {
      padding: 14px 10px 0 70px; }
      .visit-img .text .line1 {
        top: -0.1875em; }
    .visit-img.space-2 .text {
      padding: 13px 20px 0 13px; }
  .white-box {
    margin-right: 70px;
    padding: 13px 15px 50px 70px;
    width: 280px; }
    .white-box .line1 {
      top: -0.1875em; }
    .white-box .content-over .mCSB_inside > .mCSB_container {
      padding-right: 0; }
    .white-box .one-scroll .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding-right: 20px; }
    .white-box p + p {
      margin-bottom: 20px; }
    .white-box.event-box {
      padding-bottom: 80px; }
  .btn {
    font-size: 0.625em;
    margin-bottom: 20px;
    padding: 12px 18px; }
  .tow-column-box {
    margin-right: 70px;
    width: 630px; }
  .play-btn {
    width: 40px;
    height: 40px; }
    .play-btn i {
      font-size: 1em;
      line-height: 38px; }
  .footerLinks {
    margin-right: 0; }
    .footerLinks .btn {
      margin-bottom: 22px; }
      .footerLinks .btn i {
        top: 15px;
        left: 15px; }
  .linkList li a {
    font-size: 0.75em;
    letter-spacing: 0.03125em; }
    .linkList li a:after {
      bottom: -2px; }
  .dateBox {
    margin-right: 70px;
    padding: 13px 15px 50px 40px;
    width: 210px;
    height: 255px; }
  .btmText {
    font-size: 25px;
    letter-spacing: 3px;
    bottom: -9px; }
  .btmTextGary {
    font-size: 25px;
    letter-spacing: 3px;
    bottom: -9px; }
  .no-margin {
    margin-right: 0; }
  .lgImg {
    width: 490px; }
  .mdImg {
    width: 355px; }
  .concert-img {
    width: 350px; }
  .videoImg {
    width: 420px; }
  .galOne {
    width: 280px; }
  .galTwo {
    width: 280px; }
  .eventImg {
    width: 280px; }
  .wordImg {
    width: 280px;
    height: calc(100vh * 0.56); }
  .small-img-1 {
    width: 140px;
    height: 186px; }
  .small-img-2 {
    width: 70px;
    height: 105px; }
  .event-pic {
    width: 210px;
    height: 145px; }
  .tickImg {
    width: 210px; }
  .video-wrap {
    height: calc(100vh - 70px);
    padding: 0 0 0 70px; } }

.ipad main, iphone main, .android main {
  height: 100%; }

.ipad #canvas, iphone #canvas, .android #canvas {
  display: none !important; }

.ipad .navigate-popup, iphone .navigate-popup, .android .navigate-popup {
  display: none !important; }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 979px) {
  .homePage .modal-backdrop {
    background: none; }
  .homePage .footerLinks {
    margin-right: 50px;
    padding-left: 30px; }
  .swiper-container {
    padding-left: 70px; }
    .swiper-container .swiper-slide {
      width: auto; }
  .visit-img {
    margin-right: 50px; }
    .visit-img .text {
      padding: 12px 40px 0 50px; }
  .tow-column-box {
    width: 550px;
    float: left;
    height: 100%;
    margin-right: 50px; }
    .tow-column-box .white-box {
      width: 550px;
      height: 45%;
      padding: 25px 27px 0 50px; }
    .tow-column-box .visit-img {
      height: 55%; }
  .white-box {
    width: 550px;
    margin-right: 50px;
    padding: 25px 27px 70px 50px; }
  .sideBar {
    width: 70px; }
  #canvas {
    display: none; }
  .navigate-popup {
    display: none !important; }
  main {
    height: 100%; }
  .btmText {
    letter-spacing: 5px;
    font-size: 40px;
    bottom: -15px; }
  .btmTextGary {
    letter-spacing: 5px;
    font-size: 40px;
    bottom: -15px; }
  .dateBox {
    margin-right: 50px;
    width: 550px;
    height: 80%;
    padding-left: 50px; }
  .no-margin {
    margin-right: 0; }
  .container {
    width: 100%; }
  .mobile-none {
    display: none !important; }
  .lgImg {
    width: 550px; }
  .mdImg {
    width: 550px; }
  .concert-img {
    width: 550px; }
  .videoImg {
    width: 550px;
    height: 100%; }
  .galOne {
    width: 550px;
    height: 100%; }
  .galTwo {
    width: 550px;
    height: 100%; }
  .eventImg {
    width: 550px;
    height: 100%; }
  .wordImg {
    width: 550px;
    height: 100%; }
  .small-img-1 {
    width: 200px;
    height: 266px; }
  .small-img-2 {
    width: 100px;
    height: 150px; }
  .event-pic {
    width: 100%;
    height: 310px; }
  .hide_m {
    height: 0;
    display: none; }
  html, body {
    height: 100%; }
  .video-wrap {
    height: calc(100vh - 70px);
    padding: 0 0 0 70px; } }

@media screen and (orientation: landscape) and (max-device-width: 767px) {
  .mobileText {
    margin: 0;
    padding: 80px 0 0 140px;
    color: #464646;
    font-size: 14px;
    display: block;
    line-height: 18px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 9;
    height: 100vh;
    overflow: hidden;
    background: #f5f5f5;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eeeeee));
    background: linear-gradient(to bottom, #f5f5f5 0%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */ }
    .mobileText i {
      position: absolute;
      left: 90px;
      top: 80px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  .swiper-container {
    padding-left: 60px;
    padding-top: 60px;
    height: 100%; }
  .video-wrap {
    height: 100vh;
    padding: 60px 0 0 60px; }
  .sideBar {
    width: 60px;
    height: 100%; }
  .homePage .modal-backdrop {
    background: none; }
  #canvas {
    display: none; }
  .navigate-popup {
    display: none !important; }
  .btn-btm {
    position: relative;
    bottom: 0; }
  .hide_m {
    height: 0;
    display: none; }
  .visit-img {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .visit-img .text {
      padding: 10px 20px 0 24px; }
      .visit-img .text h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .white-box {
    padding: 10px 10px 50px 24px;
    width: 100%;
    margin: 0; }
    .white-box.event-box {
      padding-bottom: 80px; }
    .white-box p + p {
      margin-bottom: 20px; }
  .dateBox {
    margin: 0;
    padding: 10px 10px 40px 24px;
    width: 100%;
    height: 80%;
    background: #ffffff;
    overflow: hidden; }
  .mobile-none {
    display: none; }
  .paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .tow-column-box {
    width: 100%;
    height: 100%;
    margin-right: 0; }
    .tow-column-box .white-box {
      height: 45%;
      width: 100%;
      padding-bottom: 10px; }
      .tow-column-box .white-box h2 {
        margin-bottom: 5px; }
      .tow-column-box .white-box p {
        margin-bottom: 10px; }
  .lgImg, .mdImg {
    width: 100%;
    margin-right: 0; }
  .concert-img {
    width: 100%;
    height: 55%; }
  .videoImg {
    height: 100%;
    width: 100%;
    margin-right: 0; }
  .galOne {
    width: 100%;
    height: 100%; }
  .eventImg {
    width: 100%; }
  .wordImg {
    width: 100%;
    height: 100%; }
  .small-img-1 {
    width: 140px;
    height: 186px; }
  .small-img-2 {
    width: 70px;
    height: 105px; }
  .event-pic {
    width: 100%;
    height: 165px; }
  .tickImg {
    margin-right: 0; }
  .btmText {
    font-size: 25px;
    letter-spacing: normal;
    bottom: -9px; }
  .btmTextGary {
    font-size: 25px;
    letter-spacing: normal;
    bottom: -9px; }
  .btn {
    white-space: initial;
    padding: 15px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  h2 {
    font-size: 0.875em;
    letter-spacing: 0.125em;
    margin-bottom: 11px;
    font-weight: bold; }
  .btn {
    font-size: 0.625em;
    margin-bottom: 20px; }
  main {
    height: 100%; }
  .footerLinks {
    margin-right: 0;
    padding-left: 30px;
    width: 100%; }
  .play-btn {
    width: 40px;
    height: 40px; }
    .play-btn i {
      line-height: 38px; } }

/* Portrait phones and smaller */
@media (max-width: 400px) {
  .play-btn i {
    line-height: 38px; }
  .dateBox {
    padding: 10px 20px 40px 16px; }
  .white-box p + p {
    margin-bottom: 10px; }
  .linkList li a {
    font-size: 0.8125em;
    padding-bottom: 2px;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }
    .linkList li a:after {
      display: none; }
  p {
    font-size: 0.8125em; } }

@media (max-width: 320px) {
  .white-box .one-scroll {
    padding-right: 15px; }
  p {
    font-size: 0.6875em; }
  .footerLinks {
    padding-left: 20px; }
    .footerLinks .btn {
      font-size: 0.625em; }
  .btmText {
    font-size: 22px;
    letter-spacing: normal;
    bottom: -8px; }
  .btmTextGary {
    font-size: 22px;
    letter-spacing: normal;
    bottom: -8px; } }

body.innerPages {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); }

body.innerPages-withScroll {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  overflow: hidden;
  overflow-y: auto !important; }

.inner-kids-right-content {
  padding: 28px 0 0 0;
  position: relative;
  float: left;
  width: 590px;
  margin-right: 100px; }
  .inner-kids-right-content p {
    margin-bottom: 1.4375em; }
    .inner-kids-right-content p.small {
      font-size: 0.625em; }
    .inner-kids-right-content p.title {
      text-transform: uppercase;
      position: relative;
      margin-bottom: 2.25em; }
      .inner-kids-right-content p.title .line {
        width: 20px;
        height: 2px;
        margin: 0 10px 0 0;
        display: inline-block;
        background: #464646;
        position: relative;
        top: -4px; }
  .inner-kids-right-content h2 {
    color: #464646; }
  .inner-kids-right-content .quate {
    font-size: 1.125em;
    position: relative;
    letter-spacing: 0.03125em;
    margin-top: 1.25em;
    margin-bottom: 0.375em;
    line-height: 1.6875em; }
    .inner-kids-right-content .quate:after {
      content: '"';
      position: absolute;
      left: -18px;
      top: 0;
      font-style: italic;
      font-size: 1.25em; }
  .inner-kids-right-content hr {
    padding: 0;
    border: none;
    background: #ccc;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px; }
  .inner-kids-right-content .img-link {
    border-bottom: 0;
    margin-right: 30px; }

.iconList {
  margin: 30px 0 0 0;
  padding: 0; }
  .iconList li {
    position: relative;
    list-style: none;
    margin-bottom: 50px;
    display: block;
    padding-left: 100px; }
    .iconList li .icon-lead {
      position: absolute;
      left: 0;
      top: 0; }
      .iconList li .icon-lead svg {
        fill: #464646;
        vertical-align: top; }
      .iconList li .icon-lead img {
        margin: 0 auto; }
      .iconList li .icon-lead .accessibility-icon {
        width: 39px;
        height: 51px; }
      .iconList li .icon-lead .elderly-icon {
        width: 23px;
        height: 48px; }
      .iconList li .icon-lead .tours-icon {
        width: 38px;
        height: 40px; }
      .iconList li .icon-lead .i-icon {
        width: 34.6px;
        height: 63.5px; }
    .iconList li p {
      margin-bottom: 0; }
    .iconList li .btn {
      margin-bottom: 0; }
    .iconList li:last-child {
      margin-bottom: 0; }

.related-items {
  padding: 24px 0 0 0;
  float: left;
  width: 1120px;
  margin-right: 100px; }
  .related-items h2 {
    margin-bottom: 40px; }
  .related-items .single-rel-item {
    width: 320px;
    float: left;
    background: #ffffff;
    margin: 0 80px 0 0;
    padding: 0 15px 22px 15px; }
    .related-items .single-rel-item:last-child {
      margin-right: 0; }
    .related-items .single-rel-item .item-title {
      font-size: 0.625em;
      text-transform: uppercase;
      color: rgba(70, 70, 70, 0.5);
      display: block;
      font-family: "Frutiger LT W04_55 Roman";
      margin-bottom: 10px; }
    .related-items .single-rel-item .item-img {
      margin-bottom: 20px;
      width: 100%;
      display: block; }
      .related-items .single-rel-item .item-img img {
        width: 100%; }

.object-right-content ul {
  padding: 0;
  list-style: none; }
  .object-right-content ul li:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 30px; }

.object-right-content a {
  font-size: 0.875em;
  letter-spacing: 0.0625em;
  text-decoration: none;
  padding-bottom: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Frutiger LT W04_55 Roman";
  line-height: 0.875em;
  position: relative; }
  .object-right-content a:after {
    position: absolute;
    bottom: -1px;
    width: 100%;
    content: '';
    height: 1px;
    background: #464646;
    right: auto;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
  .object-right-content a:hover {
    text-decoration: none; }

.object-right-content .right-list {
  margin-left: 100px; }
  .object-right-content .right-list a {
    float: none;
    display: inline-block; }

.object-right-content p {
  margin-bottom: 3.75em; }

.object-right-content .media {
  margin-top: 0; }
  .object-right-content .media .media-left {
    padding-right: 25px; }
    .object-right-content .media .media-left .media-img {
      width: 180px;
      height: 121px;
      float: left; }
  .object-right-content .media p {
    margin-bottom: 0em; }
  .object-right-content .media:last-child hr {
    display: none; }

.breadcrumb-container {
  width: 90px;
  float: left;
  height: 100%; }
  .breadcrumb-container .breadcrumbs {
    float: left;
    width: 550px;
    text-align: center;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
    height: 90px;
    top: 40px;
    margin: 0;
    padding: 0; }
    .breadcrumb-container .breadcrumbs li {
      letter-spacing: 0.0625em;
      list-style-type: none;
      line-height: 90px;
      float: right;
      padding-right: 10px;
      font-family: "Frutiger LT W04_55 Roman";
      font-size: 0.8125em;
      text-transform: uppercase;
      padding-left: 0; }
      .breadcrumb-container .breadcrumbs li a {
        padding: 0;
        margin-right: 5px; }
      .breadcrumb-container .breadcrumbs li.active a {
        border-bottom: 1px solid #464646; }

.bulleted-list {
  margin: 0 0 30px 0;
  padding: 0; }
  .bulleted-list li {
    list-style: none;
    font-size: 0.875em;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Frutiger LT W04_55 Roman"; }
    .bulleted-list li .left-icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.4375em;
      color: #ffffff; }

.main-nav {
  height: 45px;
  position: fixed;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%); }
  .main-nav ul.nav {
    margin: 0 auto;
    height: 100%; }
  .main-nav ul.nav li {
    margin-right: 20px;
    float: right;
    height: 100%;
    line-height: 45px; }
  .main-nav ul.nav li a {
    color: #464646; }

.gallery-box {
  width: 419px;
  margin-right: 100px;
  float: left; }
  .gallery-box .slider-for {
    margin-bottom: 24px; }
    .gallery-box .slider-for .slick-slide {
      position: relative; }
  .gallery-box .event-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 27px 20px; }
    .gallery-box .event-detail h2, .gallery-box .event-detail p {
      color: #ffffff; }
    .gallery-box .event-detail .textLink {
      color: #ffffff;
      margin-bottom: 37px; }
    .gallery-box .event-detail .btn-border {
      border-bottom: 0;
      color: #ffffff; }
      .gallery-box .event-detail .btn-border:after {
        border-color: #ffffff; }
  .gallery-box .slider-nav {
    height: 50px; }
    .gallery-box .slider-nav .slick-list {
      height: 50px; }
    .gallery-box .slider-nav .slick-slide {
      margin-right: 10px;
      position: relative; }
      .gallery-box .slider-nav .slick-slide:before {
        position: absolute;
        left: 0;
        top: 0;
        border: solid 2px #464646;
        content: '';
        width: 120%;
        height: 120%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden; }
      .gallery-box .slider-nav .slick-slide.slick-current:before {
        visibility: visible;
        opacity: 1; }
      .gallery-box .slider-nav .slick-slide:focus {
        outline: none !important; }

.gallery-section {
  padding: 26px 0 0 0;
  width: 980px;
  float: left;
  margin-right: 100px; }
  .gallery-section h2 {
    color: #464646; }

.mainGallery {
  margin: 0;
  padding: 0; }
  .mainGallery li {
    list-style: none;
    float: left;
    margin: 0 0 30px 0;
    width: 180px;
    height: 270px; }
    .mainGallery li + li {
      margin-left: 20px; }
    .mainGallery li a {
      display: block;
      margin-bottom: 10px; }
    .mainGallery li span {
      display: block;
      font-size: 0.625em;
      color: rgba(70, 70, 70, 0.5);
      text-transform: uppercase; }

.contact-form {
  float: left;
  padding: 26px 0 0 0;
  width: 1100px;
  margin-right: 100px; }
  .contact-form h2 {
    color: #464646; }
  .contact-form p {
    margin-bottom: 29px; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .object-right-content a:hover:after {
    left: auto;
    right: 0;
    width: 0%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .breadcrumb-container {
    width: 55px;
    float: left;
    height: 100%; }
    .breadcrumb-container .breadcrumbs {
      width: 550px;
      height: 55px;
      top: 12px; }
      .breadcrumb-container .breadcrumbs li {
        line-height: 55px;
        font-size: 0.625em; }
        .breadcrumb-container .breadcrumbs li i {
          top: 40%; }
  .contentPages {
    padding-left: 70px; }
  .inner-kids-right-content {
    margin-right: 70px;
    width: 337px;
    padding-top: 13px; }
    .inner-kids-right-content .quate {
      font-size: 0.875em;
      line-height: 1.375em; }
    .inner-kids-right-content hr {
      margin: 20px 0; }
  .lead {
    font-size: 0.875em; }
  .object-right-content .media-body a {
    margin-bottom: 5px;
    font-size: 0.75em;
    font-weight: bold; }
  .object-right-content .media .media-left .media-img {
    width: 125px;
    height: 85px; }
  .iconList li {
    padding-left: 70px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .inner-swiper-container {
    height: inherit !important;
    overflow: visible !important;
    padding-left: 90px; }
    .inner-swiper-container .swiper-wrapper {
      -webkit-transform: translate3d(0px, 0, 0) !important;
      transform: translate3d(0px, 0, 0) !important;
      display: initial !important;
      float: left;
      width: 100%; }
    .inner-swiper-container .swiper-slide {
      width: 100% !important;
      -webkit-flex-shrink: initial !important;
      -ms-flex: initial !important;
      -ms-flex-negative: initial !important;
          flex-shrink: initial !important;
      height: initial !important;
      float: left; }
    .inner-swiper-container .swiper-scrollbar {
      display: none !important; }
    .inner-swiper-container .footerLinks {
      padding: 0 0 50px 0; }
  .inner-kids-right-content .media:last-child hr {
    display: block; }
  .related-items {
    width: 70%;
    margin-right: 0; }
    .related-items .single-rel-item {
      margin-bottom: 30px;
      width: 100%;
      margin-right: 0; }
      .related-items .single-rel-item:last-child {
        margin-bottom: 0; }
  .iconList li {
    padding-left: 60px; }
  .breadcrumb-container {
    display: none;
    width: 0;
    height: 0; }
    .breadcrumb-container .breadcrumbs {
      display: none; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  body.innerPages {
    background: #f2f2f2; }
  body.innerPages-withScroll {
    background: #f2f2f2;
    overflow: hidden;
    overflow-y: auto !important; }
  .visit-box {
    float: left; }
  .inner-swiper-container .inner-kids-right-content {
    width: 100%;
    height: inherit;
    padding: 50px 30px 0 25px;
    margin-right: 0;
    overflow: hidden; }
  .inner-swiper-container .footerLinks {
    padding-bottom: 50px;
    width: 100%;
    margin-right: 0; }
  .breadcrumb-container {
    display: none; }
  .related-items {
    width: 100%;
    margin-right: 0; }
    .related-items .single-rel-item {
      margin-bottom: 30px;
      width: 100%;
      margin-right: 0; }
      .related-items .single-rel-item:last-child {
        margin-bottom: 0; }
  .iconList li {
    padding-left: 60px; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  body.innerPages {
    background: #f2f2f2; }
  .innerPages-withScroll {
    background: #ffffff; }
  .visit-box {
    float: left; }
  .object-right-content .media .media-left .media-img {
    width: 140px;
    height: 99px; } }

@media (max-width: 400px) {
  .object-right-content .media .media-left .media-img {
    width: 100px;
    height: 69px; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .inner-swiper-container .inner-kids-right-content {
    padding: 30px 15px 0 15px; }
    .inner-swiper-container .inner-kids-right-content hr {
      margin-top: 20px;
      margin-bottom: 20px; }
  .inner-swiper-container .footerLinks {
    padding-left: 20px; }
  .inner-swiper-container .object-right-content .media .media-left {
    padding-right: 10px; }
  .object-right-content .media .media-left .media-img {
    width: 90px;
    height: 64px; } }

header {
  position: relative;
  right: 0;
  top: 0;
  background: #ffffff;
  height: 100px;
  width: 100%;
  padding: 18px 0 0 0;
  z-index: 999; }
  header .container {
    padding: 0 21px 0 0;
    float: right;
    width: auto; }
    header .container .row {
      margin: 0; }
      header .container .row [class^="col-"] {
        padding: 0; }

.siteLogo {
  font-size: 0;
  line-height: 0;
  float: left;
  margin: 2px 0 0 21px;
  width: 260px;
  height: 60px; }

.logo {
  display: block;
  background: url("/assets/svgs/logo.svg") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover !important; }

.topNav {
  margin: 0 0 20px 0;
  padding: 0;
  float: right; }
  .topNav li {
    list-style: none;
    float: left;
    margin: 0 38px 0 0;
    position: relative; }
    .topNav li .sub-nav-2 {
      position: absolute;
      right: -40px;
      top: -18px;
      width: 320px;
      display: none;
      z-index: 999;
      height: 400px; }
      .topNav li .sub-nav-2 .overly {
        visibility: hidden;
        opacity: 0;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 1; }
      .topNav li .sub-nav-2.active .overly {
        visibility: visible;
        opacity: 1; }
      .topNav li .sub-nav-2 .top {
        position: relative;
        z-index: 99;
        padding: 108px 20px 0 20px;
        float: left;
        width: 100%;
        background: #ffffff;
        height: 100%; }
      .topNav li .sub-nav-2 p {
        text-transform: uppercase;
        margin-bottom: 18px;
        float: left;
        width: 100%; }
      .topNav li .sub-nav-2 .contrastList {
        margin: 0 0 39px 0;
        float: left;
        width: 100%;
        padding: 0;
        overflow: hidden; }
        .topNav li .sub-nav-2 .contrastList li {
          list-style: none;
          float: left;
          width: 80px;
          height: 50px;
          margin-right: 20px;
          overflow: hidden; }
          .topNav li .sub-nav-2 .contrastList li:last-child {
            margin-right: 0; }
          .topNav li .sub-nav-2 .contrastList li a {
            text-align: center;
            font-size: 0.75em;
            font-family: "LAD-Bold";
            color: #464646;
            padding: 0;
            width: 100%;
            height: 100%;
            border: solid 2px #464646;
            background: #ffffff; }
            .topNav li .sub-nav-2 .contrastList li a span {
              text-indent: -8000px;
              display: block; }
            .topNav li .sub-nav-2 .contrastList li a:after {
              display: none; }
            .topNav li .sub-nav-2 .contrastList li a.gary {
              border: solid 2px #000;
              background: #2e2e2e;
              color: #ffffff; }
            .topNav li .sub-nav-2 .contrastList li a.yellow {
              border: solid 2px rgba(0, 0, 255, 0.98);
              background: #ffe300;
              color: #0000cf; }
            .topNav li .sub-nav-2 .contrastList li a:before {
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto;
              text-align: center;
              font-size: 1.375em;
              text-transform: uppercase;
              content: "A";
              color: #ffffff;
              font-family: "LAD-Regular";
              font-weight: bold;
              width: 100%;
              left: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
          .topNav li .sub-nav-2 .contrastList li:nth-child(2) a:before {
            color: #464646;
            content: "B"; }
          .topNav li .sub-nav-2 .contrastList li:last-child a:before {
            color: #0000cf;
            content: "C"; }
          .topNav li .sub-nav-2 .contrastList li.active a {
            border-width: 4px; }
      .topNav li .sub-nav-2 hr {
        width: 100%;
        height: 1px;
        border: 0;
        background-color: #e5e5e5;
        margin: 0 0 36px 0;
        float: left; }
      .topNav li .sub-nav-2 .sizeList {
        padding: 0;
        margin: 0; }
        .topNav li .sub-nav-2 .sizeList li {
          float: left;
          width: 80px;
          height: 50px;
          margin-right: 20px; }
          .topNav li .sub-nav-2 .sizeList li:last-child {
            margin-right: 0; }
          .topNav li .sub-nav-2 .sizeList li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 1.125em;
            border: solid 2px #464646;
            background: #ffffff; }
            .topNav li .sub-nav-2 .sizeList li a:after {
              display: none; }
            .topNav li .sub-nav-2 .sizeList li a i {
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              width: 1.25em;
              height: 0.875em; }
      .topNav li .sub-nav-2 .menuClose {
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        color: #464646;
        width: 20px;
        height: 20px; }
        .topNav li .sub-nav-2 .menuClose span {
          display: none; }
        .topNav li .sub-nav-2 .menuClose i {
          font-size: 1.5em; }
        .topNav li .sub-nav-2 .menuClose:after {
          display: none; }
        .topNav li .sub-nav-2 .menuClose:hover {
          text-decoration: none; }
        .topNav li .sub-nav-2 .menuClose:focus {
          outline: 2px solid #629dfe; }
      .topNav li .sub-nav-2 .drop-title {
        position: absolute;
        top: 18px;
        margin-bottom: 70px;
        color: #464646;
        font-size: 0.75em;
        letter-spacing: 0.125em;
        padding-left: 0;
        text-transform: uppercase;
        font-family: "LAD-Regular";
        border-bottom: solid 2px #464646;
        padding-bottom: 0.125em;
        float: right;
        right: 40px; }
        .topNav li .sub-nav-2 .drop-title i {
          position: absolute;
          left: 0;
          font-size: 1.125em;
          top: 0.125em; }
        .topNav li .sub-nav-2 .drop-title .readability-icon {
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          -webkit-filter: FlipH;
                  filter: FlipH;
          -ms-filter: "FlipH"; }
    .topNav li .langSwitcher {
      position: absolute;
      right: -21px;
      top: -17px;
      width: 150px;
      z-index: 999;
      height: 170px;
      display: none; }
      .topNav li .langSwitcher .overly {
        visibility: hidden;
        opacity: 0;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        content: "";
        z-index: 1; }
      .topNav li .langSwitcher.active .overly {
        visibility: visible;
        opacity: 1; }
      .topNav li .langSwitcher .top {
        position: relative;
        z-index: 99;
        padding: 21px 19px 0 36px;
        float: left;
        width: 100%;
        background: #ffffff;
        height: 100%; }
      .topNav li .langSwitcher ul {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%; }
        .topNav li .langSwitcher ul li {
          padding: 0;
          margin: 0 0 25px 0;
          display: block;
          float: left;
          width: 100%; }
          .topNav li .langSwitcher ul li:last-child {
            margin-bottom: 0;
            margin-top: 0.125em; }
          .topNav li .langSwitcher ul li:first-child a {
            padding-right: 12px;
            float: right;
            text-align: right; }
            .topNav li .langSwitcher ul li:first-child a.active:after {
              height: 2px; }
          .topNav li .langSwitcher ul li a {
            letter-spacing: 0.125em;
            font-size: 0.75em;
            font-family: "LAD-Regular";
            text-transform: uppercase;
            padding: 0 0 1px 0;
            display: block;
            line-height: 0.75em;
            outline: none; }
            .topNav li .langSwitcher ul li a.active:after {
              width: 100%;
              height: 1px;
              bottom: -4px; }
            .topNav li .langSwitcher ul li a i {
              position: absolute;
              right: -0.3125em;
              left: inherit;
              font-size: 1.25em;
              top: -0.1875em; }
            .topNav li .langSwitcher ul li a.arabic {
              font-family: "LAD-Regular";
              letter-spacing: normal;
              font-size: 1.125em;
              float: right;
              padding: 0; }
              .topNav li .langSwitcher ul li a.arabic:after {
                bottom: -9px; }
            .topNav li .langSwitcher ul li a:hover, .topNav li .langSwitcher ul li a:focus {
              text-decoration: none; }
    .topNav li a {
      color: #464646;
      font-size: 0.75em;
      letter-spacing: 0.125em;
      position: relative;
      float: left;
      padding-left: 0;
      text-transform: uppercase;
      font-family: "LAD-Regular";
      border-bottom: 1px solid transparent; }
      .topNav li a.langList {
        padding-left: 0;
        padding-right: 0.9375em; }
        .topNav li a.langList i {
          right: -0.375em;
          left: inherit;
          font-size: 1.25em;
          top: 0.09375em; }
      .topNav li a i {
        position: absolute;
        left: 0;
        top: 0; }
      .topNav li a .lock-icon {
        font-size: 1em;
        top: 0.125em;
        left: -0.0625em; }
      .topNav li a.login-menu {
        padding-left: 1.25em; }
        .topNav li a.login-menu i {
          font-size: 1.125em;
          top: 2px; }
      .topNav li a.search-icon {
        padding-left: 1.25em; }
        .topNav li a.search-icon i {
          font-size: 1.125em;
          top: 2px; }
      .topNav li a:hover, .topNav li a:focus {
        text-decoration: none; }
      .topNav li a:after {
        display: block;
        position: absolute;
        content: "";
        background: #464646;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        bottom: -2px;
        left: auto;
        right: 0;
        height: 1px;
        width: 0; }
      .topNav li a:hover:after {
        right: auto;
        left: 0;
        width: 100%; }
    .topNav li .accesLinks {
      margin: -2px 0 0 -2px;
      padding: 0; }
      .topNav li .accesLinks li {
        list-style: none;
        width: auto;
        margin-right: 13px; }
        .topNav li .accesLinks li + li {
          margin-right: 16px; }
        .topNav li .accesLinks li:last-child {
          margin-right: 0; }
        .topNav li .accesLinks li a {
          font-size: 1em;
          color: #464646;
          padding: 0; }
          .topNav li .accesLinks li a:after {
            display: none; }
          .topNav li .accesLinks li a i {
            position: static; }
          .topNav li .accesLinks li a .chair-icon {
            position: relative;
            left: -0.125em;
            font-size: 1.0625em; }
          .topNav li .accesLinks li a .hand-icon {
            -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
            font-size: 0.75em;
            top: -0.1875em;
            left: 0.125em;
            position: relative; }
          .topNav li .accesLinks li a:hover, .topNav li .accesLinks li a:focus {
            text-decoration: none; }
    .topNav li:last-child {
      margin-right: 0; }

.socialLinks {
  float: left;
  margin: -1px 0 0 1px;
  padding: 0; }
  .socialLinks li {
    list-style: none;
    float: left;
    margin-right: 19px;
    width: auto; }
    .socialLinks li:first-child {
      margin-right: 16px; }
    .socialLinks li a {
      padding: 0;
      font-size: 0.875em; }
      .socialLinks li a:after {
        display: none; }
      .socialLinks li a i {
        position: static; }

.back-overly {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .back-overly.active {
    opacity: 1;
    visibility: visible; }

.mainNav {
  position: absolute;
  left: 0;
  top: 100px; }
  .mainNav .nav-menu {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
    /*.sub-nav.open {
      visibility: visible;
      max-height: 1200px;
      z-index: 1001;
      -webkit-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s;
      -moz-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s;
      -ms-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s;
      -o-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s;
      transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 0s;
    }*/ }
    .mainNav .nav-menu .nav-item {
      list-style: none;
      padding: 0;
      margin: 0 0 0 0;
      float: left;
      position: relative;
      width: 258px;
      display: none; }
      .mainNav .nav-menu .nav-item:first-child {
        width: 280px; }
        .mainNav .nav-menu .nav-item:first-child .sub-nav {
          padding-left: 100px; }
      .mainNav .nav-menu .nav-item h2 {
        margin-bottom: 31px;
        position: relative;
        display: inline-block; }
        .mainNav .nav-menu .nav-item h2:after {
          display: block;
          position: absolute;
          content: "";
          background: #464646;
          bottom: -3px;
          left: auto;
          right: 0;
          height: 2px;
          width: 0; }
    .mainNav .nav-menu .nav-item > a {
      position: relative;
      margin: 0;
      color: #464646;
      font-size: 1.125em;
      letter-spacing: 0.1875em;
      text-transform: uppercase;
      float: left;
      font-family: "LAD-Bold";
      padding: 0; }
      .mainNav .nav-menu .nav-item > a:after {
        display: block;
        position: absolute;
        content: "";
        background: #464646;
        bottom: -3px;
        left: auto;
        right: 0;
        height: 2px;
        width: 0; }
    .mainNav .nav-menu .nav-item > a.open {
      z-index: 1; }
    .mainNav .nav-menu .sub-nav {
      /*position: absolute;
      visibility: visible;
      top:0;
      max-height: 0;
      display: block;
      left: 0;*/
      margin: 0;
      padding: 44px 20px 50px 20px;
      cursor: default;
      background: #ffffff;
      width: 100%;
      height: 100%;
      /* overflow: hidden;
      -webkit-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 800ms, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 300ms;
      -moz-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 800ms, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 300ms;
      -ms-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 800ms, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 300ms;
      -o-transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 800ms, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 300ms;
      transition: max-height 1000ms cubic-bezier(0.78, 0, 0.07, 0.99), visibility 0s cubic-bezier(0.78, 0, 0.07, 0.99) 800ms, top 0s cubic-bezier(0.78, 0, 0.07, 0.99) 300ms;*/ }
      .mainNav .nav-menu .sub-nav:hover h2:after {
        right: auto;
        left: 0;
        width: 100%; }
    .mainNav .nav-menu .sub-nav ul {
      display: block;
      vertical-align: top;
      margin: 0;
      padding: 0; }
    .mainNav .nav-menu .sub-nav li {
      display: block;
      list-style-type: none;
      margin: 0 0 7px 0;
      padding: 0; }
      .mainNav .nav-menu .sub-nav li a {
        font-size: 0.875em;
        font-family: "LAD-Regular";
        font-weight: bold;
        position: relative;
        display: inline-block;
        letter-spacing: 0.0375em;
        outline: none; }
        .mainNav .nav-menu .sub-nav li a:after {
          display: block;
          position: absolute;
          content: "";
          background: #464646;
          -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          bottom: -3px;
          left: auto;
          right: 0;
          height: 1px;
          width: 0; }
      .mainNav .nav-menu .sub-nav li:hover > a:after {
        right: auto;
        left: 0;
        width: 100%; }

.black-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0; }
  .black-overlay.active {
    visibility: visible;
    opacity: 1; }

.menu-bars {
  display: none;
  height: 20px;
  background: none;
  border: none;
  text-transform: uppercase;
  padding-right: 25px;
  font-size: 14px;
  color: #464646;
  line-height: 1.67;
  letter-spacing: 1.5px; }
  .menu-bars:focus {
    outline: none; }

.desktop-menu-bars {
  display: block;
  height: 20px;
  background: none;
  border: none;
  text-transform: uppercase;
  padding-right: 41px;
  font-size: 15px;
  color: #464646;
  line-height: 1.67;
  letter-spacing: 1.9px;
  font-family: "LAD-Bold";
  font-weight: 900;
  float: right;
  padding-left: 8px; }
  .desktop-menu-bars:focus {
    outline: none; }
  .desktop-menu-bars .menuText,
  .desktop-menu-bars .closeText {
    position: relative;
    top: -2px;
    left: 2px; }

.bar1,
.bar3 {
  width: 20px;
  height: 2px;
  background-color: #464646;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 0; }

.bar1 {
  -webkit-transform: translate(0px, 6px);
  transform: translate(0px, 6px); }

.bar3 {
  -webkit-transform: translate(0px, 12px);
  transform: translate(0px, 12px); }

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
  transform: rotate(-45deg) translate(-8px, 6px); }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
  transform: rotate(45deg) translate(6px, 8px); }

.closeText,
.closeText2 {
  display: none; }

.mobileNav,
.languageMenu,
.contrastMenu,
.mobile-black-overlay {
  display: none; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  .container {
    width: 980px; }
  header {
    padding-top: 10px;
    height: 70px; }
    header .container {
      padding-right: 15px; }
  .topNav {
    margin-bottom: 12px; }
    .topNav li a {
      font-size: 0.625em; }
      .topNav li a.search-icon i {
        top: 0.125em; }
      .topNav li a i {
        font-size: 0.9375em; }
      .topNav li a .lock-icon {
        font-size: 0.625em;
        top: 0.125em;
        left: -0.0625em; }
      .topNav li a .readability-icon {
        left: 0;
        top: 0.125em; }
      .topNav li a.langList i {
        top: 0.125em; }
    .topNav li .accesLinks {
      margin-top: -4px; }
      .topNav li .accesLinks li {
        margin-right: 11px; }
        .topNav li .accesLinks li a .chair-icon {
          font-size: 0.8125em;
          top: 0.0625em; }
        .topNav li .accesLinks li a i {
          font-size: 0.75em; }
        .topNav li .accesLinks li a .contrast-icon {
          font-size: 0.625em; }
        .topNav li .accesLinks li a .ear-icon {
          font-size: 0.6875em; }
        .topNav li .accesLinks li a .eye-icon {
          font-size: 0.625em; }
        .topNav li .accesLinks li a .hand-icon {
          font-size: 0.625em; }
    .topNav li .sub-nav-2 {
      width: 280px;
      height: 300px;
      right: -50px; }
      .topNav li .sub-nav-2 .top {
        padding-top: 80px; }
      .topNav li .sub-nav-2 .drop-title {
        right: 50px;
        font-size: 0.625em;
        letter-spacing: 0.12187em; }
        .topNav li .sub-nav-2 .drop-title i {
          font-size: 1.125em;
          top: 0.125em;
          left: 0; }
      .topNav li .sub-nav-2 .menuClose {
        right: 10px;
        top: 17px; }
      .topNav li .sub-nav-2 .contrastList {
        margin-bottom: 20px; }
        .topNav li .sub-nav-2 .contrastList li {
          width: 65px;
          height: 40px; }
          .topNav li .sub-nav-2 .contrastList li a:before {
            font-size: 1.125em; }
      .topNav li .sub-nav-2 .sizeList li {
        width: 65px;
        height: 40px; }
        .topNav li .sub-nav-2 .sizeList li a {
          font-size: 0.875em; }
      .topNav li .sub-nav-2 hr {
        margin-bottom: 20px; }
    .topNav li .langSwitcher {
      right: -15px;
      width: 130px; }
      .topNav li .langSwitcher .top {
        padding: 21px 13px 0 36px; }
      .topNav li .langSwitcher ul li a {
        font-size: 0.625em; }
        .topNav li .langSwitcher ul li a.arabic {
          font-size: 0.875em; }
  .mainNav {
    top: 70px; }
    .mainNav .nav-menu ul {
      margin: 0; }
    .mainNav .nav-menu .nav-item {
      width: 204px; }
      .mainNav .nav-menu .nav-item:first-child {
        width: 195px; }
        .mainNav .nav-menu .nav-item:first-child .sub-nav {
          padding-left: 70px; }
      .mainNav .nav-menu .nav-item > a {
        letter-spacing: 0.1375em;
        font-size: 0.875em; }
      .mainNav .nav-menu .nav-item h2 {
        margin-bottom: 20px; }
    .mainNav .nav-menu .sub-nav {
      padding: 20px 14px 30px 14px; }
      .mainNav .nav-menu .sub-nav li {
        margin-bottom: 5px; }
        .mainNav .nav-menu .sub-nav li a {
          font-size: 0.75em;
          letter-spacing: 0.01875em; }
          .mainNav .nav-menu .sub-nav li a:after {
            bottom: 0; }
  .mainNav li a {
    letter-spacing: 0.1375em;
    font-size: 0.875em; }
  .mainNav li .subMenu ul li {
    margin-bottom: 0.625em; }
    .mainNav li .subMenu ul li a {
      font-size: 0.75em;
      letter-spacing: 0.01875em; }
  .socialLinks {
    margin-top: 0.0625em;
    margin-left: -0.0625em; }
    .socialLinks li a {
      font-size: 0.4375em;
      padding-left: 0; }
      .socialLinks li a i {
        font-size: 1.375em; }
  .desktop-menu-bars {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1.5px;
    padding-right: 34px; }
    .desktop-menu-bars .closeText,
    .desktop-menu-bars .menuText {
      top: 0;
      left: 0; }
  .siteLogo {
    width: 178px;
    height: 41px;
    margin: 5px 0 0 15px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 979px) {
  header {
    height: 70px;
    padding-left: 15px;
    padding-top: 15px; }
  .desktop-menu-bars {
    display: none; }
  .small-devices-none {
    display: none; }
  .menu-bars {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 9999; }
  .mobileNav {
    position: fixed;
    left: -550px;
    top: 0;
    background: #ffffff;
    z-index: 1;
    width: 550px;
    height: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    overflow-y: scroll; }
    .mobileNav.menuOpen {
      left: 0; }
    .mobileNav a:hover, .mobileNav a:focus, .mobileNav a:active {
      text-decoration: none; }
  .firstNav {
    margin: 0 0 44px 0;
    padding: 0; }
    .firstNav li {
      list-style: none;
      display: block;
      margin: 0 0 16px 0; }
      .firstNav li .arrow-up-down:after {
        font-family: FontAwesome;
        content: "\f077";
        color: #8e8b8b; }
      .firstNav li:last-child {
        margin-bottom: 0; }
      .firstNav li a {
        color: #464646;
        font-size: 1.125em;
        letter-spacing: 0.1875em;
        font-family: "LAD-Bold";
        text-transform: uppercase;
        position: relative; }
        .firstNav li a:after {
          position: absolute;
          left: 50px;
          font-family: FontAwesome;
          content: "\f078";
          font-size: 10px;
          top: 3px;
          padding-left: 100px;
          color: #8e8b8b; }
        .firstNav li a:hover {
          border-bottom: 2px solid #464646; }
      .firstNav li ul {
        margin: 30px 0 40px 0;
        padding: 0;
        display: none; }
        .firstNav li ul li {
          list-style: none;
          display: block;
          margin: 0 0 10px 0; }
          .firstNav li ul li:last-child {
            margin-bottom: 0; }
          .firstNav li ul li a {
            color: #464646;
            font-size: 0.875em;
            text-transform: none;
            letter-spacing: 0.0625em;
            font-family: "LAD-Regular";
            border: none; }
            .firstNav li ul li a:after {
              display: none; }
  .secondNav {
    margin: 0 0 60px 0;
    padding: 0; }
    .secondNav li {
      list-style: none;
      display: block;
      margin: 0 0 23px 0; }
      .secondNav li:first-child {
        margin-bottom: 20px; }
        .secondNav li:first-child a {
          padding-left: 0; }
      .secondNav li:nth-child(2) a {
        padding-left: 0; }
      .secondNav li a {
        font-size: 0.75em;
        letter-spacing: 0.125em;
        font-family: "LAD-Regular";
        text-transform: uppercase;
        padding-left: 20px;
        position: relative;
        display: block; }
        .secondNav li a.mobileLang {
          padding-left: 0; }
        .secondNav li a .icon-left {
          position: absolute;
          left: 0;
          top: 0.125em;
          font-size: 1.125em; }
          .secondNav li a .icon-left.rotateLeft {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
        .secondNav li a .icon-right {
          position: absolute;
          right: 0;
          top: 0.125em;
          color: #464646;
          font-size: 1em; }
      .secondNav li .accesLinks {
        margin: 0;
        padding: 0; }
        .secondNav li .accesLinks li {
          display: inline-block;
          margin: 0 11px 0 0; }
          .secondNav li .accesLinks li a {
            color: #464646;
            font-size: 0.875em;
            padding-left: 0; }
            .secondNav li .accesLinks li a .handIcon {
              -webkit-transform: rotate(35deg);
              transform: rotate(35deg);
              font-size: 0.75em; }
  .thirdNav {
    margin: 0;
    padding: 0; }
    .thirdNav li {
      list-style: none;
      display: inline-block;
      margin: 0 15px 0 0; }
      .thirdNav li:first-child {
        margin-left: 4px; }
      .thirdNav li a {
        color: #464646;
        font-size: 0.75em; }
  .black-overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 2; }
    .black-overlay.active {
      visibility: visible; }
  .mobile-black-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    display: block; }
    .mobile-black-overlay.active {
      visibility: visible;
      opacity: 1; }
  .languageMenu {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999999;
    padding: 95px 0 0 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .languageMenu ul {
      margin: 0;
      padding: 0;
      display: block;
      width: 140px; }
      .languageMenu ul li {
        list-style: none;
        display: block;
        margin: 0 0 17px 0; }
        .languageMenu ul li a {
          color: #464646;
          text-transform: uppercase;
          font-family: "LAD-Regular";
          font-size: 0.875em;
          letter-spacing: 0.0625em;
          padding-bottom: 0.1875em; }
          .languageMenu ul li a.arabic {
            font-family: "LAD-Regular";
            letter-spacing: normal; }
          .languageMenu ul li a:hover, .languageMenu ul li a:focus {
            text-decoration: none;
            border-bottom: solid 1px #464646; }
    .languageMenu.active {
      right: 0; }
  .back-menu {
    position: absolute;
    left: 45px;
    top: 22px;
    letter-spacing: 0.0625em;
    font-size: 0.875em;
    font-family: "LAD-Regular";
    text-transform: uppercase;
    color: #464646; }
    .back-menu i {
      font-size: 1.375em;
      top: 0.21875em;
      position: relative; }
    .back-menu:hover, .back-menu:focus {
      text-decoration: none; }
  .contrastMenu {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999999;
    padding: 95px 0 0 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .contrastMenu.active {
      right: 0; }
    .contrastMenu p {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .contrastMenu ul {
      padding: 0; }
      .contrastMenu ul li {
        list-style: none; }
    .contrastMenu hr {
      height: 1px;
      width: 260px;
      display: block;
      margin: 0 0 30px 0;
      border: none;
      background: #464646; }
  .optionsList {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    padding: 0; }
    .optionsList li {
      display: inline-block;
      float: left;
      margin-right: 13px; }
      .optionsList li a {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: "LAD-Regular";
        width: 70px;
        height: 44px;
        background: #ffffff;
        color: #464646;
        border: solid 2px #464646; }
        .optionsList li a:after {
          content: "A";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          text-align: center;
          color: #464646;
          height: 13px;
          font-size: 0.75em;
          line-height: 13px; }
        .optionsList li a span {
          display: block;
          text-indent: -80000px; }
        .optionsList li a.blackColor {
          background: #464646;
          border: solid 2px #333333; }
          .optionsList li a.blackColor:after {
            color: #ffffff; }
        .optionsList li a.yellowColor {
          background: #ffdb00;
          border: solid 2px #0000cf; }
          .optionsList li a.yellowColor:after {
            color: #0000cf; }
      .optionsList li:nth-child(2) a:after {
        content: "B"; }
      .optionsList li:last-child a:after {
        content: "C";
        color: #0000cf; }
      .optionsList li.active a {
        border-width: 4px; }
  .textresize {
    margin: 0;
    padding: 0; }
    .textresize li {
      display: inline-block;
      margin-right: 13px; }
      .textresize li:last-child {
        margin-right: 0; }
      .textresize li a {
        display: block;
        font-size: 0.75em;
        text-transform: uppercase;
        text-align: center;
        font-family: "LAD-Regular";
        width: 70px;
        height: 44px;
        background: #ffffff;
        color: #464646;
        border: solid 2px #464646; }
        .textresize li a i {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 12px;
          height: 12px; }
  .leftMenu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 53px 200px 0 100px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%; }
    .leftMenu.active {
      left: -100%; }
  .sideBar {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .sideBar.active {
      left: -100%; }
  .mobileNav,
  .languageMenu,
  .contrastMenu,
  .mobile-black-overlay {
    display: block; }
  .siteLogo {
    width: 178.7px;
    height: 41.2px;
    margin: 0; }
  .black-overlay {
    display: none; }
  .mainNav {
    display: none; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .desktop-menu-bars {
    display: none; }
  .small-devices-none {
    display: none; }
  header {
    height: 60px;
    position: fixed;
    left: 0;
    right: initial;
    padding-left: 15px;
    z-index: 9999;
    padding-top: 15px; }
    header .container {
      display: none; }
  .menu-bars {
    display: none;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 99999;
    text-transform: uppercase;
    font-size: 12px;
    color: #464646;
    letter-spacing: 1.5px; }
    .menu-bars:after {
      position: absolute;
      left: -35px;
      top: 0; }
    .menu-bars.active:after {
      content: "Close"; }
  .bar1,
  .bar3 {
    width: 20px;
    height: 2px;
    background-color: #464646;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 0; }
  .bar1 {
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px); }
  .bar3 {
    -webkit-transform: translate(0px, 12px);
    transform: translate(0px, 12px); }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px); }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(6px, 8px);
    transform: rotate(45deg) translate(6px, 8px); }
  .mobileNav {
    position: fixed;
    left: -100%;
    top: 0;
    padding: 53px 20px 0 70px;
    background: #ffffff;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .mobileNav.menuOpen {
      left: 0; }
    .mobileNav a:hover, .mobileNav a:focus, .mobileNav a:active {
      text-decoration: none; }
  .firstNav {
    margin: 0 0 44px 0;
    padding: 0; }
    .firstNav li {
      list-style: none;
      display: block;
      margin: 0 0 16px 0;
      position: relative; }
      .firstNav li:last-child {
        margin-bottom: 0; }
      .firstNav li a {
        color: #464646;
        font-size: 1.125em;
        letter-spacing: 0.1875em;
        font-family: "LAD-Bold";
        text-transform: uppercase;
        position: relative; }
        .firstNav li a:hover {
          border-bottom: 2px solid #464646; }
        .firstNav li a:after {
          position: absolute;
          left: 50px;
          font-family: FontAwesome;
          content: "\f078";
          font-size: 10px;
          top: 3px;
          padding-left: 140px;
          color: #8e8b8b; }
      .firstNav li .arrow-up-down:after {
        font-family: FontAwesome;
        content: "\f077";
        color: #8e8b8b; }
      .firstNav li ul {
        margin: 30px 0 40px 0;
        padding: 0;
        display: none; }
        .firstNav li ul li {
          list-style: none;
          display: block;
          margin: 0 0 10px 0; }
          .firstNav li ul li:last-child {
            margin-bottom: 0; }
          .firstNav li ul li a {
            color: #464646;
            font-size: 0.875em;
            text-transform: none;
            letter-spacing: 0.0625em;
            font-family: "LAD-Regular";
            border: none; }
            .firstNav li ul li a:after {
              content: ""; }
  .secondNav {
    margin: 0 0 60px 0;
    padding: 0; }
    .secondNav li {
      list-style: none;
      display: block;
      margin: 0 0 23px 0; }
      .secondNav li:first-child {
        margin-bottom: 20px;
        padding-left: 0; }
      .secondNav li:nth-child(2) a {
        padding-left: 0; }
      .secondNav li a {
        font-size: 0.75em;
        letter-spacing: 0.125em;
        font-family: "LAD-Regular";
        text-transform: uppercase;
        padding-left: 20px;
        position: relative;
        display: block; }
        .secondNav li a.mobileLang {
          padding-left: 0; }
        .secondNav li a .icon-left {
          position: absolute;
          left: 0;
          top: 0.0625em;
          font-size: 1.125em; }
          .secondNav li a .icon-left.rotateLeft {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
        .secondNav li a .icon-right {
          position: absolute;
          right: 0;
          top: 0.125em;
          color: #464646;
          font-size: 1em; }
      .secondNav li .accesLinks {
        margin: 0;
        padding: 0; }
        .secondNav li .accesLinks li {
          display: inline-block;
          margin: 0 11px 0 0; }
          .secondNav li .accesLinks li a {
            color: #464646;
            font-size: 0.875em;
            padding-left: 0; }
            .secondNav li .accesLinks li a .handIcon {
              -webkit-transform: rotate(35deg);
              transform: rotate(35deg);
              font-size: 0.75em; }
  .thirdNav {
    margin: 0;
    padding: 0; }
    .thirdNav li {
      list-style: none;
      display: inline-block;
      margin: 0 15px 0 0; }
      .thirdNav li:first-child {
        margin-left: 4px; }
      .thirdNav li a {
        color: #464646;
        font-size: 0.75em; }
  .languageMenu {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999999;
    padding: 90px 0 0 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .languageMenu ul {
      margin: 0;
      padding: 0;
      display: block;
      width: 140px; }
      .languageMenu ul li {
        list-style: none;
        display: block;
        margin: 0 0 17px 0; }
        .languageMenu ul li a {
          color: #464646;
          text-transform: uppercase;
          font-family: "LAD-Regular";
          font-size: 0.875em;
          letter-spacing: 0.0625em;
          padding-bottom: 0.1875em; }
          .languageMenu ul li a.arabic {
            font-family: "LAD-Regular";
            letter-spacing: normal; }
          .languageMenu ul li a:hover, .languageMenu ul li a:focus {
            text-decoration: none;
            border-bottom: solid 1px #464646; }
    .languageMenu.active {
      right: 0; }
  .back-menu {
    position: absolute;
    left: 23px;
    top: 13px;
    letter-spacing: 0.0625em;
    font-size: 0.875em;
    font-family: "LAD-Regular";
    text-transform: uppercase;
    color: #464646;
    padding-left: 1.25em; }
    .back-menu i {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.375em; }
    .back-menu:hover, .back-menu:focus {
      text-decoration: none; }
  .contrastMenu {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999999;
    padding: 95px 37px 0 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .contrastMenu.active {
      right: 0; }
    .contrastMenu ul {
      margin: 0 0 30px 0;
      padding: 0;
      float: left;
      width: 100%; }
      .contrastMenu ul li {
        list-style: none; }
    .contrastMenu p {
      text-transform: uppercase;
      font-size: 0.875em; }
    .contrastMenu hr {
      width: 100%;
      height: 1px;
      border: 0;
      background-color: #e5e5e5;
      margin: 0 0 36px 0; }
  .optionsList {
    margin: 0;
    padding: 0; }
    .optionsList li {
      display: inline-block;
      margin-right: 20px;
      float: left; }
      .optionsList li:last-child {
        margin-right: 0; }
      .optionsList li a {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: "LAD-Regular";
        width: 70px;
        height: 44px;
        background: #ffffff;
        color: #464646;
        border: solid 2px #464646; }
        .optionsList li a:after {
          position: absolute;
          left: 0;
          width: 100%;
          margin: auto;
          top: 0;
          bottom: 0;
          height: 13px;
          line-height: 13px;
          content: "A";
          color: #ffffff;
          font-size: 0.75em;
          font-weight: bold; }
        .optionsList li a span {
          display: none; }
        .optionsList li a.blackColor {
          border: solid 2px #000;
          background: #2e2e2e;
          color: #ffdb00; }
        .optionsList li a.yellowColor {
          background: #ffdb00;
          color: #464646;
          border: solid 2px #0000cf; }
      .optionsList li:nth-child(2) a:after {
        content: "B";
        color: #464646; }
      .optionsList li:last-child a:after {
        content: "C";
        color: #0000cf; }
      .optionsList li.active a {
        border-width: 4px;
        line-height: 3.125em; }
  .textresize {
    margin: 0;
    padding: 0; }
    .textresize li {
      display: inline-block;
      margin-right: 20px; }
      .textresize li:last-child {
        margin-right: 0; }
      .textresize li a {
        display: block;
        font-size: 0.75em;
        text-transform: uppercase;
        text-align: center;
        font-family: "LAD-Regular";
        width: 70px;
        height: 44px;
        background: #ffffff;
        color: #464646;
        border: solid 2px #464646; }
        .textresize li a i {
          position: absolute;
          left: 0;
          top: 0;
          margin: auto;
          right: 0;
          bottom: 0;
          height: 10px;
          line-height: 10px; }
  .mobileNav,
  .languageMenu,
  .contrastMenu {
    display: none; }
  .leftMenu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 53px 30px 0 70px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%; }
    .leftMenu.active {
      left: -100%; }
  .sideBar {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .sideBar.active {
      left: -100%; }
  .siteLogo {
    width: 148.9px;
    height: 34.4px;
    margin: 0; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .menu-bars {
    display: block; }
  .mobileNav,
  .languageMenu,
  .contrastMenu {
    display: block; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .contrastMenu {
    padding: 95px 30px 0 30px; } }

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #3e3940; }
  .fc-unthemed th.fc-other-month,
  .fc-unthemed td.fc-other-month,
  .fc-unthemed thead.fc-other-month,
  .fc-unthemed tbody.fc-other-month,
  .fc-unthemed .fc-divider.fc-other-month,
  .fc-unthemed .fc-row.fc-other-month,
  .fc-unthemed .fc-popover.fc-other-month {
    background: #201d23; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  padding: 0;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: none; }

.fc-state-default.fc-corner-left {
  /* non-theme */ }

.fc-state-default.fc-corner-right {
  /* non-theme */ }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  vertical-align: middle; }
  .fc button .fc-icon.fc-icon-left-single-arrow:before {
    font-family: "leejam" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\68"; }
  .fc button .fc-icon.fc-icon-right-single-arrow:before {
    font-family: "leejam" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\66"; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  color: #80747c;
  background: none;
  font-size: 18px; }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  /* normalize cross-browser */ }

.fc th {
  text-align: right;
  text-transform: uppercase;
  padding: 18px 15px;
  background: rgba(32, 29, 35, 0.5);
  font-size: 13px;
  color: #ffffff;
  border: none !important;
  letter-spacing: 4px;
  font-weight: 400; }
  .fc th.fc-fri, .fc th.fc-sat {
    color: #4a474c; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
  padding: 0.625em 1.250em 0.625em 0.750em;
  text-align: right;
  color: #ffffff;
  font-size: 0.813em; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.625em;
  color: #f8981d;
  letter-spacing: 0.094em;
  text-transform: uppercase; }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 0;
  /* spacing between events and edges */
  padding: 0;
  float: left;
  cursor: pointer;
  color: #ffdb00;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  color: #fefefe;
  position: relative;
  height: 24px;
  line-height: 24px;
  margin-bottom: 30px; }

.fc-toolbar .fc-left {
  float: left;
  width: 100%; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  display: block;
  width: 100%; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
  height: 24px;
  width: 60px; }
  .fc-toolbar button.fc-prev-button {
    position: absolute;
    left: 38%;
    top: 0;
    border-right: solid 1px #40383f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .fc-toolbar button.fc-next-button {
    position: absolute;
    right: 38%;
    top: 0;
    border-left: solid 1px #40383f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
  height: 80px !important; }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0;
  height: 20px;
  width: 100%;
  float: right; }

.fc-state-highlight .fc-day-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  float: right;
  position: relative;
  background: #5bc0de; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding: 10px 15px;
  font-size: 16px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

.fc-scroller, .fc-day-grid-container {
  height: inherit !important; }

.fc-event-container {
  position: relative; }
  .fc-event-container:after {
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    content: '';
    background: #464646;
    border-radius: 50%;
    z-index: 9;
    bottom: 0;
    top: 3px;
    margin: auto; }

.custom-calendar {
  position: relative;
  overflow: hidden;
  width: 72.563em;
  margin: 0 auto; }

#fullCalModal {
  background: #1b191e;
  border: solid 1px #ffffff;
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 330px;
  height: 430px;
  padding: 50px 35px 0 35px;
  z-index: 9; }
  #fullCalModal .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 45px 30px; }
  #fullCalModal h4 {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 18px; }
  #fullCalModal p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
    color: #ffffff; }
  #fullCalModal hr {
    background: #62585f;
    border: none;
    margin: 0 0 20px 0;
    height: 1px;
    display: block; }
  #fullCalModal h6 {
    margin-bottom: 10px; }
  #fullCalModal .modal-content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left; }
  #fullCalModal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #5cb85c;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #fullCalModal .cal-logo {
    margin: 0 auto 30px auto;
    width: 96px;
    height: 36px;
    display: block; }

.enroll-link {
  color: #ffdb00;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .enroll-link i {
    font-size: 10px; }
  .enroll-link:hover, .enroll-link:focus {
    text-decoration: none; }

.fc-today-button {
  display: none !important; }

.calendar-page.modal-open {
  padding: 0 !important;
  overflow: visible; }

.calendar-page .modal-backdrop {
  display: none !important; }

@media (min-width: 1025px) and (max-width: 1440px) {
  .fc-event-container:after {
    width: 10px;
    height: 10px;
    top: 4px; }
  .fc-toolbar button.fc-prev-button {
    left: 32%; }
  .fc-toolbar button.fc-next-button {
    right: 32%; } }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  #fullCalModal .close:hover {
    background: #464646; }
  .fc-toolbar button:hover.fc-prev-button, .fc-toolbar button:hover.fc-next-button {
    color: #464646; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-calendar {
    width: 100%; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #fullCalModal .modal-dialog {
    width: 100%; }
  .fc-day-grid-event {
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fc-row .fc-content-skeleton td,
  .fc-row .fc-helper-skeleton td {
    padding: 10px 20px 10px 10px; }
  .fc-toolbar button.fc-prev-button {
    left: 30%; }
  .fc-toolbar button.fc-next-button {
    right: 30%; }
  .fc-event-container:after {
    width: 10px;
    height: 10px;
    top: 2px; }
  .custom-calendar {
    width: 100%; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .fc-toolbar button.fc-prev-button {
    left: 20%; }
  .fc-toolbar button.fc-next-button {
    right: 20%; }
  .fc-event-container:after {
    width: 10px;
    height: 10px;
    top: 2px;
    display: none; }
  .fc-row .fc-content-skeleton td,
  .fc-row .fc-helper-skeleton td {
    padding: 5px;
    font-size: 11px; }
  .fc-state-highlight .fc-day-number {
    width: 25px;
    height: 25px;
    line-height: 22px; }
  .fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    height: 60px !important; }
  .fc-day-grid-event {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    background: #464646; }
  #fullCalModal {
    left: 0;
    right: 0;
    margin: auto;
    height: inherit; }
  .custom-calendar {
    width: 100%; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .fc-toolbar button.fc-prev-button {
    left: 10%; }
  .fc-toolbar button.fc-next-button {
    right: 10%; }
  .fc th {
    padding: 18px 5px;
    font-size: 10px; }
  #fullCalModal {
    width: 90%;
    height: 380px; }
    #fullCalModal .modal-dialog {
      padding: 35px 20px; }
    #fullCalModal .cal-logo {
      margin: 0 auto 20px auto; }
    #fullCalModal hr {
      margin-bottom: 15px; }
    #fullCalModal p {
      margin-bottom: 15px; } }

/* Portrait phones and smaller */
/*!
 * FullCalendar v3.3.1 Print Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
.fc {
  max-width: 100% !important; }

/* Global Event Restyling
--------------------------------------------------------------------------------------------------*/
.fc-event {
  background: #fff !important;
  color: #000 !important;
  page-break-inside: avoid; }

.fc-event .fc-resizer {
  display: none; }

/* Table & Day-Row Restyling
--------------------------------------------------------------------------------------------------*/
.fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
  border-color: #ccc !important;
  background: #fff !important; }

/* kill the overlaid, absolutely-positioned components */
/* common... */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-helper-container {
  display: none; }

/* don't force a min-height on rows (for DayGrid) */
.fc tbody .fc-row {
  height: auto !important;
  /* undo height that JS set in distributeHeight */
  min-height: 0 !important;
  /* undo the min-height from each view's specific stylesheet */ }

.fc tbody .fc-row .fc-content-skeleton {
  position: static;
  /* undo .fc-rigid */
  padding-bottom: 0 !important;
  /* use a more border-friendly method for this... */ }

.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
  /* only works in newer browsers */
  padding-bottom: 1em;
  /* ...gives space within the skeleton. also ensures min height in a way */ }

.fc tbody .fc-row .fc-content-skeleton table {
  /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
     making it look more like 3em. for other browers, it will already be this tall */
  height: 1em; }

/* Undo month-view event limiting. Display all events and hide the "more" links
--------------------------------------------------------------------------------------------------*/
.fc-more-cell,
.fc-more {
  display: none !important; }

.fc tr.fc-limited {
  display: table-row !important; }

.fc td.fc-limited {
  display: table-cell !important; }

.fc-popover {
  display: none;
  /* never display the "more.." popover in print mode */ }

/* TimeGrid Restyling
--------------------------------------------------------------------------------------------------*/
/* undo the min-height 100% trick used to fill the container's height */
.fc-time-grid {
  min-height: 0 !important; }

/* don't display the side axis at all ("all-day" and time cells) */
.fc-agenda-view .fc-axis {
  display: none; }

/* don't display the horizontal lines */
.fc-slats,
.fc-time-grid hr {
  /* this hr is used when height is underused and needs to be filled */
  display: none !important;
  /* important overrides inline declaration */ }

/* let the container that holds the events be naturally positioned and create real height */
.fc-time-grid .fc-content-skeleton {
  position: static; }

/* in case there are no events, we still want some height */
.fc-time-grid .fc-content-skeleton table {
  height: 4em; }

/* kill the horizontal spacing made by the event container. event margins will be done below */
.fc-time-grid .fc-event-container {
  margin: 0 !important; }

/* TimeGrid *Event* Restyling
--------------------------------------------------------------------------------------------------*/
/* naturally position events, vertically stacking them */
.fc-time-grid .fc-event {
  position: static !important;
  margin: 3px 2px !important; }

/* for events that continue to a future day, give the bottom border back */
.fc-time-grid .fc-event.fc-not-end {
  border-bottom-width: 1px !important; }

/* indicate the event continues via "..." text */
.fc-time-grid .fc-event.fc-not-end:after {
  content: "..."; }

/* for events that are continuations from previous days, give the top border back */
.fc-time-grid .fc-event.fc-not-start {
  border-top-width: 1px !important; }

/* indicate the event is a continuation via "..." text */
.fc-time-grid .fc-event.fc-not-start:before {
  content: "..."; }

/* time */
/* undo a previous declaration and let the time text span to a second line */
.fc-time-grid .fc-event .fc-time {
  white-space: normal !important; }

/* hide the the time that is normally displayed... */
.fc-time-grid .fc-event .fc-time span {
  display: none; }

/* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
.fc-time-grid .fc-event .fc-time:after {
  content: attr(data-full); }

/* Vertical Scroller & Containers
--------------------------------------------------------------------------------------------------*/
/* kill the scrollbars and allow natural height */
.fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
  /* */
  overflow: visible !important;
  height: auto !important; }

/* kill the horizontal border/padding used to compensate for scrollbars */
.fc-row {
  border: 0 !important;
  margin: 0 !important; }

/* Button Controls
--------------------------------------------------------------------------------------------------*/
.fc-button-group,
.fc button {
  display: none;
  /* don't display any button-related controls */ }

.form-wrapper {
  float: left;
  width: 100%;
  position: relative; }
  .form-wrapper .step-title {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px; }
  .form-wrapper h5 {
    font-size: 0.9375em;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 25px;
    display: inline-block;
    color: #464646; }
  .form-wrapper .form-group {
    margin-bottom: 36px;
    position: relative;
    float: left;
    width: 100%; }
    .form-wrapper .form-group small.help-block {
      position: absolute;
      left: 0;
      bottom: -20px;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      color: red;
      font-weight: normal;
      font-family: "Frutiger LT W05_45 Light";
      font-size: 0.75em; }
    .form-wrapper .form-group.no-padding {
      padding-bottom: 0; }
    .form-wrapper .form-group label {
      font-family: "Frutiger LT W05_45 Light";
      text-transform: uppercase;
      margin-bottom: 15px;
      letter-spacing: 0.125em;
      font-size: 0.875em;
      font-weight: bold;
      display: block; }
      .form-wrapper .form-group label .link {
        display: inline-block;
        position: relative; }
        .form-wrapper .form-group label .link:after {
          position: absolute;
          bottom: -1px;
          width: 100%;
          content: '';
          height: 1px;
          background: #464646;
          right: auto;
          left: 0;
          -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
        .form-wrapper .form-group label .link:hover {
          text-decoration: none; }
    .form-wrapper .form-group.half {
      display: inline-block; }
    .form-wrapper .form-group .errror-icon {
      display: none;
      position: absolute;
      right: 30px;
      top: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      margin: auto;
      bottom: 0;
      height: 20px;
      line-height: 0; }
    .form-wrapper .form-group .success-icon {
      display: none;
      position: absolute;
      right: 30px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      top: 0;
      margin: auto;
      bottom: 0;
      height: 20px;
      line-height: 0; }
    .form-wrapper .form-group.has-error .errror-icon {
      display: block;
      font-size: 24px;
      letter-spacing: 1.7px;
      text-align: left;
      color: #ef473b; }
    .form-wrapper .form-group.has-error .input-group label {
      color: red !important; }
    .form-wrapper .form-group.has-success .form-control, .form-wrapper .form-group.has-success .inputfile {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #ffffff; }
    .form-wrapper .form-group.has-success .success-icon {
      display: block;
      font-size: 24px;
      letter-spacing: 1.7px;
      text-align: left;
      color: #5ea129; }
    .form-wrapper .form-group.has-success .bootstrap-select.btn-group button {
      /*border-color: $brand-white;*/ }
    .form-wrapper .form-group button {
      display: block; }
      .form-wrapper .form-group button i {
        margin-right: 10px; }
    .form-wrapper .form-group .sm-btn {
      letter-spacing: 0.8px; }
    .form-wrapper .form-group .combined .errror-icon, .form-wrapper .form-group .combined .success-icon {
      right: 30px;
      top: 0px; }
    .form-wrapper .form-group .btn {
      margin-bottom: 0; }
  .form-wrapper .form-control, .form-wrapper .inputfile, .form-wrapper .inputfile {
    border-color: #464646;
    font-size: 0.75em;
    padding: 6px 60px 6px 30px;
    font-weight: bold; }
  .form-wrapper textarea.form-control, .form-wrapper textarea.inputfile {
    border-color: #464646;
    font-size: 12px;
    padding: 16px 60px 34px 30px; }
  .form-wrapper .bootstrap-select.btn-group {
    padding: 0 !important;
    height: 100%; }
    .form-wrapper .bootstrap-select.btn-group button {
      background: transparent;
      text-transform: uppercase;
      font-size: 1em;
      border: 1px solid #464646;
      margin: 0;
      font-family: "Frutiger LT W05_45 Light";
      height: 50px;
      padding: 16px 16px 0 30px; }
    .form-wrapper .bootstrap-select.btn-group.open button {
      background: #dfdfdf;
      border: 1px solid #dfdfdf;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .form-wrapper .dropdown-menu {
    font-size: 0.9375em;
    padding-top: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form-wrapper .dropdown-menu li a {
      font-weight: bold;
      padding: 7px 15px;
      display: inline-block;
      font-size: 1em; }
      .form-wrapper .dropdown-menu li a:focus, .form-wrapper .dropdown-menu li a:hover {
        background: #dfdfdf; }
    .form-wrapper .dropdown-menu.open {
      background-color: #dfdfdf;
      margin-top: -1px; }
      .form-wrapper .dropdown-menu.open ul {
        background-color: #dfdfdf;
        max-height: 270px !important; }
  .form-wrapper .mCSB_container {
    padding: 0; }
  .form-wrapper .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .form-wrapper .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    opacity: 1;
    right: 5px; }
  .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .form-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #cdcdcd;
    opacity: 1; }
  .form-wrapper .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1;
    background: #464646; }
  .form-wrapper .bootstrap-select.open .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 10%; }
  .form-wrapper .input-group {
    display: block; }
    .form-wrapper .input-group li.checkbox {
      display: inline-block;
      margin-right: 25px;
      padding-top: 12px; }
      .form-wrapper .input-group li.checkbox label {
        font-size: 0.75em;
        line-height: 20px;
        font-family: "Frutiger LT W04_45 Light";
        text-transform: uppercase;
        margin-bottom: 11px;
        letter-spacing: 1px;
        color: #464646;
        display: block; }
    .form-wrapper .input-group .radio {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0; }
      .form-wrapper .input-group .radio label {
        font-size: 0.75em;
        font-family: "Frutiger LT W05_45 Light";
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 0.125em;
        line-height: 0.75em;
        display: block;
        padding-top: 6px; }
  .form-wrapper .thanks {
    background: #f3f3f3; }
  .form-wrapper .visit-box .input-group .radio input[type="radio"]:checked + label::before {
    border-color: #464646; }
  .form-wrapper .visit-box .input-group .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #464646; }
  .form-wrapper .select-div .bootstrap-select.btn-group button {
    padding: 16px 16px 0 16px; }
  .form-wrapper .select-div .bootstrap-select .dropdown-menu li {
    padding-left: 0; }
    .form-wrapper .select-div .bootstrap-select .dropdown-menu li a {
      padding-left: 17px; }

.select-div {
  float: right;
  width: 80px; }

.combined {
  position: relative;
  float: left;
  width: 100%; }

.create-account-submit {
  display: inline-block;
  width: 100%; }
  .create-account-submit .left {
    float: left;
    width: 50%; }
  .create-account-submit p {
    font-size: 0.75em; }
  .create-account-submit .textLink {
    text-transform: uppercase;
    font-weight: bold; }
    .create-account-submit .textLink:after {
      background: #464646; }

.login-row {
  margin: 5% 0 0 7%; }

.mandatory {
  text-transform: uppercase;
  color: #464646;
  font-size: 0.75em;
  letter-spacing: 0.125em;
  font-family: "Frutiger LT W04_55 Roman";
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.enquiry {
  width: 100%;
  float: left; }
  .enquiry .select-div {
    width: 100%; }

.dropSelect {
  height: 300px; }

.submission_errors {
  color: red; }
  .submission_errors p {
    color: red; }

.session_timeout {
  position: fixed;
  right: 0;
  background: #464646;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Frutiger LT W04_55 Roman";
  letter-spacing: 2px;
  padding: 10px;
  top: 20px;
  display: none;
  z-index: 99999;
  white-space: nowrap; }

.captcha-box {
  float: left;
  width: 259px;
  height: 69px; }
  .captcha-box .g-recaptcha {
    -webkit-transform: scale(0.67);
    transform: scale(0.67);
    margin: -12px 0 0 -50px; }

.login-wrapper {
  float: left;
  margin-right: 100px;
  width: 920px;
  padding: 25px 10px 0 9px;
  background: #ffffff; }
  .login-wrapper .form-wrapper .loading:before {
    background: #ffffff; }
  .login-wrapper .form-wrapper .thanks {
    background: #ffffff; }
  .login-wrapper h2 {
    margin-bottom: 50px; }
  .login-wrapper .container {
    width: 100%; }

.login-form-right {
  float: right;
  width: 15.625em; }
  .login-form-right .btn {
    width: 100%;
    font-size: 0.75em; }

.login-foot {
  float: left;
  width: 100%; }
  .login-foot .text-link {
    margin: 12px 0 0 0;
    padding: 0;
    float: left; }
  .login-foot button {
    float: right; }

.create-account-wrapper {
  width: 1620px;
  float: left;
  margin-right: 100px;
  background: #ffffff;
  padding: 25px 10px 0 9px; }
  .create-account-wrapper .form-wrapper .loading:before {
    background: #ffffff; }
  .create-account-wrapper .form-wrapper .thanks {
    background: #ffffff;
    padding: 10px; }
    .create-account-wrapper .form-wrapper .thanks .thanks-inner {
      height: auto;
      text-align: left; }
      .create-account-wrapper .form-wrapper .thanks .thanks-inner h2, .create-account-wrapper .form-wrapper .thanks .thanks-inner p {
        margin-bottom: 11px; }
  .create-account-wrapper h2 {
    margin-bottom: 50px; }
  .create-account-wrapper .container {
    width: 100%; }

.field-col-3 {
  width: 24%;
  float: left; }
  .field-col-3 + .field-col-3 {
    margin-left: 1.3333%; }
  .field-col-3 .field-one {
    width: 100%;
    float: left; }

.create-btns {
  float: right; }
  .create-btns p {
    float: left;
    margin-right: 30px; }
  .create-btns .text-link {
    margin: 0;
    padding: 0; }
  .create-btns .btn-border {
    padding: 17px 27px; }

.personal-account {
  float: left;
  margin-right: 100px;
  padding: 25px 10px 0 9px;
  background: #ffffff;
  width: 2419px;
  height: 100%; }
  .personal-account .personal-account-col-1 {
    width: 1620px;
    float: left;
    margin-right: 50px; }
  .personal-account .form-wrapper .loading:before {
    background: #ffffff; }
  .personal-account .form-wrapper .thanks {
    background: #ffffff;
    padding: 10px; }
    .personal-account .form-wrapper .thanks .thanks-inner {
      height: auto;
      text-align: left; }
      .personal-account .form-wrapper .thanks .thanks-inner h2, .personal-account .form-wrapper .thanks .thanks-inner p {
        margin-bottom: 11px; }
  .personal-account h2 {
    margin-bottom: 50px; }
  .personal-account .container {
    width: 100%; }
  .personal-account .personal-account-col-2 {
    width: 730px;
    float: left; }
    .personal-account .personal-account-col-2 h2 {
      margin-bottom: 30px; }
    .personal-account .personal-account-col-2 p {
      margin-bottom: 33px; }
  .personal-account .time-boxes {
    margin-bottom: 30px; }
    .personal-account .time-boxes li {
      margin-bottom: 0; }
      .personal-account .time-boxes li a {
        padding: 17px 38px;
        font-size: 0.75em; }
  .personal-account .create-btns .btn {
    margin-bottom: 0; }
  .personal-account .remove-account-link {
    float: left;
    font-size: 0.75em;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px; }
    .personal-account .remove-account-link i {
      position: absolute;
      left: 0;
      top: 3px;
      font-size: 0.8125em; }
    .personal-account .remove-account-link span {
      position: relative;
      display: inline-block; }
      .personal-account .remove-account-link span:after {
        position: absolute;
        bottom: -1px;
        width: 100%;
        content: '';
        height: 1px;
        background: #464646;
        right: auto;
        left: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }
    .personal-account .remove-account-link:hover, .personal-account .remove-account-link:focus {
      text-decoration: none;
      outline: none; }

.delete-account .modal-dialog {
  width: 980px;
  height: 400px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .delete-account .modal-dialog .modal-content {
    padding: 44px 100px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }

.delete-account .modal-header, .delete-account .modal-body, .delete-account .modal-footer {
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%; }
  .delete-account .modal-header p, .delete-account .modal-body p, .delete-account .modal-footer p {
    margin-bottom: 30px; }

.delete-account .close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #464646;
  opacity: 1;
  font-size: 1.25em; }

.delete-account .form-wrapper {
  float: none;
  display: block; }
  .delete-account .form-wrapper .form-group {
    width: 49%; }
    .delete-account .form-wrapper .form-group:last-child {
      float: right; }
  .delete-account .form-wrapper .form-control, .delete-account .form-wrapper .inputfile {
    width: 100%; }

.delete-account .modal-footer.button-left {
  text-align: left; }

.delete-account .modal-footer .btn {
  font-size: 0.75em;
  margin: 0 15px 0 0; }
  .delete-account .modal-footer .btn + .btn {
    margin: 0 0 0 0; }

.delete-account .modal-footer .btn-border {
  padding: 17px 40px; }

.subscriptions-box {
  margin-right: 100px;
  padding: 25px 20px 30px 20px;
  background: #ffffff;
  width: 520px;
  float: left;
  height: calc(100vh * 0.56); }
  .subscriptions-box h2 {
    margin-bottom: 50px; }
  .subscriptions-box p {
    font-size: 0.8125em; }
    .subscriptions-box p .textLink:after {
      background: #464646; }

.subscriptions-list {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }
  .subscriptions-list li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: middle; }
    .subscriptions-list li h3 {
      text-transform: capitalize;
      margin-bottom: 15px; }
    .subscriptions-list li p {
      margin-bottom: 0; }
    .subscriptions-list li .text-col {
      float: left;
      width: 50%; }
    .subscriptions-list li .btn-col {
      float: right;
      width: 35%;
      padding-top: 3%; }
      .subscriptions-list li .btn-col .btn {
        width: 100%;
        margin-bottom: 0; }
        .subscriptions-list li .btn-col .btn:after {
          border-width: 1px; }
        .subscriptions-list li .btn-col .btn i {
          opacity: 0;
          visibility: hidden; }
        .subscriptions-list li .btn-col .btn.active:after {
          border-width: 2px; }
        .subscriptions-list li .btn-col .btn.active i {
          opacity: 1;
          visibility: visible; }

.your-ticket {
  width: 420px;
  float: left;
  margin-right: 100px;
  background: #ffffff;
  padding: 25px 20px 30px 20px;
  height: 320px; }
  .your-ticket .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .your-ticket h2 {
    margin-bottom: 30px; }
  .your-ticket .btn {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 0.75em; }
    .your-ticket .btn + .btn {
      margin-right: 0; }

.ticketList {
  margin: 10px 0 30px 0;
  padding: 0; }
  .ticketList li {
    list-style: none;
    display: block;
    font-size: 0.875em;
    margin-bottom: 5px; }

.order-history {
  float: left;
  margin-right: 100px;
  background: #ffffff;
  padding: 25px 20px 30px 20px;
  width: 720px;
  height: calc(100vh * 0.61); }
  .order-history h2 {
    margin-bottom: 30px; }

.ticket-row {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .ticket-row:last-child {
    margin-bottom: 0; }

.ticket {
  float: left;
  width: 50%;
  margin: 0; }
  .ticket .ticketList {
    margin-bottom: 0; }

.member-box {
  margin-right: 100px;
  background: #ffffff;
  padding: 25px 20px 25px 20px;
  width: 320px; }
  .member-box p {
    margin-bottom: 20px; }
  .member-box .btn {
    margin-bottom: 0; }

.collection {
  background: #ffffff;
  float: left;
  margin-right: 100px;
  padding: 24px 27px 20px 20px; }
  .collection h2 {
    margin-bottom: 30px; }

.complate-profile {
  width: 320px;
  float: left;
  margin-right: 100px;
  padding: 24px 20px 20px 20px;
  background: #ffffff; }
  .complate-profile h2 {
    margin-bottom: 30px; }
  .complate-profile p {
    margin-bottom: 30px; }
    .complate-profile p.progressTitle {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px; }

.meter {
  height: 7px;
  /* Can be anything */
  position: relative;
  margin: 0 0 30px 0;
  /* Just for demo spacing */
  width: 100%;
  background: url("/assets/images/progress-bg.png") repeat-x;
  background-position: center center; }
  .meter .left-number {
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 0.75em; }
  .meter .right-number {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 0.75em; }

.meter > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,464646+100 */
  background: #cccccc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#cccccc), to(#464646));
  background: linear-gradient(to right, #cccccc 0%, #464646 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#464646',GradientType=1 );
  /* IE6-9 */ }

.dateOpen {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 100%; }

.member-deatil {
  padding: 24px 20px 20px 20px;
  width: 400px;
  float: left;
  margin-right: 100px;
  background: #ffffff;
  height: 320px; }
  .member-deatil p {
    margin-bottom: 20px; }
  .member-deatil .btn {
    margin-bottom: 0; }

.member-deatil-list {
  margin: 10px 0 40px 0;
  padding: 0;
  float: left;
  width: 100%; }
  .member-deatil-list li {
    display: block;
    font-size: 0.875em;
    margin-bottom: 10px;
    float: left;
    width: 100%; }
    .member-deatil-list li:last-child {
      margin-bottom: 0; }
    .member-deatil-list li span {
      float: left;
      width: 50%; }

.membership-shared {
  padding: 24px 20px 0 20px;
  margin-right: 100px;
  background: #ffffff;
  float: left;
  height: 100%; }
  .membership-shared .form-wrapped {
    float: left;
    width: 380px; }
    .membership-shared .form-wrapped + .form-wrapped {
      margin-left: 20px; }
  .membership-shared .button-wrapper {
    float: right; }
    .membership-shared .button-wrapper .btn {
      margin: 0; }
    .membership-shared .button-wrapper .btn-border {
      padding: 17px 30px; }
  .membership-shared .form-button {
    float: left;
    margin-right: 20px; }
  .membership-shared .form-wrapper .form-group {
    margin-bottom: 32px; }

.add-form-wrapped {
  width: 260px;
  float: left; }

.extra-show {
  display: none; }

/*==========  Non-Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
  .step-title {
    display: none; }
  .form-wrapper .form-group label .link:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .create-account-submit a:hover:after {
    left: auto;
    right: 0;
    width: 0%; }
  .personal-account .remove-account-link:hover span:after {
    left: auto;
    right: 0;
    width: 0%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 980px) and (max-width: 1400px) {
  label {
    font-size: 0.75em; }
  .form-wrapper .form-group .combined .errror-icon, .form-wrapper .form-group .combined .success-icon {
    right: 30px;
    top: 0; }
  .form-wrapper .form-group {
    margin-bottom: 25px; }
    .form-wrapper .form-group label {
      font-size: 0.75em;
      margin-bottom: 10px; }
    .form-wrapper .form-group .form-control, .form-wrapper .form-group .inputfile {
      height: 40px;
      font-size: 0.625em;
      padding-left: 20px; }
    .form-wrapper .form-group small.help-block {
      font-size: 0.625em; }
    .form-wrapper .form-group textarea.form-control, .form-wrapper .form-group textarea.inputfile {
      height: 138px; }
  .form-wrapper .input-group li.checkbox label {
    font-size: 10px; }
  .form-wrapper .bootstrap-select.btn-group button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    height: 40px;
    padding-top: 13px; }
  .form-wrapper .dropdown-menu li a {
    font-size: 1em; }
  .form-wrapper .dropdown-menu.open ul {
    max-height: 160px !important; }
  .form-wrapper .bootstrap-select .mCustomScrollBox {
    padding-right: 0; }
  .form-wrapper .bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 4px; }
  .form-wrapper .select-div .bootstrap-select.btn-group button {
    padding: 13px 5px 0 10px; }
  .form-wrapper .select-div .bootstrap-select .dropdown-menu li a {
    padding-left: 7px; }
  .step-title {
    display: none; }
  .create-account-submit p {
    font-size: 0.625em; }
  .mandatory {
    font-size: 0.625em; }
  .captcha-box .g-recaptcha {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    margin: -16px 0 0 -76px; }
  .login-wrapper {
    width: 700px;
    margin-right: 70px; }
    .login-wrapper h2 {
      margin-bottom: 30px; }
  .login-form-right {
    width: 12.5em; }
    .login-form-right .btn {
      font-size: 0.625em; }
  .login-foot .text-link {
    font-size: 0.75em; }
  .create-account-wrapper {
    width: 1440px;
    margin-right: 70px; }
    .create-account-wrapper h2 {
      margin-bottom: 30px; }
  .create-btns p .text-link {
    font-size: 0.8125em; }
  .create-btns .btn-border {
    padding: 14px 25px; }
  .delete-account .modal-dialog {
    width: 780px; }
    .delete-account .modal-dialog .modal-content {
      padding: 30px 70px; }
  .delete-account .modal-footer .btn {
    padding: 12px 18px; }
  .delete-account .modal-footer .btn-border {
    padding: 14px 25px; }
  .subscriptions-box {
    width: 450px;
    margin-right: 70px;
    height: calc(100vh * 0.73); }
    .subscriptions-box p {
      font-size: 0.6875em; }
  .member-box {
    width: 250px;
    padding: 16px 10px 10px 10px;
    margin-right: 70px; }
  .personal-account h2 {
    margin-bottom: 20px; }
  .personal-account .time-boxes li a {
    padding: 12px 32px; }
  .complate-profile {
    width: 250px; }
    .complate-profile h2 {
      margin-bottom: 20px; }
  .your-ticket {
    height: 270px;
    margin-right: 70px; }
    .your-ticket h2 {
      margin-bottom: 20px; }
  .ticketList {
    margin-bottom: 15px; }
    .ticketList li {
      font-size: 0.75em; }
  .order-history {
    padding: 25px 20px 20px 20px;
    height: calc(100vh * 0.731);
    margin-right: 70px; }
    .order-history h2 {
      margin-bottom: 20px; }
  .ticket-row {
    margin-bottom: 20px; }
  .membership-shared .form-wrapper .form-group {
    margin-bottom: 25px; }
  .create-swiper .swiper-wrapper {
    height: calc(100vh * 0.8); }
  .membership-shared .button-wrapper .btn {
    padding: 12px 18px; }
  .membership-shared .button-wrapper .btn-border {
    padding: 14px 25px; } }

/* Portrait tablets and small desktops */
@media (min-width: 700px) and (max-width: 980px) {
  .login-row {
    margin: 5% 0 0 7%; }
  .form-wrapper .form-group .combined .errror-icon, .form-wrapper .form-group .combined .success-icon {
    right: 30px;
    top: 8px; }
  .form-wrapper .step-title {
    margin-top: 15px; }
  .form-wrapper .form-group small.help-block {
    font-size: 0.625em; }
  label {
    font-size: 0.6875em;
    margin-bottom: 10px; }
  .session_timeout {
    top: inherit;
    bottom: 0; }
  .mandatory {
    margin-bottom: 8px; }
  .captcha-box {
    width: 189px;
    height: 52px; }
    .captcha-box .g-recaptcha {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      margin: -12px 0 0 -50px; }
  .login-wrapper {
    width: 85%;
    margin-right: 0; }
    .login-wrapper h2 {
      margin-bottom: 30px; }
  .login-form-right {
    float: left; }
  .create-account-wrapper {
    width: 80%; }
    .create-account-wrapper h2 {
      margin-bottom: 30px; }
  .field-col-3 {
    width: 100%; }
    .field-col-3 + .field-col-3 {
      margin-left: 0; }
  .delete-account .modal-dialog {
    width: 90%; }
    .delete-account .modal-dialog .modal-content {
      padding: 40px; }
  .subscriptions-box {
    width: 90%;
    margin-right: 0; }
  .personal-account {
    width: 80%;
    margin-bottom: 50px; }
    .personal-account .personal-account-col-1, .personal-account .personal-account-col-2 {
      width: 100%;
      margin: 0; }
  .complate-profile {
    width: 80%; }
  .create-btns p {
    width: 100%; }
  .collection {
    width: 90%;
    margin-right: 0; }
    .collection .media-photo-list {
      margin-right: 0; }
  .your-ticket {
    height: initial;
    margin: 0 0 30px 0;
    width: 80%; }
  .order-history {
    height: initial;
    margin: 0;
    width: 80%; }
  .ticket-row {
    margin-bottom: 30px; }
  .ticket {
    width: 100%;
    margin-bottom: 30px; }
    .ticket:last-child {
      margin-bottom: 0; }
  .member-deatil {
    height: initial;
    margin-right: 0;
    width: 80%;
    margin-bottom: 30px; }
  .membership-shared {
    margin-right: 0;
    width: 80%;
    height: initial;
    padding-bottom: 24px; }
    .membership-shared .form-button {
      width: 100%;
      float: left;
      margin: 0; }
    .membership-shared .form-wrapped {
      width: 100%; }
      .membership-shared .form-wrapped + .form-wrapped {
        margin: 0; }
  .extra-hide {
    display: none; }
  .extra-show {
    display: block; } }

/* Landscape phones and portrait tablets */
@media (max-width: 700px) {
  label {
    font-size: 0.75em;
    margin-bottom: 10px;
    float: left;
    width: 100%; }
  .login-row {
    margin: 12% 0 0 0; }
  .form-wrapper .form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .form-wrapper .form-group .form-control, .form-wrapper .form-group .inputfile {
      height: 40px;
      padding: 6px 40px 6px 15px;
      font-size: 0.625em; }
    .form-wrapper .form-group small.help-block {
      font-size: 0.625em;
      margin: 0;
      padding: 0;
      letter-spacing: initial; }
    .form-wrapper .form-group .errror-icon {
      right: 20px; }
    .form-wrapper .form-group textarea.form-control, .form-wrapper .form-group textarea.inputfile {
      height: auto; }
  .form-wrapper .input-group li.checkbox label {
    font-size: 0.625em; }
  .form-wrapper .bootstrap-select.btn-group button {
    padding: 0;
    height: 100%; }
    .form-wrapper .bootstrap-select.btn-group button .mCSB_container {
      height: 100%; }
  .form-wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    position: relative;
    top: 11px;
    letter-spacing: 0.0625em;
    padding-left: 15px; }
  .form-wrapper .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 50%;
    right: 7px; }
  .form-wrapper .select-div .bootstrap-select.btn-group button {
    padding: 12px 5px 0 10px; }
  .form-wrapper .select-div .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    position: relative;
    top: 4px; }
  .form-wrapper .dropdown-menu.open ul {
    max-height: 150px !important; }
  .select-div {
    width: 100%; }
  .session_timeout {
    top: inherit;
    bottom: 0; }
  .captcha-box {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 54px; }
    .captcha-box .g-recaptcha {
      margin: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      margin: -12px 0 0 -35px; }
  .googleCaptcha {
    float: left;
    width: 100%;
    height: 54px;
    position: relative; }
    .googleCaptcha .g-recaptcha {
      margin: 0;
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
      margin: -12px 0 0 0;
      float: left;
      width: 100%;
      position: absolute;
      left: -30px; }
  .login-wrapper {
    width: 100%;
    margin-right: 0; }
    .login-wrapper h2 {
      font-size: 1.125em;
      margin-bottom: 20px; }
  .login-form-right {
    float: left;
    width: 100%; }
  .create-account-wrapper {
    width: 100%; }
    .create-account-wrapper h2 {
      font-size: 1.125em;
      margin-bottom: 20px; }
  .field-col-3 {
    width: 100%; }
    .field-col-3 + .field-col-3 {
      margin-left: 0; }
  .create-btns .text-link {
    font-size: 0.8125em;
    float: left; }
  .delete-account .close {
    right: 15px;
    top: 15px; }
  .delete-account h2 br {
    display: none; }
  .delete-account .modal-dialog {
    width: 90%;
    height: auto;
    margin-top: 5%; }
    .delete-account .modal-dialog .modal-content {
      padding: 30px; }
  .delete-account .form-wrapper .form-group {
    width: 100%; }
  .delete-account .modal-footer .btn {
    margin-bottom: 10px;
    margin-right: 0; }
    .delete-account .modal-footer .btn:last-child {
      margin-bottom: 0; }
  .subscriptions-box {
    width: 100%;
    margin-right: 0;
    height: initial; }
  .subscriptions-list li .text-col {
    width: 100%; }
  .subscriptions-list li .btn-col {
    width: 100%; }
  .member-box {
    margin-right: 0;
    width: 100%; }
  .personal-account {
    width: 100%;
    margin-bottom: 50px; }
    .personal-account .personal-account-col-1, .personal-account .personal-account-col-2 {
      width: 100%;
      margin: 0; }
    .personal-account .time-boxes li a {
      padding: 17px 38px;
      font-size: 0.625em; }
  .complate-profile {
    width: 100%;
    margin-right: 0; }
  .create-btns {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    .create-btns .btn {
      width: 49%;
      text-align: center; }
      .create-btns .btn span {
        display: block; }
  .create-swiper .press-filler {
    padding: 25px; }
  .collection {
    width: 100%; }
  .your-ticket {
    height: initial;
    margin: 0 0 30px 0;
    width: 100%; }
    .your-ticket .btn {
      margin: 0 0 10px 0; }
      .your-ticket .btn:last-child {
        margin-bottom: 0; }
  .order-history {
    height: initial;
    margin: 0 0 30px 0;
    width: 100%; }
  .ticket-row {
    margin-bottom: 30px; }
  .ticket {
    width: 100%;
    margin-bottom: 30px; }
    .ticket:last-child {
      margin-bottom: 0; }
  .member-deatil {
    height: initial;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  .membership-shared {
    margin-right: 0;
    width: 100%;
    height: initial;
    padding-bottom: 24px; }
    .membership-shared .form-button {
      width: 100%;
      float: left;
      margin: 0; }
    .membership-shared .form-wrapped {
      width: 100%; }
      .membership-shared .form-wrapped + .form-wrapped {
        margin: 0; }
  .extra-hide {
    display: none; }
  .extra-show {
    display: block;
    text-align: center; }
  .button-wrapper {
    width: 100%; }
    .button-wrapper .btn {
      width: 49%;
      float: left;
      text-align: center;
      padding: 15px !important; }
      .button-wrapper .btn.btn-border {
        padding: 16px 15px !important; }
      .button-wrapper .btn span {
        display: block; }
      .button-wrapper .btn:last-child {
        float: right; } }

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .form-wrapper .input-group {
    display: block; }
    .form-wrapper .input-group .radio {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0; }
      .form-wrapper .input-group .radio label {
        font-size: 0.75em;
        font-family: "Frutiger LT W05_45 Light";
        text-transform: uppercase;
        margin-bottom: 11px;
        letter-spacing: 0.125em;
        line-height: 1.25em;
        display: block;
        padding-top: 0px; }
  .form-wrapper .form-group .combined .errror-icon, .form-wrapper .form-group .combined .success-icon {
    right: 15px;
    top: 0; }
  .form-wrapper .create-account-submit .left {
    width: 100%;
    margin-bottom: 20px; }
  .form-wrapper .input-group .radio {
    margin-right: 12px; }
  .review-form-div .form-wrapper form .form-group .errror-icon {
    position: absolute;
    right: 10px;
    top: 10px; }
  .review-form-div .form-wrapper form .form-group .error-icon {
    top: auto; }
  .login-form-right .btn {
    font-size: 0.625em; } }

/* Portrait phones and smaller */
@media (max-width: 320px) {
  .form-wrapper .form-group .success-icon {
    right: 20px; } }

a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (min-width: 1200px) {
  .safari .btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .safari a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.ie .btn,
.ie9 .btn,
.ie8 .btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mCustomScrollbar {
  -ms-touch-action: inherit;
  touch-action: inherit;
  /* MSPointer events – direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: inherit;
  touch-action: inherit; }
