@charset "utf-8";/*!
 *  Font Awesome 4.6.3 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('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.eot#iefix&v=4.6.3') format('embedded-opentype'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;font-display:swap;}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-feed:before,
.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 {
  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 {
  content: "\f104";
}
.fa-angle-right: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
@font-face {
	font-family: 'font-icons';
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/font-icons.eot');
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/font-icons.eot') format('embedded-opentype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/font-icons.woff') format('woff'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/font-icons.ttf') format('truetype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/font-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;font-display:swap;}

@font-face {
	font-family: 'lined-icons';
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/lined-icons.eot');
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/lined-icons.eot') format('embedded-opentype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/lined-icons.woff') format('woff'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/lined-icons.ttf') format('truetype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/lined-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;font-display:swap;}

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/Simple-Line-Icons.eot');
	src:url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/Simple-Line-Icons.eot#iefix') format('embedded-opentype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/Simple-Line-Icons.woff') format('woff'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;font-display:swap;}

[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after {
	display: inline-block;
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }

[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
	list-style-type: none;
	margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 1px;
	width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
	width: 16px;
	margin-right: 5px;
}

.iconlist-color li i { color: #1ABC9C; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stacked-1x {
  line-height: inherit;
}
.icon-stacked-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}

.icon-type:before {
	content: "\e600";
}
.icon-box:before {
	content: "\e601";
}
.icon-archive:before {
	content: "\e602";
}
.icon-envelope:before {
	content: "\e603";
}
.icon-email:before {
	content: "\e604";
}
.icon-files:before {
	content: "\e605";
}
.icon-printer2:before {
	content: "\e606";
}
.icon-folder-add:before {
	content: "\e607";
}
.icon-folder-settings:before {
	content: "\e608";
}
.icon-folder-check:before {
	content: "\e609";
}
.icon-wifi-low:before {
	content: "\e60a";
}
.icon-wifi-mid:before {
	content: "\e60b";
}
.icon-wifi-full:before {
	content: "\e60c";
}
.icon-connection-empty:before {
	content: "\e60d";
}
.icon-battery-full:before {
	content: "\e60e";
}
.icon-settings:before {
	content: "\e60f";
}
.icon-arrow-left:before {
	content: "\e610";
}
.icon-arrow-up:before {
	content: "\e611";
}
.icon-arrow-down:before {
	content: "\e612";
}
.icon-arrow-right:before {
	content: "\e613";
}
.icon-reload:before {
	content: "\e614";
}
.icon-download:before {
	content: "\e615";
}
.icon-tag:before {
	content: "\e616";
}
.icon-trashcan:before {
	content: "\e617";
}
.icon-search:before {
	content: "\e618";
}
.icon-zoom-in:before {
	content: "\e619";
}
.icon-zoom-out:before {
	content: "\e61a";
}
.icon-chat:before {
	content: "\e61b";
}
.icon-clock:before {
	content: "\e61c";
}
.icon-printer:before {
	content: "\e61d";
}
.icon-home:before {
	content: "\e61e";
}
.icon-flag:before {
	content: "\e61f";
}
.icon-meter:before {
	content: "\e620";
}
.icon-switch:before {
	content: "\e621";
}
.icon-forbidden:before {
	content: "\e622";
}
.icon-phone-landscape:before {
	content: "\e623";
}
.icon-tablet:before {
	content: "\e624";
}
.icon-tablet-landscape:before {
	content: "\e625";
}
.icon-laptop:before {
	content: "\e626";
}
.icon-camera:before {
	content: "\e627";
}
.icon-microwave-oven:before {
	content: "\e628";
}
.icon-credit-cards:before {
	content: "\e629";
}
.icon-map-marker:before {
	content: "\e62a";
}
.icon-map:before {
	content: "\e62b";
}
.icon-support:before {
	content: "\e62c";
}
.icon-newspaper2:before {
	content: "\e62d";
}
.icon-barbell:before {
	content: "\e62e";
}
.icon-stopwatch:before {
	content: "\e62f";
}
.icon-atom:before {
	content: "\e630";
}
.icon-image:before {
	content: "\e631";
}
.icon-cube:before {
	content: "\e632";
}
.icon-bars:before {
	content: "\e633";
}
.icon-chart:before {
	content: "\e634";
}
.icon-pencil:before {
	content: "\e635";
}
.icon-measure:before {
	content: "\e636";
}
.icon-eyedropper:before {
	content: "\e637";
}
.icon-file-settings:before {
	content: "\e638";
}
.icon-file-add:before {
	content: "\e639";
}
.icon-file:before {
	content: "\e63a";
}
.icon-align-left:before {
	content: "\e63b";
}
.icon-align-right:before {
	content: "\e63c";
}
.icon-align-center:before {
	content: "\e63d";
}
.icon-align-justify:before {
	content: "\e63e";
}
.icon-file-broken:before {
	content: "\e63f";
}
.icon-browser:before {
	content: "\e640";
}
.icon-windows:before {
	content: "\e641";
}
.icon-window:before {
	content: "\e642";
}
.icon-folder:before {
	content: "\e643";
}
.icon-connection-25:before {
	content: "\e644";
}
.icon-connection-50:before {
	content: "\e645";
}
.icon-connection-75:before {
	content: "\e646";
}
.icon-connection-full:before {
	content: "\e647";
}
.icon-list:before {
	content: "\e648";
}
.icon-grid:before {
	content: "\e649";
}
.icon-stack3:before {
	content: "\e64a";
}
.icon-battery-charging:before {
	content: "\e64b";
}
.icon-battery-empty:before {
	content: "\e64c";
}
.icon-battery-25:before {
	content: "\e64d";
}
.icon-battery-50:before {
	content: "\e64e";
}
.icon-battery-75:before {
	content: "\e64f";
}
.icon-refresh:before {
	content: "\e650";
}
.icon-volume:before {
	content: "\e651";
}
.icon-volume-increase:before {
	content: "\e652";
}
.icon-volume-decrease:before {
	content: "\e653";
}
.icon-mute:before {
	content: "\e654";
}
.icon-microphone:before {
	content: "\e655";
}
.icon-microphone-off:before {
	content: "\e656";
}
.icon-book:before {
	content: "\e657";
}
.icon-checkmark:before {
	content: "\e658";
}
.icon-checkbox-checked:before {
	content: "\e659";
}
.icon-checkbox:before {
	content: "\e65a";
}
.icon-paperclip:before {
	content: "\e65b";
}
.icon-chat-1:before {
	content: "\e65c";
}
.icon-chat-2:before {
	content: "\e65d";
}
.icon-chat-3:before {
	content: "\e65e";
}
.icon-comment:before {
	content: "\e65f";
}
.icon-calendar:before {
	content: "\e660";
}
.icon-bookmark:before {
	content: "\e661";
}
.icon-email2:before {
	content: "\e662";
}
.icon-heart:before {
	content: "\e663";
}
.icon-enter:before {
	content: "\e664";
}
.icon-cloud:before {
	content: "\e665";
}
.icon-book2:before {
	content: "\e666";
}
.icon-star:before {
	content: "\e667";
}
.icon-lock:before {
	content: "\e668";
}
.icon-unlocked:before {
	content: "\e669";
}
.icon-unlocked2:before {
	content: "\e66a";
}
.icon-users:before {
	content: "\e66b";
}
.icon-user:before {
	content: "\e66c";
}
.icon-users2:before {
	content: "\e66d";
}
.icon-user2:before {
	content: "\e66e";
}
.icon-bullhorn:before {
	content: "\e66f";
}
.icon-share:before {
	content: "\e670";
}
.icon-screen:before {
	content: "\e671";
}
.icon-phone:before {
	content: "\e672";
}
.icon-phone-portrait:before {
	content: "\e673";
}
.icon-calculator:before {
	content: "\e674";
}
.icon-bag:before {
	content: "\e675";
}
.icon-diamond:before {
	content: "\e676";
}
.icon-drink:before {
	content: "\e677";
}
.icon-shorts:before {
	content: "\e678";
}
.icon-vcard:before {
	content: "\e679";
}
.icon-sun:before {
	content: "\e67a";
}
.icon-bill:before {
	content: "\e67b";
}
.icon-coffee:before {
	content: "\e67c";
}
.icon-tv2:before {
	content: "\e67d";
}
.icon-newspaper:before {
	content: "\e67e";
}
.icon-stack:before {
	content: "\e67f";
}
.icon-syringe:before {
	content: "\e680";
}
.icon-health:before {
	content: "\e681";
}
.icon-bolt:before {
	content: "\e682";
}
.icon-pill:before {
	content: "\e683";
}
.icon-bones:before {
	content: "\e684";
}
.icon-lab:before {
	content: "\e685";
}
.icon-clipboard:before {
	content: "\e686";
}
.icon-mug:before {
	content: "\e687";
}
.icon-bucket:before {
	content: "\e688";
}
.icon-select:before {
	content: "\e689";
}
.icon-graph:before {
	content: "\e68a";
}
.icon-crop:before {
	content: "\e68b";
}
.icon-heart2:before {
	content: "\e68c";
}
.icon-cloud2:before {
	content: "\e68d";
}
.icon-star2:before {
	content: "\e68e";
}
.icon-pen:before {
	content: "\e68f";
}
.icon-diamond2:before {
	content: "\e690";
}
.icon-display:before {
	content: "\e691";
}
.icon-paperplane:before {
	content: "\e692";
}
.icon-params:before {
	content: "\e693";
}
.icon-banknote:before {
	content: "\e694";
}
.icon-vynil:before {
	content: "\e695";
}
.icon-truck:before {
	content: "\e696";
}
.icon-world:before {
	content: "\e697";
}
.icon-tv:before {
	content: "\e698";
}
.icon-sound:before {
	content: "\e699";
}
.icon-video:before {
	content: "\e69a";
}
.icon-trash:before {
	content: "\e69b";
}
.icon-user3:before {
	content: "\e69c";
}
.icon-key:before {
	content: "\e69d";
}
.icon-search2:before {
	content: "\e69e";
}
.icon-settings2:before {
	content: "\e69f";
}
.icon-camera2:before {
	content: "\e6a0";
}
.icon-tag2:before {
	content: "\e6a1";
}
.icon-lock2:before {
	content: "\e6a2";
}
.icon-bulb:before {
	content: "\e6a3";
}
.icon-location:before {
	content: "\e6a4";
}
.icon-eye:before {
	content: "\e6a5";
}
.icon-bubble:before {
	content: "\e6a6";
}
.icon-stack2:before {
	content: "\e6a7";
}
.icon-cup:before {
	content: "\e6a8";
}
.icon-phone2:before {
	content: "\e6a9";
}
.icon-news:before {
	content: "\e6aa";
}
.icon-mail:before {
	content: "\e6ab";
}
.icon-like:before {
	content: "\e6ac";
}
.icon-photo:before {
	content: "\e6ad";
}
.icon-note:before {
	content: "\e6ae";
}
.icon-clock2:before {
	content: "\e6af";
}
.icon-data:before {
	content: "\e6b0";
}
.icon-music:before {
	content: "\e6b1";
}
.icon-megaphone:before {
	content: "\e6b2";
}
.icon-study:before {
	content: "\e6b3";
}
.icon-lab2:before {
	content: "\e6b4";
}
.icon-food:before {
	content: "\e6b5";
}
.icon-t-shirt:before {
	content: "\e6b6";
}
.icon-fire:before {
	content: "\e6b7";
}
.icon-clip:before {
	content: "\e6b8";
}
.icon-shop:before {
	content: "\e6b9";
}
.icon-calendar2:before {
	content: "\e6ba";
}
.icon-wallet:before {
	content: "\e6bb";
}
.icon-duckduckgo:before {
	content: "\e830";
}
.icon-lkdto:before {
	content: "\e896";
}
.icon-delicious:before {
	content: "\e832";
}
.icon-paypal:before {
	content: "\e833";
}
.icon-flattr:before {
	content: "\e834";
}
.icon-android:before {
	content: "\e835";
}
.icon-eventful:before {
	content: "\e836";
}
.icon-smashmag:before {
	content: "\e837";
}
.icon-gplus:before {
	content: "\e838";
}
.icon-wikipedia:before {
	content: "\e839";
}
.icon-lanyrd:before {
	content: "\e83a";
}
.icon-calendar-1:before {
	content: "\e83b";
}
.icon-stumbleupon:before {
	content: "\e83c";
}
.icon-bitcoin:before {
	content: "\e83f";
}
.icon-w3c:before {
	content: "\e840";
}
.icon-foursquare:before {
	content: "\e841";
}
.icon-html5:before {
	content: "\e842";
}
.icon-ie:before {
	content: "\e843";
}
.icon-call:before {
	content: "\e844";
}
.icon-grooveshark:before {
	content: "\e845";
}
.icon-ninetyninedesigns:before {
	content: "\e846";
}
.icon-forrst:before {
	content: "\e847";
}
.icon-digg:before {
	content: "\e848";
}
.icon-spotify:before {
	content: "\e849";
}
.icon-reddit:before {
	content: "\e84a";
}
.icon-guest:before {
	content: "\e84b";
}
.icon-blogger:before {
	content: "\e84e";
}
.icon-cc:before {
	content: "\e84f";
}
.icon-dribbble:before {
	content: "\e850";
}
.icon-evernote:before {
	content: "\e851";
}
.icon-flickr:before {
	content: "\e852";
}
.icon-google:before {
	content: "\e853";
}
.icon-viadeo:before {
	content: "\e854";
}
.icon-instapaper:before {
	content: "\e855";
}
.icon-weibo:before {
	content: "\e856";
}
.icon-klout:before {
	content: "\e857";
}
.icon-linkedin:before {
	content: "\e858";
}
.icon-meetup:before {
	content: "\e859";
}
.icon-vk:before {
	content: "\e85a";
}
.icon-rss:before {
	content: "\e85d";
}
.icon-skype:before {
	content: "\e85e";
}
.icon-twitter:before {
	content: "\e85f";
}
.icon-youtube:before {
	content: "\e860";
}
.icon-vimeo:before {
	content: "\e861";
}
.icon-windows2:before {
	content: "\e862";
}
.icon-aim:before {
	content: "\e831";
}
.icon-yahoo:before {
	content: "\e864";
}
.icon-chrome:before {
	content: "\e865";
}
.icon-email3:before {
	content: "\e866";
}
.icon-macstore:before {
	content: "\e867";
}
.icon-myspace:before {
	content: "\e868";
}
.icon-podcast:before {
	content: "\e869";
}
.icon-cloudapp:before {
	content: "\e86c";
}
.icon-dropbox:before {
	content: "\e86d";
}
.icon-ebay:before {
	content: "\e86e";
}
.icon-facebook:before {
	content: "\e86f";
}
.icon-github:before {
	content: "\e870";
}
.icon-github-circled:before {
	content: "\e871";
}
.icon-googleplay:before {
	content: "\e872";
}
.icon-itunes:before {
	content: "\e873";
}
.icon-plurk:before {
	content: "\e874";
}
.icon-songkick:before {
	content: "\e875";
}
.icon-lastfm:before {
	content: "\e876";
}
.icon-gmail:before {
	content: "\e877";
}
.icon-pinboard:before {
	content: "\e878";
}
.icon-soundcloud:before {
	content: "\e87b";
}
.icon-tumblr:before {
	content: "\e87c";
}
.icon-eventasaurus:before {
	content: "\e87d";
}
.icon-wordpress:before {
	content: "\e87e";
}
.icon-yelp:before {
	content: "\e87f";
}
.icon-intensedebate:before {
	content: "\e880";
}
.icon-eventbrite:before {
	content: "\e881";
}
.icon-scribd:before {
	content: "\e882";
}
.icon-posterous:before {
	content: "\e883";
}
.icon-stripe:before {
	content: "\e884";
}
.icon-opentable:before {
	content: "\e885";
}
.icon-cart:before {
	content: "\e886";
}
.icon-print:before {
	content: "\e887";
}
.icon-dwolla:before {
	content: "\e88a";
}
.icon-appnet:before {
	content: "\e88b";
}
.icon-statusnet:before {
	content: "\e88c";
}
.icon-acrobat:before {
	content: "\e88d";
}
.icon-drupal:before {
	content: "\e88e";
}
.icon-buffer:before {
	content: "\e88f";
}
.icon-pocket:before {
	content: "\e890";
}
.icon-bitbucket:before {
	content: "\e891";
}
.icon-lego:before {
	content: "\e892";
}
.icon-login:before {
	content: "\e893";
}
.icon-stackoverflow:before {
	content: "\e894";
}
.icon-hackernews:before {
	content: "\e895";
}
.icon-xing:before {
	content: "\e863";
}
.icon-instagram:before {
	content: "\e889";
}
.icon-angellist:before {
	content: "\e888";
}
.icon-quora:before {
	content: "\e87a";
}
.icon-openid:before {
	content: "\e879";
}
.icon-steam:before {
	content: "\e86b";
}
.icon-amazon:before {
	content: "\e86a";
}
.icon-disqus:before {
	content: "\e85c";
}
.icon-plancast:before {
	content: "\e85b";
}
.icon-appstore:before {
	content: "\e84d";
}
.icon-gowalla:before {
	content: "\e84c";
}
.icon-pinterest:before {
	content: "\e83e";
}
.icon-fivehundredpx:before {
	content: "\e83d";
}
.icon-glass:before {
	content: "\e6bc";
}
.icon-music2:before {
	content: "\e6bd";
}
.icon-search3:before {
	content: "\e6be";
}
.icon-envelope2:before {
	content: "\e6bf";
}
.icon-heart3:before {
	content: "\e6c0";
}
.icon-star3:before {
	content: "\e6c1";
}
.icon-star-empty:before {
	content: "\e6c2";
}
.icon-user4:before {
	content: "\e6c3";
}
.icon-film:before {
	content: "\e6c4";
}
.icon-th-large:before {
	content: "\e6c5";
}
.icon-th:before {
	content: "\e6c6";
}
.icon-th-list:before {
	content: "\e6c7";
}
.icon-ok:before {
	content: "\e6c8";
}
.icon-remove:before {
	content: "\e6c9";
}
.icon-zoom-in2:before {
	content: "\e6ca";
}
.icon-zoom-out2:before {
	content: "\e6cb";
}
.icon-off:before {
	content: "\e6cc";
}
.icon-signal:before {
	content: "\e6cd";
}
.icon-cog:before {
	content: "\e6ce";
}
.icon-trash2:before {
	content: "\e6cf";
}
.icon-home2:before {
	content: "\e6d0";
}
.icon-file2:before {
	content: "\e6d1";
}
.icon-time:before {
	content: "\e6d2";
}
.icon-road:before {
	content: "\e6d3";
}
.icon-download-alt:before {
	content: "\e6d4";
}
.icon-download2:before {
	content: "\e6d5";
}
.icon-upload:before {
	content: "\e6d6";
}
.icon-inbox:before {
	content: "\e6d7";
}
.icon-play-circle:before {
	content: "\e6d8";
}
.icon-repeat:before {
	content: "\e6d9";
}
.icon-refresh2:before {
	content: "\e6da";
}
.icon-list-alt:before {
	content: "\e6db";
}
.icon-lock3:before {
	content: "\e6dc";
}
.icon-flag2:before {
	content: "\e6dd";
}
.icon-headphones:before {
	content: "\e6de";
}
.icon-volume-off:before {
	content: "\e6df";
}
.icon-volume-down:before {
	content: "\e6e0";
}
.icon-volume-up:before {
	content: "\e6e1";
}
.icon-qrcode:before {
	content: "\e6e2";
}
.icon-barcode:before {
	content: "\e6e3";
}
.icon-tag3:before {
	content: "\e6e4";
}
.icon-tags:before {
	content: "\e6e5";
}
.icon-book3:before {
	content: "\e6e6";
}
.icon-bookmark2:before {
	content: "\e6e7";
}
.icon-print2:before {
	content: "\e6e8";
}
.icon-camera3:before {
	content: "\e6e9";
}
.icon-font:before {
	content: "\e6ea";
}
.icon-bold:before {
	content: "\e6eb";
}
.icon-italic:before {
	content: "\e6ec";
}
.icon-text-height:before {
	content: "\e6ed";
}
.icon-text-width:before {
	content: "\e6ee";
}
.icon-align-left2:before {
	content: "\e6ef";
}
.icon-align-center2:before {
	content: "\e6f0";
}
.icon-align-right2:before {
	content: "\e6f1";
}
.icon-align-justify2:before {
	content: "\e6f2";
}
.icon-list2:before {
	content: "\e6f3";
}
.icon-indent-left:before {
	content: "\e6f4";
}
.icon-indent-right:before {
	content: "\e6f5";
}
.icon-facetime-video:before {
	content: "\e6f6";
}
.icon-picture:before {
	content: "\e6f7";
}
.icon-pencil2:before {
	content: "\e6f8";
}
.icon-map-marker2:before {
	content: "\e6f9";
}
.icon-adjust:before {
	content: "\e6fa";
}
.icon-tint:before {
	content: "\e6fb";
}
.icon-edit:before {
	content: "\e6fc";
}
.icon-share2:before {
	content: "\e6fd";
}
.icon-check:before {
	content: "\e6fe";
}
.icon-move:before {
	content: "\e6ff";
}
.icon-step-backward:before {
	content: "\e700";
}
.icon-fast-backward:before {
	content: "\e701";
}
.icon-backward:before {
	content: "\e702";
}
.icon-play:before {
	content: "\e703";
}
.icon-pause:before {
	content: "\e704";
}
.icon-stop:before {
	content: "\e705";
}
.icon-forward:before {
	content: "\e706";
}
.icon-fast-forward:before {
	content: "\e707";
}
.icon-step-forward:before {
	content: "\e708";
}
.icon-eject:before {
	content: "\e709";
}
.icon-chevron-left:before {
	content: "\e70a";
}
.icon-chevron-right:before {
	content: "\e70b";
}
.icon-plus-sign:before {
	content: "\e70c";
}
.icon-minus-sign:before {
	content: "\e70d";
}
.icon-remove-sign:before {
	content: "\e70e";
}
.icon-ok-sign:before {
	content: "\e70f";
}
.icon-question-sign:before {
	content: "\e710";
}
.icon-info-sign:before {
	content: "\e711";
}
.icon-screenshot:before {
	content: "\e712";
}
.icon-remove-circle:before {
	content: "\e713";
}
.icon-ok-circle:before {
	content: "\e714";
}
.icon-ban-circle:before {
	content: "\e715";
}
.icon-arrow-left2:before {
	content: "\e716";
}
.icon-arrow-right2:before {
	content: "\e717";
}
.icon-arrow-up2:before {
	content: "\e718";
}
.icon-arrow-down2:before {
	content: "\e719";
}
.icon-share-alt:before {
	content: "\e71a";
}
.icon-resize-full:before {
	content: "\e71b";
}
.icon-resize-small:before {
	content: "\e71c";
}
.icon-plus:before {
	content: "\e71d";
}
.icon-minus:before {
	content: "\e71e";
}
.icon-asterisk:before {
	content: "\e71f";
}
.icon-exclamation-sign:before {
	content: "\e720";
}
.icon-gift:before {
	content: "\e721";
}
.icon-leaf:before {
	content: "\e722";
}
.icon-fire2:before {
	content: "\e723";
}
.icon-eye-open:before {
	content: "\e724";
}
.icon-eye-close:before {
	content: "\e725";
}
.icon-warning-sign:before {
	content: "\e726";
}
.icon-plane:before {
	content: "\e727";
}
.icon-calendar3:before {
	content: "\e728";
}
.icon-random:before {
	content: "\e729";
}
.icon-comment2:before {
	content: "\e72a";
}
.icon-magnet:before {
	content: "\e72b";
}
.icon-chevron-up:before {
	content: "\e72c";
}
.icon-chevron-down:before {
	content: "\e72d";
}
.icon-retweet:before {
	content: "\e72e";
}
.icon-shopping-cart:before {
	content: "\e72f";
}
.icon-folder-close:before {
	content: "\e730";
}
.icon-folder-open:before {
	content: "\e731";
}
.icon-resize-vertical:before {
	content: "\e732";
}
.icon-resize-horizontal:before {
	content: "\e733";
}
.icon-bar-chart:before {
	content: "\e734";
}
.icon-twitter-sign:before {
	content: "\e735";
}
.icon-facebook-sign:before {
	content: "\e736";
}
.icon-camera-retro:before {
	content: "\e737";
}
.icon-key2:before {
	content: "\e738";
}
.icon-cogs:before {
	content: "\e739";
}
.icon-comments:before {
	content: "\e73a";
}
.icon-thumbs-up:before {
	content: "\e73b";
}
.icon-thumbs-down:before {
	content: "\e73c";
}
.icon-star-half:before {
	content: "\e73d";
}
.icon-heart-empty:before {
	content: "\e73e";
}
.icon-signout:before {
	content: "\e73f";
}
.icon-linkedin-sign:before {
	content: "\e740";
}
.icon-pushpin:before {
	content: "\e741";
}
.icon-external-link:before {
	content: "\e742";
}
.icon-signin:before {
	content: "\e743";
}
.icon-trophy:before {
	content: "\e744";
}
.icon-github-sign:before {
	content: "\e745";
}
.icon-upload-alt:before {
	content: "\e746";
}
.icon-lemon:before {
	content: "\e747";
}
.icon-phone3:before {
	content: "\e748";
}
.icon-check-empty:before {
	content: "\e749";
}
.icon-bookmark-empty:before {
	content: "\e74a";
}
.icon-phone-sign:before {
	content: "\e74b";
}
.icon-twitter2:before {
	content: "\e74c";
}
.icon-facebook2:before {
	content: "\e74d";
}
.icon-github2:before {
	content: "\e74e";
}
.icon-unlock:before {
	content: "\e74f";
}
.icon-credit:before {
	content: "\e750";
}
.icon-rss2:before {
	content: "\e751";
}
.icon-hdd:before {
	content: "\e752";
}
.icon-bullhorn2:before {
	content: "\e753";
}
.icon-bell:before {
	content: "\e754";
}
.icon-certificate:before {
	content: "\e755";
}
.icon-hand-right:before {
	content: "\e756";
}
.icon-hand-left:before {
	content: "\e757";
}
.icon-hand-up:before {
	content: "\e758";
}
.icon-hand-down:before {
	content: "\e759";
}
.icon-circle-arrow-left:before {
	content: "\e75a";
}
.icon-circle-arrow-right:before {
	content: "\e75b";
}
.icon-circle-arrow-up:before {
	content: "\e75c";
}
.icon-circle-arrow-down:before {
	content: "\e75d";
}
.icon-globe:before {
	content: "\e75e";
}
.icon-wrench:before {
	content: "\e75f";
}
.icon-tasks:before {
	content: "\e760";
}
.icon-filter:before {
	content: "\e761";
}
.icon-briefcase:before {
	content: "\e762";
}
.icon-fullscreen:before {
	content: "\e763";
}
.icon-group:before {
	content: "\e764";
}
.icon-link:before {
	content: "\e765";
}
.icon-cloud3:before {
	content: "\e766";
}
.icon-beaker:before {
	content: "\e767";
}
.icon-cut:before {
	content: "\e768";
}
.icon-copy:before {
	content: "\e769";
}
.icon-paper-clip:before {
	content: "\e76a";
}
.icon-save:before {
	content: "\e76b";
}
.icon-sign-blank:before {
	content: "\e76c";
}
.icon-reorder:before {
	content: "\e76d";
}
.icon-list-ul:before {
	content: "\e76e";
}
.icon-list-ol:before {
	content: "\e76f";
}
.icon-strikethrough:before {
	content: "\e770";
}
.icon-underline:before {
	content: "\e771";
}
.icon-table:before {
	content: "\e772";
}
.icon-magic:before {
	content: "\e773";
}
.icon-truck2:before {
	content: "\e774";
}
.icon-pinterest2:before {
	content: "\e775";
}
.icon-pinterest-sign:before {
	content: "\e776";
}
.icon-google-plus-sign:before {
	content: "\e777";
}
.icon-google-plus:before {
	content: "\e778";
}
.icon-money:before {
	content: "\e779";
}
.icon-caret-down:before {
	content: "\e77a";
}
.icon-caret-up:before {
	content: "\e77b";
}
.icon-caret-left:before {
	content: "\e77c";
}
.icon-caret-right:before {
	content: "\e77d";
}
.icon-columns:before {
	content: "\e77e";
}
.icon-sort:before {
	content: "\e77f";
}
.icon-sort-down:before {
	content: "\e780";
}
.icon-sort-up:before {
	content: "\e781";
}
.icon-envelope-alt:before {
	content: "\e782";
}
.icon-linkedin2:before {
	content: "\e783";
}
.icon-undo:before {
	content: "\e784";
}
.icon-legal:before {
	content: "\e785";
}
.icon-dashboard:before {
	content: "\e786";
}
.icon-comment-alt:before {
	content: "\e787";
}
.icon-comments-alt:before {
	content: "\e788";
}
.icon-bolt2:before {
	content: "\e789";
}
.icon-sitemap:before {
	content: "\e78a";
}
.icon-umbrella:before {
	content: "\e78b";
}
.icon-paste:before {
	content: "\e78c";
}
.icon-lightbulb:before {
	content: "\e78d";
}
.icon-exchange:before {
	content: "\e78e";
}
.icon-cloud-download:before {
	content: "\e78f";
}
.icon-cloud-upload:before {
	content: "\e790";
}
.icon-user-md:before {
	content: "\e791";
}
.icon-stethoscope:before {
	content: "\e792";
}
.icon-suitcase:before {
	content: "\e793";
}
.icon-bell-alt:before {
	content: "\e794";
}
.icon-coffee2:before {
	content: "\e795";
}
.icon-food2:before {
	content: "\e796";
}
.icon-file-alt:before {
	content: "\e797";
}
.icon-building:before {
	content: "\e798";
}
.icon-hospital:before {
	content: "\e799";
}
.icon-ambulance:before {
	content: "\e79a";
}
.icon-medkit:before {
	content: "\e79b";
}
.icon-fighter-jet:before {
	content: "\e79c";
}
.icon-beer:before {
	content: "\e79d";
}
.icon-h-sign:before {
	content: "\e79e";
}
.icon-plus-sign2:before {
	content: "\e79f";
}
.icon-double-angle-left:before {
	content: "\e7a0";
}
.icon-double-angle-right:before {
	content: "\e7a1";
}
.icon-double-angle-up:before {
	content: "\e7a2";
}
.icon-double-angle-down:before {
	content: "\e7a3";
}
.icon-angle-left:before {
	content: "\e7a4";
}
.icon-angle-right:before {
	content: "\e7a5";
}
.icon-angle-up:before {
	content: "\e7a6";
}
.icon-angle-down:before {
	content: "\e7a7";
}
.icon-desktop:before {
	content: "\e7a8";
}
.icon-laptop2:before {
	content: "\e7a9";
}
.icon-tablet2:before {
	content: "\e7aa";
}
.icon-mobile:before {
	content: "\e7ab";
}
.icon-circle-blank:before {
	content: "\e7ac";
}
.icon-quote-left:before {
	content: "\e7ad";
}
.icon-quote-right:before {
	content: "\e7ae";
}
.icon-spinner:before {
	content: "\e7af";
}
.icon-circle:before {
	content: "\e7b0";
}
.icon-reply:before {
	content: "\e7b1";
}
.icon-github-alt:before {
	content: "\e7b2";
}
.icon-folder-close-alt:before {
	content: "\e7b3";
}
.icon-folder-open-alt:before {
	content: "\e7b4";
}
.icon-expand-alt:before {
	content: "\e7b5";
}
.icon-collapse-alt:before {
	content: "\e7b6";
}
.icon-smile:before {
	content: "\e7b7";
}
.icon-frown:before {
	content: "\e7b8";
}
.icon-meh:before {
	content: "\e7b9";
}
.icon-gamepad:before {
	content: "\e7ba";
}
.icon-keyboard:before {
	content: "\e7bb";
}
.icon-flag-alt:before {
	content: "\e7bc";
}
.icon-flag-checkered:before {
	content: "\e7bd";
}
.icon-terminal:before {
	content: "\e7be";
}
.icon-code:before {
	content: "\e7bf";
}
.icon-reply-all:before {
	content: "\e7c0";
}
.icon-star-half-full:before {
	content: "\e7c1";
}
.icon-location-arrow:before {
	content: "\e7c2";
}
.icon-crop2:before {
	content: "\e7c3";
}
.icon-code-fork:before {
	content: "\e7c4";
}
.icon-unlink:before {
	content: "\e7c5";
}
.icon-question:before {
	content: "\e7c6";
}
.icon-info:before {
	content: "\e7c7";
}
.icon-exclamation:before {
	content: "\e7c8";
}
.icon-superscript:before {
	content: "\e7c9";
}
.icon-subscript:before {
	content: "\e7ca";
}
.icon-eraser:before {
	content: "\e7cb";
}
.icon-puzzle:before {
	content: "\e7cc";
}
.icon-microphone2:before {
	content: "\e7cd";
}
.icon-microphone-off2:before {
	content: "\e7ce";
}
.icon-shield:before {
	content: "\e7cf";
}
.icon-calendar-empty:before {
	content: "\e7d0";
}
.icon-fire-extinguisher:before {
	content: "\e7d1";
}
.icon-rocket:before {
	content: "\e7d2";
}
.icon-maxcdn:before {
	content: "\e7d3";
}
.icon-chevron-sign-left:before {
	content: "\e7d4";
}
.icon-chevron-sign-right:before {
	content: "\e7d5";
}
.icon-chevron-sign-up:before {
	content: "\e7d6";
}
.icon-chevron-sign-down:before {
	content: "\e7d7";
}
.icon-html52:before {
	content: "\e7d8";
}
.icon-css3:before {
	content: "\e7d9";
}
.icon-anchor:before {
	content: "\e7da";
}
.icon-unlock-alt:before {
	content: "\e7db";
}
.icon-bullseye:before {
	content: "\e7dc";
}
.icon-ellipsis-horizontal:before {
	content: "\e7dd";
}
.icon-ellipsis-vertical:before {
	content: "\e7de";
}
.icon-rss-sign:before {
	content: "\e7df";
}
.icon-play-sign:before {
	content: "\e7e0";
}
.icon-ticket:before {
	content: "\e7e1";
}
.icon-minus-sign-alt:before {
	content: "\e7e2";
}
.icon-check-minus:before {
	content: "\e7e3";
}
.icon-level-up:before {
	content: "\e7e4";
}
.icon-level-down:before {
	content: "\e7e5";
}
.icon-check-sign:before {
	content: "\e7e6";
}
.icon-edit-sign:before {
	content: "\e7e7";
}
.icon-external-link-sign:before {
	content: "\e7e8";
}
.icon-share-sign:before {
	content: "\e7e9";
}
.icon-compass:before {
	content: "\e7ea";
}
.icon-collapse:before {
	content: "\e7eb";
}
.icon-collapse-top:before {
	content: "\e7ec";
}
.icon-expand:before {
	content: "\e7ed";
}
.icon-euro:before {
	content: "\e7ee";
}
.icon-gbp:before {
	content: "\e7ef";
}
.icon-dollar:before {
	content: "\e7f0";
}
.icon-rupee:before {
	content: "\e7f1";
}
.icon-yen:before {
	content: "\e7f2";
}
.icon-renminbi:before {
	content: "\e7f3";
}
.icon-won:before {
	content: "\e7f4";
}
.icon-bitcoin2:before {
	content: "\e7f5";
}
.icon-file3:before {
	content: "\e7f6";
}
.icon-file-text:before {
	content: "\e7f7";
}
.icon-sort-by-alphabet:before {
	content: "\e7f8";
}
.icon-sort-by-alphabet-alt:before {
	content: "\e7f9";
}
.icon-sort-by-attributes:before {
	content: "\e7fa";
}
.icon-sort-by-attributes-alt:before {
	content: "\e7fb";
}
.icon-sort-by-order:before {
	content: "\e7fc";
}
.icon-sort-by-order-alt:before {
	content: "\e7fd";
}
.icon-thumbs-up2:before {
	content: "\e7fe";
}
.icon-thumbs-down2:before {
	content: "\e7ff";
}
.icon-youtube-sign:before {
	content: "\e800";
}
.icon-youtube2:before {
	content: "\e801";
}
.icon-xing2:before {
	content: "\e802";
}
.icon-xing-sign:before {
	content: "\e803";
}
.icon-youtube-play:before {
	content: "\e804";
}
.icon-dropbox2:before {
	content: "\e805";
}
.icon-stackexchange:before {
	content: "\e806";
}
.icon-instagram2:before {
	content: "\e807";
}
.icon-flickr2:before {
	content: "\e808";
}
.icon-adn:before {
	content: "\e809";
}
.icon-bitbucket2:before {
	content: "\e80a";
}
.icon-bitbucket-sign:before {
	content: "\e80b";
}
.icon-tumblr2:before {
	content: "\e80c";
}
.icon-tumblr-sign:before {
	content: "\e80d";
}
.icon-long-arrow-down:before {
	content: "\e80e";
}
.icon-long-arrow-up:before {
	content: "\e80f";
}
.icon-long-arrow-left:before {
	content: "\e810";
}
.icon-long-arrow-right:before {
	content: "\e811";
}
.icon-apple:before {
	content: "\e812";
}
.icon-windows3:before {
	content: "\e813";
}
.icon-android2:before {
	content: "\e814";
}
.icon-linux:before {
	content: "\e815";
}
.icon-dribbble2:before {
	content: "\e816";
}
.icon-skype2:before {
	content: "\e817";
}
.icon-foursquare2:before {
	content: "\e818";
}
.icon-trello:before {
	content: "\e819";
}
.icon-female:before {
	content: "\e81a";
}
.icon-male:before {
	content: "\e81b";
}
.icon-gittip:before {
	content: "\e81c";
}
.icon-sun2:before {
	content: "\e81d";
}
.icon-moon:before {
	content: "\e81e";
}
.icon-archive2:before {
	content: "\e81f";
}
.icon-bug:before {
	content: "\e820";
}
.icon-renren:before {
	content: "\e821";
}
.icon-weibo2:before {
	content: "\e822";
}
.icon-vk2:before {
	content: "\e823";
}

.icon-line-eye:before {
	content: "\e000";
}
.icon-line-paper-clip:before {
	content: "\e001";
}
.icon-line-mail:before {
	content: "\e002";
}
.icon-line-toggle:before {
	content: "\e003";
}
.icon-line-layout:before {
	content: "\e004";
}
.icon-line-link:before {
	content: "\e005";
}
.icon-line-bell:before {
	content: "\e006";
}
.icon-line-lock:before {
	content: "\e007";
}
.icon-line-unlock:before {
	content: "\e008";
}
.icon-line-ribbon:before {
	content: "\e009";
}
.icon-line-image:before {
	content: "\e010";
}
.icon-line-signal:before {
	content: "\e011";
}
.icon-line-target:before {
	content: "\e012";
}
.icon-line-clipboard:before {
	content: "\e013";
}
.icon-line-clock:before {
	content: "\e014";
}
.icon-line-watch:before {
	content: "\e015";
}
.icon-line-air-play:before {
	content: "\e016";
}
.icon-line-camera:before {
	content: "\e017";
}
.icon-line-video:before {
	content: "\e018";
}
.icon-line-disc:before {
	content: "\e019";
}
.icon-line-printer:before {
	content: "\e020";
}
.icon-line-monitor:before {
	content: "\e021";
}
.icon-line-server:before {
	content: "\e022";
}
.icon-line-cog:before {
	content: "\e023";
}
.icon-line-heart:before {
	content: "\e024";
}
.icon-line-paragraph:before {
	content: "\e025";
}
.icon-line-align-justify:before {
	content: "\e026";
}
.icon-line-align-left:before {
	content: "\e027";
}
.icon-line-align-center:before {
	content: "\e028";
}
.icon-line-align-right:before {
	content: "\e029";
}
.icon-line-book:before {
	content: "\e030";
}
.icon-line-layers:before {
	content: "\e031";
}
.icon-line-stack:before {
	content: "\e032";
}
.icon-line-stack-2:before {
	content: "\e033";
}
.icon-line-paper:before {
	content: "\e034";
}
.icon-line-paper-stack:before {
	content: "\e035";
}
.icon-line-search:before {
	content: "\e036";
}
.icon-line-zoom-in:before {
	content: "\e037";
}
.icon-line-zoom-out:before {
	content: "\e038";
}
.icon-line-reply:before {
	content: "\e039";
}
.icon-line-circle-plus:before {
	content: "\e040";
}
.icon-line-circle-minus:before {
	content: "\e041";
}
.icon-line-circle-check:before {
	content: "\e042";
}
.icon-line-circle-cross:before {
	content: "\e043";
}
.icon-line-square-plus:before {
	content: "\e044";
}
.icon-line-square-minus:before {
	content: "\e045";
}
.icon-line-square-check:before {
	content: "\e046";
}
.icon-line-square-cross:before {
	content: "\e047";
}
.icon-line-microphone:before {
	content: "\e048";
}
.icon-line-record:before {
	content: "\e049";
}
.icon-line-skip-back:before {
	content: "\e050";
}
.icon-line-rewind:before {
	content: "\e051";
}
.icon-line-play:before {
	content: "\e052";
}
.icon-line-pause:before {
	content: "\e053";
}
.icon-line-stop:before {
	content: "\e054";
}
.icon-line-fast-forward:before {
	content: "\e055";
}
.icon-line-skip-forward:before {
	content: "\e056";
}
.icon-line-shuffle:before {
	content: "\e057";
}
.icon-line-repeat:before {
	content: "\e058";
}
.icon-line-folder:before {
	content: "\e059";
}
.icon-line-umbrella:before {
	content: "\e060";
}
.icon-line-moon:before {
	content: "\e061";
}
.icon-line-thermometer:before {
	content: "\e062";
}
.icon-line-drop:before {
	content: "\e063";
}
.icon-line-sun:before {
	content: "\e064";
}
.icon-line-cloud:before {
	content: "\e065";
}
.icon-line-cloud-upload:before {
	content: "\e066";
}
.icon-line-cloud-download:before {
	content: "\e067";
}
.icon-line-upload:before {
	content: "\e068";
}
.icon-line-download:before {
	content: "\e069";
}
.icon-line-location:before {
	content: "\e070";
}
.icon-line-location-2:before {
	content: "\e071";
}
.icon-line-map:before {
	content: "\e072";
}
.icon-line-battery:before {
	content: "\e073";
}
.icon-line-head:before {
	content: "\e074";
}
.icon-line-briefcase:before {
	content: "\e075";
}
.icon-line-speech-bubble:before {
	content: "\e076";
}
.icon-line-anchor:before {
	content: "\e077";
}
.icon-line-globe:before {
	content: "\e078";
}
.icon-line-box:before {
	content: "\e079";
}
.icon-line-reload:before {
	content: "\e080";
}
.icon-line-share:before {
	content: "\e081";
}
.icon-line-marquee:before {
	content: "\e082";
}
.icon-line-marquee-plus:before {
	content: "\e083";
}
.icon-line-marquee-minus:before {
	content: "\e084";
}
.icon-line-tag:before {
	content: "\e085";
}
.icon-line-power:before {
	content: "\e086";
}
.icon-line-command:before {
	content: "\e087";
}
.icon-line-alt:before {
	content: "\e088";
}
.icon-line-esc:before {
	content: "\e089";
}
.icon-line-bar-graph:before {
	content: "\e090";
}
.icon-line-bar-graph-2:before {
	content: "\e091";
}
.icon-line-pie-graph:before {
	content: "\e092";
}
.icon-line-star:before {
	content: "\e093";
}
.icon-line-arrow-left:before {
	content: "\e094";
}
.icon-line-arrow-right:before {
	content: "\e095";
}
.icon-line-arrow-up:before {
	content: "\e096";
}
.icon-line-arrow-down:before {
	content: "\e097";
}
.icon-line-volume:before {
	content: "\e098";
}
.icon-line-mute:before {
	content: "\e099";
}
.icon-line-content-right:before {
	content: "\e100";
}
.icon-line-content-left:before {
	content: "\e101";
}
.icon-line-grid:before {
	content: "\e102";
}
.icon-line-grid-2:before {
	content: "\e103";
}
.icon-line-columns:before {
	content: "\e104";
}
.icon-line-loader:before {
	content: "\e105";
}
.icon-line-bag:before {
	content: "\e106";
}
.icon-line-ban:before {
	content: "\e107";
}
.icon-line-flag:before {
	content: "\e108";
}
.icon-line-trash:before {
	content: "\e109";
}
.icon-line-expand:before {
	content: "\e110";
}
.icon-line-contract:before {
	content: "\e111";
}
.icon-line-maximize:before {
	content: "\e112";
}
.icon-line-minimize:before {
	content: "\e113";
}
.icon-line-plus:before {
	content: "\e114";
}
.icon-line-minus:before {
	content: "\e115";
}
.icon-line-check:before {
	content: "\e116";
}
.icon-line-cross:before {
	content: "\e117";
}
.icon-line-move:before {
	content: "\e118";
}
.icon-line-delete:before {
	content: "\e119";
}
.icon-line-menu:before {
	content: "\e120";
}
.icon-line-archive:before {
	content: "\e121";
}
.icon-line-inbox:before {
	content: "\e122";
}
.icon-line-outbox:before {
	content: "\e123";
}
.icon-line-file:before {
	content: "\e124";
}
.icon-line-file-add:before {
	content: "\e125";
}
.icon-line-file-subtract:before {
	content: "\e126";
}
.icon-line-help:before {
	content: "\e127";
}
.icon-line-open:before {
	content: "\e128";
}
.icon-line-ellipsis:before {
	content: "\e129";
}

.icon-line2-user-female:before {
	content: "\e000";
}
.icon-line2-user-follow:before {
	content: "\e002";
}
.icon-line2-user-following:before {
	content: "\e003";
}
.icon-line2-user-unfollow:before {
	content: "\e004";
}
.icon-line2-trophy:before {
	content: "\e006";
}
.icon-line2-screen-smartphone:before {
	content: "\e010";
}
.icon-line2-screen-desktop:before {
	content: "\e011";
}
.icon-line2-plane:before {
	content: "\e012";
}
.icon-line2-notebook:before {
	content: "\e013";
}
.icon-line2-moustache:before {
	content: "\e014";
}
.icon-line2-mouse:before {
	content: "\e015";
}
.icon-line2-magnet:before {
	content: "\e016";
}
.icon-line2-energy:before {
	content: "\e020";
}
.icon-line2-emoticon-smile:before {
	content: "\e021";
}
.icon-line2-disc:before {
	content: "\e022";
}
.icon-line2-cursor-move:before {
	content: "\e023";
}
.icon-line2-crop:before {
	content: "\e024";
}
.icon-line2-credit-card:before {
	content: "\e025";
}
.icon-line2-chemistry:before {
	content: "\e026";
}
.icon-line2-user:before {
	content: "\e005";
}
.icon-line2-speedometer:before {
	content: "\e007";
}
.icon-line2-social-youtube:before {
	content: "\e008";
}
.icon-line2-social-twitter:before {
	content: "\e009";
}
.icon-line2-social-tumblr:before {
	content: "\e00a";
}
.icon-line2-social-facebook:before {
	content: "\e00b";
}
.icon-line2-social-dropbox:before {
	content: "\e00c";
}
.icon-line2-social-dribbble:before {
	content: "\e00d";
}
.icon-line2-shield:before {
	content: "\e00e";
}
.icon-line2-screen-tablet:before {
	content: "\e00f";
}
.icon-line2-magic-wand:before {
	content: "\e017";
}
.icon-line2-hourglass:before {
	content: "\e018";
}
.icon-line2-graduation:before {
	content: "\e019";
}
.icon-line2-ghost:before {
	content: "\e01a";
}
.icon-line2-game-controller:before {
	content: "\e01b";
}
.icon-line2-fire:before {
	content: "\e01c";
}
.icon-line2-eyeglasses:before {
	content: "\e01d";
}
.icon-line2-envelope-open:before {
	content: "\e01e";
}
.icon-line2-envelope-letter:before {
	content: "\e01f";
}
.icon-line2-bell:before {
	content: "\e027";
}
.icon-line2-badge:before {
	content: "\e028";
}
.icon-line2-anchor:before {
	content: "\e029";
}
.icon-line2-wallet:before {
	content: "\e02a";
}
.icon-line2-vector:before {
	content: "\e02b";
}
.icon-line2-speech:before {
	content: "\e02c";
}
.icon-line2-puzzle:before {
	content: "\e02d";
}
.icon-line2-printer:before {
	content: "\e02e";
}
.icon-line2-present:before {
	content: "\e02f";
}
.icon-line2-playlist:before {
	content: "\e030";
}
.icon-line2-pin:before {
	content: "\e031";
}
.icon-line2-picture:before {
	content: "\e032";
}
.icon-line2-map:before {
	content: "\e033";
}
.icon-line2-layers:before {
	content: "\e034";
}
.icon-line2-handbag:before {
	content: "\e035";
}
.icon-line2-globe-alt:before {
	content: "\e036";
}
.icon-line2-globe:before {
	content: "\e037";
}
.icon-line2-frame:before {
	content: "\e038";
}
.icon-line2-folder-alt:before {
	content: "\e039";
}
.icon-line2-film:before {
	content: "\e03a";
}
.icon-line2-feed:before {
	content: "\e03b";
}
.icon-line2-earphones-alt:before {
	content: "\e03c";
}
.icon-line2-earphones:before {
	content: "\e03d";
}
.icon-line2-drop:before {
	content: "\e03e";
}
.icon-line2-drawer:before {
	content: "\e03f";
}
.icon-line2-docs:before {
	content: "\e040";
}
.icon-line2-directions:before {
	content: "\e041";
}
.icon-line2-direction:before {
	content: "\e042";
}
.icon-line2-diamond:before {
	content: "\e043";
}
.icon-line2-cup:before {
	content: "\e044";
}
.icon-line2-compass:before {
	content: "\e045";
}
.icon-line2-call-out:before {
	content: "\e046";
}
.icon-line2-call-in:before {
	content: "\e047";
}
.icon-line2-call-end:before {
	content: "\e048";
}
.icon-line2-calculator:before {
	content: "\e049";
}
.icon-line2-bubbles:before {
	content: "\e04a";
}
.icon-line2-briefcase:before {
	content: "\e04b";
}
.icon-line2-book-open:before {
	content: "\e04c";
}
.icon-line2-basket-loaded:before {
	content: "\e04d";
}
.icon-line2-basket:before {
	content: "\e04e";
}
.icon-line2-bag:before {
	content: "\e04f";
}
.icon-line2-action-undo:before {
	content: "\e050";
}
.icon-line2-action-redo:before {
	content: "\e051";
}
.icon-line2-wrench:before {
	content: "\e052";
}
.icon-line2-umbrella:before {
	content: "\e053";
}
.icon-line2-trash:before {
	content: "\e054";
}
.icon-line2-tag:before {
	content: "\e055";
}
.icon-line2-support:before {
	content: "\e056";
}
.icon-line2-size-fullscreen:before {
	content: "\e057";
}
.icon-line2-size-actual:before {
	content: "\e058";
}
.icon-line2-shuffle:before {
	content: "\e059";
}
.icon-line2-share-alt:before {
	content: "\e05a";
}
.icon-line2-share:before {
	content: "\e05b";
}
.icon-line2-rocket:before {
	content: "\e05c";
}
.icon-line2-question:before {
	content: "\e05d";
}
.icon-line2-pie-chart:before {
	content: "\e05e";
}
.icon-line2-pencil:before {
	content: "\e05f";
}
.icon-line2-note:before {
	content: "\e060";
}
.icon-line2-music-tone-alt:before {
	content: "\e061";
}
.icon-line2-music-tone:before {
	content: "\e062";
}
.icon-line2-microphone:before {
	content: "\e063";
}
.icon-line2-loop:before {
	content: "\e064";
}
.icon-line2-logout:before {
	content: "\e065";
}
.icon-line2-login:before {
	content: "\e066";
}
.icon-line2-list:before {
	content: "\e067";
}
.icon-line2-like:before {
	content: "\e068";
}
.icon-line2-home:before {
	content: "\e069";
}
.icon-line2-grid:before {
	content: "\e06a";
}
.icon-line2-graph:before {
	content: "\e06b";
}
.icon-line2-equalizer:before {
	content: "\e06c";
}
.icon-line2-dislike:before {
	content: "\e06d";
}
.icon-line2-cursor:before {
	content: "\e06e";
}
.icon-line2-control-start:before {
	content: "\e06f";
}
.icon-line2-control-rewind:before {
	content: "\e070";
}
.icon-line2-control-play:before {
	content: "\e071";
}
.icon-line2-control-pause:before {
	content: "\e072";
}
.icon-line2-control-forward:before {
	content: "\e073";
}
.icon-line2-control-end:before {
	content: "\e074";
}
.icon-line2-calendar:before {
	content: "\e075";
}
.icon-line2-bulb:before {
	content: "\e076";
}
.icon-line2-bar-chart:before {
	content: "\e077";
}
.icon-line2-arrow-up:before {
	content: "\e078";
}
.icon-line2-arrow-right:before {
	content: "\e079";
}
.icon-line2-arrow-left:before {
	content: "\e07a";
}
.icon-line2-arrow-down:before {
	content: "\e07b";
}
.icon-line2-ban:before {
	content: "\e07c";
}
.icon-line2-bubble:before {
	content: "\e07d";
}
.icon-line2-camcorder:before {
	content: "\e07e";
}
.icon-line2-camera:before {
	content: "\e07f";
}
.icon-line2-check:before {
	content: "\e080";
}
.icon-line2-clock:before {
	content: "\e081";
}
.icon-line2-close:before {
	content: "\e082";
}
.icon-line2-cloud-download:before {
	content: "\e083";
}
.icon-line2-cloud-upload:before {
	content: "\e084";
}
.icon-line2-doc:before {
	content: "\e085";
}
.icon-line2-envelope:before {
	content: "\e086";
}
.icon-line2-eye:before {
	content: "\e087";
}
.icon-line2-flag:before {
	content: "\e088";
}
.icon-line2-folder:before {
	content: "\e089";
}
.icon-line2-heart:before {
	content: "\e08a";
}
.icon-line2-info:before {
	content: "\e08b";
}
.icon-line2-key:before {
	content: "\e08c";
}
.icon-line2-link:before {
	content: "\e08d";
}
.icon-line2-lock:before {
	content: "\e08e";
}
.icon-line2-lock-open:before {
	content: "\e08f";
}
.icon-line2-magnifier:before {
	content: "\e090";
}
.icon-line2-magnifier-add:before {
	content: "\e091";
}
.icon-line2-magnifier-remove:before {
	content: "\e092";
}
.icon-line2-paper-clip:before {
	content: "\e093";
}
.icon-line2-paper-plane:before {
	content: "\e094";
}
.icon-line2-plus:before {
	content: "\e095";
}
.icon-line2-pointer:before {
	content: "\e096";
}
.icon-line2-power:before {
	content: "\e097";
}
.icon-line2-refresh:before {
	content: "\e098";
}
.icon-line2-reload:before {
	content: "\e099";
}
.icon-line2-settings:before {
	content: "\e09a";
}
.icon-line2-star:before {
	content: "\e09b";
}
.icon-line2-symbol-female:before {
	content: "\e09c";
}
.icon-line2-symbol-male:before {
	content: "\e09d";
}
.icon-line2-target:before {
	content: "\e09e";
}
.icon-line2-volume-1:before {
	content: "\e09f";
}
.icon-line2-volume-2:before {
	content: "\e0a0";
}
.icon-line2-volume-off:before {
	content: "\e0a1";
}
.icon-line2-users:before {
	content: "\e001";
}
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:23px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:20px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:80%;min-width:140px;max-width:440px}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.3)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu{z-index:2}
.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.eot');
  src: url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.woff2') format('woff2'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.woff') format('woff'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.ttf') format('truetype'), url('https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/less/glyph/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-display:swap;}
.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #555;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6D140E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #924f4a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #808080;
}
.text-primary {
  color: #6D140E;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #400c08;
}
.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;
  background-color: #6D140E;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #400c08;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.25;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #808080;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #ffffff;
}
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.25;
  color: #808080;
}
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 #ffffff;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}
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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #404040;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: #e6e6e6;
  border: 1px solid #404040;
  border-radius: 0;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #bfbfbf;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #bfbfbf;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #bfbfbf;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e6e6e6;
}
.table-hover > tbody > tr:hover {
  background-color: #bfbfbf;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #808080;
}
.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: #737373;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bfbfbf;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 20px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #6D140E;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: black;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: black;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid black;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #6D140E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(109, 20, 14, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(109, 20, 14, 0.6);
}
.form-control::-moz-placeholder {
  color: #404040;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #404040;
}
.form-control::-webkit-input-placeholder {
  color: #404040;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  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-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    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 {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #6D140E;
  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: #6D140E;
  background-color: transparent;
  border-color: #6D140E;
}
.btn-default:focus,
.btn-default.focus {
  color: #6D140E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:hover {
  color: #6D140E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #370a07;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #6D140E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #370a07;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #6D140E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #6D140E;
}
.btn-default .badge {
  color: transparent;
  background-color: #6D140E;
}
.btn-primary {
  color: white;
  background-color: #6D140E;
  border-color: #6D140E;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #400c08;
  border-color: #000000;
}
.btn-primary:hover {
  color: white;
  background-color: #400c08;
  border-color: #370a07;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #400c08;
  border-color: #370a07;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: #200604;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #6D140E;
  border-color: #6D140E;
}
.btn-primary .badge {
  color: #6D140E;
  background-color: white;
}
.btn-success {
  color: seagreen;
  background-color: transparent;
  border-color: seagreen;
}
.btn-success:focus,
.btn-success.focus {
  color: seagreen;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0e2b1b;
}
.btn-success:hover {
  color: seagreen;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1f5d3a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: seagreen;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1f5d3a;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: seagreen;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0e2b1b;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: transparent;
  border-color: seagreen;
}
.btn-success .badge {
  color: transparent;
  background-color: seagreen;
}
.btn-info {
  color: royalblue;
  background-color: transparent;
  border-color: royalblue;
}
.btn-info:focus,
.btn-info.focus {
  color: royalblue;
  background-color: rgba(0, 0, 0, 0);
  border-color: #16348c;
}
.btn-info:hover {
  color: royalblue;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1f49c6;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: royalblue;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1f49c6;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: royalblue;
  background-color: rgba(0, 0, 0, 0);
  border-color: #16348c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: transparent;
  border-color: royalblue;
}
.btn-info .badge {
  color: transparent;
  background-color: royalblue;
}
.btn-warning {
  color: white;
  background-color: darkorange;
  border-color: #e67e00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: white;
  background-color: #cc7000;
  border-color: #663800;
}
.btn-warning:hover {
  color: white;
  background-color: #cc7000;
  border-color: #a85c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #cc7000;
  border-color: #a85c00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: white;
  background-color: #a85c00;
  border-color: #663800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: darkorange;
  border-color: #e67e00;
}
.btn-warning .badge {
  color: darkorange;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: crimson;
  border-color: #c51236;
}
.btn-danger:focus,
.btn-danger.focus {
  color: white;
  background-color: #ad102f;
  border-color: #500716;
}
.btn-danger:hover {
  color: white;
  background-color: #ad102f;
  border-color: #8d0d26;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #ad102f;
  border-color: #8d0d26;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: white;
  background-color: #8d0d26;
  border-color: #500716;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: crimson;
  border-color: #c51236;
}
.btn-danger .badge {
  color: crimson;
  background-color: white;
}
.btn-link {
  color: #6D140E;
  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: #924f4a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f7f7f7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px !important;
  font-size: 20px !important;
  line-height: 1.3333333 !important;
  border-radius: 0 !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-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: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: white;
  border: 1px solid #808080;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #f2f2f2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #6D140E;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #924f4a;
  background-color: #bfbfbf;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #6D140E;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f7f7f7;
}
.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.25;
  color: #f7f7f7;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.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: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
  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: black;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid black;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control: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-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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #f7f7f7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f7f7f7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #6D140E;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #bfbfbf;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #bfbfbf;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d5d5d5;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: white;
  background-color: #6D140E;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.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: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 10px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    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 {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #808080;
  border-color: #6f6f6f;
}
.navbar-default .navbar-brand {
  color: #6D140E;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #400c08;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: black;
}
.navbar-default .navbar-nav > li > a {
  color: #6D140E;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #924f4a;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #404040;
  background-color: #6f6f6f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #808080;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #bfbfbf;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #bfbfbf;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #808080;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6f6f6f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #6f6f6f;
  color: #404040;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6D140E;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #924f4a;
    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: #404040;
    background-color: #6f6f6f;
  }
  .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: #808080;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #6D140E;
}
.navbar-default .navbar-link:hover {
  color: #924f4a;
}
.navbar-default .btn-link {
  color: #6D140E;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #924f4a;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #808080;
}
.navbar-inverse {
  background-color: #0d0d0d;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #404040;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #404040;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #404040;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    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: white;
    background-color: #000000;
  }
  .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: #404040;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #404040;
}
.breadcrumb {
  padding: 8px 20px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #bfbfbf;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #808080;
}
.breadcrumb > .active {
  color: #f7f7f7;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.25;
  text-decoration: none;
  color: #6D140E;
  background-color: white;
  border: 1px solid #bfbfbf;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #924f4a;
  background-color: #ffffff;
  border-color: #bfbfbf;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: white;
  background-color: #6D140E;
  border-color: #6D140E;
  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: #f7f7f7;
  background-color: white;
  border-color: #bfbfbf;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #6D140E;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.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: #f7f7f7;
  background-color: transparent;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f7f7f7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dddddd;
}
.label-primary {
  background-color: #6D140E;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #400c08;
}
.label-success {
  background-color: seagreen;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #21653f;
}
.label-info {
  background-color: royalblue;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #214cce;
}
.label-warning {
  background-color: darkorange;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7000;
}
.label-danger {
  background-color: crimson;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ad102f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6D140E;
  background-color: white;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: inherit;
  background-color: #e6e6e6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 20px;
  font-size: inherit;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cccccc;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 80px;
    padding-right: 80px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: inherit;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6D140E;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 40px;
}
.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: 20px;
  margin-bottom: 20px;
  background-color: #bfbfbf;
  border-radius: 0;
  -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: 20px;
  color: white;
  text-align: center;
  background-color: #6D140E;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: seagreen;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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: royalblue;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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: darkorange;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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: crimson;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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: white;
  border: 1px solid #bfbfbf;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #808080;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #404040;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #808080;
  background-color: #bfbfbf;
}
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: #ffffff;
  color: #f7f7f7;
  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: #f7f7f7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #6D140E;
  border-color: #6D140E;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #ea665d;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 20px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 20px;
}
.panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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 20px;
  background-color: #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.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: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #bfbfbf;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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 #bfbfbf;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #bfbfbf;
}
.panel-default {
  border-color: #d5d5d5;
}
.panel-default > .panel-heading {
  color: #b3b3b3;
  background-color: #bfbfbf;
  border-color: #d5d5d5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d5d5d5;
}
.panel-default > .panel-heading .badge {
  color: #bfbfbf;
  background-color: #b3b3b3;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d5d5d5;
}
.panel-primary {
  border-color: #996600;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #996600;
  border-color: #996600;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #996600;
}
.panel-primary > .panel-heading .badge {
  color: #996600;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #996600;
}
.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: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0;
  -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: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: white;
  border: 1px solid #404040;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.25;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #f2f2f2;
}
.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: 768px) {
  .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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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: white;
  text-align: center;
  background-color: black;
  border-radius: 0;
}
.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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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: white;
  background-clip: padding-box;
  border: 1px solid #808080;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: -1 -1 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: #4d4d4d;
  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: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #4d4d4d;
  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: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #4d4d4d;
  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: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #4d4d4d;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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: white;
  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-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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: white;
  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 white;
  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: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  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: 768px) {
  .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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) 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;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animate.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
  -moz-animation-name: bounceRight;
  -ms-animation-name: bounceRight;
  -o-animation-name: bounceRight;
  animation-name: bounceRight;
}
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
  -moz-animation-name: bounceLeft;
  -ms-animation-name: bounceLeft;
  -o-animation-name: bounceLeft;
  animation-name: bounceLeft;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* my mixins */
.ungridTable {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ungridTable > div,
.ungridTable .col {
  display: table-cell;
}
.vertCenterRel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertCenterAbs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizCenterRel {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizCenterAbs {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.allCenterRel {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.allCenterAbs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.imgHover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.imgNormal {
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
}
.DarkLinks {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.Links {
  color: #996600 !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #D6A263;
  color: white !important;
  border: 1px solid #D6A263;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #a76f2c;
}
.DefaultBtnLike {
  background: transparent;
  color: #996600 !important;
  border: 1px solid #996600;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: #996600;
  color: white !important;
}
.BackFace {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.linedIcons {
  font-family: 'lined-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* CSS Document */
img {
  /* for responsible images */
  width: inherit;
  /* This makes the next two lines work in IE8. */
  max-width: 100% !important;
  /* Add !important if needed. */
  height: auto !important;
  /* Add !important if needed. */
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
/* ungrid.css */
.rw,
.rwf {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.cl,
.rw > div,
.rwf > div,
.clf {
  display: table-cell;
  padding: 0 15px;
  vertical-align: top;
}
#headline .cl,
#headline .rw > div,
#headline .rwf > div,
#headline .clf {
  vertical-align: middle;
}
.rw-padded {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none !important;
}
@media (max-width: 767px) {
  .cl,
  .rw > div {
    display: block !important;
    width: 100% !important;
  }
  div#center-left,
  div#main_content {
    float: none !important;
  }
  #dynwrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #topleft,
  #topright {
    display: inline-block !important;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .rw .cl,
  .rw > div {
    padding: 0 15px;
  }
  /*#right {
					padding-right: 0 !important;
					padding-left: 30px !important;
				}

				#left {
					padding-left: 0 !important;
					padding-right: 30px !important;
				}*/
}
.container.full {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
#slideshow {
  position: relative;
}
div#slideshow .moduletable {
  margin: 0;
  overflow: hidden;
}
.out-stripe,
.outerbody {
  background: white;
  position: relative;
  z-index: 15;
}
div#head-menu-btn {
  width: 62px;
  padding: 0;
}
.outer.wrap .rw .cl {
  vertical-align: middle;
}
#bottom-cls {
  padding: 80px 0 !important;
}
#footerwrapper {
  padding: 80px 0  40px !important;
}
@media only screen and (min-width: 768px) {
  div#inverted-left + #inverted-right {
    width: 33%;
  }
}
#photoframe .moduletable {
  min-height: 15em;
  max-height: 500px;
  max-height: 95vh;
}
#photoframe .moduletable img {
  min-height: 15em;
  min-width: 100%;
}
#photoframe .moduletable .flexslider li {
  max-height: 400px;
  max-height: 60vh;
}
#photoframe .moduletable .sketcharticleimage {
  min-height: 40vw;
}
.container.fnav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .container.fnav {
    margin-top: 90px;
  }
}
.outerbody,
.outerfooter,
.outerbottom,
.outer.wrap,
#outerinverted {
  position: relative !important;
  z-index: 15;
  backface-visibility: hidden;
}
.outerbottom {
  text-align: center;
}
.innerbody,
html.mm-background .mm-page {
  /*fix for mmenu transform - front zposition */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.outerbody {
  padding-top: 20px;
  position: relative;
}
.flexslider:hover .flex-direction-nav a {
  opacity: .8 !important;
}
.flexslider.position-nav-bottom .flex-control-nav {
  bottom: 2em !important;
}
.wrapfold {
  min-height: 120px;
  padding-top: 120px;
}
.outerheader {
  z-index: 85;
  overflow: visible;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .outerheader {
    position: fixed;
  }
}
@media only screen and (max-width: 991px) {
  .outerheader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px solid silver;
  }
}
.outerheader,
.outerheader #homelogo a {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .outerheader.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: white;
  }

}
.outerheaderinfo {
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.outerheaderinfo .moduletable,
.outerheaderinfo p {
  margin-bottom: 0;
}
.outerheaderinfo .moduletable {
  height: 40px;
}
.outerheaderinfo .moduletable p {
  line-height: 40px;
}
#dyn .moduletable {
  position: relative;
  padding: 20px;
}
.moduletable {
  margin: 0 0 20px 0;
}
div#component *,
.col .moduletable * {
  max-width: 100%;
}
div#component * .row,
.col .moduletable * .row {
  max-width: none !important;
}
.col.inner {
  max-width: 33%;
  margin-left: 1em;
  min-width: 15em;
}
.col.inner .moduletable h1,
.col.inner .moduletable h2,
.col.inner .moduletable h3,
.col.inner .moduletable h4,
.col.inner .moduletable h5 {
  margin-top: 0;
}
.col.inner .moduletable.pic {
  padding: 0 !important;
  background: transparent;
}
.col.inner .moduletable.pic img {
  outline: 1px solid #d5d5d5;
}
#content-left {
  margin-left: 0;
  margin-right: 1em;
  margin-right: 1rem;
}
div#topbar {
  margin-bottom: 0;
  line-height: 20px;
  height: 20px;
  position: relative;
  z-index: 2000;
}
div#topbar form {
  margin-bottom: 0;
}
div#topbar li {
  display: inline-block;
}
div#topbar ul.menu {
  margin-bottom: 0;
  max-height: 20px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
div#topbar .btn {
  width: 100%;
  height: 40px;
  margin-top: -2px;
}
#topwrap {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#topwrap p {
  margin-bottom: 0;
}
#topcenter .moduletable {
  text-align: right;
}
div#topbar .moduletable {
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 20px;
  padding: 0 .5em;
  margin: -2px;
  overflow: hidden;
}
#topright {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #topright {
    text-align: right;
  }
}
#topleft {
  text-align: left;
}
#topleft ul.menu li {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
}
#topleft ul.menu li:first-child {
  background: white;
}
#topleft ul.menu li:first-child a {
  color: black;
  font-weight: bold;
}
#topbar ul.menu ul {
  display: none;
  border-radius: 3px;
}
#topbar ul.menu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 5px;
}
#topbar ul.menu ul li {
  background: black;
}
#topbar ul.menu .deeper.parent:hover > ul {
  display: block;
  position: absolute;
  z-index: 3000;
}
#topbar ul.menu .deeper.parent:hover > ul li {
  display: block;
  position: relative;
  text-align: left;
  padding: .5em;
}
@media (max-width: 767px) {
  #topbar ul.menu > li {
    overflow-x: hidden;
    padding: 0 .5em;
    display: inline-block;
    float: left;
  }
  #topleft,
  #topright {
    display: inline-block;
    float: left;
    vertical-align: middle;
    max-width: 50% !important;
  }
  #topright {
    float: right !important;
  }
  #topleft ul.menu {
    margin-top: 9px;
  }
}
@media (max-width: 600px) {
  #topbar ul.menu > li {
    max-width: 20vw;
  }
}
ul#account-menu li {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 2rem;
}
ul#account-menu li a {
  display: inline-block !important;
  width: 1.5rem;
  height: 2rem;
  overflow: hidden;
}
ul#account-menu li a:before {
  font-size: 1.5rem;
}
ul#account-menu li a:hover {
  background: transparent;
}
ul#account-menu li a.img:before {
  content: "";
}
ul#account-menu li a.img:hover {
  opacity: .6;
}
#headcenter {
  padding-bottom: 0;
  max-height: 120px;
}
#tagline {
  text-align: left;
  padding-left: 2em;
}
#tagline h3 {
  margin: 0;
  text-indent: 20%;
}
#tagline h3:first-child {
  text-indent: 0;
}
#headline .moduletable {
  padding: 0;
}
.navbar {
  margin-bottom: 18px;
}
.innerbody {
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
}
/* Forms */
/*.form-inline .inputbox, .form-inline input, input.inputbox {
		border-radius: 0;
		}

	.btn, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0 !important;

	}*/
.input-append .add-on,
.input-prepend .add-on,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px;
}
/* Search Module */
.element-invisible {
  height: 0;
  width: 0;
  margin: 0;
  font-size: 0em;
}
#search .btn {
  width: auto;
}
#search input {
  width: 8em;
}
#search form {
  margin: 0;
}
/* FontAwesome */
.fta,
.ico {
  position: relative;
}
/*replace the content value with the 
	corresponding value from the list below*/
.fta:before,
.ico:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  /*--adjust as necessary--*/
  font-size: 1.5em;
  padding-right: 0.3em;
  /*position: absolute;
	    top: 10px;
	    left: 0;*/
}
#headline h1,
#headline h2 {
  margin: 0 !important;
}
#headline .moduletable,
#headline p {
  margin-bottom: 0;
}
/* Logo */
.hidetext,
.element-invisible {
  text-indent: 600%;
  white-space: nowrap;
}
#homelogo > a,
#homelogo2 > a {
  display: block;
  content: "";
  background: url("https://mail.hotel-cloitre-saintlouis-avignon.fr/templates/cls1.0/css/img/logo-CSL.png") no-repeat center center;
  background-size: 100% auto;
  background-size: contain;
}
#homelogo > a,
#homelogo2 > a {
  width: 180px;
  height: 80px;
  display: inline-block;
  text-indent: 300%;
  overflow: hidden;
  max-width: 100%;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  #homelogo > a,
  #homelogo2 > a {
    width: 180px;
    height: 80px;
    margin: 0;
  }
}
#homelogo,
#homelogo2 {
  text-indent: 0;
}
#homelogo a:hover,
#homelogo2 a:hover,
#homelogo a:hover:before,
#homelogo2 a:hover:before {
  opacity: .8;
}
div#sitename {
  position: relative;
  z-index: 2000;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  div#sitename {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div#sitename {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  div#sitename {
    width: 140px;
  }
}
#headline {
  text-align: center;
  table-layout: normal;
}
#headline > .clf {
  vertical-align: middle;
}
#headline #head-menu-btn {
  width: 62px;
}
#headleft {
  position: absolute;
  left: 0;
  top: 20px;
}
div#main-menu-desk {
  vertical-align: bottom !important;
}
.outernav {
  position: relative;
  text-align: center;
}
div#themainnav {
  position: relative;
  z-index: 8000;
}
/* Mainnav as mobile relative menu */
.TransitionMode {
  -webkit-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.ClosedState {
  /*-webkit-transform-origin: top center;
				   -moz-transform-origin: top center;
				    -ms-transform-origin: top center;
				     -o-transform-origin: top center;
				        transform-origin: top center;



				-webkit-transform: scaleY(0);
				   -moz-transform: scaleY(0);
				    -ms-transform: scaleY(0);
				     -o-transform: scaleY(0);
				        transform: scaleY(0);*/
  /*.animated;
				        .fadeOutUp;
				        .animation-duration(.5s);

				       height: 0;*/
  display: none;
}
.OpenState {
  /*-webkit-transform: scaleY(1);
				   -moz-transform: scaleY(1);
				    -ms-transform: scaleY(1);
				     -o-transform: scaleY(1);
				        transform: scaleY(1);*/
  /*.animated;
				        .fadeInDown;
				        .animation-duration(.5s);

				        height: 100%;*/
  display: block;
}
#oncanvas-main.mob {
  position: relative;
  z-index: 9000;
}
#oncanvas-main.mob .menu-btn span {
  display: none;
}
#oncanvas-main.mob a {
  color: #996600;
}
#oncanvas-main.mob a:hover,
#oncanvas-main.mob a.hover {
  color: #996600;
}
.no-js .outernav.vertical div#themainnav ul.nav.menu.vert .nav-child,
.no-js .outernav.vertical div#themainnav ul.nav.menu.vert .nav-child li {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  animation: none;
}
.outernav.vertical a.menu-close {
  display: none;
}
.outernav.vertical div#themainnav {
  -webkit-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.outernav.vertical div#themainnav:not(:target),
.outernav.vertical div#themainnav {
  display: block;
  /*-webkit-transform-origin: top center;
				   -moz-transform-origin: top center;
				    -ms-transform-origin: top center;
				     -o-transform-origin: top center;
				        transform-origin: top center;



				-webkit-transform: scaleY(0);
				   -moz-transform: scaleY(0);
				    -ms-transform: scaleY(0);
				     -o-transform: scaleY(0);
				        transform: scaleY(0);*/
  /*.animated;
				        .fadeOutUp;
				        .animation-duration(.5s);

				       height: 0;*/
  display: none;
}
.outernav.vertical div#themainnav:target,
.outernav.vertical div#themainnav.navopen {
  /*-webkit-transform: scaleY(1);
				   -moz-transform: scaleY(1);
				    -ms-transform: scaleY(1);
				     -o-transform: scaleY(1);
				        transform: scaleY(1);*/
  /*.animated;
				        .fadeInDown;
				        .animation-duration(.5s);

				        height: 100%;*/
  display: block;
}
.outernav.vertical div#themainnav ul.nav.menu.vert {
  display: block;
  text-align: left;
  max-width: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .outernav.vertical div#themainnav ul.nav.menu.vert {
    float: none;
    margin: 0 auto;
  }
}
.outernav.vertical div#themainnav ul.nav.menu.vert li {
  display: block;
  text-align: left;
  min-width: 100%;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li a {
  line-height: 40px;
  white-space: nowrap;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li a:after {
  padding-left: 1em;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li ul li,
.outernav.vertical div#themainnav ul.nav.menu.vert li .nav-child {
  position: relative !important;
  -webkit-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.outernav.vertical div#themainnav ul.nav.menu.vert .nav-child {
  /*-webkit-transform-origin: top center;
				   -moz-transform-origin: top center;
				    -ms-transform-origin: top center;
				     -o-transform-origin: top center;
				        transform-origin: top center;



				-webkit-transform: scaleY(0);
				   -moz-transform: scaleY(0);
				    -ms-transform: scaleY(0);
				     -o-transform: scaleY(0);
				        transform: scaleY(0);*/
  /*.animated;
				        .fadeOutUp;
				        .animation-duration(.5s);

				       height: 0;*/
  display: none;
  display: block;
  position: relative;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li.parent {
  -webkit-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -moz-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: height 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
  height: auto !important;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li.parent:hover > .nav-child,
.outernav.vertical div#themainnav ul.nav.menu.vert li.parent.hover > .nav-child {
  /*-webkit-transform: scaleY(1);
				   -moz-transform: scaleY(1);
				    -ms-transform: scaleY(1);
				     -o-transform: scaleY(1);
				        transform: scaleY(1);*/
  /*.animated;
				        .fadeInDown;
				        .animation-duration(.5s);

				        height: 100%;*/
  display: block;
}
div#headerwrapper {
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
h1#homelogo,
.grid-item img {
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#homelogo a:hover {
  /* Hover behavior */
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=800);
}
#homelogo a:hover:after {
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=800);
  /* For IE8 and earlier */
}
/* Main Menu */
#navigation {
  min-height: 3em;
  text-align: left;
}
div#search {
  background: white;
  position: relative;
  z-index: 1000;
}
#mainnav {
  table-layout: auto;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 8000;
}
#mainnav > .clf {
  vertical-align: middle;
  padding: 0;
}
#mainnav ul.nav li a {
  line-height: 40px;
  height: 40px;
  padding: 10px;
}
#mainnav ul.nav li li {
  display: table;
  text-align: left;
  min-height: 40px;
  width: 100%;
}
#mainnav ul.nav li li a {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
}
#mainnav ul ul li a {
  display: block;
}
.no-touch #mainnav ul ul li:hover a {
  padding-bottom: 0;
}
#mainnav ul li.current.active ul a {
  border: none;
}
#mainnav ul ul {
  max-width: 100%;
  min-width: 12em;
  padding: 0;
  margin: 0;
  position: absolute;
}
#mainnav ul ul ul {
  max-width: none;
  width: 100%;
}
#mainnav ul ul {
  display: none;
}
#mainnav .deeper.parent:hover > ul,
#mainnav .deeper.parent.hover > ul {
  display: table;
}
.no-touch #mainnav .nav-child .nav-child {
  /* 3rd level horizontals - desktop */
  position: absolute;
  left: 100%;
  top: -1px;
}
#mainnav .nav-child .nav-child {
  /* 3rd level horizontals - touch */
  position: absolute;
  left: 100%;
  top: -2px;
}
/*hides sublevels*/
#mainnav .nav-child {
  display: none;
}
#footerwrapper {
  text-align: center;
}

#footertop .moduletable p {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
/* Bottom Menu - based on mainnav */
#bottomnav ul {
  display: block;
}
#bottomnav ul li {
  padding: 0;
}
#bottomnav ul li a {
  padding: 5px 1em;
}
#bottomnav .nav,
#bottomnav .moduletable {
  margin-bottom: 0 !important;
}
#bottomnav .moduletable_menu {
  display: inline-block;
  height: 20px;
  position: relative;
  top: 104px;
}
#bottomnav #mainnav {
  background: none;
  border: none;
  position: relative;
}
/*hides sublevels*/
#bottomnav #mainnav .nav-child {
  display: none;
}
#bottomnav li.deeper.parent {
  background: none;
}
#bottomnav .moduletable_menu a {
  font-size: .9em;
}
/* Menu Nav List */
.nav-list ul li {
  text-indent: 1em;
}
.nav-list ul ul li {
  text-indent: 2em;
}
.nav-list ul ul ul li {
  text-indent: 3em;
}
a.active {
  opacity: .7;
  filter: alpha(opacity=70);
  border-radius: 0;
}
.nav a:hover,
ul.menu a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flex-caption,
li.nn_tabs-tab {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
ul.menu a:before,
#mainnav a:before,
ul.menu a:after,
#mainnav a:after {
  -webkit-transition: all 0.2s easein-out;
  -moz-transition: all 0.2s easein-out;
  -ms-transition: all 0.2s easein-out;
  -o-transition: all 0.2s easein-out;
  transition: all 0.2s easein-out;
}
#mainnav li:hover > .nav-child {
  position: absolute;
  z-index: 2;
}
div#mainnav .moduletable {
  display: inline-block;
  width: 100%;
  padding: 0;
  height: 40px;
  margin-bottom: 20px;
}
.homepage #component {
  margin-bottom: 0;
}
#mainnav a.hide {
  display: none;
}
#mainnav li.deeper.parent > a:after,
#maximenuck li.level1 > a:after,
.innerbody ul.menu li.deeper.parent > a:after,
.pushy ul.menu li.deeper.parent > a:after {
  font-family: "FontAwesome";
  font-weight: bold;
  content: "\f107";
  padding-left: 0.3em;
  /*color: @white;*/
}
#mainnav ul ul .deeper.parent > a:after {
  content: "\f105";
  padding-left: .5em;
}
@media (max-width: 767px) {
  div#left {
    position: relative !important;
  }
  body {
    padding: 0;
  }
  #mainnav ul.nav li a {
    padding-left: .5em;
    padding-right: .5em;
  }
  #leader {
    max-width: 80vw;
    margin: 0 auto;
  }
}
#mainnav .current > a {
  border-radius: 0;
}
@media (max-width: 580px) {
  #navigation {
    text-align: left;
  }
  #mainnav ul.nav a {
    padding: .5em .3em;
  }
}
.outerbanner {
  position: relative;
  z-index: 0;
}
.outernav {
  position: relative;
  z-index: 55;
}
#photoframe {
  position: relative;
  z-index: auto;
  overflow: hidden;
}
#photoframe .moduletable {
  padding: 0;
  overflow: hidden;
}
/* Hidding Module Titles */
#breadcrumbs .moduletable h3,
#x-breadcrumbs .moduletable h3,
#leadertext .moduletable h3 #header .moduletable h3 {
  display: none;
}
#breadcrumbs .moduletable,
#x-breadcrumbs .moduletable {
  padding: 0;
}
ul.breadcrumb,
.breadcrumb {
  border-radius: 0;
  padding: 0 1em;
  margin: 0;
}
#breadcrumbs .breadcrumb > li + li:before {
  content: "/\00a0" !important;
}
#breadcrumbs .breadcrumb > li:first-child:before {
  content: none !important;
}
.breadcrumb .divider {
  display: none;
}
.item .page-header h2 {
  display: block;
}
#slideshow {
  position: relative;
  z-index: auto;
}
div#textover {
  position: absolute;
  z-index: 3000;
  top: 10%;
  left: 0;
  height: 80%;
  width: 63%;
  min-width: 25em !important;
  padding: 20px 2em;
  overflow: hidden;
}
div#textover .moduletable {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div#textover .readmore {
  display: inline-block;
}
.breadcrumb {
  background: none;
  margin-left: 0;
  padding: 0;
}
#topwide .moduletable,
#contentbottom .moduletable,
#contenttop .moduletable {
  margin-bottom: 20px;
}
#contentbottom {
  margin-top: 20px;
}
.moduletable {
  min-height: 20px;
}
div#breadcrumbs .moduletable {
  padding: 0 !important;
}
#bottomwide {
  margin-bottom: 20px;
}
#footer.row {
  margin-bottom: 20px;
  min-height: 5em;
}
.innerbody ul.nav.menu.vert {
  display: block;
}
.innerbody ul.nav.menu.vert a {
  display: block;
}
.innerbody ul.nav.menu.vert .current.active > a {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 1em;
  opacity: .8;
}
div#footerwrapper {
  padding: 40px 0;
}
.btn.round {
  border: none;
  border-radius: 50% !important;
  padding: 1em !important;
  position: relative;
  z-index: 100;
}
.btn.round a {
  display: inline-block;
}
.moduletable.demandez {
  margin-top: -65px;
  margin-top: -5.5em;
  position: relative;
  text-align: right;
}
#cright,
#bottomnav,
#copyright {
  text-align: center;
}
.outerbottom {
  padding: 20px 0;
}
#footerbottom .moduletable {
  padding: 0;
}
/*Buttons*/
.btn {
  height: 40px;
}
.btn-mini {
  min-height: 2em;
  line-height: 1em;
}
#intro .moduletable h3 {
  margin-top: 0;
}
#intro .moduletable {
  padding: 0;
}
.right {
  text-align: right;
}
/* offcanvas menu */
/* mmenu */
.pushy {
  background: #404040;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.7);
  margin-bottom: -1px;
}
a.mm-subclose {
  line-height: 20px !important;
}
li.mm-subtitle {
  line-height: 40px !important;
}
.mm-list {
  font: inherit;
  font-size: inherit;
}
.mm-list li {
  line-height: inherit;
  height: 40px;
}
.mm-list a.mm-subclose {
  padding-top: 8px;
  margin-top: 0;
}
.mm-list > li > a,
.mm-list > li > span {
  line-height: inherit;
  height: 40px;
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.5);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.55);
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}
.pushy .nav-pills > li {
  float: none !important;
}
/* no js fallback */
.no-js #opennav:target {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-left: 0;
}
.no-js #opennav:not(:target) {
  margin-left: -100%;
}
.js .offcanvas-trigger a.menu-hide {
  display: none;
}
.no-js .offcanvas-trigger a.menu-hide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 2000;
  cursor: default;
}
.no-js .pushy {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2900;
  margin-left: -100%;
  padding: 20px;
  padding-top: 60px;
  background: rgba(51, 51, 51, 0.9);
  overflow: scroll;
}
.no-js .pushy ul ul {
  margin-left: 1.5em;
}
.offcanvas-trigger.visible-phone {
  z-index: 8000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: none;
}
.menu-btn {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transform: none;
  -webkit-transform: none !important;
  -webkit-backface-visibility: hidden;
}
.menu-btn span {
  display: none;
}
.menu-btn .fa {
  font-size: 3rem;
}
.main .menu-btn {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 15px;
}
.main .menu-btn .fa {
  font-size: 14px;
  line-height: 50px;
}

.pushy .pushy-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pushy .mm-navbar {
  /*border: none;
  position: absolute;
  right: 0;
  top: 20px;
  height: auto;
  display: inline-block;*/
}
.pushy .mm-navbar a {
  display: inline-block;
  float: right;
  padding: .3em;
  font-size: 2.5rem;
  padding-right: 30px;
  color: #555;
}
.pushy .deeper.parent,
.pushy .nav-child {
  position: relative;
  height: auto !important;
}
.pushy li {
  width: 100%;
  margin: 0;
  display: block;
  border: none;
}
.pushy li:after {
  content: none !important;
}
.pushy li a {
  height: 60px;
  line-height: 60px;
}
.pushy .nav-child li a {
  height: 40px;
  line-height: 40px;
}
.pushy a.mm-subopen + a {
  width: 100%;
}
.pushy a {
  margin: 1px 0 !important;
}
.pushy a:hover,
.pushy a.hover,
.pushy a:hover span,
.pushy a.hover span {
  background: transparent !important;
}
.pushy .mm-title {
  display: none;
}
.pushy .nav-child {
  padding: 0 !important;
  border-top: 1px solid #996600;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  background: white !important;
}
.pushy .nav-child li a {
  font-size: .8em;
}
.pushy .nav-child li a.hover,
.pushy .nav-child li a:hover {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceRight;
  -moz-animation-name: bounceRight;
  -ms-animation-name: bounceRight;
  -o-animation-name: bounceRight;
  animation-name: bounceRight;
}
.pushy .nav-child li a.hover.infinite,
.pushy .nav-child li a:hover.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.pushy .nav-child li a.hover.once,
.pushy .nav-child li a:hover.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.pushy .nav-child li a.hover.hinge,
.pushy .nav-child li a:hover.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.pushy .nav-child li a.hover.slow,
.pushy .nav-child li a:hover.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.pushy li.parent.hover > .nav-child,
.pushy li.parent:hover > .nav-child {
  display: block;
}
.pushy .mm-panels > .mm-panel:after,
.pushy .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 0;
}
.moduletable.menu.hidden-phone {
  padding-top: 0 !important;
}
.outernav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.outernav.sticky {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto !important;
}
div#mainnav a.visible-phone:before {
  display: none !important;
  width: 0 !important;
  background: transparent !important;
}
div#search .moduletable {
  margin-bottom: 0;
}
div#mainmenu .nav-table {
  display: table;
  width: auto;
}
div#mainmenu .nav-table:before,
div#mainmenu .nav-table:after {
  content: none !important;
}
div#mainmenu .nav-table .nav-child li {
  padding-top: 0;
  display: block;
  padding: 10px;
  display: table;
}
div#mainmenu .nav-table .nav-child li a {
  text-align: left;
  white-space: normal;
  line-height: 1em;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}
div#mainmenu .nav-table li > a {
  border-bottom: 2px solid transparent;
}
div#mainmenu .nav-table li.active > a,
div#mainmenu .nav-table li:hover > a,
div#mainmenu .nav-table li.current > a {
  border-bottom: 2px solid #996600;
}
div#mainmenu .nav-table > li {
  display: table-cell;
  vertical-align: bottom;
  float: none;
  line-height: 1em;
  padding: 0 5px;
  padding: 0 .5vw;
}
div#mainmenu .nav-table > li > a {
  line-height: 1em !important;
  height: auto !important;
  padding: 20px .3em !important;
}
#mainmenu > ul > li {
  text-align: center;
  padding: 0 .5em;
}
#mainmenu > ul > li > a {
  padding: 0 5px !important;
}
#mainmenu > ul > li + li a.visible-phone {
  border: none;
}
#mainmenu > ul > li a.visible-phone:before {
  display: none;
}
#mainmenu > ul > li > a {
  padding: 0;
}
div#search {
  background-color: transparent;
}
div#search .moduletable {
  margin-bottom: 0;
  display: table;
}
div#mainmenuafter {
  background-color: #e6e6e6;
  height: 40px;
}
#search input {
  width: 60%;
  padding: 5px 2%;
}
#search .btn {
  font-size: .8em;
}
#mainmenu .item-199,
#mainmenu .item-209,
#mainmenu .item-101 {
  display: none;
}
@media (max-width: 979px) {
  #search input {
    max-width: 6vw;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #search input {
    min-width: 7em;
  }
}
@media (min-width: 768px) {
  #search {
    width: 33%;
  }
}
div#dyn .cl {
  vertical-align: top;
}
/* Top Menu */
ul#iconsmenu,
ul.social.icons {
  display: inline-block;
  text-align: right;
  margin: 0;
}
ul#iconsmenu li,
ul.social.icons li {
  position: relative;
  width: auto;
  overflow: hidden;
  display: inline-block;
  height: 1em;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0 !important;
}
ul#iconsmenu li a,
ul.social.icons li a {
  width: 1.1em;
  height: 1.2em;
  display: inline-block;
}
ul#iconsmenu li a.ico:before,
ul.social.icons li a.ico:before {
  padding: 0;
  line-height: 1em;
}
ul#iconsmenu li + li,
ul.social.icons li + li {
  margin-left: .3em;
}
ul#iconsmenu li a.ico.map,
ul.social.icons li a.ico.map {
  width: 0.6em;
}
ul#iconsmenu li a.ico.email,
ul.social.icons li a.ico.email {
  width: 1.1em;
  padding-left: 1px;
}
ul.collection-finishes {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
ul.collection-finishes li {
  list-style-type: none;
  display: inline-block;
  width: 12em;
  padding: 20px;
  text-align: center;
  vertical-align: top;
}
ul.collection-finishes img {
  margin-bottom: 0 !important;
}
ul.collection-finishes br {
  display: none;
}
div#footer_columns .moduletable {
  text-align: left;
}
.custom.followus ul.ico li {
  background: silver;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  text-align: center;
}
.custom.followus ul.ico li + li {
  margin-left: .8rem;
}
.custom.followus ul.ico li:hover {
  opacity: .8;
}
.custom.followus ul.ico li a {
  color: white;
  text-align: center;
  margin: 0 auto;
  width: 1.5rem;
  height: 2rem;
  line-height: 2rem;
}
.custom.followus ul.ico li a:before {
  width: 1.5rem;
  display: block;
}
div#linkssection {
  text-align: center;
}
div#linkssection ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  list-style-type: none;
}
div#linkssection ul li {
  font-size: .85em;
}
div#linkssection .moduletable {
  padding-top: 20px;
}
ul.ico.social.icons a:before {
  font-size: 1.3em;
}
div#topbar .nav a:hover {
  background-color: transparent;
}
ul.nav-horiz li {
  display: inline-block;
}
#bottomnav {
  text-align: center;
}
.js .invisible {
  opacity: 0 !important;
}
.reveal,
.ToFadeIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.reveal.infinite,
.ToFadeIn.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.reveal.once,
.ToFadeIn.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.reveal.hinge,
.ToFadeIn.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.reveal.slow,
.ToFadeIn.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
#footerwrapper .reveal {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
#photoframe .reveal {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#photoframe .reveal.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#photoframe .reveal.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#photoframe .reveal.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
#photoframe .reveal.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.side.reveal {
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -ms-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.side.text.reveal {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
#photoframe .moduletable.reveal {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.moduletable h1 span,
.moduletable h2 span,
.moduletable h3 span,
.moduletable h4 span,
.moduletable h5 span,
.moduletable h6 span {
  display: block;
}
.moduletable h1 span + span,
.moduletable h2 span + span,
.moduletable h3 span + span,
.moduletable h4 span + span,
.moduletable h5 span + span,
.moduletable h6 span + span {
  margin-top: 1em;
}
.moduletable > div {
  overflow: hidden;
}
#middlewrapper {
  position: relative;
}
form span.add-on {
  max-width: 2em;
}
.moduletable.centered {
  text-align: center !important;
}
.moduletable-list {
  border-top: 1px solid silver;
  margin-bottom: 40px;
}
#component .blog.news {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#component .blog.news .blogitem {
  padding: 10px;
}
#component .blog.news .introswrap {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
}
#component .blog .boxy .blogitem,
#component .blog-featured .boxy .blogitem {
  overflow: hidden;
}
#component .blog .boxy .blogitem *,
#component .blog-featured .boxy .blogitem * {
  max-width: 100%;
}
#component .blog .boxy .blogitem .img-intro-left,
#component .blog-featured .boxy .blogitem .img-intro-left,
#component .blog .boxy .blogitem .item-image,
#component .blog-featured .boxy .blogitem .item-image {
  overflow: hidden;
  margin-bottom: 20px;
}
#component .blog .boxy .blogitem .img-intro-left img,
#component .blog-featured .boxy .blogitem .img-intro-left img,
#component .blog .boxy .blogitem .item-image img,
#component .blog-featured .boxy .blogitem .item-image img {
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#component .blog .boxy .blogitem .img-intro-left img:hover,
#component .blog-featured .boxy .blogitem .img-intro-left img:hover,
#component .blog .boxy .blogitem .item-image img:hover,
#component .blog-featured .boxy .blogitem .item-image img:hover,
#component .blog .boxy .blogitem .img-intro-left img.hover,
#component .blog-featured .boxy .blogitem .img-intro-left img.hover,
#component .blog .boxy .blogitem .item-image img.hover,
#component .blog-featured .boxy .blogitem .item-image img.hover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (max-width: 767px) {
  #component .blog .boxy .blogitem .img-intro-left,
  #component .blog-featured .boxy .blogitem .img-intro-left,
  #component .blog .boxy .blogitem .item-image img,
  #component .blog-featured .boxy .blogitem .item-image img {
    min-width: 100%;
    height: auto;
  }
}
#component .blog .boxy .blogitem p.readmore,
#component .blog-featured .boxy .blogitem p.readmore {
  text-align: left;
  position: relative;
  z-index: 30;
}
#component .blog .boxy .blogitem p.readmore .btn,
#component .blog-featured .boxy .blogitem p.readmore .btn {
  display: inline-block;
}
div#heading-right .nav-pills li {
  float: none;
  display: inline-block;
}
div#heading-right .nav-pills li a {
  /*background: @brand-primary;
			color: @white !important;
			font-weight: bold;*/
  background: #D6A263;
  color: white !important;
  border: 1px solid #D6A263;
  white-space: nowrap;
}
div#heading-right .nav-pills li a:hover,
div#heading-right .nav-pills li a.hover {
  background: #a76f2c;
}
div#heading-right .moduletable {
  display: inline-block;
  vertical-align: middle;
}
#header-right {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #header-right {
    width: 105px;
  }
}
@media only screen and (max-width: 991px) {
  #header-right {
    text-align: right !important;
  }
}
div#heading-right .header-btn-mod .btn {
  height: 100% !important;
  line-height: 6em !important;
}
.offcanvas-trigger {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 4em;
  height: 4em;
  line-height: 4.3em;
  z-index: 3000;
  visibility: visible;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.offcanvas-trigger.desk .fa {
  font-size: 24px;
}
.offcanvas-trigger.desk a.menu-btn {
  color: #996600;
  display: block;
}
.offcanvas-trigger.desk a.menu-btn.hover,
.offcanvas-trigger.desk a.menu-btn:hover {
  color: #b38c40;
}
.offcanvas-trigger.desk a.menu-btn span {
  display: inline-block;
  font-weight: normal;
  color: #996600;
  padding-left: .7em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  height: 1em;
  line-height: 3.5em;
  margin-top: 2px;
}
.moduletable.mod-introtext {
  padding: 30px 0;
}
.outer-stripe .moduletable {
  margin-top: 20px;
}
.outer-stripe .moduletable > h2 {
  padding: 1em 0;
}
.outer-stripe.text .moduletable {
  padding: 20px 0;
}
div#news-outer-sub {
  height: 56vw;
  max-height: 75vh;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  display: table !important;
  width: 100%;
}
div#news-outer-sub > div {
  display: table-cell;
  vertical-align: middle;
}
div#news-outer-sub #news-wrap .moduletable {
  margin: 0;
}
div#news-outer-sub #news-wrap .moduletable.news-home {
  background: rgba(153, 102, 0, 0.7);
  padding: 20px;
  border-radius: 4px;
  margin: 40px 0;
}
.innerbody .moduletable.mod-section-nav {
  display: block;
  width: 200px;
  text-align: right;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 35;
  margin: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.innerbody .moduletable.mod-section-nav ul.nav.menu.vert li {
  line-height: 1em;
  /*&.active {
    				background: fade(white, 10%);
    			}

    			a {
    				&:hover, &.hover {
    					background: fade(@black, 20%);
    				}
    			}*/
}
@media only screen and (min-width: 992px) {
  .innerbody .moduletable.mod-section-nav {
    width: auto;
    max-width: 25em;
  }
  .innerbody .moduletable.mod-section-nav > h3 {
    display: none;
  }
  .innerbody .moduletable.mod-section-nav ul.nav {
    padding-right: 30px;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li {
    display: block;
    height: auto;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li.active a:after {
    color: #333;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li.active,
  .innerbody .moduletable.mod-section-nav ul.nav li.active a {
    background: transparent;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li.active a:after {
    background: #996600;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a.active:after {
    background: #996600;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li:hover,
  .innerbody .moduletable.mod-section-nav ul.nav li:hover a {
    background: transparent !important;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a {
    display: inline-block;
    padding: 7px 20px;
    padding-left: 0;
    pointer-events: none;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a:after,
  .innerbody .moduletable.mod-section-nav ul.nav li a:before {
    pointer-events: all;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a span {
    color: white;
    background: #996600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 7px 1em;
    border-radius: 2px;
    position: relative;
    z-index: 22;
    margin-right: 1em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a span:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    right: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #996600;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a:hover span {
    visibility: visible;
    opacity: 1;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a:before,
  .innerbody .moduletable.mod-section-nav ul.nav li a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 3px;
    top: 11px;
    border-radius: 50%;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a:before {
    width: 25px;
    height: 25px;
    top: 8px;
    right: -4px;
    border-radius: 0;
    background: transparent;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a:hover:after {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 991px) {
  .innerbody .moduletable.mod-section-nav {
    top: 0;
    position: relative;
    background: #996600;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .innerbody .moduletable.mod-section-nav:before,
  .innerbody .moduletable.mod-section-nav:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #996600;
    position: absolute;
    left: -100%;
    top: 0;
  }
  .innerbody .moduletable.mod-section-nav:after {
    left: auto;
    right: -100%;
  }
  .innerbody .moduletable.mod-section-nav > h3 {
    display: inline-block;
    float: left;
    color: white;
    margin-bottom: 0 !important;
    vertical-align: middle;
    padding: .8em 0;
    text-transform: none;
    font-weight: normal;
  }
  .innerbody .moduletable.mod-section-nav > h3 span.subtitle {
    display: inline-block;
    color: white;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: bold;
  }
  .innerbody .moduletable.mod-section-nav .offcanvas-trigger {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 48px;
    float: right;
    background: #ab824f;
  }
  .innerbody .moduletable.mod-section-nav .offcanvas-trigger a {
    line-height: 2em;
    width: 2em;
    height: 2em;
    padding: 1em;
  }
  .innerbody .moduletable.mod-section-nav a {
    color: white;
  }
  .innerbody .moduletable.mod-section-nav ul.nav {
    /*-webkit-transform-origin: top center;
				   -moz-transform-origin: top center;
				    -ms-transform-origin: top center;
				     -o-transform-origin: top center;
				        transform-origin: top center;



				-webkit-transform: scaleY(0);
				   -moz-transform: scaleY(0);
				    -ms-transform: scaleY(0);
				     -o-transform: scaleY(0);
				        transform: scaleY(0);*/
    /*.animated;
				        .fadeOutUp;
				        .animation-duration(.5s);

				       height: 0;*/
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    background: #ab824f;
    text-align: left;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li {
    background: #ab824f;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li.active {
    background: rgba(0, 0, 0, 0.5);
  }
  .innerbody .moduletable.mod-section-nav ul.nav li.active a {
    background: #80613b;
    color: white;
  }
  .innerbody .moduletable.mod-section-nav ul.nav.navopen {
    /*-webkit-transform: scaleY(1);
				   -moz-transform: scaleY(1);
				    -ms-transform: scaleY(1);
				     -o-transform: scaleY(1);
				        transform: scaleY(1);*/
    /*.animated;
				        .fadeInDown;
				        .animation-duration(.5s);

				        height: 100%;*/
    display: block;
  }
}
#photoframe .moduletable.mod-btn-page-down {
  margin: 0;
  min-height: 0 !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down {
  display: inline-block;
  margin: 0 auto;
  color: white;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
#photoframe .moduletable.mod-btn-page-down a.btn-down .fa {
  font-size: 4rem;
  padding: 20px;
}
.custom.mod-copyright.menu ul {
  display: inline-block;
  text-align: center;
}
.custom.mod-copyright.menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.moduletable.footer-address.centered {
  margin-bottom: 20px !important;
}
.moduletable.footer-menu ul.nav.vert {
  text-align: left;
}
.slideshow-caption.container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.outer-feat {
  padding: 80px 20px;
}


div#mainmenu .nav-table > li {
	vertical-align: middle;
	padding: 0 .2vw;
}

/* Drawers */
@media only screen and (min-width: 992px) {
  .row.drawer {
    position: fixed;
    z-index: 6000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 320px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 992px) {
  #left-drawer-wrap {
    height: auto;
    left: 0;
    top: 200px;
    overflow: hidden;
  }
  #left-drawer-wrap,
  #left-drawer-wrap.in {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #left-drawer-wrap.out {
    /* -webkit-transform: translateX(-84%); */
    -moz-transform: translateX(-84%);
    -ms-transform: translateX(-84%);
    -o-transform: translateX(-84%);
    transform: translateX(-84%);
  }
  #right-drawer-wrap {
    right: 0;
    top: 200px;
  }
  #right-drawer-wrap,
  #right-drawer-wrap.in {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #right-drawer-wrap.out {
    /* -webkit-transform: translateX(-84%); */
    -moz-transform: translateX(84%);
    -ms-transform: translateX(84%);
    -o-transform: translateX(84%);
    transform: translateX(84%);
  }
}
@media only screen and (min-width: 992px) {
  .row.drawer .btn-left,
  .row.drawer .btn-right {
    background: antiquewhite;
    cursor: pointer;
    padding: 5px;
    position: absolute!important;
    display: inline-block;
    top: 50%;
    right: 19px;
    margin: 0!important;
    width: 24em;
    max-width: none!important;
    text-align: center;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
  }
  .row.drawer .btn-right {
    position: absolute;
    left: -25px;
    right: auto;
    top: 50%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    -moz-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    -o-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    width: auto;
  }
}
.row.drawer .moduletable {
  min-height: 20px;
  padding: 20px;
  overflow: hidden;
}

.outer-prefooter {
    background: white;
    position: relative;
    padding-top: 40px;
}

.outer-feat {
    position: relative;
}

#outertop + .outerheader {
    /*position: absolute;*/
    top: 20px;
}

div#outertop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #6D140E !important;
  height: 20px;
  z-index: 55;
}

div#topbar .moduletable {
    line-height: 20px;
    margin: 0;
}

div#topbar .moduletable p {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
  div#topleft {
    width: 80%;
  }
}

.moduletable.mod-reservation-form > h3 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div#drawerright {
    display: table;
    table-layout: fixed;
  }
  div#drawerright > div {
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 991px) {
  .moduletable.mod-reservation-text {
    background: wheat !important;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slideshow-caption.container.dark .lead {
    line-height: 1em;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-caption.container.dark .lead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /*.slideshow-caption.container.dark {
    position: relative;
    transform: none;
    top: auto;
    margin-top: -200px;
    padding-bottom: 40px;
  }*/
  .slideshow-caption.container.dark h2 {
    max-width: 70vw !important;
    margin: 0 auto;
  }
  
  	div#heading-right .header-btn-mod .btn {
    line-height: 3em !important;
	}  
  
	div#outertop {
    height: 40px;
	}

	#outertop + .outerheader {
	    top: 40px;
	}

	.moduletable.modlanguages a {
	    line-height: 40px;
	}

	#topbar .moduletable.modlanguages {
	    height: 40px;
	}
  
}

@media only screen and (max-width: 991px) {
  .raxo-evenements .allmode-text h3 + p {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  div#topbar .moduletable {
    height: 60px !important;
  }
  .moduletable.info-header.centered p {
    line-height: 1em;
  }
  div#topbar > div {
    width: auto !important;
    max-width: 55vw !important;
    padding: 0 !important;
    vertical-align: middle;
  }
  div#outertop,
  #topbar {
    height: 60px !important;
  }
  #outertop + .outerheader {
    top: 60px;
  }
  .moduletable.info-header.centered {
    text-align: left !important;
    display: table !important;
  }
  .moduletable.info-header.centered > div {
    display: table-cell;
    vertical-align: middle;
  }
  .moduletable.modlanguages a {
    line-height: 60px;
  }
  
  .slideshow-caption ul.services li {
    width: 32%;
}
  
.slideshow-caption ul.services li:before {
    display: none;
  }
  
.slideshow-caption ul.services li img {
    padding: 0;
  }
  
.wrapfold {
    min-height: 140px;
    padding-top: 140px;
}
  
.moduletable.slideshow-ck {
    max-height: 67vh !important;
    overflow: hidden;
}

.slideshow-caption ul.services li h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
  
}



/* Static Masonry */
.faux-masonry {
  margin: 0 auto;
}
.faux-masonry h2.mwall-title {
  margin-top: 0 !important;
}
.faux-masonry .mwall-title a {
  color: white !important;
  text-shadow: 0.05em 0.05em 0px black, 0px 0px 0.3em black;
  font-weight: normal !important;
  font-size: 35px;
  line-height: 1em !important;
}
.faux-masonry a.btn.btn-default.btn-readmore {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  color: black !important;
}
.faux-masonry a.btn.btn-default.btn-readmore:hover {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .faux-masonry .cl.masonry-col.col-lft {
    width: 66%;
  }
  .faux-masonry .cl.masonry-col {
    padding: 0;
  }
}
.faux-masonry .msr-item {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .faux-masonry .msr-item.msr-sqr > div.m-img-wrap {
    height: 0;
    padding-bottom: 100%;
  }
  .faux-masonry .msr-item.msr-wide > div.m-img-wrap {
    height: 0;
    padding-bottom: 77.3%;
  }
}
.faux-masonry .m-img-wrap {
  background: black;
  position: relative;
}
.faux-masonry .m-img-wrap img {
  opacity: .65;
  filter: contrast(1.5) saturate(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .faux-masonry .m-img-wrap img {
    min-height: 15em;
  }
}
@media only screen and (min-width: 768px) {
  .faux-masonry .m-img-wrap img {
    max-width: 160% !important;
    min-height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.faux-masonry .m-img-wrap img:hover {
  opacity: .9;
  filter: contrast(1.2) saturate(1.2);
}
.faux-masonry .m-txt-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px;
}

.faux-masonry .msr-item {
    border: 10px solid #EAD4B1;
}
  p.allmode-readmore {
    margin-top: 12%;
}
/* my mixins */
.ungridTable {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ungridTable > div,
.ungridTable .col {
  display: table-cell;
}
.vertCenterRel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertCenterAbs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizCenterRel {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizCenterAbs {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.allCenterRel {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.allCenterAbs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.imgHover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.imgNormal {
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
}
.DarkLinks {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.Links {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #6D140E;
  color: white !important;
  border: 1px solid #6D140E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #130302;
}
.DefaultBtnLike {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: #996600;
  color: white !important;
}
.BackFace {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.linedIcons {
  font-family: 'lined-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animate.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
  -moz-animation-name: bounceRight;
  -ms-animation-name: bounceRight;
  -o-animation-name: bounceRight;
  animation-name: bounceRight;
}
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
  -moz-animation-name: bounceLeft;
  -ms-animation-name: bounceLeft;
  -o-animation-name: bounceLeft;
  animation-name: bounceLeft;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* CSS Document */
body,
.innerbody,
html.mm-background .mm-page {
  background: white;
}
a,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6D140E;
}
a:hover,
.list-group-item.active > .badge:hover,
.nav-pills > .active > a > .badge:hover {
  color: #924f4a;
}
.subtitle {
  color: #6D140E;
}
.dark .subtitle {
  color: #996600;
}
#mainnav ul li a {
  color: #6D140E;
}
.outer-feat.outerfeature1,
.outer-feat.outerfeature3 {
  background: #EAD4B1;
}
.outer-feat.outerfeature2 {
  background: #343434;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #6D140E;
}
#outerinverted {
  background: #6D140E !important;
}
.outerfooter {
  background: #6D140E;
}
.outerbody,
#outer-bottom-cols {
  background: white;
}
.outerbottom {
  background: white;
}
.moduletable.bordered {
  border: 1px solid #404040;
  padding: 10px !important;
  background: white;
}
/*@media @uptodesktop {
	.outerbody .container {
		background: @white;
	}
}*/
#photoframe {
  background: #6D140E;
}

.outerbody,
.outerbody:after {
  background: white;
}
.outertop-wide {
  position: relative;
  background: white;
}
.wrapfold {
  background: white;
}
.outerheader {
  background: white;
}
@media only screen and (min-width: 992px) {
  .outerheader.sticky {
    background: white;
    border-bottom: 1px solid silver;
  }
}
#outertop {
  background-color: #6D140E;
}
#outertop ul.menu a,
#outertop ul.menu a :visited {
  color: white;
}
#outertop ul.menu a:hover {
  color: #bfbfbf;
}
#headline {
  color: #404040;
  background: rgba(255, 255, 255, 0.5) !important;
}
.outerleader .container {
  background: #0d0d0d;
  background: rgba(0, 0, 0, 0.8);
}
.outerleader .container h1,
.outerleader .container h2,
.outerleader .container h3,
.outerleader .container h4,
.outerleader .container h5,
.outerleader .container h5 {
  color: white;
}
.homepage div#stripe-1-outer,
.homepage div#stripe-3-outer {
  background: #f2f2f2;
}
.out-stripe {
  border-top: 1px solid #e0e0e0;
}
body:not(.homepage) .out-stripe:nth-of-type(odd) {
  background: #f2f2f2;
}
@media (max-width: 768px) {
  #headerwrapper {
    background-position: top 0 right 0;
  }
}
.btn {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
  border-width: 2px !important;
}
.btn:hover,
.btn.hover {
  background: #996600;
  color: white !important;
}
.btn.primary {
  background: #6D140E;
  color: white !important;
  border: 1px solid #6D140E;
}
.btn.primary:hover,
.btn.primary.hover {
  background: #130302;
}
.btn-inverse,
.btn-inverted {
  background: transparent;
  color: white !important;
  border: 2px solid white;
  font-weight: normal !important;
}
.btn-inverse:hover,
.btn-inverted:hover {
  background: rgba(153, 102, 0, 0.5);
}
.readmore .btn,
.readmore.btn,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
}
.readmore .btn:hover,
.readmore.btn:hover,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn:hover,
.readmore .btn.hover,
.readmore.btn.hover,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn.hover {
  background: #996600;
  color: white !important;
}
.readmore .btn:hover,
.readmore.btn:hover,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn:hover,
.readmore .btn.hover,
.readmore.btn.hover,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn.hover {
  background: #996600 !important;
  color: white !important;
}
.btn-primary,
.btn.primary,
.btn.reservation {
  background: #6D140E !important;
  color: white !important;
  border: 1px solid #6D140E !important;
}
.btn-primary:hover,
.btn.primary:hover,
.btn.reservation:hover,
.btn-primary.hover,
.btn.primary.hover,
.btn.reservation.hover {
  background: #130302 !important;
}
.btn-primary a,
.btn.primary a,
.btn.reservation a {
  color: white !important;
  font-weight: normal ;
}
.btn-primary:hover,
.btn.primary:hover,
.btn.reservation:hover,
.btn-primary.hover,
.btn.primary.hover,
.btn.reservation.hover {
  background: #130302 !important;
  border-color: #130302 !important;
}
#component > .rooms .readmore.btn,
.fnews.rooms .readmore.btn,
#component > .rooms .readmore .btn,
.fnews.rooms .readmore .btn {
  background: transparent;
  border: none;
  color: #6D140E !important;
  font-weight: normal;
}
#component > .rooms .readmore.btn a,
.fnews.rooms .readmore.btn a,
#component > .rooms .readmore .btn a,
.fnews.rooms .readmore .btn a {
  color: white !important;
  font-weight: normal;
}
#component > .rooms .readmore.btn a.hover,
.fnews.rooms .readmore.btn a.hover,
#component > .rooms .readmore .btn a.hover,
.fnews.rooms .readmore .btn a.hover,
#component > .rooms .readmore.btn a:hover,
.fnews.rooms .readmore.btn a:hover,
#component > .rooms .readmore .btn a:hover,
.fnews.rooms .readmore .btn a:hover {
  text-decoration: underline;
}
#component > .rooms .readmore.btn.hover,
.fnews.rooms .readmore.btn.hover,
#component > .rooms .readmore .btn.hover,
.fnews.rooms .readmore .btn.hover,
#component > .rooms .readmore.btn:hover,
.fnews.rooms .readmore.btn:hover,
#component > .rooms .readmore .btn:hover,
.fnews.rooms .readmore .btn:hover {
  text-decoration: underline;
}
/*.readmore .btn, .readmore a {
	color: @white;
	background: @brand-secondary;
	border: none;
			&:hover {
				color: @offWhite;
				background: saturate(@brand-secondary, 25%);
			}

}*/
.form-actions {
  background: #e6e6e6;
}
.outerlinks.dark {
  background-color: #d5d5d5;
}
#mainnav ul li:hover > a,
#mainnav ul li:focus > a {
  color: #6D140E;
}
#mainnav ul ul {
  background: rgba(255, 255, 255, 0.8);
}
#mainnav ul li.current.active > a {
  color: #57100b;
}
/*#mainnav, .col ul.menu {
				li.current.active:before {
					content: "";
					width: 100%;
					height: 3px;
					display: block;
					float: left;
					background: @brand-primary;
					margin-bottom: -3px;
					position: relative;
					z-index: 100;
				}

			}*/
.col ul.menu li a {
  padding-left: .3em;
}
#mainnav ul.menu li a {
  display: block;
}
#mainnav ul.menu li.current,
#mainnav ul.menu li.current a {
  background: transparent;
}
.nav > li > a:focus {
  color: #6D140E;
}
#mainnav ul ul li {
  padding-left: 1em;
}
#mainnav li {
  position: relative;
}
.col ul.menu a:hover {
  background: rgba(153, 102, 0, 0.4);
}
.col ul.menu .current.active > a {
  background-color: #c5a19f;
  background-color: rgba(197, 161, 159, 0.4);
}
#bottomnav .moduletable_menu a {
  color: #6D140E;
}
#bottomnav .moduletable_menu a:hover {
  color: #9a1c14;
}
ul a.active {
  background-color: rgba(109, 20, 14, 0.5);
  color: #000000;
}
.nav-list li {
  border-top: 1px solid #6D140E;
  border-bottom: 1px solid #130302;
}
#footer-assim .moduletable > h3 {
  color: #bfbfbf;
}
#textover {
  background: #404040;
  background: rgba(64, 64, 64, 0.7);
  color: white;
}
#textover h1,
#textover h2,
#textover h3,
#textover h4,
#textover h5,
#textover h6 {
  color: white;
}
#textover a.btn {
  color: #57100b;
}
#textover a {
  color: #a7726e;
}
/*#topbar {
		.btn {
			background: @brand-primary;
			border-color: darken(@brand-primary, 10%)

			&:hover, &:focus {
				background: lighten(@grayDarker, 20%);
			}
		}
	}*/
.moduletable.dark h1,
.moduletable.color h1,
.moduletable.dark h2,
.moduletable.color h2,
.moduletable.dark h3,
.moduletable.color h3,
.moduletable.dark h4,
.moduletable.color h4,
.moduletable.dark h5,
.moduletable.color h5,
.moduletable.dark h6,
.moduletable.color h6 {
  color: white;
  margin-top: 0;
}
.moduletable.dark a.btn,
.moduletable.color a.btn {
  color: white;
}
.moduletable.dark a,
.moduletable.color a {
  color: #EAD4B1;
}
.moduletable.color .color,
.moduletable.light .light,
.moduletable.dark .dark {
  background: transparent;
}
#breadcrumbs .moduletable,
#middlewrapper .col.inner .moduletable {
  border-top: none;
  margin-top: 0;
}
#breadcrumbs .moduletable {
  background: transparent;
}
#content-right .moduletable h3 {
  margin-top: 0;
}
#footer .nav li a:hover {
  background: rgba(191, 191, 191, 0.2);
}
#footer_bottom {
  border-top: 1px solid white;
}
.accordion-heading {
  background-color: #f2f2f2;
  border-top: 2px solid #e6e6e6;
  border-bottom: 1px solid #d5d5d5;
}
.accordion-toggle:hover {
  background-color: #e6e6e6;
}
/* Brand Colors Swatches */
.rw.brand,
.brand.rw {
  margin-bottom: 20px;
  border: 1px solid white;
  outline: 1px solid #d5d5d5;
}
.brand h3 {
  text-align: center;
  font-size: 1rem;
}
.brand-primary,
.primary {
  background: #6D140E !important;
  color: white !important;
}
.brand-primary a,
.primary a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-primary h1,
.primary h1,
.brand-primary h2,
.primary h2,
.brand-primary h3,
.primary h3,
.brand-primary h4,
.primary h4,
.brand-primary h5,
.primary h5,
.brand-primary h6,
.primary h6,
.brand-primary .h1,
.primary .h1,
.brand-primary .h2,
.primary .h2,
.brand-primary .h3,
.primary .h3,
.brand-primary .h4,
.primary .h4,
.brand-primary .h5,
.primary .h5,
.brand-primary .h6,
.primary .h6 {
  color: white !important;
}
.brand-primary h1 a,
.primary h1 a,
.brand-primary h2 a,
.primary h2 a,
.brand-primary h3 a,
.primary h3 a,
.brand-primary h4 a,
.primary h4 a,
.brand-primary h5 a,
.primary h5 a,
.brand-primary h6 a,
.primary h6 a,
.brand-primary .h1 a,
.primary .h1 a,
.brand-primary .h2 a,
.primary .h2 a,
.brand-primary .h3 a,
.primary .h3 a,
.brand-primary .h4 a,
.primary .h4 a,
.brand-primary .h5 a,
.primary .h5 a,
.brand-primary .h6 a,
.primary .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-secondary,
.secondary {
  background: #996600 !important;
  color: white !important;
}
.brand-secondary a,
.secondary a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-secondary h1,
.secondary h1,
.brand-secondary h2,
.secondary h2,
.brand-secondary h3,
.secondary h3,
.brand-secondary h4,
.secondary h4,
.brand-secondary h5,
.secondary h5,
.brand-secondary h6,
.secondary h6,
.brand-secondary .h1,
.secondary .h1,
.brand-secondary .h2,
.secondary .h2,
.brand-secondary .h3,
.secondary .h3,
.brand-secondary .h4,
.secondary .h4,
.brand-secondary .h5,
.secondary .h5,
.brand-secondary .h6,
.secondary .h6 {
  color: white !important;
}
.brand-secondary h1 a,
.secondary h1 a,
.brand-secondary h2 a,
.secondary h2 a,
.brand-secondary h3 a,
.secondary h3 a,
.brand-secondary h4 a,
.secondary h4 a,
.brand-secondary h5 a,
.secondary h5 a,
.brand-secondary h6 a,
.secondary h6 a,
.brand-secondary .h1 a,
.secondary .h1 a,
.brand-secondary .h2 a,
.secondary .h2 a,
.brand-secondary .h3 a,
.secondary .h3 a,
.brand-secondary .h4 a,
.secondary .h4 a,
.brand-secondary .h5 a,
.secondary .h5 a,
.brand-secondary .h6 a,
.secondary .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-tertiary,
.tertiary {
  background: #EAD4B1 !important;
  color: black !important;
}
.brand-tertiary a,
.tertiary a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.brand-tertiary h1,
.tertiary h1,
.brand-tertiary h2,
.tertiary h2,
.brand-tertiary h3,
.tertiary h3,
.brand-tertiary h4,
.tertiary h4,
.brand-tertiary h5,
.tertiary h5,
.brand-tertiary h6,
.tertiary h6,
.brand-tertiary .h1,
.tertiary .h1,
.brand-tertiary .h2,
.tertiary .h2,
.brand-tertiary .h3,
.tertiary .h3,
.brand-tertiary .h4,
.tertiary .h4,
.brand-tertiary .h5,
.tertiary .h5,
.brand-tertiary .h6,
.tertiary .h6 {
  color: black !important;
}
.brand-tertiary h1 a,
.tertiary h1 a,
.brand-tertiary h2 a,
.tertiary h2 a,
.brand-tertiary h3 a,
.tertiary h3 a,
.brand-tertiary h4 a,
.tertiary h4 a,
.brand-tertiary h5 a,
.tertiary h5 a,
.brand-tertiary h6 a,
.tertiary h6 a,
.brand-tertiary .h1 a,
.tertiary .h1 a,
.brand-tertiary .h2 a,
.tertiary .h2 a,
.brand-tertiary .h3 a,
.tertiary .h3 a,
.brand-tertiary .h4 a,
.tertiary .h4 a,
.brand-tertiary .h5 a,
.tertiary .h5 a,
.brand-tertiary .h6 a,
.tertiary .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.white {
  background: white !important;
  color: black !important;
}
.white a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white .h1,
.white .h2,
.white .h3,
.white .h4,
.white .h5,
.white .h6 {
  color: black !important;
}
.white h1 a,
.white h2 a,
.white h3 a,
.white h4 a,
.white h5 a,
.white h6 a,
.white .h1 a,
.white .h2 a,
.white .h3 a,
.white .h4 a,
.white .h5 a,
.white .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.black {
  background: black !important;
  color: white !important;
}
.black a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black .h1,
.black .h2,
.black .h3,
.black .h4,
.black .h5,
.black .h6 {
  color: white !important;
}
.black h1 a,
.black h2 a,
.black h3 a,
.black h4 a,
.black h5 a,
.black h6 a,
.black .h1 a,
.black .h2 a,
.black .h3 a,
.black .h4 a,
.black .h5 a,
.black .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.dark,
.dark h3 {
  color: white;
}
.offwhite {
  background: #f2f2f2 !important;
  color: black !important;
}
.offwhite a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.offwhite h1,
.offwhite h2,
.offwhite h3,
.offwhite h4,
.offwhite h5,
.offwhite h6,
.offwhite .h1,
.offwhite .h2,
.offwhite .h3,
.offwhite .h4,
.offwhite .h5,
.offwhite .h6 {
  color: black !important;
}
.offwhite h1 a,
.offwhite h2 a,
.offwhite h3 a,
.offwhite h4 a,
.offwhite h5 a,
.offwhite h6 a,
.offwhite .h1 a,
.offwhite .h2 a,
.offwhite .h3 a,
.offwhite .h4 a,
.offwhite .h5 a,
.offwhite .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-lighter {
  background: #e6e6e6 !important;
  color: black !important;
}
.gray-lighter a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-lighter h1,
.gray-lighter h2,
.gray-lighter h3,
.gray-lighter h4,
.gray-lighter h5,
.gray-lighter h6,
.gray-lighter .h1,
.gray-lighter .h2,
.gray-lighter .h3,
.gray-lighter .h4,
.gray-lighter .h5,
.gray-lighter .h6 {
  color: black !important;
}
.gray-lighter h1 a,
.gray-lighter h2 a,
.gray-lighter h3 a,
.gray-lighter h4 a,
.gray-lighter h5 a,
.gray-lighter h6 a,
.gray-lighter .h1 a,
.gray-lighter .h2 a,
.gray-lighter .h3 a,
.gray-lighter .h4 a,
.gray-lighter .h5 a,
.gray-lighter .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-light {
  background: #bfbfbf !important;
  color: black !important;
}
.gray-light a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-light h1,
.gray-light h2,
.gray-light h3,
.gray-light h4,
.gray-light h5,
.gray-light h6,
.gray-light .h1,
.gray-light .h2,
.gray-light .h3,
.gray-light .h4,
.gray-light .h5,
.gray-light .h6 {
  color: black !important;
}
.gray-light h1 a,
.gray-light h2 a,
.gray-light h3 a,
.gray-light h4 a,
.gray-light h5 a,
.gray-light h6 a,
.gray-light .h1 a,
.gray-light .h2 a,
.gray-light .h3 a,
.gray-light .h4 a,
.gray-light .h5 a,
.gray-light .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray {
  background: #808080 !important;
  color: white !important;
}
.gray a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray h1,
.gray h2,
.gray h3,
.gray h4,
.gray h5,
.gray h6,
.gray .h1,
.gray .h2,
.gray .h3,
.gray .h4,
.gray .h5,
.gray .h6 {
  color: white !important;
}
.gray h1 a,
.gray h2 a,
.gray h3 a,
.gray h4 a,
.gray h5 a,
.gray h6 a,
.gray .h1 a,
.gray .h2 a,
.gray .h3 a,
.gray .h4 a,
.gray .h5 a,
.gray .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-dark {
  background: #404040 !important;
  color: white !important;
}
.gray-dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-dark h1,
.gray-dark h2,
.gray-dark h3,
.gray-dark h4,
.gray-dark h5,
.gray-dark h6,
.gray-dark .h1,
.gray-dark .h2,
.gray-dark .h3,
.gray-dark .h4,
.gray-dark .h5,
.gray-dark .h6 {
  color: white !important;
}
.gray-dark h1 a,
.gray-dark h2 a,
.gray-dark h3 a,
.gray-dark h4 a,
.gray-dark h5 a,
.gray-dark h6 a,
.gray-dark .h1 a,
.gray-dark .h2 a,
.gray-dark .h3 a,
.gray-dark .h4 a,
.gray-dark .h5 a,
.gray-dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-darker {
  background: #0d0d0d !important;
  color: white !important;
}
.gray-darker a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-darker h1,
.gray-darker h2,
.gray-darker h3,
.gray-darker h4,
.gray-darker h5,
.gray-darker h6,
.gray-darker .h1,
.gray-darker .h2,
.gray-darker .h3,
.gray-darker .h4,
.gray-darker .h5,
.gray-darker .h6 {
  color: white !important;
}
.gray-darker h1 a,
.gray-darker h2 a,
.gray-darker h3 a,
.gray-darker h4 a,
.gray-darker h5 a,
.gray-darker h6 a,
.gray-darker .h1 a,
.gray-darker .h2 a,
.gray-darker .h3 a,
.gray-darker .h4 a,
.gray-darker .h5 a,
.gray-darker .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-top {
  background: #7a2d0a !important;
  color: white !important;
}
.blend-top a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-top h1,
.blend-top h2,
.blend-top h3,
.blend-top h4,
.blend-top h5,
.blend-top h6,
.blend-top .h1,
.blend-top .h2,
.blend-top .h3,
.blend-top .h4,
.blend-top .h5,
.blend-top .h6 {
  color: white !important;
}
.blend-top h1 a,
.blend-top h2 a,
.blend-top h3 a,
.blend-top h4 a,
.blend-top h5 a,
.blend-top h6 a,
.blend-top .h1 a,
.blend-top .h2 a,
.blend-top .h3 a,
.blend-top .h4 a,
.blend-top .h5 a,
.blend-top .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-half {
  background: #874506 !important;
  color: white !important;
}
.blend-half a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-half h1,
.blend-half h2,
.blend-half h3,
.blend-half h4,
.blend-half h5,
.blend-half h6,
.blend-half .h1,
.blend-half .h2,
.blend-half .h3,
.blend-half .h4,
.blend-half .h5,
.blend-half .h6 {
  color: white !important;
}
.blend-half h1 a,
.blend-half h2 a,
.blend-half h3 a,
.blend-half h4 a,
.blend-half h5 a,
.blend-half h6 a,
.blend-half .h1 a,
.blend-half .h2 a,
.blend-half .h3 a,
.blend-half .h4 a,
.blend-half .h5 a,
.blend-half .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-bottom {
  background: #925a02 !important;
  color: white !important;
}
.blend-bottom a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-bottom h1,
.blend-bottom h2,
.blend-bottom h3,
.blend-bottom h4,
.blend-bottom h5,
.blend-bottom h6,
.blend-bottom .h1,
.blend-bottom .h2,
.blend-bottom .h3,
.blend-bottom .h4,
.blend-bottom .h5,
.blend-bottom .h6 {
  color: white !important;
}
.blend-bottom h1 a,
.blend-bottom h2 a,
.blend-bottom h3 a,
.blend-bottom h4 a,
.blend-bottom h5 a,
.blend-bottom h6 a,
.blend-bottom .h1 a,
.blend-bottom .h2 a,
.blend-bottom .h3 a,
.blend-bottom .h4 a,
.blend-bottom .h5 a,
.blend-bottom .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lighter {
  background: #a7726e !important;
  color: white !important;
}
.shade-lighter a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lighter h1,
.shade-lighter h2,
.shade-lighter h3,
.shade-lighter h4,
.shade-lighter h5,
.shade-lighter h6,
.shade-lighter .h1,
.shade-lighter .h2,
.shade-lighter .h3,
.shade-lighter .h4,
.shade-lighter .h5,
.shade-lighter .h6 {
  color: white !important;
}
.shade-lighter h1 a,
.shade-lighter h2 a,
.shade-lighter h3 a,
.shade-lighter h4 a,
.shade-lighter h5 a,
.shade-lighter h6 a,
.shade-lighter .h1 a,
.shade-lighter .h2 a,
.shade-lighter .h3 a,
.shade-lighter .h4 a,
.shade-lighter .h5 a,
.shade-lighter .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-light {
  background: #8a433e !important;
  color: white !important;
}
.shade-light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-light h1,
.shade-light h2,
.shade-light h3,
.shade-light h4,
.shade-light h5,
.shade-light h6,
.shade-light .h1,
.shade-light .h2,
.shade-light .h3,
.shade-light .h4,
.shade-light .h5,
.shade-light .h6 {
  color: white !important;
}
.shade-light h1 a,
.shade-light h2 a,
.shade-light h3 a,
.shade-light h4 a,
.shade-light h5 a,
.shade-light h6 a,
.shade-light .h1 a,
.shade-light .h2 a,
.shade-light .h3 a,
.shade-light .h4 a,
.shade-light .h5 a,
.shade-light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-dark {
  background: #57100b !important;
  color: white !important;
}
.shade-dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-dark h1,
.shade-dark h2,
.shade-dark h3,
.shade-dark h4,
.shade-dark h5,
.shade-dark h6,
.shade-dark .h1,
.shade-dark .h2,
.shade-dark .h3,
.shade-dark .h4,
.shade-dark .h5,
.shade-dark .h6 {
  color: white !important;
}
.shade-dark h1 a,
.shade-dark h2 a,
.shade-dark h3 a,
.shade-dark h4 a,
.shade-dark h5 a,
.shade-dark h6 a,
.shade-dark .h1 a,
.shade-dark .h2 a,
.shade-dark .h3 a,
.shade-dark .h4 a,
.shade-dark .h5 a,
.shade-dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-darker {
  background: #410c08 !important;
  color: white !important;
}
.shade-darker a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-darker h1,
.shade-darker h2,
.shade-darker h3,
.shade-darker h4,
.shade-darker h5,
.shade-darker h6,
.shade-darker .h1,
.shade-darker .h2,
.shade-darker .h3,
.shade-darker .h4,
.shade-darker .h5,
.shade-darker .h6 {
  color: white !important;
}
.shade-darker h1 a,
.shade-darker h2 a,
.shade-darker h3 a,
.shade-darker h4 a,
.shade-darker h5 a,
.shade-darker h6 a,
.shade-darker .h1 a,
.shade-darker .h2 a,
.shade-darker .h3 a,
.shade-darker .h4 a,
.shade-darker .h5 a,
.shade-darker .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lightest {
  background: #c5a19f !important;
  color: white !important;
}
.shade-lightest a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lightest h1,
.shade-lightest h2,
.shade-lightest h3,
.shade-lightest h4,
.shade-lightest h5,
.shade-lightest h6,
.shade-lightest .h1,
.shade-lightest .h2,
.shade-lightest .h3,
.shade-lightest .h4,
.shade-lightest .h5,
.shade-lightest .h6 {
  color: white !important;
}
.shade-lightest h1 a,
.shade-lightest h2 a,
.shade-lightest h3 a,
.shade-lightest h4 a,
.shade-lightest h5 a,
.shade-lightest h6 a,
.shade-lightest .h1 a,
.shade-lightest .h2 a,
.shade-lightest .h3 a,
.shade-lightest .h4 a,
.shade-lightest .h5 a,
.shade-lightest .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-darkest {
  background: #2c0806 !important;
  color: white !important;
}
.shade-darkest a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-darkest h1,
.shade-darkest h2,
.shade-darkest h3,
.shade-darkest h4,
.shade-darkest h5,
.shade-darkest h6,
.shade-darkest .h1,
.shade-darkest .h2,
.shade-darkest .h3,
.shade-darkest .h4,
.shade-darkest .h5,
.shade-darkest .h6 {
  color: white !important;
}
.shade-darkest h1 a,
.shade-darkest h2 a,
.shade-darkest h3 a,
.shade-darkest h4 a,
.shade-darkest h5 a,
.shade-darkest h6 a,
.shade-darkest .h1 a,
.shade-darkest .h2 a,
.shade-darkest .h3 a,
.shade-darkest .h4 a,
.shade-darkest .h5 a,
.shade-darkest .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.complement {
  background: #0e676d !important;
  color: white !important;
}
.complement a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.complement h1,
.complement h2,
.complement h3,
.complement h4,
.complement h5,
.complement h6,
.complement .h1,
.complement .h2,
.complement .h3,
.complement .h4,
.complement .h5,
.complement .h6 {
  color: white !important;
}
.complement h1 a,
.complement h2 a,
.complement h3 a,
.complement h4 a,
.complement h5 a,
.complement h6 a,
.complement .h1 a,
.complement .h2 a,
.complement .h3 a,
.complement .h4 a,
.complement .h5 a,
.complement .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad2 {
  background: #0e6d14 !important;
  color: white !important;
}
.triad2 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad2 h1,
.triad2 h2,
.triad2 h3,
.triad2 h4,
.triad2 h5,
.triad2 h6,
.triad2 .h1,
.triad2 .h2,
.triad2 .h3,
.triad2 .h4,
.triad2 .h5,
.triad2 .h6 {
  color: white !important;
}
.triad2 h1 a,
.triad2 h2 a,
.triad2 h3 a,
.triad2 h4 a,
.triad2 h5 a,
.triad2 h6 a,
.triad2 .h1 a,
.triad2 .h2 a,
.triad2 .h3 a,
.triad2 .h4 a,
.triad2 .h5 a,
.triad2 .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad3 {
  background: #140e6d !important;
  color: white !important;
}
.triad3 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad3 h1,
.triad3 h2,
.triad3 h3,
.triad3 h4,
.triad3 h5,
.triad3 h6,
.triad3 .h1,
.triad3 .h2,
.triad3 .h3,
.triad3 .h4,
.triad3 .h5,
.triad3 .h6 {
  color: white !important;
}
.triad3 h1 a,
.triad3 h2 a,
.triad3 h3 a,
.triad3 h4 a,
.triad3 h5 a,
.triad3 h6 a,
.triad3 .h1 a,
.triad3 .h2 a,
.triad3 .h3 a,
.triad3 .h4 a,
.triad3 .h5 a,
.triad3 .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
/*.moduletable, .color, .cl.bt {

		&.blue {
			.changeBackground(@blue);}
		&.blue-dark {
			.changeBackground(@blueDark);}
		&.green {
			.changeBackground(@green);}
		&.red {
			.changeBackground(@red);}
		&.yellow {
			.changeBackground(@yellow);}
		&.orange {
			.changeBackground(@orange);}
		&.pink {
			.changeBackground(@pink);}
		&.purple {
			.changeBackground(@purple);}
		&.teal {
			.changeBackground(teal);}
		&.beige {
			.changeBackground(beige);}


	}*/
/* Typography colors for light and dark backgrounds */
.dark,
.dark li {
  color: #f2f2f2;
  font-weight: lighter;
}
.dark li:before {
  color: #e6e6e6 !important;
}
.dark a {
  color: #EAD4B1;
}
.dark a:hover,
.dark a.hover {
  color: #f5ead9;
}
.dark .btn a {
  color: white;
}
.dark .btn a:visited {
  color: white;
}
.dark li:hover > a {
  color: #f5ead9;
  background: transparent;
}
.dark a:visited {
  color: #EAD4B1;
}
.dark .moduletable blockquote,
.boxes-color .blogitem blockquote {
  color: white;
}
.dark .moduletable blockquote:before,
.boxes-color .blogitem blockquote:before,
.dark .moduletable blockquote:after,
.boxes-color .blogitem blockquote:after {
  color: rgba(255, 255, 255, 0.5);
}
.dark .moduletable .btn,
.boxes-color .blogitem .btn,
.dark .moduletable .btn.btn-default,
.boxes-color .blogitem .btn.btn-default,
.dark .moduletable .btn:visited,
.boxes-color .blogitem .btn:visited {
  color: #EAD4B1 !important;
  border-color: #EAD4B1 !important;
}
.dark .moduletable .btn:hover,
.boxes-color .blogitem .btn:hover,
.dark .moduletable .btn.btn-default:hover,
.boxes-color .blogitem .btn.btn-default:hover,
.dark .moduletable .btn:visited:hover,
.boxes-color .blogitem .btn:visited:hover,
.dark .moduletable .btn.hover,
.boxes-color .blogitem .btn.hover,
.dark .moduletable .btn.btn-default.hover,
.boxes-color .blogitem .btn.btn-default.hover,
.dark .moduletable .btn:visited.hover,
.boxes-color .blogitem .btn:visited.hover {
  color: #f5ead9 !important;
  border-color: #f5ead9 !important;
}
.dark .moduletable .btn.btn-primary,
.boxes-color .blogitem .btn.btn-primary,
.dark .moduletable .btn.btn-primary:visited,
.boxes-color .blogitem .btn.btn-primary:visited {
  color: white !important;
  border-color: white !important;
}
.dark .moduletable .btn.btn-primary:hover,
.boxes-color .blogitem .btn.btn-primary:hover,
.dark .moduletable .btn.btn-primary:visited:hover,
.boxes-color .blogitem .btn.btn-primary:visited:hover,
.dark .moduletable .btn.btn-primary.hover,
.boxes-color .blogitem .btn.btn-primary.hover,
.dark .moduletable .btn.btn-primary:visited.hover,
.boxes-color .blogitem .btn.btn-primary:visited.hover {
  color: #EAD4B1 !important;
  border-color: #EAD4B1 !important;
}
.pushy.dark ul li a,
.pushy.dark ul li span {
  color: white;
}
.pushy.dark ul li a:hover,
.pushy.dark ul li span:hover,
.pushy.dark ul li a:focus,
.pushy.dark ul li span:focus {
  background: #410c08;
}
.pushy.dark ul li a:hover,
.pushy.dark ul li span:hover,
.pushy.dark ul li a:focus,
.pushy.dark ul li span:focus,
.pushy.dark ul li a:visited,
.pushy.dark ul li span:visited {
  color: #f2f2f2;
}
.moduletable.light h3 {
  color: #555;
}
.moduletable.light {
  color: #555;
}
/* Boxes & Modules */
p.box.dark,
p.dark.box {
  background: #404040;
  color: #f2f2f2;
}
.moduletable.dark {
  color: #f2f2f2;
  border: 1px solid #404040;
}
.moduletable.color {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.moduletable.dark,
.moduletable.light,
.moduletable.offwhite,
.moduletable.white,
.moduletable.color {
  padding: 19px 1em !important;
}
.moduletable.light,
.moduletable.offwhite,
.moduletable.white {
  border: 1px solid #e6e6e6;
}
.moduletable.glow,
.row.drawer .moduletable {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
}
/*.box.dark.black, .box.black.dark, .moduletable.black.dark, .moduletable.dark.black {
			.changeBackground(@black);
		}

		.box.dark.green, .box.green.dark, .moduletable.green.dark, .moduletable.dark.green {
			@color: darken(@green, 25%);
			.changeBackground(@color);
		}

			.box.light.green, .box.green.light, .moduletable.green.light, .moduletable.light.green {
				@color: tint(@green, 40%);
				.changeBackground(@color);
			}

		.box.dark.blue, .box.blue.dark, .moduletable.blue.dark, .moduletable.dark.blue {
			@color: darken(@blue, 25%);
			.changeBackground(@color);
		}

			.box.light.blue, .box.blue.light, .moduletable.blue.light, .moduletable.light.blue {
			@color: tint(@blue, 40%);
			.changeBackground(@color);
		}

		.box.dark.red, .box.red.dark, .moduletable.dark.red, .moduletable.red.dark {
			@color: darken(@red, 15%);
			.changeBackground(@color);
		}

			.box.light.red, .box.red.light, .moduletable.light.red, .moduletable.red.light {
			@color: tint(@red, 4%);
			.changeBackground(@color);
			}

		.box.dark.orange, .box.orange.dark, .moduletable.dark.orange, .moduletable.orange.dark {
			@color: darken(@orange, 25%);
			.changeBackground(@color);
		}

			.box.light.orange, .box.orange.light, .moduletable.light.orange, .moduletable.orange.light {
			@color: tint(@orange, 40%);
			.changeBackground(@color);
		}

		.box.dark.yellow, .box.yellow.dark, .moduletable.dark.yellow, .moduletable.yellow.dark {
			@color: darken(@yellow, 25%);
			.changeBackground(@color);
		}

			.box.light.yellow, .box.yellow.light, .moduletable.light.yellow, .moduletable.yellow.light {
			@color: tint(@yellow, 40%);
			.changeBackground(@color);
		}

		.box.dark.purple, .box.purple.dark, .moduletable.dark.purple, .moduletable.purple.dark {
			@color: darken(@purple, 15%);
			.changeBackground(@color);
		}

			.box.light.purple, .box.purple.light, .moduletable.light.purple, .moduletable.purple.light {
			@color: tint(@purple, 30%);
			.changeBackground(@color);
		}

		.box.dark.pink, .box.pink.dark, .moduletable.dark.pink, .moduletable.pink.dark {
			@color: darken(@pink, 35%);
			.changeBackground(@color);
		}

			.box.light.pink, .box.pink.light, .moduletable.light.pink, .moduletable.pink.light {
			@color: tint(@pink, 40%);
			.changeBackground(@color);
		}


		.box.offwhite, .moduletable.offwhite {
			.changeBackground(@offWhite);
		}

		.box.white, .moduletable.white {
			.changeBackground(#fff);
		}*/
.box.brown,
.moduletable.brown,
.cl.bt.brown {
  background: brown !important;
  color: white !important;
}
.box.brown a,
.moduletable.brown a,
.cl.bt.brown a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.brown h1,
.moduletable.brown h1,
.cl.bt.brown h1,
.box.brown h2,
.moduletable.brown h2,
.cl.bt.brown h2,
.box.brown h3,
.moduletable.brown h3,
.cl.bt.brown h3,
.box.brown h4,
.moduletable.brown h4,
.cl.bt.brown h4,
.box.brown h5,
.moduletable.brown h5,
.cl.bt.brown h5,
.box.brown h6,
.moduletable.brown h6,
.cl.bt.brown h6,
.box.brown .h1,
.moduletable.brown .h1,
.cl.bt.brown .h1,
.box.brown .h2,
.moduletable.brown .h2,
.cl.bt.brown .h2,
.box.brown .h3,
.moduletable.brown .h3,
.cl.bt.brown .h3,
.box.brown .h4,
.moduletable.brown .h4,
.cl.bt.brown .h4,
.box.brown .h5,
.moduletable.brown .h5,
.cl.bt.brown .h5,
.box.brown .h6,
.moduletable.brown .h6,
.cl.bt.brown .h6 {
  color: white !important;
}
.box.brown h1 a,
.moduletable.brown h1 a,
.cl.bt.brown h1 a,
.box.brown h2 a,
.moduletable.brown h2 a,
.cl.bt.brown h2 a,
.box.brown h3 a,
.moduletable.brown h3 a,
.cl.bt.brown h3 a,
.box.brown h4 a,
.moduletable.brown h4 a,
.cl.bt.brown h4 a,
.box.brown h5 a,
.moduletable.brown h5 a,
.cl.bt.brown h5 a,
.box.brown h6 a,
.moduletable.brown h6 a,
.cl.bt.brown h6 a,
.box.brown .h1 a,
.moduletable.brown .h1 a,
.cl.bt.brown .h1 a,
.box.brown .h2 a,
.moduletable.brown .h2 a,
.cl.bt.brown .h2 a,
.box.brown .h3 a,
.moduletable.brown .h3 a,
.cl.bt.brown .h3 a,
.box.brown .h4 a,
.moduletable.brown .h4 a,
.cl.bt.brown .h4 a,
.box.brown .h5 a,
.moduletable.brown .h5 a,
.cl.bt.brown .h5 a,
.box.brown .h6 a,
.moduletable.brown .h6 a,
.cl.bt.brown .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.brown.light,
.moduletable.brown.light,
.cl.bt.brown.light {
  background: #c97f7f !important;
  color: white !important;
}
.box.brown.light a,
.moduletable.brown.light a,
.cl.bt.brown.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.brown.light h1,
.moduletable.brown.light h1,
.cl.bt.brown.light h1,
.box.brown.light h2,
.moduletable.brown.light h2,
.cl.bt.brown.light h2,
.box.brown.light h3,
.moduletable.brown.light h3,
.cl.bt.brown.light h3,
.box.brown.light h4,
.moduletable.brown.light h4,
.cl.bt.brown.light h4,
.box.brown.light h5,
.moduletable.brown.light h5,
.cl.bt.brown.light h5,
.box.brown.light h6,
.moduletable.brown.light h6,
.cl.bt.brown.light h6,
.box.brown.light .h1,
.moduletable.brown.light .h1,
.cl.bt.brown.light .h1,
.box.brown.light .h2,
.moduletable.brown.light .h2,
.cl.bt.brown.light .h2,
.box.brown.light .h3,
.moduletable.brown.light .h3,
.cl.bt.brown.light .h3,
.box.brown.light .h4,
.moduletable.brown.light .h4,
.cl.bt.brown.light .h4,
.box.brown.light .h5,
.moduletable.brown.light .h5,
.cl.bt.brown.light .h5,
.box.brown.light .h6,
.moduletable.brown.light .h6,
.cl.bt.brown.light .h6 {
  color: white !important;
}
.box.brown.light h1 a,
.moduletable.brown.light h1 a,
.cl.bt.brown.light h1 a,
.box.brown.light h2 a,
.moduletable.brown.light h2 a,
.cl.bt.brown.light h2 a,
.box.brown.light h3 a,
.moduletable.brown.light h3 a,
.cl.bt.brown.light h3 a,
.box.brown.light h4 a,
.moduletable.brown.light h4 a,
.cl.bt.brown.light h4 a,
.box.brown.light h5 a,
.moduletable.brown.light h5 a,
.cl.bt.brown.light h5 a,
.box.brown.light h6 a,
.moduletable.brown.light h6 a,
.cl.bt.brown.light h6 a,
.box.brown.light .h1 a,
.moduletable.brown.light .h1 a,
.cl.bt.brown.light .h1 a,
.box.brown.light .h2 a,
.moduletable.brown.light .h2 a,
.cl.bt.brown.light .h2 a,
.box.brown.light .h3 a,
.moduletable.brown.light .h3 a,
.cl.bt.brown.light .h3 a,
.box.brown.light .h4 a,
.moduletable.brown.light .h4 a,
.cl.bt.brown.light .h4 a,
.box.brown.light .h5 a,
.moduletable.brown.light .h5 a,
.cl.bt.brown.light .h5 a,
.box.brown.light .h6 a,
.moduletable.brown.light .h6 a,
.cl.bt.brown.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.brown.dark,
.moduletable.brown.dark,
.cl.bt.brown.dark {
  background: #631919 !important;
  color: white !important;
}
.box.brown.dark a,
.moduletable.brown.dark a,
.cl.bt.brown.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.brown.dark h1,
.moduletable.brown.dark h1,
.cl.bt.brown.dark h1,
.box.brown.dark h2,
.moduletable.brown.dark h2,
.cl.bt.brown.dark h2,
.box.brown.dark h3,
.moduletable.brown.dark h3,
.cl.bt.brown.dark h3,
.box.brown.dark h4,
.moduletable.brown.dark h4,
.cl.bt.brown.dark h4,
.box.brown.dark h5,
.moduletable.brown.dark h5,
.cl.bt.brown.dark h5,
.box.brown.dark h6,
.moduletable.brown.dark h6,
.cl.bt.brown.dark h6,
.box.brown.dark .h1,
.moduletable.brown.dark .h1,
.cl.bt.brown.dark .h1,
.box.brown.dark .h2,
.moduletable.brown.dark .h2,
.cl.bt.brown.dark .h2,
.box.brown.dark .h3,
.moduletable.brown.dark .h3,
.cl.bt.brown.dark .h3,
.box.brown.dark .h4,
.moduletable.brown.dark .h4,
.cl.bt.brown.dark .h4,
.box.brown.dark .h5,
.moduletable.brown.dark .h5,
.cl.bt.brown.dark .h5,
.box.brown.dark .h6,
.moduletable.brown.dark .h6,
.cl.bt.brown.dark .h6 {
  color: white !important;
}
.box.brown.dark h1 a,
.moduletable.brown.dark h1 a,
.cl.bt.brown.dark h1 a,
.box.brown.dark h2 a,
.moduletable.brown.dark h2 a,
.cl.bt.brown.dark h2 a,
.box.brown.dark h3 a,
.moduletable.brown.dark h3 a,
.cl.bt.brown.dark h3 a,
.box.brown.dark h4 a,
.moduletable.brown.dark h4 a,
.cl.bt.brown.dark h4 a,
.box.brown.dark h5 a,
.moduletable.brown.dark h5 a,
.cl.bt.brown.dark h5 a,
.box.brown.dark h6 a,
.moduletable.brown.dark h6 a,
.cl.bt.brown.dark h6 a,
.box.brown.dark .h1 a,
.moduletable.brown.dark .h1 a,
.cl.bt.brown.dark .h1 a,
.box.brown.dark .h2 a,
.moduletable.brown.dark .h2 a,
.cl.bt.brown.dark .h2 a,
.box.brown.dark .h3 a,
.moduletable.brown.dark .h3 a,
.cl.bt.brown.dark .h3 a,
.box.brown.dark .h4 a,
.moduletable.brown.dark .h4 a,
.cl.bt.brown.dark .h4 a,
.box.brown.dark .h5 a,
.moduletable.brown.dark .h5 a,
.cl.bt.brown.dark .h5 a,
.box.brown.dark .h6 a,
.moduletable.brown.dark .h6 a,
.cl.bt.brown.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.beige,
.moduletable.beige,
.cl.bt.beige {
  background: beige !important;
  color: black !important;
}
.box.beige a,
.moduletable.beige a,
.cl.bt.beige a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.beige h1,
.moduletable.beige h1,
.cl.bt.beige h1,
.box.beige h2,
.moduletable.beige h2,
.cl.bt.beige h2,
.box.beige h3,
.moduletable.beige h3,
.cl.bt.beige h3,
.box.beige h4,
.moduletable.beige h4,
.cl.bt.beige h4,
.box.beige h5,
.moduletable.beige h5,
.cl.bt.beige h5,
.box.beige h6,
.moduletable.beige h6,
.cl.bt.beige h6,
.box.beige .h1,
.moduletable.beige .h1,
.cl.bt.beige .h1,
.box.beige .h2,
.moduletable.beige .h2,
.cl.bt.beige .h2,
.box.beige .h3,
.moduletable.beige .h3,
.cl.bt.beige .h3,
.box.beige .h4,
.moduletable.beige .h4,
.cl.bt.beige .h4,
.box.beige .h5,
.moduletable.beige .h5,
.cl.bt.beige .h5,
.box.beige .h6,
.moduletable.beige .h6,
.cl.bt.beige .h6 {
  color: black !important;
}
.box.beige h1 a,
.moduletable.beige h1 a,
.cl.bt.beige h1 a,
.box.beige h2 a,
.moduletable.beige h2 a,
.cl.bt.beige h2 a,
.box.beige h3 a,
.moduletable.beige h3 a,
.cl.bt.beige h3 a,
.box.beige h4 a,
.moduletable.beige h4 a,
.cl.bt.beige h4 a,
.box.beige h5 a,
.moduletable.beige h5 a,
.cl.bt.beige h5 a,
.box.beige h6 a,
.moduletable.beige h6 a,
.cl.bt.beige h6 a,
.box.beige .h1 a,
.moduletable.beige .h1 a,
.cl.bt.beige .h1 a,
.box.beige .h2 a,
.moduletable.beige .h2 a,
.cl.bt.beige .h2 a,
.box.beige .h3 a,
.moduletable.beige .h3 a,
.cl.bt.beige .h3 a,
.box.beige .h4 a,
.moduletable.beige .h4 a,
.cl.bt.beige .h4 a,
.box.beige .h5 a,
.moduletable.beige .h5 a,
.cl.bt.beige .h5 a,
.box.beige .h6 a,
.moduletable.beige .h6 a,
.cl.bt.beige .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.beige.light,
.moduletable.beige.light,
.cl.bt.beige.light {
  background: #f9f9ea !important;
  color: black !important;
}
.box.beige.light a,
.moduletable.beige.light a,
.cl.bt.beige.light a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.beige.light h1,
.moduletable.beige.light h1,
.cl.bt.beige.light h1,
.box.beige.light h2,
.moduletable.beige.light h2,
.cl.bt.beige.light h2,
.box.beige.light h3,
.moduletable.beige.light h3,
.cl.bt.beige.light h3,
.box.beige.light h4,
.moduletable.beige.light h4,
.cl.bt.beige.light h4,
.box.beige.light h5,
.moduletable.beige.light h5,
.cl.bt.beige.light h5,
.box.beige.light h6,
.moduletable.beige.light h6,
.cl.bt.beige.light h6,
.box.beige.light .h1,
.moduletable.beige.light .h1,
.cl.bt.beige.light .h1,
.box.beige.light .h2,
.moduletable.beige.light .h2,
.cl.bt.beige.light .h2,
.box.beige.light .h3,
.moduletable.beige.light .h3,
.cl.bt.beige.light .h3,
.box.beige.light .h4,
.moduletable.beige.light .h4,
.cl.bt.beige.light .h4,
.box.beige.light .h5,
.moduletable.beige.light .h5,
.cl.bt.beige.light .h5,
.box.beige.light .h6,
.moduletable.beige.light .h6,
.cl.bt.beige.light .h6 {
  color: black !important;
}
.box.beige.light h1 a,
.moduletable.beige.light h1 a,
.cl.bt.beige.light h1 a,
.box.beige.light h2 a,
.moduletable.beige.light h2 a,
.cl.bt.beige.light h2 a,
.box.beige.light h3 a,
.moduletable.beige.light h3 a,
.cl.bt.beige.light h3 a,
.box.beige.light h4 a,
.moduletable.beige.light h4 a,
.cl.bt.beige.light h4 a,
.box.beige.light h5 a,
.moduletable.beige.light h5 a,
.cl.bt.beige.light h5 a,
.box.beige.light h6 a,
.moduletable.beige.light h6 a,
.cl.bt.beige.light h6 a,
.box.beige.light .h1 a,
.moduletable.beige.light .h1 a,
.cl.bt.beige.light .h1 a,
.box.beige.light .h2 a,
.moduletable.beige.light .h2 a,
.cl.bt.beige.light .h2 a,
.box.beige.light .h3 a,
.moduletable.beige.light .h3 a,
.cl.bt.beige.light .h3 a,
.box.beige.light .h4 a,
.moduletable.beige.light .h4 a,
.cl.bt.beige.light .h4 a,
.box.beige.light .h5 a,
.moduletable.beige.light .h5 a,
.cl.bt.beige.light .h5 a,
.box.beige.light .h6 a,
.moduletable.beige.light .h6 a,
.cl.bt.beige.light .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.beige.dark,
.moduletable.beige.dark,
.cl.bt.beige.dark {
  background: #939384 !important;
  color: white !important;
}
.box.beige.dark a,
.moduletable.beige.dark a,
.cl.bt.beige.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.beige.dark h1,
.moduletable.beige.dark h1,
.cl.bt.beige.dark h1,
.box.beige.dark h2,
.moduletable.beige.dark h2,
.cl.bt.beige.dark h2,
.box.beige.dark h3,
.moduletable.beige.dark h3,
.cl.bt.beige.dark h3,
.box.beige.dark h4,
.moduletable.beige.dark h4,
.cl.bt.beige.dark h4,
.box.beige.dark h5,
.moduletable.beige.dark h5,
.cl.bt.beige.dark h5,
.box.beige.dark h6,
.moduletable.beige.dark h6,
.cl.bt.beige.dark h6,
.box.beige.dark .h1,
.moduletable.beige.dark .h1,
.cl.bt.beige.dark .h1,
.box.beige.dark .h2,
.moduletable.beige.dark .h2,
.cl.bt.beige.dark .h2,
.box.beige.dark .h3,
.moduletable.beige.dark .h3,
.cl.bt.beige.dark .h3,
.box.beige.dark .h4,
.moduletable.beige.dark .h4,
.cl.bt.beige.dark .h4,
.box.beige.dark .h5,
.moduletable.beige.dark .h5,
.cl.bt.beige.dark .h5,
.box.beige.dark .h6,
.moduletable.beige.dark .h6,
.cl.bt.beige.dark .h6 {
  color: white !important;
}
.box.beige.dark h1 a,
.moduletable.beige.dark h1 a,
.cl.bt.beige.dark h1 a,
.box.beige.dark h2 a,
.moduletable.beige.dark h2 a,
.cl.bt.beige.dark h2 a,
.box.beige.dark h3 a,
.moduletable.beige.dark h3 a,
.cl.bt.beige.dark h3 a,
.box.beige.dark h4 a,
.moduletable.beige.dark h4 a,
.cl.bt.beige.dark h4 a,
.box.beige.dark h5 a,
.moduletable.beige.dark h5 a,
.cl.bt.beige.dark h5 a,
.box.beige.dark h6 a,
.moduletable.beige.dark h6 a,
.cl.bt.beige.dark h6 a,
.box.beige.dark .h1 a,
.moduletable.beige.dark .h1 a,
.cl.bt.beige.dark .h1 a,
.box.beige.dark .h2 a,
.moduletable.beige.dark .h2 a,
.cl.bt.beige.dark .h2 a,
.box.beige.dark .h3 a,
.moduletable.beige.dark .h3 a,
.cl.bt.beige.dark .h3 a,
.box.beige.dark .h4 a,
.moduletable.beige.dark .h4 a,
.cl.bt.beige.dark .h4 a,
.box.beige.dark .h5 a,
.moduletable.beige.dark .h5 a,
.cl.bt.beige.dark .h5 a,
.box.beige.dark .h6 a,
.moduletable.beige.dark .h6 a,
.cl.bt.beige.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal,
.moduletable.teal,
.cl.bt.teal {
  background: teal !important;
  color: white !important;
}
.box.teal a,
.moduletable.teal a,
.cl.bt.teal a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal h1,
.moduletable.teal h1,
.cl.bt.teal h1,
.box.teal h2,
.moduletable.teal h2,
.cl.bt.teal h2,
.box.teal h3,
.moduletable.teal h3,
.cl.bt.teal h3,
.box.teal h4,
.moduletable.teal h4,
.cl.bt.teal h4,
.box.teal h5,
.moduletable.teal h5,
.cl.bt.teal h5,
.box.teal h6,
.moduletable.teal h6,
.cl.bt.teal h6,
.box.teal .h1,
.moduletable.teal .h1,
.cl.bt.teal .h1,
.box.teal .h2,
.moduletable.teal .h2,
.cl.bt.teal .h2,
.box.teal .h3,
.moduletable.teal .h3,
.cl.bt.teal .h3,
.box.teal .h4,
.moduletable.teal .h4,
.cl.bt.teal .h4,
.box.teal .h5,
.moduletable.teal .h5,
.cl.bt.teal .h5,
.box.teal .h6,
.moduletable.teal .h6,
.cl.bt.teal .h6 {
  color: white !important;
}
.box.teal h1 a,
.moduletable.teal h1 a,
.cl.bt.teal h1 a,
.box.teal h2 a,
.moduletable.teal h2 a,
.cl.bt.teal h2 a,
.box.teal h3 a,
.moduletable.teal h3 a,
.cl.bt.teal h3 a,
.box.teal h4 a,
.moduletable.teal h4 a,
.cl.bt.teal h4 a,
.box.teal h5 a,
.moduletable.teal h5 a,
.cl.bt.teal h5 a,
.box.teal h6 a,
.moduletable.teal h6 a,
.cl.bt.teal h6 a,
.box.teal .h1 a,
.moduletable.teal .h1 a,
.cl.bt.teal .h1 a,
.box.teal .h2 a,
.moduletable.teal .h2 a,
.cl.bt.teal .h2 a,
.box.teal .h3 a,
.moduletable.teal .h3 a,
.cl.bt.teal .h3 a,
.box.teal .h4 a,
.moduletable.teal .h4 a,
.cl.bt.teal .h4 a,
.box.teal .h5 a,
.moduletable.teal .h5 a,
.cl.bt.teal .h5 a,
.box.teal .h6 a,
.moduletable.teal .h6 a,
.cl.bt.teal .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal.light,
.moduletable.teal.light,
.cl.bt.teal.light {
  background: #66b3b3 !important;
  color: white !important;
}
.box.teal.light a,
.moduletable.teal.light a,
.cl.bt.teal.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal.light h1,
.moduletable.teal.light h1,
.cl.bt.teal.light h1,
.box.teal.light h2,
.moduletable.teal.light h2,
.cl.bt.teal.light h2,
.box.teal.light h3,
.moduletable.teal.light h3,
.cl.bt.teal.light h3,
.box.teal.light h4,
.moduletable.teal.light h4,
.cl.bt.teal.light h4,
.box.teal.light h5,
.moduletable.teal.light h5,
.cl.bt.teal.light h5,
.box.teal.light h6,
.moduletable.teal.light h6,
.cl.bt.teal.light h6,
.box.teal.light .h1,
.moduletable.teal.light .h1,
.cl.bt.teal.light .h1,
.box.teal.light .h2,
.moduletable.teal.light .h2,
.cl.bt.teal.light .h2,
.box.teal.light .h3,
.moduletable.teal.light .h3,
.cl.bt.teal.light .h3,
.box.teal.light .h4,
.moduletable.teal.light .h4,
.cl.bt.teal.light .h4,
.box.teal.light .h5,
.moduletable.teal.light .h5,
.cl.bt.teal.light .h5,
.box.teal.light .h6,
.moduletable.teal.light .h6,
.cl.bt.teal.light .h6 {
  color: white !important;
}
.box.teal.light h1 a,
.moduletable.teal.light h1 a,
.cl.bt.teal.light h1 a,
.box.teal.light h2 a,
.moduletable.teal.light h2 a,
.cl.bt.teal.light h2 a,
.box.teal.light h3 a,
.moduletable.teal.light h3 a,
.cl.bt.teal.light h3 a,
.box.teal.light h4 a,
.moduletable.teal.light h4 a,
.cl.bt.teal.light h4 a,
.box.teal.light h5 a,
.moduletable.teal.light h5 a,
.cl.bt.teal.light h5 a,
.box.teal.light h6 a,
.moduletable.teal.light h6 a,
.cl.bt.teal.light h6 a,
.box.teal.light .h1 a,
.moduletable.teal.light .h1 a,
.cl.bt.teal.light .h1 a,
.box.teal.light .h2 a,
.moduletable.teal.light .h2 a,
.cl.bt.teal.light .h2 a,
.box.teal.light .h3 a,
.moduletable.teal.light .h3 a,
.cl.bt.teal.light .h3 a,
.box.teal.light .h4 a,
.moduletable.teal.light .h4 a,
.cl.bt.teal.light .h4 a,
.box.teal.light .h5 a,
.moduletable.teal.light .h5 a,
.cl.bt.teal.light .h5 a,
.box.teal.light .h6 a,
.moduletable.teal.light .h6 a,
.cl.bt.teal.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal.dark,
.moduletable.teal.dark,
.cl.bt.teal.dark {
  background: #004d4d !important;
  color: white !important;
}
.box.teal.dark a,
.moduletable.teal.dark a,
.cl.bt.teal.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.teal.dark h1,
.moduletable.teal.dark h1,
.cl.bt.teal.dark h1,
.box.teal.dark h2,
.moduletable.teal.dark h2,
.cl.bt.teal.dark h2,
.box.teal.dark h3,
.moduletable.teal.dark h3,
.cl.bt.teal.dark h3,
.box.teal.dark h4,
.moduletable.teal.dark h4,
.cl.bt.teal.dark h4,
.box.teal.dark h5,
.moduletable.teal.dark h5,
.cl.bt.teal.dark h5,
.box.teal.dark h6,
.moduletable.teal.dark h6,
.cl.bt.teal.dark h6,
.box.teal.dark .h1,
.moduletable.teal.dark .h1,
.cl.bt.teal.dark .h1,
.box.teal.dark .h2,
.moduletable.teal.dark .h2,
.cl.bt.teal.dark .h2,
.box.teal.dark .h3,
.moduletable.teal.dark .h3,
.cl.bt.teal.dark .h3,
.box.teal.dark .h4,
.moduletable.teal.dark .h4,
.cl.bt.teal.dark .h4,
.box.teal.dark .h5,
.moduletable.teal.dark .h5,
.cl.bt.teal.dark .h5,
.box.teal.dark .h6,
.moduletable.teal.dark .h6,
.cl.bt.teal.dark .h6 {
  color: white !important;
}
.box.teal.dark h1 a,
.moduletable.teal.dark h1 a,
.cl.bt.teal.dark h1 a,
.box.teal.dark h2 a,
.moduletable.teal.dark h2 a,
.cl.bt.teal.dark h2 a,
.box.teal.dark h3 a,
.moduletable.teal.dark h3 a,
.cl.bt.teal.dark h3 a,
.box.teal.dark h4 a,
.moduletable.teal.dark h4 a,
.cl.bt.teal.dark h4 a,
.box.teal.dark h5 a,
.moduletable.teal.dark h5 a,
.cl.bt.teal.dark h5 a,
.box.teal.dark h6 a,
.moduletable.teal.dark h6 a,
.cl.bt.teal.dark h6 a,
.box.teal.dark .h1 a,
.moduletable.teal.dark .h1 a,
.cl.bt.teal.dark .h1 a,
.box.teal.dark .h2 a,
.moduletable.teal.dark .h2 a,
.cl.bt.teal.dark .h2 a,
.box.teal.dark .h3 a,
.moduletable.teal.dark .h3 a,
.cl.bt.teal.dark .h3 a,
.box.teal.dark .h4 a,
.moduletable.teal.dark .h4 a,
.cl.bt.teal.dark .h4 a,
.box.teal.dark .h5 a,
.moduletable.teal.dark .h5 a,
.cl.bt.teal.dark .h5 a,
.box.teal.dark .h6 a,
.moduletable.teal.dark .h6 a,
.cl.bt.teal.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy,
.moduletable.navy,
.cl.bt.navy {
  background: navy !important;
  color: white !important;
}
.box.navy a,
.moduletable.navy a,
.cl.bt.navy a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy h1,
.moduletable.navy h1,
.cl.bt.navy h1,
.box.navy h2,
.moduletable.navy h2,
.cl.bt.navy h2,
.box.navy h3,
.moduletable.navy h3,
.cl.bt.navy h3,
.box.navy h4,
.moduletable.navy h4,
.cl.bt.navy h4,
.box.navy h5,
.moduletable.navy h5,
.cl.bt.navy h5,
.box.navy h6,
.moduletable.navy h6,
.cl.bt.navy h6,
.box.navy .h1,
.moduletable.navy .h1,
.cl.bt.navy .h1,
.box.navy .h2,
.moduletable.navy .h2,
.cl.bt.navy .h2,
.box.navy .h3,
.moduletable.navy .h3,
.cl.bt.navy .h3,
.box.navy .h4,
.moduletable.navy .h4,
.cl.bt.navy .h4,
.box.navy .h5,
.moduletable.navy .h5,
.cl.bt.navy .h5,
.box.navy .h6,
.moduletable.navy .h6,
.cl.bt.navy .h6 {
  color: white !important;
}
.box.navy h1 a,
.moduletable.navy h1 a,
.cl.bt.navy h1 a,
.box.navy h2 a,
.moduletable.navy h2 a,
.cl.bt.navy h2 a,
.box.navy h3 a,
.moduletable.navy h3 a,
.cl.bt.navy h3 a,
.box.navy h4 a,
.moduletable.navy h4 a,
.cl.bt.navy h4 a,
.box.navy h5 a,
.moduletable.navy h5 a,
.cl.bt.navy h5 a,
.box.navy h6 a,
.moduletable.navy h6 a,
.cl.bt.navy h6 a,
.box.navy .h1 a,
.moduletable.navy .h1 a,
.cl.bt.navy .h1 a,
.box.navy .h2 a,
.moduletable.navy .h2 a,
.cl.bt.navy .h2 a,
.box.navy .h3 a,
.moduletable.navy .h3 a,
.cl.bt.navy .h3 a,
.box.navy .h4 a,
.moduletable.navy .h4 a,
.cl.bt.navy .h4 a,
.box.navy .h5 a,
.moduletable.navy .h5 a,
.cl.bt.navy .h5 a,
.box.navy .h6 a,
.moduletable.navy .h6 a,
.cl.bt.navy .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy.light,
.moduletable.navy.light,
.cl.bt.navy.light {
  background: #6666b3 !important;
  color: white !important;
}
.box.navy.light a,
.moduletable.navy.light a,
.cl.bt.navy.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy.light h1,
.moduletable.navy.light h1,
.cl.bt.navy.light h1,
.box.navy.light h2,
.moduletable.navy.light h2,
.cl.bt.navy.light h2,
.box.navy.light h3,
.moduletable.navy.light h3,
.cl.bt.navy.light h3,
.box.navy.light h4,
.moduletable.navy.light h4,
.cl.bt.navy.light h4,
.box.navy.light h5,
.moduletable.navy.light h5,
.cl.bt.navy.light h5,
.box.navy.light h6,
.moduletable.navy.light h6,
.cl.bt.navy.light h6,
.box.navy.light .h1,
.moduletable.navy.light .h1,
.cl.bt.navy.light .h1,
.box.navy.light .h2,
.moduletable.navy.light .h2,
.cl.bt.navy.light .h2,
.box.navy.light .h3,
.moduletable.navy.light .h3,
.cl.bt.navy.light .h3,
.box.navy.light .h4,
.moduletable.navy.light .h4,
.cl.bt.navy.light .h4,
.box.navy.light .h5,
.moduletable.navy.light .h5,
.cl.bt.navy.light .h5,
.box.navy.light .h6,
.moduletable.navy.light .h6,
.cl.bt.navy.light .h6 {
  color: white !important;
}
.box.navy.light h1 a,
.moduletable.navy.light h1 a,
.cl.bt.navy.light h1 a,
.box.navy.light h2 a,
.moduletable.navy.light h2 a,
.cl.bt.navy.light h2 a,
.box.navy.light h3 a,
.moduletable.navy.light h3 a,
.cl.bt.navy.light h3 a,
.box.navy.light h4 a,
.moduletable.navy.light h4 a,
.cl.bt.navy.light h4 a,
.box.navy.light h5 a,
.moduletable.navy.light h5 a,
.cl.bt.navy.light h5 a,
.box.navy.light h6 a,
.moduletable.navy.light h6 a,
.cl.bt.navy.light h6 a,
.box.navy.light .h1 a,
.moduletable.navy.light .h1 a,
.cl.bt.navy.light .h1 a,
.box.navy.light .h2 a,
.moduletable.navy.light .h2 a,
.cl.bt.navy.light .h2 a,
.box.navy.light .h3 a,
.moduletable.navy.light .h3 a,
.cl.bt.navy.light .h3 a,
.box.navy.light .h4 a,
.moduletable.navy.light .h4 a,
.cl.bt.navy.light .h4 a,
.box.navy.light .h5 a,
.moduletable.navy.light .h5 a,
.cl.bt.navy.light .h5 a,
.box.navy.light .h6 a,
.moduletable.navy.light .h6 a,
.cl.bt.navy.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy.dark,
.moduletable.navy.dark,
.cl.bt.navy.dark {
  background: #00004d !important;
  color: white !important;
}
.box.navy.dark a,
.moduletable.navy.dark a,
.cl.bt.navy.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.navy.dark h1,
.moduletable.navy.dark h1,
.cl.bt.navy.dark h1,
.box.navy.dark h2,
.moduletable.navy.dark h2,
.cl.bt.navy.dark h2,
.box.navy.dark h3,
.moduletable.navy.dark h3,
.cl.bt.navy.dark h3,
.box.navy.dark h4,
.moduletable.navy.dark h4,
.cl.bt.navy.dark h4,
.box.navy.dark h5,
.moduletable.navy.dark h5,
.cl.bt.navy.dark h5,
.box.navy.dark h6,
.moduletable.navy.dark h6,
.cl.bt.navy.dark h6,
.box.navy.dark .h1,
.moduletable.navy.dark .h1,
.cl.bt.navy.dark .h1,
.box.navy.dark .h2,
.moduletable.navy.dark .h2,
.cl.bt.navy.dark .h2,
.box.navy.dark .h3,
.moduletable.navy.dark .h3,
.cl.bt.navy.dark .h3,
.box.navy.dark .h4,
.moduletable.navy.dark .h4,
.cl.bt.navy.dark .h4,
.box.navy.dark .h5,
.moduletable.navy.dark .h5,
.cl.bt.navy.dark .h5,
.box.navy.dark .h6,
.moduletable.navy.dark .h6,
.cl.bt.navy.dark .h6 {
  color: white !important;
}
.box.navy.dark h1 a,
.moduletable.navy.dark h1 a,
.cl.bt.navy.dark h1 a,
.box.navy.dark h2 a,
.moduletable.navy.dark h2 a,
.cl.bt.navy.dark h2 a,
.box.navy.dark h3 a,
.moduletable.navy.dark h3 a,
.cl.bt.navy.dark h3 a,
.box.navy.dark h4 a,
.moduletable.navy.dark h4 a,
.cl.bt.navy.dark h4 a,
.box.navy.dark h5 a,
.moduletable.navy.dark h5 a,
.cl.bt.navy.dark h5 a,
.box.navy.dark h6 a,
.moduletable.navy.dark h6 a,
.cl.bt.navy.dark h6 a,
.box.navy.dark .h1 a,
.moduletable.navy.dark .h1 a,
.cl.bt.navy.dark .h1 a,
.box.navy.dark .h2 a,
.moduletable.navy.dark .h2 a,
.cl.bt.navy.dark .h2 a,
.box.navy.dark .h3 a,
.moduletable.navy.dark .h3 a,
.cl.bt.navy.dark .h3 a,
.box.navy.dark .h4 a,
.moduletable.navy.dark .h4 a,
.cl.bt.navy.dark .h4 a,
.box.navy.dark .h5 a,
.moduletable.navy.dark .h5 a,
.cl.bt.navy.dark .h5 a,
.box.navy.dark .h6 a,
.moduletable.navy.dark .h6 a,
.cl.bt.navy.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue,
.moduletable.blue,
.cl.bt.blue {
  background: royalblue !important;
  color: white !important;
}
.box.blue a,
.moduletable.blue a,
.cl.bt.blue a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue h1,
.moduletable.blue h1,
.cl.bt.blue h1,
.box.blue h2,
.moduletable.blue h2,
.cl.bt.blue h2,
.box.blue h3,
.moduletable.blue h3,
.cl.bt.blue h3,
.box.blue h4,
.moduletable.blue h4,
.cl.bt.blue h4,
.box.blue h5,
.moduletable.blue h5,
.cl.bt.blue h5,
.box.blue h6,
.moduletable.blue h6,
.cl.bt.blue h6,
.box.blue .h1,
.moduletable.blue .h1,
.cl.bt.blue .h1,
.box.blue .h2,
.moduletable.blue .h2,
.cl.bt.blue .h2,
.box.blue .h3,
.moduletable.blue .h3,
.cl.bt.blue .h3,
.box.blue .h4,
.moduletable.blue .h4,
.cl.bt.blue .h4,
.box.blue .h5,
.moduletable.blue .h5,
.cl.bt.blue .h5,
.box.blue .h6,
.moduletable.blue .h6,
.cl.bt.blue .h6 {
  color: white !important;
}
.box.blue h1 a,
.moduletable.blue h1 a,
.cl.bt.blue h1 a,
.box.blue h2 a,
.moduletable.blue h2 a,
.cl.bt.blue h2 a,
.box.blue h3 a,
.moduletable.blue h3 a,
.cl.bt.blue h3 a,
.box.blue h4 a,
.moduletable.blue h4 a,
.cl.bt.blue h4 a,
.box.blue h5 a,
.moduletable.blue h5 a,
.cl.bt.blue h5 a,
.box.blue h6 a,
.moduletable.blue h6 a,
.cl.bt.blue h6 a,
.box.blue .h1 a,
.moduletable.blue .h1 a,
.cl.bt.blue .h1 a,
.box.blue .h2 a,
.moduletable.blue .h2 a,
.cl.bt.blue .h2 a,
.box.blue .h3 a,
.moduletable.blue .h3 a,
.cl.bt.blue .h3 a,
.box.blue .h4 a,
.moduletable.blue .h4 a,
.cl.bt.blue .h4 a,
.box.blue .h5 a,
.moduletable.blue .h5 a,
.cl.bt.blue .h5 a,
.box.blue .h6 a,
.moduletable.blue .h6 a,
.cl.bt.blue .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue.light,
.moduletable.blue.light,
.cl.bt.blue.light {
  background: #8da5ed !important;
  color: white !important;
}
.box.blue.light a,
.moduletable.blue.light a,
.cl.bt.blue.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue.light h1,
.moduletable.blue.light h1,
.cl.bt.blue.light h1,
.box.blue.light h2,
.moduletable.blue.light h2,
.cl.bt.blue.light h2,
.box.blue.light h3,
.moduletable.blue.light h3,
.cl.bt.blue.light h3,
.box.blue.light h4,
.moduletable.blue.light h4,
.cl.bt.blue.light h4,
.box.blue.light h5,
.moduletable.blue.light h5,
.cl.bt.blue.light h5,
.box.blue.light h6,
.moduletable.blue.light h6,
.cl.bt.blue.light h6,
.box.blue.light .h1,
.moduletable.blue.light .h1,
.cl.bt.blue.light .h1,
.box.blue.light .h2,
.moduletable.blue.light .h2,
.cl.bt.blue.light .h2,
.box.blue.light .h3,
.moduletable.blue.light .h3,
.cl.bt.blue.light .h3,
.box.blue.light .h4,
.moduletable.blue.light .h4,
.cl.bt.blue.light .h4,
.box.blue.light .h5,
.moduletable.blue.light .h5,
.cl.bt.blue.light .h5,
.box.blue.light .h6,
.moduletable.blue.light .h6,
.cl.bt.blue.light .h6 {
  color: white !important;
}
.box.blue.light h1 a,
.moduletable.blue.light h1 a,
.cl.bt.blue.light h1 a,
.box.blue.light h2 a,
.moduletable.blue.light h2 a,
.cl.bt.blue.light h2 a,
.box.blue.light h3 a,
.moduletable.blue.light h3 a,
.cl.bt.blue.light h3 a,
.box.blue.light h4 a,
.moduletable.blue.light h4 a,
.cl.bt.blue.light h4 a,
.box.blue.light h5 a,
.moduletable.blue.light h5 a,
.cl.bt.blue.light h5 a,
.box.blue.light h6 a,
.moduletable.blue.light h6 a,
.cl.bt.blue.light h6 a,
.box.blue.light .h1 a,
.moduletable.blue.light .h1 a,
.cl.bt.blue.light .h1 a,
.box.blue.light .h2 a,
.moduletable.blue.light .h2 a,
.cl.bt.blue.light .h2 a,
.box.blue.light .h3 a,
.moduletable.blue.light .h3 a,
.cl.bt.blue.light .h3 a,
.box.blue.light .h4 a,
.moduletable.blue.light .h4 a,
.cl.bt.blue.light .h4 a,
.box.blue.light .h5 a,
.moduletable.blue.light .h5 a,
.cl.bt.blue.light .h5 a,
.box.blue.light .h6 a,
.moduletable.blue.light .h6 a,
.cl.bt.blue.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue.dark,
.moduletable.blue.dark,
.cl.bt.blue.dark {
  background: #273f87 !important;
  color: white !important;
}
.box.blue.dark a,
.moduletable.blue.dark a,
.cl.bt.blue.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.blue.dark h1,
.moduletable.blue.dark h1,
.cl.bt.blue.dark h1,
.box.blue.dark h2,
.moduletable.blue.dark h2,
.cl.bt.blue.dark h2,
.box.blue.dark h3,
.moduletable.blue.dark h3,
.cl.bt.blue.dark h3,
.box.blue.dark h4,
.moduletable.blue.dark h4,
.cl.bt.blue.dark h4,
.box.blue.dark h5,
.moduletable.blue.dark h5,
.cl.bt.blue.dark h5,
.box.blue.dark h6,
.moduletable.blue.dark h6,
.cl.bt.blue.dark h6,
.box.blue.dark .h1,
.moduletable.blue.dark .h1,
.cl.bt.blue.dark .h1,
.box.blue.dark .h2,
.moduletable.blue.dark .h2,
.cl.bt.blue.dark .h2,
.box.blue.dark .h3,
.moduletable.blue.dark .h3,
.cl.bt.blue.dark .h3,
.box.blue.dark .h4,
.moduletable.blue.dark .h4,
.cl.bt.blue.dark .h4,
.box.blue.dark .h5,
.moduletable.blue.dark .h5,
.cl.bt.blue.dark .h5,
.box.blue.dark .h6,
.moduletable.blue.dark .h6,
.cl.bt.blue.dark .h6 {
  color: white !important;
}
.box.blue.dark h1 a,
.moduletable.blue.dark h1 a,
.cl.bt.blue.dark h1 a,
.box.blue.dark h2 a,
.moduletable.blue.dark h2 a,
.cl.bt.blue.dark h2 a,
.box.blue.dark h3 a,
.moduletable.blue.dark h3 a,
.cl.bt.blue.dark h3 a,
.box.blue.dark h4 a,
.moduletable.blue.dark h4 a,
.cl.bt.blue.dark h4 a,
.box.blue.dark h5 a,
.moduletable.blue.dark h5 a,
.cl.bt.blue.dark h5 a,
.box.blue.dark h6 a,
.moduletable.blue.dark h6 a,
.cl.bt.blue.dark h6 a,
.box.blue.dark .h1 a,
.moduletable.blue.dark .h1 a,
.cl.bt.blue.dark .h1 a,
.box.blue.dark .h2 a,
.moduletable.blue.dark .h2 a,
.cl.bt.blue.dark .h2 a,
.box.blue.dark .h3 a,
.moduletable.blue.dark .h3 a,
.cl.bt.blue.dark .h3 a,
.box.blue.dark .h4 a,
.moduletable.blue.dark .h4 a,
.cl.bt.blue.dark .h4 a,
.box.blue.dark .h5 a,
.moduletable.blue.dark .h5 a,
.cl.bt.blue.dark .h5 a,
.box.blue.dark .h6 a,
.moduletable.blue.dark .h6 a,
.cl.bt.blue.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green,
.moduletable.green,
.cl.bt.green {
  background: seagreen !important;
  color: white !important;
}
.box.green a,
.moduletable.green a,
.cl.bt.green a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green h1,
.moduletable.green h1,
.cl.bt.green h1,
.box.green h2,
.moduletable.green h2,
.cl.bt.green h2,
.box.green h3,
.moduletable.green h3,
.cl.bt.green h3,
.box.green h4,
.moduletable.green h4,
.cl.bt.green h4,
.box.green h5,
.moduletable.green h5,
.cl.bt.green h5,
.box.green h6,
.moduletable.green h6,
.cl.bt.green h6,
.box.green .h1,
.moduletable.green .h1,
.cl.bt.green .h1,
.box.green .h2,
.moduletable.green .h2,
.cl.bt.green .h2,
.box.green .h3,
.moduletable.green .h3,
.cl.bt.green .h3,
.box.green .h4,
.moduletable.green .h4,
.cl.bt.green .h4,
.box.green .h5,
.moduletable.green .h5,
.cl.bt.green .h5,
.box.green .h6,
.moduletable.green .h6,
.cl.bt.green .h6 {
  color: white !important;
}
.box.green h1 a,
.moduletable.green h1 a,
.cl.bt.green h1 a,
.box.green h2 a,
.moduletable.green h2 a,
.cl.bt.green h2 a,
.box.green h3 a,
.moduletable.green h3 a,
.cl.bt.green h3 a,
.box.green h4 a,
.moduletable.green h4 a,
.cl.bt.green h4 a,
.box.green h5 a,
.moduletable.green h5 a,
.cl.bt.green h5 a,
.box.green h6 a,
.moduletable.green h6 a,
.cl.bt.green h6 a,
.box.green .h1 a,
.moduletable.green .h1 a,
.cl.bt.green .h1 a,
.box.green .h2 a,
.moduletable.green .h2 a,
.cl.bt.green .h2 a,
.box.green .h3 a,
.moduletable.green .h3 a,
.cl.bt.green .h3 a,
.box.green .h4 a,
.moduletable.green .h4 a,
.cl.bt.green .h4 a,
.box.green .h5 a,
.moduletable.green .h5 a,
.cl.bt.green .h5 a,
.box.green .h6 a,
.moduletable.green .h6 a,
.cl.bt.green .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green.light,
.moduletable.green.light,
.cl.bt.green.light {
  background: #82b99a !important;
  color: white !important;
}
.box.green.light a,
.moduletable.green.light a,
.cl.bt.green.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green.light h1,
.moduletable.green.light h1,
.cl.bt.green.light h1,
.box.green.light h2,
.moduletable.green.light h2,
.cl.bt.green.light h2,
.box.green.light h3,
.moduletable.green.light h3,
.cl.bt.green.light h3,
.box.green.light h4,
.moduletable.green.light h4,
.cl.bt.green.light h4,
.box.green.light h5,
.moduletable.green.light h5,
.cl.bt.green.light h5,
.box.green.light h6,
.moduletable.green.light h6,
.cl.bt.green.light h6,
.box.green.light .h1,
.moduletable.green.light .h1,
.cl.bt.green.light .h1,
.box.green.light .h2,
.moduletable.green.light .h2,
.cl.bt.green.light .h2,
.box.green.light .h3,
.moduletable.green.light .h3,
.cl.bt.green.light .h3,
.box.green.light .h4,
.moduletable.green.light .h4,
.cl.bt.green.light .h4,
.box.green.light .h5,
.moduletable.green.light .h5,
.cl.bt.green.light .h5,
.box.green.light .h6,
.moduletable.green.light .h6,
.cl.bt.green.light .h6 {
  color: white !important;
}
.box.green.light h1 a,
.moduletable.green.light h1 a,
.cl.bt.green.light h1 a,
.box.green.light h2 a,
.moduletable.green.light h2 a,
.cl.bt.green.light h2 a,
.box.green.light h3 a,
.moduletable.green.light h3 a,
.cl.bt.green.light h3 a,
.box.green.light h4 a,
.moduletable.green.light h4 a,
.cl.bt.green.light h4 a,
.box.green.light h5 a,
.moduletable.green.light h5 a,
.cl.bt.green.light h5 a,
.box.green.light h6 a,
.moduletable.green.light h6 a,
.cl.bt.green.light h6 a,
.box.green.light .h1 a,
.moduletable.green.light .h1 a,
.cl.bt.green.light .h1 a,
.box.green.light .h2 a,
.moduletable.green.light .h2 a,
.cl.bt.green.light .h2 a,
.box.green.light .h3 a,
.moduletable.green.light .h3 a,
.cl.bt.green.light .h3 a,
.box.green.light .h4 a,
.moduletable.green.light .h4 a,
.cl.bt.green.light .h4 a,
.box.green.light .h5 a,
.moduletable.green.light .h5 a,
.cl.bt.green.light .h5 a,
.box.green.light .h6 a,
.moduletable.green.light .h6 a,
.cl.bt.green.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green.dark,
.moduletable.green.dark,
.cl.bt.green.dark {
  background: #1c5334 !important;
  color: white !important;
}
.box.green.dark a,
.moduletable.green.dark a,
.cl.bt.green.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.green.dark h1,
.moduletable.green.dark h1,
.cl.bt.green.dark h1,
.box.green.dark h2,
.moduletable.green.dark h2,
.cl.bt.green.dark h2,
.box.green.dark h3,
.moduletable.green.dark h3,
.cl.bt.green.dark h3,
.box.green.dark h4,
.moduletable.green.dark h4,
.cl.bt.green.dark h4,
.box.green.dark h5,
.moduletable.green.dark h5,
.cl.bt.green.dark h5,
.box.green.dark h6,
.moduletable.green.dark h6,
.cl.bt.green.dark h6,
.box.green.dark .h1,
.moduletable.green.dark .h1,
.cl.bt.green.dark .h1,
.box.green.dark .h2,
.moduletable.green.dark .h2,
.cl.bt.green.dark .h2,
.box.green.dark .h3,
.moduletable.green.dark .h3,
.cl.bt.green.dark .h3,
.box.green.dark .h4,
.moduletable.green.dark .h4,
.cl.bt.green.dark .h4,
.box.green.dark .h5,
.moduletable.green.dark .h5,
.cl.bt.green.dark .h5,
.box.green.dark .h6,
.moduletable.green.dark .h6,
.cl.bt.green.dark .h6 {
  color: white !important;
}
.box.green.dark h1 a,
.moduletable.green.dark h1 a,
.cl.bt.green.dark h1 a,
.box.green.dark h2 a,
.moduletable.green.dark h2 a,
.cl.bt.green.dark h2 a,
.box.green.dark h3 a,
.moduletable.green.dark h3 a,
.cl.bt.green.dark h3 a,
.box.green.dark h4 a,
.moduletable.green.dark h4 a,
.cl.bt.green.dark h4 a,
.box.green.dark h5 a,
.moduletable.green.dark h5 a,
.cl.bt.green.dark h5 a,
.box.green.dark h6 a,
.moduletable.green.dark h6 a,
.cl.bt.green.dark h6 a,
.box.green.dark .h1 a,
.moduletable.green.dark .h1 a,
.cl.bt.green.dark .h1 a,
.box.green.dark .h2 a,
.moduletable.green.dark .h2 a,
.cl.bt.green.dark .h2 a,
.box.green.dark .h3 a,
.moduletable.green.dark .h3 a,
.cl.bt.green.dark .h3 a,
.box.green.dark .h4 a,
.moduletable.green.dark .h4 a,
.cl.bt.green.dark .h4 a,
.box.green.dark .h5 a,
.moduletable.green.dark .h5 a,
.cl.bt.green.dark .h5 a,
.box.green.dark .h6 a,
.moduletable.green.dark .h6 a,
.cl.bt.green.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.yellow,
.moduletable.yellow,
.cl.bt.yellow {
  background: gold !important;
  color: black !important;
}
.box.yellow a,
.moduletable.yellow a,
.cl.bt.yellow a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.yellow h1,
.moduletable.yellow h1,
.cl.bt.yellow h1,
.box.yellow h2,
.moduletable.yellow h2,
.cl.bt.yellow h2,
.box.yellow h3,
.moduletable.yellow h3,
.cl.bt.yellow h3,
.box.yellow h4,
.moduletable.yellow h4,
.cl.bt.yellow h4,
.box.yellow h5,
.moduletable.yellow h5,
.cl.bt.yellow h5,
.box.yellow h6,
.moduletable.yellow h6,
.cl.bt.yellow h6,
.box.yellow .h1,
.moduletable.yellow .h1,
.cl.bt.yellow .h1,
.box.yellow .h2,
.moduletable.yellow .h2,
.cl.bt.yellow .h2,
.box.yellow .h3,
.moduletable.yellow .h3,
.cl.bt.yellow .h3,
.box.yellow .h4,
.moduletable.yellow .h4,
.cl.bt.yellow .h4,
.box.yellow .h5,
.moduletable.yellow .h5,
.cl.bt.yellow .h5,
.box.yellow .h6,
.moduletable.yellow .h6,
.cl.bt.yellow .h6 {
  color: black !important;
}
.box.yellow h1 a,
.moduletable.yellow h1 a,
.cl.bt.yellow h1 a,
.box.yellow h2 a,
.moduletable.yellow h2 a,
.cl.bt.yellow h2 a,
.box.yellow h3 a,
.moduletable.yellow h3 a,
.cl.bt.yellow h3 a,
.box.yellow h4 a,
.moduletable.yellow h4 a,
.cl.bt.yellow h4 a,
.box.yellow h5 a,
.moduletable.yellow h5 a,
.cl.bt.yellow h5 a,
.box.yellow h6 a,
.moduletable.yellow h6 a,
.cl.bt.yellow h6 a,
.box.yellow .h1 a,
.moduletable.yellow .h1 a,
.cl.bt.yellow .h1 a,
.box.yellow .h2 a,
.moduletable.yellow .h2 a,
.cl.bt.yellow .h2 a,
.box.yellow .h3 a,
.moduletable.yellow .h3 a,
.cl.bt.yellow .h3 a,
.box.yellow .h4 a,
.moduletable.yellow .h4 a,
.cl.bt.yellow .h4 a,
.box.yellow .h5 a,
.moduletable.yellow .h5 a,
.cl.bt.yellow .h5 a,
.box.yellow .h6 a,
.moduletable.yellow .h6 a,
.cl.bt.yellow .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.yellow.light,
.moduletable.yellow.light,
.cl.bt.yellow.light {
  background: #ffe766 !important;
  color: black !important;
}
.box.yellow.light a,
.moduletable.yellow.light a,
.cl.bt.yellow.light a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.yellow.light h1,
.moduletable.yellow.light h1,
.cl.bt.yellow.light h1,
.box.yellow.light h2,
.moduletable.yellow.light h2,
.cl.bt.yellow.light h2,
.box.yellow.light h3,
.moduletable.yellow.light h3,
.cl.bt.yellow.light h3,
.box.yellow.light h4,
.moduletable.yellow.light h4,
.cl.bt.yellow.light h4,
.box.yellow.light h5,
.moduletable.yellow.light h5,
.cl.bt.yellow.light h5,
.box.yellow.light h6,
.moduletable.yellow.light h6,
.cl.bt.yellow.light h6,
.box.yellow.light .h1,
.moduletable.yellow.light .h1,
.cl.bt.yellow.light .h1,
.box.yellow.light .h2,
.moduletable.yellow.light .h2,
.cl.bt.yellow.light .h2,
.box.yellow.light .h3,
.moduletable.yellow.light .h3,
.cl.bt.yellow.light .h3,
.box.yellow.light .h4,
.moduletable.yellow.light .h4,
.cl.bt.yellow.light .h4,
.box.yellow.light .h5,
.moduletable.yellow.light .h5,
.cl.bt.yellow.light .h5,
.box.yellow.light .h6,
.moduletable.yellow.light .h6,
.cl.bt.yellow.light .h6 {
  color: black !important;
}
.box.yellow.light h1 a,
.moduletable.yellow.light h1 a,
.cl.bt.yellow.light h1 a,
.box.yellow.light h2 a,
.moduletable.yellow.light h2 a,
.cl.bt.yellow.light h2 a,
.box.yellow.light h3 a,
.moduletable.yellow.light h3 a,
.cl.bt.yellow.light h3 a,
.box.yellow.light h4 a,
.moduletable.yellow.light h4 a,
.cl.bt.yellow.light h4 a,
.box.yellow.light h5 a,
.moduletable.yellow.light h5 a,
.cl.bt.yellow.light h5 a,
.box.yellow.light h6 a,
.moduletable.yellow.light h6 a,
.cl.bt.yellow.light h6 a,
.box.yellow.light .h1 a,
.moduletable.yellow.light .h1 a,
.cl.bt.yellow.light .h1 a,
.box.yellow.light .h2 a,
.moduletable.yellow.light .h2 a,
.cl.bt.yellow.light .h2 a,
.box.yellow.light .h3 a,
.moduletable.yellow.light .h3 a,
.cl.bt.yellow.light .h3 a,
.box.yellow.light .h4 a,
.moduletable.yellow.light .h4 a,
.cl.bt.yellow.light .h4 a,
.box.yellow.light .h5 a,
.moduletable.yellow.light .h5 a,
.cl.bt.yellow.light .h5 a,
.box.yellow.light .h6 a,
.moduletable.yellow.light .h6 a,
.cl.bt.yellow.light .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.yellow.dark,
.moduletable.yellow.dark,
.cl.bt.yellow.dark {
  background: #998100 !important;
  color: white !important;
}
.box.yellow.dark a,
.moduletable.yellow.dark a,
.cl.bt.yellow.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.yellow.dark h1,
.moduletable.yellow.dark h1,
.cl.bt.yellow.dark h1,
.box.yellow.dark h2,
.moduletable.yellow.dark h2,
.cl.bt.yellow.dark h2,
.box.yellow.dark h3,
.moduletable.yellow.dark h3,
.cl.bt.yellow.dark h3,
.box.yellow.dark h4,
.moduletable.yellow.dark h4,
.cl.bt.yellow.dark h4,
.box.yellow.dark h5,
.moduletable.yellow.dark h5,
.cl.bt.yellow.dark h5,
.box.yellow.dark h6,
.moduletable.yellow.dark h6,
.cl.bt.yellow.dark h6,
.box.yellow.dark .h1,
.moduletable.yellow.dark .h1,
.cl.bt.yellow.dark .h1,
.box.yellow.dark .h2,
.moduletable.yellow.dark .h2,
.cl.bt.yellow.dark .h2,
.box.yellow.dark .h3,
.moduletable.yellow.dark .h3,
.cl.bt.yellow.dark .h3,
.box.yellow.dark .h4,
.moduletable.yellow.dark .h4,
.cl.bt.yellow.dark .h4,
.box.yellow.dark .h5,
.moduletable.yellow.dark .h5,
.cl.bt.yellow.dark .h5,
.box.yellow.dark .h6,
.moduletable.yellow.dark .h6,
.cl.bt.yellow.dark .h6 {
  color: white !important;
}
.box.yellow.dark h1 a,
.moduletable.yellow.dark h1 a,
.cl.bt.yellow.dark h1 a,
.box.yellow.dark h2 a,
.moduletable.yellow.dark h2 a,
.cl.bt.yellow.dark h2 a,
.box.yellow.dark h3 a,
.moduletable.yellow.dark h3 a,
.cl.bt.yellow.dark h3 a,
.box.yellow.dark h4 a,
.moduletable.yellow.dark h4 a,
.cl.bt.yellow.dark h4 a,
.box.yellow.dark h5 a,
.moduletable.yellow.dark h5 a,
.cl.bt.yellow.dark h5 a,
.box.yellow.dark h6 a,
.moduletable.yellow.dark h6 a,
.cl.bt.yellow.dark h6 a,
.box.yellow.dark .h1 a,
.moduletable.yellow.dark .h1 a,
.cl.bt.yellow.dark .h1 a,
.box.yellow.dark .h2 a,
.moduletable.yellow.dark .h2 a,
.cl.bt.yellow.dark .h2 a,
.box.yellow.dark .h3 a,
.moduletable.yellow.dark .h3 a,
.cl.bt.yellow.dark .h3 a,
.box.yellow.dark .h4 a,
.moduletable.yellow.dark .h4 a,
.cl.bt.yellow.dark .h4 a,
.box.yellow.dark .h5 a,
.moduletable.yellow.dark .h5 a,
.cl.bt.yellow.dark .h5 a,
.box.yellow.dark .h6 a,
.moduletable.yellow.dark .h6 a,
.cl.bt.yellow.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.orange,
.moduletable.orange,
.cl.bt.orange {
  background: darkorange !important;
  color: white !important;
}
.box.orange a,
.moduletable.orange a,
.cl.bt.orange a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.orange h1,
.moduletable.orange h1,
.cl.bt.orange h1,
.box.orange h2,
.moduletable.orange h2,
.cl.bt.orange h2,
.box.orange h3,
.moduletable.orange h3,
.cl.bt.orange h3,
.box.orange h4,
.moduletable.orange h4,
.cl.bt.orange h4,
.box.orange h5,
.moduletable.orange h5,
.cl.bt.orange h5,
.box.orange h6,
.moduletable.orange h6,
.cl.bt.orange h6,
.box.orange .h1,
.moduletable.orange .h1,
.cl.bt.orange .h1,
.box.orange .h2,
.moduletable.orange .h2,
.cl.bt.orange .h2,
.box.orange .h3,
.moduletable.orange .h3,
.cl.bt.orange .h3,
.box.orange .h4,
.moduletable.orange .h4,
.cl.bt.orange .h4,
.box.orange .h5,
.moduletable.orange .h5,
.cl.bt.orange .h5,
.box.orange .h6,
.moduletable.orange .h6,
.cl.bt.orange .h6 {
  color: white !important;
}
.box.orange h1 a,
.moduletable.orange h1 a,
.cl.bt.orange h1 a,
.box.orange h2 a,
.moduletable.orange h2 a,
.cl.bt.orange h2 a,
.box.orange h3 a,
.moduletable.orange h3 a,
.cl.bt.orange h3 a,
.box.orange h4 a,
.moduletable.orange h4 a,
.cl.bt.orange h4 a,
.box.orange h5 a,
.moduletable.orange h5 a,
.cl.bt.orange h5 a,
.box.orange h6 a,
.moduletable.orange h6 a,
.cl.bt.orange h6 a,
.box.orange .h1 a,
.moduletable.orange .h1 a,
.cl.bt.orange .h1 a,
.box.orange .h2 a,
.moduletable.orange .h2 a,
.cl.bt.orange .h2 a,
.box.orange .h3 a,
.moduletable.orange .h3 a,
.cl.bt.orange .h3 a,
.box.orange .h4 a,
.moduletable.orange .h4 a,
.cl.bt.orange .h4 a,
.box.orange .h5 a,
.moduletable.orange .h5 a,
.cl.bt.orange .h5 a,
.box.orange .h6 a,
.moduletable.orange .h6 a,
.cl.bt.orange .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.orange.light,
.moduletable.orange.light,
.cl.bt.orange.light {
  background: #ffba66 !important;
  color: black !important;
}
.box.orange.light a,
.moduletable.orange.light a,
.cl.bt.orange.light a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.orange.light h1,
.moduletable.orange.light h1,
.cl.bt.orange.light h1,
.box.orange.light h2,
.moduletable.orange.light h2,
.cl.bt.orange.light h2,
.box.orange.light h3,
.moduletable.orange.light h3,
.cl.bt.orange.light h3,
.box.orange.light h4,
.moduletable.orange.light h4,
.cl.bt.orange.light h4,
.box.orange.light h5,
.moduletable.orange.light h5,
.cl.bt.orange.light h5,
.box.orange.light h6,
.moduletable.orange.light h6,
.cl.bt.orange.light h6,
.box.orange.light .h1,
.moduletable.orange.light .h1,
.cl.bt.orange.light .h1,
.box.orange.light .h2,
.moduletable.orange.light .h2,
.cl.bt.orange.light .h2,
.box.orange.light .h3,
.moduletable.orange.light .h3,
.cl.bt.orange.light .h3,
.box.orange.light .h4,
.moduletable.orange.light .h4,
.cl.bt.orange.light .h4,
.box.orange.light .h5,
.moduletable.orange.light .h5,
.cl.bt.orange.light .h5,
.box.orange.light .h6,
.moduletable.orange.light .h6,
.cl.bt.orange.light .h6 {
  color: black !important;
}
.box.orange.light h1 a,
.moduletable.orange.light h1 a,
.cl.bt.orange.light h1 a,
.box.orange.light h2 a,
.moduletable.orange.light h2 a,
.cl.bt.orange.light h2 a,
.box.orange.light h3 a,
.moduletable.orange.light h3 a,
.cl.bt.orange.light h3 a,
.box.orange.light h4 a,
.moduletable.orange.light h4 a,
.cl.bt.orange.light h4 a,
.box.orange.light h5 a,
.moduletable.orange.light h5 a,
.cl.bt.orange.light h5 a,
.box.orange.light h6 a,
.moduletable.orange.light h6 a,
.cl.bt.orange.light h6 a,
.box.orange.light .h1 a,
.moduletable.orange.light .h1 a,
.cl.bt.orange.light .h1 a,
.box.orange.light .h2 a,
.moduletable.orange.light .h2 a,
.cl.bt.orange.light .h2 a,
.box.orange.light .h3 a,
.moduletable.orange.light .h3 a,
.cl.bt.orange.light .h3 a,
.box.orange.light .h4 a,
.moduletable.orange.light .h4 a,
.cl.bt.orange.light .h4 a,
.box.orange.light .h5 a,
.moduletable.orange.light .h5 a,
.cl.bt.orange.light .h5 a,
.box.orange.light .h6 a,
.moduletable.orange.light .h6 a,
.cl.bt.orange.light .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.orange.dark,
.moduletable.orange.dark,
.cl.bt.orange.dark {
  background: #995400 !important;
  color: white !important;
}
.box.orange.dark a,
.moduletable.orange.dark a,
.cl.bt.orange.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.orange.dark h1,
.moduletable.orange.dark h1,
.cl.bt.orange.dark h1,
.box.orange.dark h2,
.moduletable.orange.dark h2,
.cl.bt.orange.dark h2,
.box.orange.dark h3,
.moduletable.orange.dark h3,
.cl.bt.orange.dark h3,
.box.orange.dark h4,
.moduletable.orange.dark h4,
.cl.bt.orange.dark h4,
.box.orange.dark h5,
.moduletable.orange.dark h5,
.cl.bt.orange.dark h5,
.box.orange.dark h6,
.moduletable.orange.dark h6,
.cl.bt.orange.dark h6,
.box.orange.dark .h1,
.moduletable.orange.dark .h1,
.cl.bt.orange.dark .h1,
.box.orange.dark .h2,
.moduletable.orange.dark .h2,
.cl.bt.orange.dark .h2,
.box.orange.dark .h3,
.moduletable.orange.dark .h3,
.cl.bt.orange.dark .h3,
.box.orange.dark .h4,
.moduletable.orange.dark .h4,
.cl.bt.orange.dark .h4,
.box.orange.dark .h5,
.moduletable.orange.dark .h5,
.cl.bt.orange.dark .h5,
.box.orange.dark .h6,
.moduletable.orange.dark .h6,
.cl.bt.orange.dark .h6 {
  color: white !important;
}
.box.orange.dark h1 a,
.moduletable.orange.dark h1 a,
.cl.bt.orange.dark h1 a,
.box.orange.dark h2 a,
.moduletable.orange.dark h2 a,
.cl.bt.orange.dark h2 a,
.box.orange.dark h3 a,
.moduletable.orange.dark h3 a,
.cl.bt.orange.dark h3 a,
.box.orange.dark h4 a,
.moduletable.orange.dark h4 a,
.cl.bt.orange.dark h4 a,
.box.orange.dark h5 a,
.moduletable.orange.dark h5 a,
.cl.bt.orange.dark h5 a,
.box.orange.dark h6 a,
.moduletable.orange.dark h6 a,
.cl.bt.orange.dark h6 a,
.box.orange.dark .h1 a,
.moduletable.orange.dark .h1 a,
.cl.bt.orange.dark .h1 a,
.box.orange.dark .h2 a,
.moduletable.orange.dark .h2 a,
.cl.bt.orange.dark .h2 a,
.box.orange.dark .h3 a,
.moduletable.orange.dark .h3 a,
.cl.bt.orange.dark .h3 a,
.box.orange.dark .h4 a,
.moduletable.orange.dark .h4 a,
.cl.bt.orange.dark .h4 a,
.box.orange.dark .h5 a,
.moduletable.orange.dark .h5 a,
.cl.bt.orange.dark .h5 a,
.box.orange.dark .h6 a,
.moduletable.orange.dark .h6 a,
.cl.bt.orange.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red,
.moduletable.red,
.cl.bt.red {
  background: crimson !important;
  color: white !important;
}
.box.red a,
.moduletable.red a,
.cl.bt.red a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red h1,
.moduletable.red h1,
.cl.bt.red h1,
.box.red h2,
.moduletable.red h2,
.cl.bt.red h2,
.box.red h3,
.moduletable.red h3,
.cl.bt.red h3,
.box.red h4,
.moduletable.red h4,
.cl.bt.red h4,
.box.red h5,
.moduletable.red h5,
.cl.bt.red h5,
.box.red h6,
.moduletable.red h6,
.cl.bt.red h6,
.box.red .h1,
.moduletable.red .h1,
.cl.bt.red .h1,
.box.red .h2,
.moduletable.red .h2,
.cl.bt.red .h2,
.box.red .h3,
.moduletable.red .h3,
.cl.bt.red .h3,
.box.red .h4,
.moduletable.red .h4,
.cl.bt.red .h4,
.box.red .h5,
.moduletable.red .h5,
.cl.bt.red .h5,
.box.red .h6,
.moduletable.red .h6,
.cl.bt.red .h6 {
  color: white !important;
}
.box.red h1 a,
.moduletable.red h1 a,
.cl.bt.red h1 a,
.box.red h2 a,
.moduletable.red h2 a,
.cl.bt.red h2 a,
.box.red h3 a,
.moduletable.red h3 a,
.cl.bt.red h3 a,
.box.red h4 a,
.moduletable.red h4 a,
.cl.bt.red h4 a,
.box.red h5 a,
.moduletable.red h5 a,
.cl.bt.red h5 a,
.box.red h6 a,
.moduletable.red h6 a,
.cl.bt.red h6 a,
.box.red .h1 a,
.moduletable.red .h1 a,
.cl.bt.red .h1 a,
.box.red .h2 a,
.moduletable.red .h2 a,
.cl.bt.red .h2 a,
.box.red .h3 a,
.moduletable.red .h3 a,
.cl.bt.red .h3 a,
.box.red .h4 a,
.moduletable.red .h4 a,
.cl.bt.red .h4 a,
.box.red .h5 a,
.moduletable.red .h5 a,
.cl.bt.red .h5 a,
.box.red .h6 a,
.moduletable.red .h6 a,
.cl.bt.red .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red.light,
.moduletable.red.light,
.cl.bt.red.light {
  background: #ea728a !important;
  color: white !important;
}
.box.red.light a,
.moduletable.red.light a,
.cl.bt.red.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red.light h1,
.moduletable.red.light h1,
.cl.bt.red.light h1,
.box.red.light h2,
.moduletable.red.light h2,
.cl.bt.red.light h2,
.box.red.light h3,
.moduletable.red.light h3,
.cl.bt.red.light h3,
.box.red.light h4,
.moduletable.red.light h4,
.cl.bt.red.light h4,
.box.red.light h5,
.moduletable.red.light h5,
.cl.bt.red.light h5,
.box.red.light h6,
.moduletable.red.light h6,
.cl.bt.red.light h6,
.box.red.light .h1,
.moduletable.red.light .h1,
.cl.bt.red.light .h1,
.box.red.light .h2,
.moduletable.red.light .h2,
.cl.bt.red.light .h2,
.box.red.light .h3,
.moduletable.red.light .h3,
.cl.bt.red.light .h3,
.box.red.light .h4,
.moduletable.red.light .h4,
.cl.bt.red.light .h4,
.box.red.light .h5,
.moduletable.red.light .h5,
.cl.bt.red.light .h5,
.box.red.light .h6,
.moduletable.red.light .h6,
.cl.bt.red.light .h6 {
  color: white !important;
}
.box.red.light h1 a,
.moduletable.red.light h1 a,
.cl.bt.red.light h1 a,
.box.red.light h2 a,
.moduletable.red.light h2 a,
.cl.bt.red.light h2 a,
.box.red.light h3 a,
.moduletable.red.light h3 a,
.cl.bt.red.light h3 a,
.box.red.light h4 a,
.moduletable.red.light h4 a,
.cl.bt.red.light h4 a,
.box.red.light h5 a,
.moduletable.red.light h5 a,
.cl.bt.red.light h5 a,
.box.red.light h6 a,
.moduletable.red.light h6 a,
.cl.bt.red.light h6 a,
.box.red.light .h1 a,
.moduletable.red.light .h1 a,
.cl.bt.red.light .h1 a,
.box.red.light .h2 a,
.moduletable.red.light .h2 a,
.cl.bt.red.light .h2 a,
.box.red.light .h3 a,
.moduletable.red.light .h3 a,
.cl.bt.red.light .h3 a,
.box.red.light .h4 a,
.moduletable.red.light .h4 a,
.cl.bt.red.light .h4 a,
.box.red.light .h5 a,
.moduletable.red.light .h5 a,
.cl.bt.red.light .h5 a,
.box.red.light .h6 a,
.moduletable.red.light .h6 a,
.cl.bt.red.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red.dark,
.moduletable.red.dark,
.cl.bt.red.dark {
  background: #840c24 !important;
  color: white !important;
}
.box.red.dark a,
.moduletable.red.dark a,
.cl.bt.red.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.red.dark h1,
.moduletable.red.dark h1,
.cl.bt.red.dark h1,
.box.red.dark h2,
.moduletable.red.dark h2,
.cl.bt.red.dark h2,
.box.red.dark h3,
.moduletable.red.dark h3,
.cl.bt.red.dark h3,
.box.red.dark h4,
.moduletable.red.dark h4,
.cl.bt.red.dark h4,
.box.red.dark h5,
.moduletable.red.dark h5,
.cl.bt.red.dark h5,
.box.red.dark h6,
.moduletable.red.dark h6,
.cl.bt.red.dark h6,
.box.red.dark .h1,
.moduletable.red.dark .h1,
.cl.bt.red.dark .h1,
.box.red.dark .h2,
.moduletable.red.dark .h2,
.cl.bt.red.dark .h2,
.box.red.dark .h3,
.moduletable.red.dark .h3,
.cl.bt.red.dark .h3,
.box.red.dark .h4,
.moduletable.red.dark .h4,
.cl.bt.red.dark .h4,
.box.red.dark .h5,
.moduletable.red.dark .h5,
.cl.bt.red.dark .h5,
.box.red.dark .h6,
.moduletable.red.dark .h6,
.cl.bt.red.dark .h6 {
  color: white !important;
}
.box.red.dark h1 a,
.moduletable.red.dark h1 a,
.cl.bt.red.dark h1 a,
.box.red.dark h2 a,
.moduletable.red.dark h2 a,
.cl.bt.red.dark h2 a,
.box.red.dark h3 a,
.moduletable.red.dark h3 a,
.cl.bt.red.dark h3 a,
.box.red.dark h4 a,
.moduletable.red.dark h4 a,
.cl.bt.red.dark h4 a,
.box.red.dark h5 a,
.moduletable.red.dark h5 a,
.cl.bt.red.dark h5 a,
.box.red.dark h6 a,
.moduletable.red.dark h6 a,
.cl.bt.red.dark h6 a,
.box.red.dark .h1 a,
.moduletable.red.dark .h1 a,
.cl.bt.red.dark .h1 a,
.box.red.dark .h2 a,
.moduletable.red.dark .h2 a,
.cl.bt.red.dark .h2 a,
.box.red.dark .h3 a,
.moduletable.red.dark .h3 a,
.cl.bt.red.dark .h3 a,
.box.red.dark .h4 a,
.moduletable.red.dark .h4 a,
.cl.bt.red.dark .h4 a,
.box.red.dark .h5 a,
.moduletable.red.dark .h5 a,
.cl.bt.red.dark .h5 a,
.box.red.dark .h6 a,
.moduletable.red.dark .h6 a,
.cl.bt.red.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.pink,
.moduletable.pink,
.cl.bt.pink {
  background: hotpink !important;
  color: white !important;
}
.box.pink a,
.moduletable.pink a,
.cl.bt.pink a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.pink h1,
.moduletable.pink h1,
.cl.bt.pink h1,
.box.pink h2,
.moduletable.pink h2,
.cl.bt.pink h2,
.box.pink h3,
.moduletable.pink h3,
.cl.bt.pink h3,
.box.pink h4,
.moduletable.pink h4,
.cl.bt.pink h4,
.box.pink h5,
.moduletable.pink h5,
.cl.bt.pink h5,
.box.pink h6,
.moduletable.pink h6,
.cl.bt.pink h6,
.box.pink .h1,
.moduletable.pink .h1,
.cl.bt.pink .h1,
.box.pink .h2,
.moduletable.pink .h2,
.cl.bt.pink .h2,
.box.pink .h3,
.moduletable.pink .h3,
.cl.bt.pink .h3,
.box.pink .h4,
.moduletable.pink .h4,
.cl.bt.pink .h4,
.box.pink .h5,
.moduletable.pink .h5,
.cl.bt.pink .h5,
.box.pink .h6,
.moduletable.pink .h6,
.cl.bt.pink .h6 {
  color: white !important;
}
.box.pink h1 a,
.moduletable.pink h1 a,
.cl.bt.pink h1 a,
.box.pink h2 a,
.moduletable.pink h2 a,
.cl.bt.pink h2 a,
.box.pink h3 a,
.moduletable.pink h3 a,
.cl.bt.pink h3 a,
.box.pink h4 a,
.moduletable.pink h4 a,
.cl.bt.pink h4 a,
.box.pink h5 a,
.moduletable.pink h5 a,
.cl.bt.pink h5 a,
.box.pink h6 a,
.moduletable.pink h6 a,
.cl.bt.pink h6 a,
.box.pink .h1 a,
.moduletable.pink .h1 a,
.cl.bt.pink .h1 a,
.box.pink .h2 a,
.moduletable.pink .h2 a,
.cl.bt.pink .h2 a,
.box.pink .h3 a,
.moduletable.pink .h3 a,
.cl.bt.pink .h3 a,
.box.pink .h4 a,
.moduletable.pink .h4 a,
.cl.bt.pink .h4 a,
.box.pink .h5 a,
.moduletable.pink .h5 a,
.cl.bt.pink .h5 a,
.box.pink .h6 a,
.moduletable.pink .h6 a,
.cl.bt.pink .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.pink.light,
.moduletable.pink.light,
.cl.bt.pink.light {
  background: #ffa5d2 !important;
  color: black !important;
}
.box.pink.light a,
.moduletable.pink.light a,
.cl.bt.pink.light a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.pink.light h1,
.moduletable.pink.light h1,
.cl.bt.pink.light h1,
.box.pink.light h2,
.moduletable.pink.light h2,
.cl.bt.pink.light h2,
.box.pink.light h3,
.moduletable.pink.light h3,
.cl.bt.pink.light h3,
.box.pink.light h4,
.moduletable.pink.light h4,
.cl.bt.pink.light h4,
.box.pink.light h5,
.moduletable.pink.light h5,
.cl.bt.pink.light h5,
.box.pink.light h6,
.moduletable.pink.light h6,
.cl.bt.pink.light h6,
.box.pink.light .h1,
.moduletable.pink.light .h1,
.cl.bt.pink.light .h1,
.box.pink.light .h2,
.moduletable.pink.light .h2,
.cl.bt.pink.light .h2,
.box.pink.light .h3,
.moduletable.pink.light .h3,
.cl.bt.pink.light .h3,
.box.pink.light .h4,
.moduletable.pink.light .h4,
.cl.bt.pink.light .h4,
.box.pink.light .h5,
.moduletable.pink.light .h5,
.cl.bt.pink.light .h5,
.box.pink.light .h6,
.moduletable.pink.light .h6,
.cl.bt.pink.light .h6 {
  color: black !important;
}
.box.pink.light h1 a,
.moduletable.pink.light h1 a,
.cl.bt.pink.light h1 a,
.box.pink.light h2 a,
.moduletable.pink.light h2 a,
.cl.bt.pink.light h2 a,
.box.pink.light h3 a,
.moduletable.pink.light h3 a,
.cl.bt.pink.light h3 a,
.box.pink.light h4 a,
.moduletable.pink.light h4 a,
.cl.bt.pink.light h4 a,
.box.pink.light h5 a,
.moduletable.pink.light h5 a,
.cl.bt.pink.light h5 a,
.box.pink.light h6 a,
.moduletable.pink.light h6 a,
.cl.bt.pink.light h6 a,
.box.pink.light .h1 a,
.moduletable.pink.light .h1 a,
.cl.bt.pink.light .h1 a,
.box.pink.light .h2 a,
.moduletable.pink.light .h2 a,
.cl.bt.pink.light .h2 a,
.box.pink.light .h3 a,
.moduletable.pink.light .h3 a,
.cl.bt.pink.light .h3 a,
.box.pink.light .h4 a,
.moduletable.pink.light .h4 a,
.cl.bt.pink.light .h4 a,
.box.pink.light .h5 a,
.moduletable.pink.light .h5 a,
.cl.bt.pink.light .h5 a,
.box.pink.light .h6 a,
.moduletable.pink.light .h6 a,
.cl.bt.pink.light .h6 a {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.box.pink.dark,
.moduletable.pink.dark,
.cl.bt.pink.dark {
  background: #993f6c !important;
  color: white !important;
}
.box.pink.dark a,
.moduletable.pink.dark a,
.cl.bt.pink.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.pink.dark h1,
.moduletable.pink.dark h1,
.cl.bt.pink.dark h1,
.box.pink.dark h2,
.moduletable.pink.dark h2,
.cl.bt.pink.dark h2,
.box.pink.dark h3,
.moduletable.pink.dark h3,
.cl.bt.pink.dark h3,
.box.pink.dark h4,
.moduletable.pink.dark h4,
.cl.bt.pink.dark h4,
.box.pink.dark h5,
.moduletable.pink.dark h5,
.cl.bt.pink.dark h5,
.box.pink.dark h6,
.moduletable.pink.dark h6,
.cl.bt.pink.dark h6,
.box.pink.dark .h1,
.moduletable.pink.dark .h1,
.cl.bt.pink.dark .h1,
.box.pink.dark .h2,
.moduletable.pink.dark .h2,
.cl.bt.pink.dark .h2,
.box.pink.dark .h3,
.moduletable.pink.dark .h3,
.cl.bt.pink.dark .h3,
.box.pink.dark .h4,
.moduletable.pink.dark .h4,
.cl.bt.pink.dark .h4,
.box.pink.dark .h5,
.moduletable.pink.dark .h5,
.cl.bt.pink.dark .h5,
.box.pink.dark .h6,
.moduletable.pink.dark .h6,
.cl.bt.pink.dark .h6 {
  color: white !important;
}
.box.pink.dark h1 a,
.moduletable.pink.dark h1 a,
.cl.bt.pink.dark h1 a,
.box.pink.dark h2 a,
.moduletable.pink.dark h2 a,
.cl.bt.pink.dark h2 a,
.box.pink.dark h3 a,
.moduletable.pink.dark h3 a,
.cl.bt.pink.dark h3 a,
.box.pink.dark h4 a,
.moduletable.pink.dark h4 a,
.cl.bt.pink.dark h4 a,
.box.pink.dark h5 a,
.moduletable.pink.dark h5 a,
.cl.bt.pink.dark h5 a,
.box.pink.dark h6 a,
.moduletable.pink.dark h6 a,
.cl.bt.pink.dark h6 a,
.box.pink.dark .h1 a,
.moduletable.pink.dark .h1 a,
.cl.bt.pink.dark .h1 a,
.box.pink.dark .h2 a,
.moduletable.pink.dark .h2 a,
.cl.bt.pink.dark .h2 a,
.box.pink.dark .h3 a,
.moduletable.pink.dark .h3 a,
.cl.bt.pink.dark .h3 a,
.box.pink.dark .h4 a,
.moduletable.pink.dark .h4 a,
.cl.bt.pink.dark .h4 a,
.box.pink.dark .h5 a,
.moduletable.pink.dark .h5 a,
.cl.bt.pink.dark .h5 a,
.box.pink.dark .h6 a,
.moduletable.pink.dark .h6 a,
.cl.bt.pink.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple,
.moduletable.purple,
.cl.bt.purple {
  background: darkmagenta !important;
  color: white !important;
}
.box.purple a,
.moduletable.purple a,
.cl.bt.purple a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple h1,
.moduletable.purple h1,
.cl.bt.purple h1,
.box.purple h2,
.moduletable.purple h2,
.cl.bt.purple h2,
.box.purple h3,
.moduletable.purple h3,
.cl.bt.purple h3,
.box.purple h4,
.moduletable.purple h4,
.cl.bt.purple h4,
.box.purple h5,
.moduletable.purple h5,
.cl.bt.purple h5,
.box.purple h6,
.moduletable.purple h6,
.cl.bt.purple h6,
.box.purple .h1,
.moduletable.purple .h1,
.cl.bt.purple .h1,
.box.purple .h2,
.moduletable.purple .h2,
.cl.bt.purple .h2,
.box.purple .h3,
.moduletable.purple .h3,
.cl.bt.purple .h3,
.box.purple .h4,
.moduletable.purple .h4,
.cl.bt.purple .h4,
.box.purple .h5,
.moduletable.purple .h5,
.cl.bt.purple .h5,
.box.purple .h6,
.moduletable.purple .h6,
.cl.bt.purple .h6 {
  color: white !important;
}
.box.purple h1 a,
.moduletable.purple h1 a,
.cl.bt.purple h1 a,
.box.purple h2 a,
.moduletable.purple h2 a,
.cl.bt.purple h2 a,
.box.purple h3 a,
.moduletable.purple h3 a,
.cl.bt.purple h3 a,
.box.purple h4 a,
.moduletable.purple h4 a,
.cl.bt.purple h4 a,
.box.purple h5 a,
.moduletable.purple h5 a,
.cl.bt.purple h5 a,
.box.purple h6 a,
.moduletable.purple h6 a,
.cl.bt.purple h6 a,
.box.purple .h1 a,
.moduletable.purple .h1 a,
.cl.bt.purple .h1 a,
.box.purple .h2 a,
.moduletable.purple .h2 a,
.cl.bt.purple .h2 a,
.box.purple .h3 a,
.moduletable.purple .h3 a,
.cl.bt.purple .h3 a,
.box.purple .h4 a,
.moduletable.purple .h4 a,
.cl.bt.purple .h4 a,
.box.purple .h5 a,
.moduletable.purple .h5 a,
.cl.bt.purple .h5 a,
.box.purple .h6 a,
.moduletable.purple .h6 a,
.cl.bt.purple .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple.light,
.moduletable.purple.light,
.cl.bt.purple.light {
  background: #b966b9 !important;
  color: white !important;
}
.box.purple.light a,
.moduletable.purple.light a,
.cl.bt.purple.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple.light h1,
.moduletable.purple.light h1,
.cl.bt.purple.light h1,
.box.purple.light h2,
.moduletable.purple.light h2,
.cl.bt.purple.light h2,
.box.purple.light h3,
.moduletable.purple.light h3,
.cl.bt.purple.light h3,
.box.purple.light h4,
.moduletable.purple.light h4,
.cl.bt.purple.light h4,
.box.purple.light h5,
.moduletable.purple.light h5,
.cl.bt.purple.light h5,
.box.purple.light h6,
.moduletable.purple.light h6,
.cl.bt.purple.light h6,
.box.purple.light .h1,
.moduletable.purple.light .h1,
.cl.bt.purple.light .h1,
.box.purple.light .h2,
.moduletable.purple.light .h2,
.cl.bt.purple.light .h2,
.box.purple.light .h3,
.moduletable.purple.light .h3,
.cl.bt.purple.light .h3,
.box.purple.light .h4,
.moduletable.purple.light .h4,
.cl.bt.purple.light .h4,
.box.purple.light .h5,
.moduletable.purple.light .h5,
.cl.bt.purple.light .h5,
.box.purple.light .h6,
.moduletable.purple.light .h6,
.cl.bt.purple.light .h6 {
  color: white !important;
}
.box.purple.light h1 a,
.moduletable.purple.light h1 a,
.cl.bt.purple.light h1 a,
.box.purple.light h2 a,
.moduletable.purple.light h2 a,
.cl.bt.purple.light h2 a,
.box.purple.light h3 a,
.moduletable.purple.light h3 a,
.cl.bt.purple.light h3 a,
.box.purple.light h4 a,
.moduletable.purple.light h4 a,
.cl.bt.purple.light h4 a,
.box.purple.light h5 a,
.moduletable.purple.light h5 a,
.cl.bt.purple.light h5 a,
.box.purple.light h6 a,
.moduletable.purple.light h6 a,
.cl.bt.purple.light h6 a,
.box.purple.light .h1 a,
.moduletable.purple.light .h1 a,
.cl.bt.purple.light .h1 a,
.box.purple.light .h2 a,
.moduletable.purple.light .h2 a,
.cl.bt.purple.light .h2 a,
.box.purple.light .h3 a,
.moduletable.purple.light .h3 a,
.cl.bt.purple.light .h3 a,
.box.purple.light .h4 a,
.moduletable.purple.light .h4 a,
.cl.bt.purple.light .h4 a,
.box.purple.light .h5 a,
.moduletable.purple.light .h5 a,
.cl.bt.purple.light .h5 a,
.box.purple.light .h6 a,
.moduletable.purple.light .h6 a,
.cl.bt.purple.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple.dark,
.moduletable.purple.dark,
.cl.bt.purple.dark {
  background: #530053 !important;
  color: white !important;
}
.box.purple.dark a,
.moduletable.purple.dark a,
.cl.bt.purple.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.purple.dark h1,
.moduletable.purple.dark h1,
.cl.bt.purple.dark h1,
.box.purple.dark h2,
.moduletable.purple.dark h2,
.cl.bt.purple.dark h2,
.box.purple.dark h3,
.moduletable.purple.dark h3,
.cl.bt.purple.dark h3,
.box.purple.dark h4,
.moduletable.purple.dark h4,
.cl.bt.purple.dark h4,
.box.purple.dark h5,
.moduletable.purple.dark h5,
.cl.bt.purple.dark h5,
.box.purple.dark h6,
.moduletable.purple.dark h6,
.cl.bt.purple.dark h6,
.box.purple.dark .h1,
.moduletable.purple.dark .h1,
.cl.bt.purple.dark .h1,
.box.purple.dark .h2,
.moduletable.purple.dark .h2,
.cl.bt.purple.dark .h2,
.box.purple.dark .h3,
.moduletable.purple.dark .h3,
.cl.bt.purple.dark .h3,
.box.purple.dark .h4,
.moduletable.purple.dark .h4,
.cl.bt.purple.dark .h4,
.box.purple.dark .h5,
.moduletable.purple.dark .h5,
.cl.bt.purple.dark .h5,
.box.purple.dark .h6,
.moduletable.purple.dark .h6,
.cl.bt.purple.dark .h6 {
  color: white !important;
}
.box.purple.dark h1 a,
.moduletable.purple.dark h1 a,
.cl.bt.purple.dark h1 a,
.box.purple.dark h2 a,
.moduletable.purple.dark h2 a,
.cl.bt.purple.dark h2 a,
.box.purple.dark h3 a,
.moduletable.purple.dark h3 a,
.cl.bt.purple.dark h3 a,
.box.purple.dark h4 a,
.moduletable.purple.dark h4 a,
.cl.bt.purple.dark h4 a,
.box.purple.dark h5 a,
.moduletable.purple.dark h5 a,
.cl.bt.purple.dark h5 a,
.box.purple.dark h6 a,
.moduletable.purple.dark h6 a,
.cl.bt.purple.dark h6 a,
.box.purple.dark .h1 a,
.moduletable.purple.dark .h1 a,
.cl.bt.purple.dark .h1 a,
.box.purple.dark .h2 a,
.moduletable.purple.dark .h2 a,
.cl.bt.purple.dark .h2 a,
.box.purple.dark .h3 a,
.moduletable.purple.dark .h3 a,
.cl.bt.purple.dark .h3 a,
.box.purple.dark .h4 a,
.moduletable.purple.dark .h4 a,
.cl.bt.purple.dark .h4 a,
.box.purple.dark .h5 a,
.moduletable.purple.dark .h5 a,
.cl.bt.purple.dark .h5 a,
.box.purple.dark .h6 a,
.moduletable.purple.dark .h6 a,
.cl.bt.purple.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray,
.moduletable.gray,
.cl.bt.gray {
  background: #808080 !important;
  color: white !important;
}
.box.gray a,
.moduletable.gray a,
.cl.bt.gray a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray h1,
.moduletable.gray h1,
.cl.bt.gray h1,
.box.gray h2,
.moduletable.gray h2,
.cl.bt.gray h2,
.box.gray h3,
.moduletable.gray h3,
.cl.bt.gray h3,
.box.gray h4,
.moduletable.gray h4,
.cl.bt.gray h4,
.box.gray h5,
.moduletable.gray h5,
.cl.bt.gray h5,
.box.gray h6,
.moduletable.gray h6,
.cl.bt.gray h6,
.box.gray .h1,
.moduletable.gray .h1,
.cl.bt.gray .h1,
.box.gray .h2,
.moduletable.gray .h2,
.cl.bt.gray .h2,
.box.gray .h3,
.moduletable.gray .h3,
.cl.bt.gray .h3,
.box.gray .h4,
.moduletable.gray .h4,
.cl.bt.gray .h4,
.box.gray .h5,
.moduletable.gray .h5,
.cl.bt.gray .h5,
.box.gray .h6,
.moduletable.gray .h6,
.cl.bt.gray .h6 {
  color: white !important;
}
.box.gray h1 a,
.moduletable.gray h1 a,
.cl.bt.gray h1 a,
.box.gray h2 a,
.moduletable.gray h2 a,
.cl.bt.gray h2 a,
.box.gray h3 a,
.moduletable.gray h3 a,
.cl.bt.gray h3 a,
.box.gray h4 a,
.moduletable.gray h4 a,
.cl.bt.gray h4 a,
.box.gray h5 a,
.moduletable.gray h5 a,
.cl.bt.gray h5 a,
.box.gray h6 a,
.moduletable.gray h6 a,
.cl.bt.gray h6 a,
.box.gray .h1 a,
.moduletable.gray .h1 a,
.cl.bt.gray .h1 a,
.box.gray .h2 a,
.moduletable.gray .h2 a,
.cl.bt.gray .h2 a,
.box.gray .h3 a,
.moduletable.gray .h3 a,
.cl.bt.gray .h3 a,
.box.gray .h4 a,
.moduletable.gray .h4 a,
.cl.bt.gray .h4 a,
.box.gray .h5 a,
.moduletable.gray .h5 a,
.cl.bt.gray .h5 a,
.box.gray .h6 a,
.moduletable.gray .h6 a,
.cl.bt.gray .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray.light,
.moduletable.gray.light,
.cl.bt.gray.light {
  background: #b3b3b3 !important;
  color: white !important;
}
.box.gray.light a,
.moduletable.gray.light a,
.cl.bt.gray.light a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray.light h1,
.moduletable.gray.light h1,
.cl.bt.gray.light h1,
.box.gray.light h2,
.moduletable.gray.light h2,
.cl.bt.gray.light h2,
.box.gray.light h3,
.moduletable.gray.light h3,
.cl.bt.gray.light h3,
.box.gray.light h4,
.moduletable.gray.light h4,
.cl.bt.gray.light h4,
.box.gray.light h5,
.moduletable.gray.light h5,
.cl.bt.gray.light h5,
.box.gray.light h6,
.moduletable.gray.light h6,
.cl.bt.gray.light h6,
.box.gray.light .h1,
.moduletable.gray.light .h1,
.cl.bt.gray.light .h1,
.box.gray.light .h2,
.moduletable.gray.light .h2,
.cl.bt.gray.light .h2,
.box.gray.light .h3,
.moduletable.gray.light .h3,
.cl.bt.gray.light .h3,
.box.gray.light .h4,
.moduletable.gray.light .h4,
.cl.bt.gray.light .h4,
.box.gray.light .h5,
.moduletable.gray.light .h5,
.cl.bt.gray.light .h5,
.box.gray.light .h6,
.moduletable.gray.light .h6,
.cl.bt.gray.light .h6 {
  color: white !important;
}
.box.gray.light h1 a,
.moduletable.gray.light h1 a,
.cl.bt.gray.light h1 a,
.box.gray.light h2 a,
.moduletable.gray.light h2 a,
.cl.bt.gray.light h2 a,
.box.gray.light h3 a,
.moduletable.gray.light h3 a,
.cl.bt.gray.light h3 a,
.box.gray.light h4 a,
.moduletable.gray.light h4 a,
.cl.bt.gray.light h4 a,
.box.gray.light h5 a,
.moduletable.gray.light h5 a,
.cl.bt.gray.light h5 a,
.box.gray.light h6 a,
.moduletable.gray.light h6 a,
.cl.bt.gray.light h6 a,
.box.gray.light .h1 a,
.moduletable.gray.light .h1 a,
.cl.bt.gray.light .h1 a,
.box.gray.light .h2 a,
.moduletable.gray.light .h2 a,
.cl.bt.gray.light .h2 a,
.box.gray.light .h3 a,
.moduletable.gray.light .h3 a,
.cl.bt.gray.light .h3 a,
.box.gray.light .h4 a,
.moduletable.gray.light .h4 a,
.cl.bt.gray.light .h4 a,
.box.gray.light .h5 a,
.moduletable.gray.light .h5 a,
.cl.bt.gray.light .h5 a,
.box.gray.light .h6 a,
.moduletable.gray.light .h6 a,
.cl.bt.gray.light .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray.dark,
.moduletable.gray.dark,
.cl.bt.gray.dark {
  background: #4d4d4d !important;
  color: white !important;
}
.box.gray.dark a,
.moduletable.gray.dark a,
.cl.bt.gray.dark a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.box.gray.dark h1,
.moduletable.gray.dark h1,
.cl.bt.gray.dark h1,
.box.gray.dark h2,
.moduletable.gray.dark h2,
.cl.bt.gray.dark h2,
.box.gray.dark h3,
.moduletable.gray.dark h3,
.cl.bt.gray.dark h3,
.box.gray.dark h4,
.moduletable.gray.dark h4,
.cl.bt.gray.dark h4,
.box.gray.dark h5,
.moduletable.gray.dark h5,
.cl.bt.gray.dark h5,
.box.gray.dark h6,
.moduletable.gray.dark h6,
.cl.bt.gray.dark h6,
.box.gray.dark .h1,
.moduletable.gray.dark .h1,
.cl.bt.gray.dark .h1,
.box.gray.dark .h2,
.moduletable.gray.dark .h2,
.cl.bt.gray.dark .h2,
.box.gray.dark .h3,
.moduletable.gray.dark .h3,
.cl.bt.gray.dark .h3,
.box.gray.dark .h4,
.moduletable.gray.dark .h4,
.cl.bt.gray.dark .h4,
.box.gray.dark .h5,
.moduletable.gray.dark .h5,
.cl.bt.gray.dark .h5,
.box.gray.dark .h6,
.moduletable.gray.dark .h6,
.cl.bt.gray.dark .h6 {
  color: white !important;
}
.box.gray.dark h1 a,
.moduletable.gray.dark h1 a,
.cl.bt.gray.dark h1 a,
.box.gray.dark h2 a,
.moduletable.gray.dark h2 a,
.cl.bt.gray.dark h2 a,
.box.gray.dark h3 a,
.moduletable.gray.dark h3 a,
.cl.bt.gray.dark h3 a,
.box.gray.dark h4 a,
.moduletable.gray.dark h4 a,
.cl.bt.gray.dark h4 a,
.box.gray.dark h5 a,
.moduletable.gray.dark h5 a,
.cl.bt.gray.dark h5 a,
.box.gray.dark h6 a,
.moduletable.gray.dark h6 a,
.cl.bt.gray.dark h6 a,
.box.gray.dark .h1 a,
.moduletable.gray.dark .h1 a,
.cl.bt.gray.dark .h1 a,
.box.gray.dark .h2 a,
.moduletable.gray.dark .h2 a,
.cl.bt.gray.dark .h2 a,
.box.gray.dark .h3 a,
.moduletable.gray.dark .h3 a,
.cl.bt.gray.dark .h3 a,
.box.gray.dark .h4 a,
.moduletable.gray.dark .h4 a,
.cl.bt.gray.dark .h4 a,
.box.gray.dark .h5 a,
.moduletable.gray.dark .h5 a,
.cl.bt.gray.dark .h5 a,
.box.gray.dark .h6 a,
.moduletable.gray.dark .h6 a,
.cl.bt.gray.dark .h6 a {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.item h2 a:hover,
.moduletable > h3 a:hover,
.page-header a:hover,
.art-header a:hover {
  text-decoration: underline;
}
.active.deeper.parent a {
  background-size: 100% 75%;
  background-position: bottom;
}
.fading:after {
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.fading .readmore {
  display: block;
}
.fading img {
  max-width: 50% !important;
  float: left;
  margin-right: 2%;
}
.moduletable.display-news.section-orange {
  border: 1px solid #996600;
}
.moduletable.display-news.section-orange > h3 {
  margin-left: -1em !important;
}
div#linkssection a {
  color: white;
}
.outerfeatures {
  background: #6D140E;
}
.outerfeatures #features a:visited {
  color: white !important;
}
.btnStyle {
  background-color: transparent;
  border: 1px solid #130302;
  color: white;
}
.btnHover {
  background-color: rgba(109, 20, 14, 0.5);
}
.moduletable.fnews.rooms .art-header a {
  color: #6D140E !important;
}
.nav-pills > li.active > a {
  color: white !important;
}
.panel-default .panel-title {
  color: black;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: #6D140E !important;
  text-shadow: 1px 1px 0px white;
}
.panel-title > a:hover,
.panel-title > small:hover,
.panel-title > .small:hover,
.panel-title > small > a:hover,
.panel-title > .small > a:hover,
.panel-title > a.hover,
.panel-title > small.hover,
.panel-title > .small.hover,
.panel-title > small > a.hover,
.panel-title > .small > a.hover {
  color: #924f4a !important;
}
.pushy {
  background: rgba(255, 255, 255, 0.95) !important;
  border-right: 1px solid #EEE;
}
.pushy div {
  background: none;
}
.pushy a:hover,
.pushy a.hover,
.pushy a:hover span,
.pushy a.hover span {
  color: #6D140E !important;
}
.pushy li.current > a,
.pushy li.current > a span {
  color: #6D140E !important;
}
body.transp .outerbody {
  border: none;
  box-shadow: none;
}
body.transp .outerbody,
body.transp .outerbody:after {
  background: transparent;
}
body.transp .outerbody:before {
  content: none;
}
body.transp #topwide,
body.transp #right,
body.transp #right:before {
  background: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (min-width: 992px) {
  body.transp div#right:before {
    content: "";
    display: block;
    width: 100%;
    height: 2000px;
    left: 0;
    top: 100%;
  }
}
body.transp div#main_content {
  background: rgba(255, 255, 255, 0.8) !important;
}
body.transp div#main_content .moduletable {
  background: white;
  padding: 20px;
}
body.opaque .outerbody,
body.opaque .outerbody:after {
  background: white;
}
@media only screen and (min-width: 481px) {
  #component .boxes-color .items-leading .blogitem {
    padding-top: 0 !important;
    display: table;
    padding-bottom: 0;
  }
  #component .boxes-color .items-leading .blogitem .roomwrap {
    margin-bottom: 0;
  }
  #component .boxes-color .items-leading .blogitem .introtxt {
    padding-top: 20px;
  }
}
#component .boxes-color .blogitem {
  position: relative;
  margin-bottom: 40px;
  overflow: visible !important;
  color: white;
  background: #333;
  padding-bottom: 20px;
}
#component .boxes-color .blogitem h1,
#component .boxes-color .blogitem h2,
#component .boxes-color .blogitem h3,
#component .boxes-color .blogitem h4,
#component .boxes-color .blogitem h5,
#component .boxes-color .blogitem h6,
#component .boxes-color .blogitem .h1,
#component .boxes-color .blogitem .h2,
#component .boxes-color .blogitem .h3,
#component .boxes-color .blogitem .h4,
#component .boxes-color .blogitem .h5,
#component .boxes-color .blogitem .h6 {
  color: white;
}
#component .boxes-color .blogitem .introtxt a {
  color: #EAD4B1 !important;
}
#component .boxes-color .blogitem .introtxt a:hover,
#component .boxes-color .blogitem .introtxt a.hover {
  color: #f5ead9 !important;
}
#component .boxes-color .blogitem .introtxt,
#component .boxes-color .blogitem .art-header {
  padding: 0 20px;
}
#component .boxes-color .blogitem .readmore {
  margin-right: 20px;
}
#component .boxes-color .blogitem .btn {
  color: #EAD4B1 !important;
  border-color: #EAD4B1;
}
#component .boxes-color .blogitem .btn:hover,
#component .boxes-color .blogitem .btn.hover {
  color: #EAD4B1 !important;
  border-color: #EAD4B1;
}

.stripe-full {
  padding: 20px;
  position: relative;
  background: antiquewhite;
}
.stripe-full:before,
.stripe-full:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  background: antiquewhite;
}
.stripe-full:after {
  left: auto;
  right: -100%;
}

#topbar a {
	color: white;
}

.pushy.dark ul li a:hover, .pushy.dark ul li span:hover, .pushy.dark ul li a:focus, .pushy.dark ul li span:focus, .pushy.dark ul li a:visited, .pushy.dark ul li span:visited {
    color: wheat !important;
    font-weight: bold;
}
/* my mixins */
.ungridTable {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ungridTable > div,
.ungridTable .col {
  display: table-cell;
}
.vertCenterRel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertCenterAbs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizCenterRel {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizCenterAbs {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.allCenterRel {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.allCenterAbs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.imgHover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.imgNormal {
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
}
.DarkLinks {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.Links {
  color: #6D140E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #6D140E;
  color: white !important;
  border: 1px solid #6D140E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #130302;
}
.DefaultBtnLike {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: #996600;
  color: white !important;
}
.BackFace {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.linedIcons {
  font-family: 'lined-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* CSS Document */
/*	@fontBase: 14px; 
	@lineHeightBase: (@vspace / @fontBase);
	@lineHeight: round(@lineHeightBase, 4);*/
.openIcoHeight {
  font-size: 2.08em;
  line-height: .55em;
}
body,
li,
.btn,
#tagline h2,
.blog.associate .subtitle,
label,
input,
select,
address {
  font-size: 16px;
  line-height: 1.25px;
}
/* Times New Roman-based stack */
.TimesStack {
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
/* Modern Georgia-based serif stack */
.GeorgiaStack {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
/* Traditional Garamond-based serif stack */
.GaramondStack {
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
/* Helvetica/Arial-based sans serif stack */
.HelveticaStack {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Verdana-based sans serif stack */
.VerdanaStack {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
/* Trebuchet-based sans serif stack */
.TrebuchetStack {
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
/* Impact-based sans serif stack */
.ImpactStack {
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}
.Montserrat {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.Prata {
  font-family: "Prata", Times, "Times New Roman", serif;
}
.Taviraj {
  font-family: "Taviraj", Times, "Times New Roman", serif;
}
.BodyFont {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.HeadingFont {
  font-family: "Prata", Times, "Times New Roman", serif;
}
.AltFont {
  font-family: "Taviraj", Times, "Times New Roman", serif;
  letter-spacing: normal;
}
body,
li,
form,
input,
label {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  color: #555;
  font-variant: normal;
  font-weight: normal;
}
select {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
#tagline h2,
.moduletable > h3,
.title,
.blog .subheading-category,
.blog-featured .subheading-category,
th,
a.arc {
  font-family: "Prata", Times, "Times New Roman", serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  /*text-transform: uppercase;*/
}
.nav li,
ul.menu li a,
.moduletable_menu li,
.moduletable.menu li a,
.pushy li a,
#mainnav li a,
.pushy ul.nav > li > a,
#topbar ul.menu li a,
.col ul.menu li a,
#bottomnav ul li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
p.lead,
.lead,
blockquote,
.quote {
  font-family: "Taviraj", Times, "Times New Roman", serif;
  letter-spacing: normal;
}
blockquote,
.quote {
  font-style: italic;
}
ul.menu li a {
  text-transform: uppercase;
}
div#sections-nav ul.nav li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
}
#mainnav li li a,
.pushy li li a {
  text-transform: none;
  text-rendering: optimizeLegibility;
}
div#mainmenu a.footer-only {
  display: none !important;
}
blockquote,
ul.team h5,
.article-info,
.readmore .btn {
  text-transform: none;
}
.btn,
button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  white-space: normal;
  border-radius: 0 !important;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0 !important;
}
a.btn-main {
  padding: 20px 40px;
}
a.btn.btn-centered {
  float: none;
  text-align: center;
  margin: 0 auto 20px;
}
#cright,
.small,
.breadcrumb,
#breadcrumbs,
#tagline h3,
.display-news h4,
.display-news h5,
form,
label,
input {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
#mainnav ul ul li {
  font-family: "Taviraj", Times, "Times New Roman", serif;
  letter-spacing: normal;
}
#homelogo a {
  font-family: "Prata", Times, "Times New Roman", serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1em;
  text-align: right;
}
.captionhead {
  color: white !important;
}
.moduletable > h3 {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.outerfooter .moduletable > h3 {
  text-align: left;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .outerfooter .moduletable > h3 {
    text-align: center;
  }
}
#homelogo2 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.5rem;
}
#topbar ul.menu li a,
#bottomnav ul li a {
  text-transform: uppercase;
  text-shadow: none;
}
#dyn {
  text-align: center;
}
#dyn .moduletable p,
#dyn .moduletable .btn {
  text-transform: uppercase;
}
#dyn .moduletable p:last-child {
  margin-bottom: 0;
}
/*			@h4size: (1 * @typoScale);
			@h3size: (@h4size * @typoScale);
			@h2size: (@h3size * @typoScale);
			@h1size: (@h2size * @typoScale);

			@h4px: round(@fontBase * @typoScale, 2);
			@h3px: round(@h4px * @typoScale, 2);
			@h2px: round(@h3px * @typoScale, 2);
			@h1px: round(@h2px * @typoScale, 2);*/
h4,
.h4 {
  font-size: 21px;
  line-height: 0.952em;
}
.quote,
.blockquote,
blockquote,
.jumbotron,
legend {
  font-size: 21px;
  line-height: 1.905em;
}
.lead {
  font-size: 21px;
  line-height: 1.905em;
}
.lead.first {
  font-size: 21px;
  line-height: 1.905em;
  font-style: italic;
}
h3,
.h3 {
  font-size: 31.5px;
  line-height: 0.63em;
}
h2,
.h2 {
  font-size: 47.25px;
  line-height: 0.85em;
}
h1,
.h1 {
  font-size: 70.875px;
  line-height: 0.564em;
}
h5,
h6,
.h5,
h6 {
  font-size: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .lead.cols {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 15px;
  }
  .lead.cols.first {
    text-align: right;
  }
}
p,
ul,
ol {
  margin: 0 0 20px 0;
}
ul,
ol {
  margin-left: 0;
}
.moduletable > h1,
.moduletable > h2,
.moduletable > h3,
.moduletable > h4,
.moduletable > h1,
.moduletable > h5,
.moduletable > h6 {
  padding-bottom: 1px;
  margin-top: 0;
  text-align: center;
}
h1#homelogo {
  line-height: 0;
  margin-bottom: 0 !important;
}
h1#homelogo > a {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1em;
  color: #0d0d0d;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.icons .dropdown-toggle {
  background: #f2f2f2;
  border-color: #bfbfbf;
  margin-top: -4px;
}
.btn,
.pager li a,
.pagination li a,
.pagination li span {
  height: 38px;
  line-height: 2.8571px;
}
.control-group,
input {
  margin-bottom: 10px;
  line-height: 20px;
}
#component p a:hover,
#component a img:hover,
#component li a:hover {
  opacity: .8;
  -moz-opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
a.btn:hover {
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
}
form span.help-block {
  margin-bottom: 0;
}
form legend {
  margin-bottom: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Prata", Times, "Times New Roman", serif;
  margin-top: 20px;
  margin-bottom: 20px !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  color: #6D140E;
}
.item-page h1:before,
.item-page h2:before,
.item-page h3:before,
.item-page h4:before,
.item-page h5:before,
.item-page h6:before,
.item-page .h1:before,
.item-page .h2:before,
.item-page .h3:before,
.item-page .h4:before,
.item-page .h5:before,
.item-page .h6:before,
.item-page h1:after,
.item-page h2:after,
.item-page h3:after,
.item-page h4:after,
.item-page h5:after,
.item-page h6:after,
.item-page .h1:after,
.item-page .h2:after,
.item-page .h3:after,
.item-page .h4:after,
.item-page .h5:after,
.item-page .h6:after {
  content: " ";
  display: table;
}
.item-page h1:after,
.item-page h2:after,
.item-page h3:after,
.item-page h4:after,
.item-page h5:after,
.item-page h6:after,
.item-page .h1:after,
.item-page .h2:after,
.item-page .h3:after,
.item-page .h4:after,
.item-page .h5:after,
.item-page .h6:after {
  clear: both;
}
.art-header h1,
.art-header h2,
.art-header h3,
.art-header h4,
.art-header h5,
.art-header h6,
.art-header .h1,
.art-header .h2,
.art-header .h3,
.art-header .h4,
.art-header .h5,
.art-header .h6 {
  text-transform: none;
}
.LineAfter {
  position: relative;
}
.LineAfter:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 2px solid #444;
  position: relative;
  top: 1em;
  right: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.LineBefore {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
.LineBefore:after {
  content: '';
  display: block;
  width: 2em;
  border-top: 2px solid #6D140E;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
}
.RedLine {
  position: relative;
}
.RedLine:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px solid #6D140E;
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  margin-bottom: 30px;
}
.page-header {
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
  margin-top: -1px;
  border: none;
}
.subtitle {
  color: #6D140E;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  text-transform: none;
  font-size: 2.2rem;
  margin-top: 0;
  line-height: 1em;
}
.item-page h2,
.page-header h1,
.item-page .page-header h2,
section > h2,
.category-desc > h2,
.moduletable > h2 {
  text-align: center !important;
  text-transform: none;
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
.item-page h2:after,
.page-header h1:after,
.item-page .page-header h2:after,
section > h2:after,
.category-desc > h2:after,
.moduletable > h2:after {
  content: '';
  display: block;
  width: 2em;
  border-top: 2px solid #6D140E;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
}
.page-header h2 {
  text-align: center;
}
.page-header h2 a {
  font-weight: normal;
}
h3.subtitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px !important;
}
.item-page h2,
.page-header h1,
.page-header h2,
h3.subtitle {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
.moduletable > h3 .subtitle,
.moduletable > h2 .subtitle {
  margin-top: 1em;
  /*font-size: 2rem;
		    color: @linkColor;
		    text-transform: none;
		    .BodyFont;*/
}
.blogitem .page-header {
  border: none;
}
mark,
.mark {
  font-weight: bold;
}
body,
li,
.btn,
#tagline h2,
.blog.associate .subtitle,
dd,
dt,
label,
input,
select,
address {
  font-size: 14px;
  line-height: 1.43em;
}
#mainnav ul.menu li a,
.pushy ul.menu li a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
ul.breadcrumb {
  font-size: 21px;
  line-height: 0.952em;
  font-weight: normal;
  height: 40px;
}
.moduletable.menu ul.menu,
#mainnav ul.menu ul,
.pushy ul.menu ul {
  /*ul li a {
  					.fontRem (12);
		    			.lineH (12);	
  				}*/
}
.moduletable.menu ul.menu li a,
#mainnav ul.menu ul li a,
.pushy ul.menu ul li a {
  font-size: 1.3rem;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}
.btn.round a {
  color: white;
}
.btn {
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  font-weight: 600;
  border-width: 2px !important;
}
.p-question.ico {
  font-weight: bold;
}
.p-question.ico:before {
  content: "\f128";
  color: #d5d5d5;
  font-size: 4em;
  line-height: 1em;
  margin-top: -11px;
  padding-right: 10px;
}
.outerbody ul.nav.menu.vert a {
  text-transform: uppercase;
  font-weight: bold;
}
.page-header a:hover {
  opacity: 80;
  filter: alpha(opacity=8000);
}
.page-header + h3 {
  margin-top: 0;
}
.moduletable.dark h1,
.moduletable.color h1,
#middlewrapper .moduletable.dark h1,
#middlewrapper .moduletable.color h1,
.moduletable.dark h2,
.moduletable.color h2,
#middlewrapper .moduletable.dark h2,
#middlewrapper .moduletable.color h2,
.moduletable.dark h3,
.moduletable.color h3,
#middlewrapper .moduletable.dark h3,
#middlewrapper .moduletable.color h3,
.moduletable.dark h4,
.moduletable.color h4,
#middlewrapper .moduletable.dark h4,
#middlewrapper .moduletable.color h4,
.moduletable.dark h5,
.moduletable.color h5,
#middlewrapper .moduletable.dark h5,
#middlewrapper .moduletable.color h5,
.moduletable.dark h6,
.moduletable.color h6,
#middlewrapper .moduletable.dark h6,
#middlewrapper .moduletable.color h6,
.moduletable.dark .h1,
.moduletable.color .h1,
#middlewrapper .moduletable.dark .h1,
#middlewrapper .moduletable.color .h1,
.moduletable.dark .h2,
.moduletable.color .h2,
#middlewrapper .moduletable.dark .h2,
#middlewrapper .moduletable.color .h2,
.moduletable.dark .h3,
.moduletable.color .h3,
#middlewrapper .moduletable.dark .h3,
#middlewrapper .moduletable.color .h3,
.moduletable.dark .h4,
.moduletable.color .h4,
#middlewrapper .moduletable.dark .h4,
#middlewrapper .moduletable.color .h4,
.moduletable.dark .h5,
.moduletable.color .h5,
#middlewrapper .moduletable.dark .h5,
#middlewrapper .moduletable.color .h5,
.moduletable.dark .h6,
.moduletable.color .h6,
#middlewrapper .moduletable.dark .h6,
#middlewrapper .moduletable.color .h6 {
  margin-top: 0;
}
#textover {
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.8);
  /*text-shadow: -.03em -.05em 0px fade(@colour, @op%);*/
}
#textover h1,
#textover h2,
#textover h3,
#textover h4,
#textover h5,
#textover h6,
#textover .h1,
#textover .h2,
#textover .h3,
#textover .h4,
#textover .h5,
#textover .h6 {
  margin-top: 0;
}
#textover p:last-of-type {
  margin-bottom: 0;
}
#topbar {
  color: #f2f2f2;
}
#topbar .nav li,
#topbar ul.menu li {
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.8);
  /*text-shadow: -.03em -.05em 0px fade(@colour, @op%);*/
}
p.small,
#breadcrumbs li,
.muted,
.article-info,
#topbar,
#topbar li,
#topbar .btn {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
}
#navigation {
  font-size: 1.2em;
  font-size: 1em;
}
.camera_caption,
.camera_caption a {
  font-family: "Prata", Times, "Times New Roman", serif;
}
p.small {
  margin: 0;
  font-size: 0.84em;
  line-height: 2em;
}
table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
ul.ico,
ol.ico,
ul.list-caret {
  margin-left: 0;
  list-style-type: none;
}
ul.squared li,
.ico li {
  list-style-type: none;
  margin-bottom: 20px;
}
ul.ico li:before,
ul.checked li:before,
.ico li a:before,
li a.ico:before {
  font-family: "FontAwesome";
}
ul.checked li:before {
  content: "\f00c";
}
ul.list-angle {
  padding-left: 1em;
}
ul.list-angle li {
  list-style-type: none;
}
ul.list-angle li:before {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.ico.check li:before,
.check.ico li:before {
  content: "\f00c";
}
ul.ico.asterisk li:before {
  content: "\f069";
  font-size: 1.5em;
  margin-right: .1em;
}
.overlay ul li:before,
ul.squared li:before,
ul.asterisk li:before {
  margin-right: .3em;
}
ol.ico,
.item-page.overlay ol,
ol.howto,
.howto ol {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  counter-reset: li-counter;
}
ol.ico li:before,
.item-page.overlay ol li:before,
ol.howto li:before,
.howto ol li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  font-size: 2.5em;
  margin-right: .2em;
  font-weight: bold;
  vertical-align: middle;
  float: left;
}
/*icons for menus */
ul.menu li a.ico:before,
ul.menu.ico li a:before,
.ico:before,
.ico li a:before,
li a.ico:before {
  font-family: "FontAwesome";
}
.ico.contact:before,
.contact.ico:before,
.ico .contact:before {
  content: "\f086";
}
.ico.account:before,
.account.ico:before,
.ico .account:before,
.ico.user:before,
.user.ico:before,
.ico .user:before {
  content: "\f007";
}
.ico.client:before,
.client.ico:before,
.ico .client:before,
.ico.work:before,
.work.ico:before,
.ico .work:before {
  content: "\f0b1";
}
.ico.login:before,
.login.ico:before,
.ico .login:before {
  content: "\f090";
}
.ico.logout:before,
.logout.ico:before,
.ico .logout:before {
  content: "\f08b";
}
.ico.back:before,
.back.ico:before,
.ico .back:before {
  content: "\f053";
}
.ico.house:before,
.house.ico:before,
.ico .house:before {
  content: "\f015";
}
.ico.calendar:before,
.calendar.ico:before,
.ico .calendar:before {
  content: "\f073";
}
.ico.laptop:before,
.laptop.ico:before,
.ico .laptop:before,
.ico.notebook:before,
.notebook.ico:before,
.ico .notebook:before {
  content: "\f109";
}
.ico.key:before,
.key.ico:before,
.ico .key:before {
  content: "\f084";
}
.ico.star:before,
.star.ico:before,
.ico .star:before {
  content: "\f005";
}
#mainmenu a.ico:before,
div#bottomnav a.ico:before,
.pushy a.ico:before {
  font-size: .7rem;
  padding-right: .5em;
  color: silver;
}
/* FontAwesome */
.fta,
.ico {
  position: relative;
}
/*replace the content value with the 
			corresponding value from the list below*/
.fta:before,
.ico:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  /*--adjust as necessary--*/
  font-size: 1.5em;
  padding-right: 0.3em;
  vertical-align: middle;
  /*position: absolute;
			    top: 10px;
			    left: 0;*/
  float: left;
}
/* Social Icons Module */
#social ul {
  display: inline-block;
  margin: 0;
  float: right;
}
#social li {
  width: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-left: .25em;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0 !important;
  float: left;
  display: inline;
}
#social a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 20px;
}
.ico.facebook:before,
.facebook.ico:before {
  content: "\f09a";
}
.ico.twitter:before,
.twitter.ico:before {
  content: "\f081";
}
.ico.linkedin:before,
.linkedin.ico:before {
  content: "\f0e1";
}
.ico.youtube:before,
.youtube.ico:before {
  content: "\f166";
}
.ico.gplus:before,
.gplus.ico:before {
  content: "\f0d5;";
}
.ico.pinterest:before,
.pinterest.ico:before {
  content: "\f231";
}
.ico.email:before,
.email.ico:before,
.ico .email:before {
  content: "\f0e0";
}
.ico.ecard:before,
.ecard.ico:before,
.ico .ecard:before {
  font-family: "OpenWeb";
  content: "\f044";
  font-size: 2.08em;
  line-height: .55em;
}
.ico.home:before,
.home.ico:before {
  content: "\f015";
}
.ico.rss:before,
.rss.ico:before {
  content: "\f143";
}
.info.ico:before,
.ico.info:before {
  content: "\f05a";
}
.sitemap.ico:before,
.ico.sitemap:before {
  content: "\f0e8";
}
.briefcase.ico:before,
.ico.briefcase:before {
  content: "\f0b1";
}
.map.ico:before,
.ico.map:before {
  content: "\f041";
}
.phone.ico:before,
.ico.phone:before {
  content: "\f095";
}
.instagram.ico:before,
.ico.instagram:before {
  content: "\f16d";
}
.fax.ico:before,
.ico.fax:before {
  content: "\f1ac";
}
ul.icons.round li {
  height: 4rem;
  margin-bottom: 0;
}
ul.icons.round li + li {
  margin-left: 5px;
}
ul.icons.round li a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: 0;
  border: 1px solid white;
}
ul.icons.round li a:before {
  color: white;
  font-weight: normal;
  font-size: 3rem !important;
  margin: 0 .25em;
  vertical-align: middle;
  line-height: 1.3em !important;
}
ul.icons.round li a:hover,
ul.icons.round li a.hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  text-shadow: -1px -1px 0px black;
}
ul.icons.round li a.facebook:before {
  content: "\f09a";
  margin-left: .35em;
}
ul.icons.round li a.twitter:before {
  content: "\f099";
}
ul.icons.round li a.youtube:before {
  content: "\f167";
}
/* imgs in articles */
.item-page .half,
.item-page .third,
.item-page .twothirds,
.item-page .quarter {
  display: inline-block;
  float: left;
  margin-right: 1em;
}
.half > img,
.third > img,
.twothirds > img,
.quarter > img {
  width: 100%;
  height: auto;
}
.item-page .half {
  width: 50%;
}
.item-page .quarter {
  width: 25%;
}
.item-page .half.img,
.item-page .img.half {
  width: 50% !important;
}
p.double img,
p.round img {
  border-radius: 100%;
}
.item-page .third {
  width: 33%;
}
.item-page .third.img,
.item-page .third.half {
  width: 33% !important;
}
.img-fulltext-right {
  max-width: 50%;
  margin-left: 1em;
  float: right;
}
.item-page .twothirds {
  width: 66%;
}
.third img,
.half img,
.twothirds img {
  float: none;
  width: 100% !important;
  margin: 0;
}
.item-page a.thumbnail,
.blog .item a.thumbnail {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.item-page div[itemprop="articleBody"],
.items-leading div[itemprop="articleBody"],
.item div[itemprop="articleBody"],
.category-desc div[itemprop="articleBody"] {
  position: relative;
  display: table;
}
.item-page div[itemprop="articleBody"] img,
.items-leading div[itemprop="articleBody"] img,
.item div[itemprop="articleBody"] img,
.category-desc div[itemprop="articleBody"] img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  /*&.right {
					float: right;
					margin: 0 0 20px 2%;
					.clearfix;
				}

				&.left {
				float: left;
				margin: 0 2% 20px 0;
				.clearfix;
				}*/
}
.item-page div[itemprop="articleBody"] p > img,
.items-leading div[itemprop="articleBody"] p > img,
.item div[itemprop="articleBody"] p > img,
.category-desc div[itemprop="articleBody"] p > img {
  float: left;
  margin: 0 2% 0 0;
  max-width: 50% !important;
  min-width: 12em;
  margin-bottom: 20px;
}
.item-page div[itemprop="articleBody"] p > img.right,
.items-leading div[itemprop="articleBody"] p > img.right,
.item div[itemprop="articleBody"] p > img.right,
.category-desc div[itemprop="articleBody"] p > img.right {
  float: right;
  margin: 0 0 0 2%;
  max-width: 50% !important;
}
.item-page div[itemprop="articleBody"] p > img.center,
.items-leading div[itemprop="articleBody"] p > img.center,
.item div[itemprop="articleBody"] p > img.center,
.category-desc div[itemprop="articleBody"] p > img.center {
  float: none;
  margin: 0 auto 20px auto;
  max-width: 100% !important;
}
@media (max-width: 500px) {
  #component .item-page img,
  #component .items-leading img,
  #component .item img,
  #component .category-desc img,
  #component blockquote.right,
  #component blockquote.left {
    float: none !important;
    margin: 0 auto 20px;
    max-width: 100% !important;
  }
  #component blockquote.right,
  #component blockquote.left {
    width: 80% !important;
  }
}
p.fright,
p.right {
  float: right !important;
}
span.subheading-category {
  display: block;
}
.readmore .btn,
.readmore a {
  height: auto;
  text-align: left;
}
p.readmore .glyphicon {
  display: none;
}
a,
.moduletable.light a {
  text-decoration: none;
  font-weight: bold;
}
a:hover,
a:focus,
.moduletable.light a:hover,
.moduletable.light a:focus {
  text-decoration: none;
}
a:visited,
.moduletable.light a:visited {
  text-decoration: none;
}
/* Boxes */
div.box {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 1em;
}
.tbl {
  margin-bottom: 20px;
}
.tbl > div {
  height: 100%;
  display: table-cell;
  float: none;
  margin: 0 !important;
}
.tbl .quarter,
.tbl .third,
.tbl .twothirds,
.tbl .half {
  overflow: hidden;
}
.tbl .quarter > img,
.tbl .third > img,
.tbl .twothirds > img,
.tbl .half > img {
  height: 100%;
  width: auto;
}
p.error {
  border: none;
}
p.error,
.message,
.tips {
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-style: normal;
  padding: 18px;
  background: #e6e6e6;
  zoom: 1;
  display: table;
  width: 100%;
}
p.error:before,
.message:before,
.tips:before {
  font-family: "FontAwesome";
  font-size: 2em;
  content: "\f046";
  padding-right: .2em;
  text-shadow: -1px -1px 1px #fff;
  float: left;
}
.btn {
  color: white;
}
.btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
p.error {
  color: crimson;
}
p.error:before {
  content: "\f071";
}
.message {
  color: navy;
}
.message:before {
  content: "\f05a";
}
.tips {
  color: #21653f;
}
.tips:before {
  content: '\f0eb';
}
p.box,
.item-page p.accroche,
.item-page div.accroche {
  padding: 19px 1em;
  border: 1px solid #d5d5d5;
  color: #555;
}
p.box:before,
.item-page p.accroche:before,
.item-page div.accroche:before,
p.box:after,
.item-page p.accroche:after,
.item-page div.accroche:after {
  content: " ";
  display: table;
}
p.box:after,
.item-page p.accroche:after,
.item-page div.accroche:after {
  clear: both;
}
p[class^="bg-"] {
  padding: 10px;
}
.highlight {
  zoom: 1;
  background: #6D140E;
  font-weight: bold;
  color: white;
}
/* LISTS */
ul.check,
ul.arrow,
ul.check-grey,
ul.ico,
ol.ico {
  list-style: none;
  padding: 0;
}
.check li:before,
.arrow li:before,
.check-grey li:before,
#component .ico li:before {
  color: #57100b;
  float: left;
}
.check li:before,
.arrow li:before,
.check-grey li:before,
.ico li a:before,
li a.ico:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 1.5em;
  padding-right: .2em;
  float: left;
}
.arrow li:before {
  content: "\f061";
}
.check-grey li:before {
  content: "\f046";
  color: #d5d5d5;
}
ul.check-grey {
  padding: 20px 2em;
  background: #808080;
  display: inline-block;
}
/* BLOCKQUOTES */
blockquote,
.quote {
  border-left: 0 !important;
  padding: 0;
  margin-bottom: 20px;
  color: #410c08;
  display: table;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
#component blockquote,
#component .quote {
  margin: 0 2em 20px 2em;
}
blockquote:before,
blockquote:after,
.quote:before,
.quote:after {
  font-style: normal;
  font-size: 6em;
  line-height: 1em;
  font-family: "Prata", Times, "Times New Roman", serif;
}
blockquote:before,
.quote:before {
  content: open-quote;
  padding-right: 10px;
  float: left;
}
blockquote:after,
.quote:after {
  content: close-quote;
  padding-left: 10px;
  line-height: 0em;
  position: relative;
  top: .5em;
}
#component blockquote.left,
#component blockquote.right {
  width: 37%;
  min-width: 9em;
  max-width: 15em;
  text-indent: 0;
  margin: 0 0 20px 0;
}
#component blockquote.left {
  float: left;
  margin-right: 1em;
  margin-left: 0;
  text-align: right;
}
#component blockquote.right {
  float: right;
  text-align: left;
  margin-left: 1em;
  margin-right: 0;
}
/* Modifiers */
.muted,
.article-info {
  color: #7b7b7b;
}
.blog > .page-header {
  margin-top: 0;
}
#blog .page-header h2 {
  background: none;
}
.items-row .page-header {
  background: none;
}
.items-row .page-header h2 {
  padding-top: 0;
  text-indent: 0;
}
.one-col {
  column-count: 1 !important;
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
}
.two-col,
.three-col,
.four-col {
  column-width: 180px;
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
}
.two-col:before,
.three-col:before,
.four-col:before,
.two-col:after,
.three-col:after,
.four-col:after {
  content: " ";
  display: table;
}
.two-col:after,
.three-col:after,
.four-col:after {
  clear: both;
}
.two-col p,
.three-col p,
.four-col p,
.two-col ol,
.three-col ol,
.four-col ol,
.two-col ul,
.three-col ul,
.four-col ul,
.two-col table,
.three-col table,
.four-col table,
.two-col div,
.three-col div,
.four-col div,
.two-col blockquote,
.three-col blockquote,
.four-col blockquote {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.two-col h1,
.three-col h1,
.four-col h1,
.two-col h2,
.three-col h2,
.four-col h2,
.two-col h3,
.three-col h3,
.four-col h3,
.two-col h4,
.three-col h4,
.four-col h4,
.two-col h5,
.three-col h5,
.four-col h5,
.two-col h6,
.three-col h6,
.four-col h6,
.two-col .h1,
.three-col .h1,
.four-col .h1,
.two-col .h2,
.three-col .h2,
.four-col .h2,
.two-col .h3,
.three-col .h3,
.four-col .h3,
.two-col .h4,
.three-col .h4,
.four-col .h4,
.two-col .h5,
.three-col .h5,
.four-col .h5,
.two-col .h6,
.three-col .h6,
.four-col .h6 {
  -webkit-column-break-after: avoid;
  -moz-column-break-after: avoid;
  page-break-after: avoid;
  break-after: avoid;
  break-inside: avoid;
  word-wrap: break-word;
  display: inline-block;
  margin-top: 0;
}
.two-col .spanning,
.three-col .spanning,
.four-col .spanning {
  -moz-column-span: all !important;
  column-span: all;
  -webkit-column-span: all;
  /* Safari & Chrome */
  -moz-column-span: all;
  /* Firefox */
  -ms-column-span: all;
  /* Internet Explorer */
  -o-column-span: all;
  /* Opera */
  margin-top: 20px;
  margin-bottom: 20px;
  display: block !important;
  width: 100% !important;
}
.two-col blockquote,
.three-col blockquote,
.four-col blockquote {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.two-col img,
.three-col img,
.four-col img {
  float: none;
  margin: 20px auto;
}
.moduletable > h3 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
.ungridTable {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ungridTable > div,
.ungridTable .col {
  display: table-cell;
}
.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.three-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.four-col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .two-col,
  .three-col,
  .four-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
}
@media (max-width: 499px) {
  .two-col,
  .three-col,
  .four-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.breadcrumb > .active {
  color: initial;
}
ul.breadcrumb,
#osmap,
.pager {
  text-transform: capitalize;
  color: black !important;
}
ul.breadcrumb,
#breadcrumbs li {
  color: black !important;
}
ul.breadcrumb {
  display: table;
  padding: 0;
}
.system-unpublished {
  opacity: 80;
  filter: alpha(opacity=8000);
}
#component a.external:after,
#topright a.external:after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: .3em;
  display: inline-block;
}
a.linkIconPDF:after {
  content: "\f1c1" !important;
  font-family: FontAwesome;
  padding-left: .3em;
  font-weight: normal;
}
a.linkIconDOC:after {
  content: "\f1c2" !important;
  font-family: FontAwesome;
  padding-left: .3em;
  font-weight: normal;
}
.item table,
.item-page table,
.category-desc table,
.blog table,
.blog-featured table {
  width: 100%;
  border-width: 2px;
}
.item table th,
.item-page table th,
.category-desc table th,
.blog table th,
.blog-featured table th,
.item table td,
.item-page table td,
.category-desc table td,
.blog table td,
.blog-featured table td {
  width: auto !important;
  padding: 1%;
}
.item table th p,
.item-page table th p,
.category-desc table th p,
.blog table th p,
.blog-featured table th p,
.item table td p,
.item-page table td p,
.category-desc table td p,
.blog table td p,
.blog-featured table td p {
  margin-bottom: 0;
}
.item table th,
.item-page table th,
.category-desc table th,
.blog table th,
.blog-featured table th {
  font-size: 1.5em;
  font-weight: bold;
}
.item table.table-inverted th,
.item-page table.table-inverted th,
.category-desc table.table-inverted th,
.blog table.table-inverted th,
.blog-featured table.table-inverted th {
  background: #996600;
  color: white;
}
.pull-right.article-index,
.autotoc {
  width: 33%;
  min-width: 10em;
}
.autotoc {
  padding: 20px 2%;
  float: right;
  margin-left: 1em;
}
.autotoc > ul > li > ul {
  margin-left: 0;
}
.autotoc ul,
.autotoc ul.sidelinks {
  list-style-type: none;
}
.autotoc ul li a:before,
.autotoc ul.sidelinks li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  padding-right: .3em;
  opacity: 0.8;
}
ul.sidelinks {
  list-style-type: none;
  margin-left: .5em;
  margin-bottom: 0;
}
ul.sidelinks li {
  margin-bottom: 20px;
  margin-left: .5em;
}
ul.sidelinks li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: .3em;
  padding-right: 1em;
  float: left;
}
ul.sidelinks.pull-right {
  border-left: 1px solid silver;
}
.pagenavcounter {
  opacity: .7;
  font-size: .8em;
  display: inline-block;
  padding: 0 1em;
  /* border-top: 1px solid silver; */
  /* margin-top: -1px; */
  margin-bottom: 20px;
  background: #e6e6e6;
  float: right;
}
a.toclink.active:before {
  content: "\f178";
  font-family: FontAwesome;
  padding-right: .5em;
}
h3.page-header.item-title a {
  color: inherit!important;
}
.page-header a:hover {
  text-decoration: underline;
}
.display-news h4,
.display-news h5 {
  margin: 0 !important;
}
.display-news .readmore a {
  display: block;
}
.display-news .btn {
  background: transparent !important;
  border-color: #bfbfbf;
  border-radius: .3em !important;
}
.display-news .title + br {
  display: none;
}
.display-news > div {
  margin-top: -20px;
}
.display-news .create {
  font-weight: bold;
  display: inline-block;
  background: antiquewhite;
  padding: 0 2%;
  margin-right: 1em;
  margin-top: -20px;
}
ul.latestnews {
  list-style-type: none;
  margin-left: 0;
}
.pager {
  display: table;
  width: 100%;
  padding-top: 18px;
}
.pager li a {
  display: table-cell;
  height: auto;
  line-height: 20px !important;
  width: 49%;
}
input#jform_title {
  width: 90%;
}
span.easy_img_caption {
  float: left;
  margin: 0 2% !important;
  line-height: inherit !important;
  max-width: 66%;
}
span.easy_img_caption img {
  margin-bottom: 0;
}
span.easy_img_caption span.easy_img_caption_inner {
  color: #d5d5d5;
  line-height: inherit !important;
  margin-bottom: 20px;
  font-weight: normal;
  font-style: italic;
}
.col ul.menu {
  list-style-type: none;
  margin-left: 0;
}
.col ul.menu li {
  padding-left: 0;
}
.col ul.menu li a {
  font-weight: 500;
}
.col ul.menu a:hover:before {
  color: transparent;
}
.items-more a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1em;
  padding-right: .3em;
}
.pushy ul.menu li a.ico:before,
#topbar ul.menu li a.ico:before {
  font-size: 16px !important;
  padding-right: .5em;
}
ul.pager.pagenav {
  border-top: 2px solid #bfbfbf;
  margin-top: -2px;
  margin-bottom: 20px;
}
.pager ul {
  display: inline-block;
  text-indent: 0;
  text-align: center;
  padding: 0;
  vertical-align: top;
  margin: 0 auto 20px;
}
.pager ul li {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  border: 1px solid #6D140E;
  border-right: none;
}
.pager ul li + li {
  border-right: 1px solid #6D140E;
}
.pager ul li a,
.pager ul li span {
  height: 36px;
  vertical-align: middle;
  padding: .5em 1em;
  width: auto;
  display: inline-block;
  line-height: 25px !important;
  border: none;
}
div[itemprop="articleBody"] {
  padding-bottom: 20px;
}
div[itemprop="articleBody"] > section {
  border-top: 2px solid #bfbfbf;
  margin-top: -2px;
  margin-bottom: 40px;
}
div[itemprop="articleBody"] > section:before,
div[itemprop="articleBody"] > section:after {
  content: " ";
  display: table;
}
div[itemprop="articleBody"] > section:after {
  clear: both;
}
#tagline h3 + h3 {
  text-transform: capitalize;
  color: #6D140E !important;
}
#tagline h3:first-of-type {
  margin-bottom: 0 !important;
  color: #130302;
}
div#heading-right ul {
  text-transform: uppercase;
}
div#heading-right h4 {
  margin: 0 !important;
  text-indent: .5em;
  color: white;
}
div#heading-right .btn {
  height: auto !important;
  line-height: 20px !important;
}
.moduletable.menutitle {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.menutitle li + li + li {
  display: none !important;
}
ul.breadcrumb.menutitle {
  text-transform: uppercase;
}
.breadcrumb.menutitle a,
.breadcrumb.menutitle span {
  color: white !important;
}
.item-page img.zigzag:nth-of-type(odd) {
  float: left;
}
.item-page img.zigzag:nth-of-type(even) {
  float: right;
}
dl.article-info.muted,
dl.article-info.muted dd {
  margin-top: 0;
  font-size: 12px;
  display: inline-block;
}
dl.article-info.muted dd.published {
  float: left;
  padding-right: .7em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  /* line-height: 24px; */
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: .3em;
}
#dyn .btn,
.flex-caption .btn {
  min-width: 10em !important;
  height: auto;
}
.btn {
  height: auto;
}
.grid-item .title {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95);
  /*text-shadow: .03em .05em 0px fade(@colour, @op%);*/
  line-height: 1.2em;
  text-transform: uppercase;
}
ul.brands {
  display: block;
  margin: 0;
  margin-bottom: 20px;
  padding: 20px;
  background: #f2f2f2;
  text-align: center;
  font-size: 1rem;
}
ul.brands li {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1rem;
}
ul.brands li + li:before {
  content: "\f111";
  float: left;
  padding-right: 1em;
  font-family: "FontAwesome";
  font-size: .3rem;
}
.nav-tabs > li > a {
  height: 40px;
}
a.toclink.toclink-h1 {
  text-transform: uppercase;
  font-size: 1.2em;
}
a.toclink.toclink-h2 {
  text-indent: 1em;
}
.m-h-center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.allcentered {
  margin: auto !important;
  float: none !important;
  position: relative;
}
.patternlib .moduletable {
  width: 33%;
  min-width: 15em;
}
.vert-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horiz-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.panel.patternlib {
  height: 400px;
}
.item-page .page-header.parent + .child {
  display: none;
}
.item-page .blog-only {
  display: none;
}
.item-page .item-image.repeated {
  display: none;
}
.blogitem .article-only {
  display: none;
}
.blogitem .art-header {
  font-weight: normal;
}
.blogitem .art-header a {
  font-weight: normal;
}
#component > .rooms .art-header h1,
.fnews.rooms .art-header h1,
#component > .rooms .art-header h2,
.fnews.rooms .art-header h2,
#component > .rooms .art-header h3,
.fnews.rooms .art-header h3,
#component > .rooms .art-header h4,
.fnews.rooms .art-header h4,
#component > .rooms .art-header h5,
.fnews.rooms .art-header h5,
#component > .rooms .art-header h6,
.fnews.rooms .art-header h6,
#component > .rooms .art-header .h1,
.fnews.rooms .art-header .h1,
#component > .rooms .art-header .h2,
.fnews.rooms .art-header .h2,
#component > .rooms .art-header .h3,
.fnews.rooms .art-header .h3,
#component > .rooms .art-header .h4,
.fnews.rooms .art-header .h4,
#component > .rooms .art-header .h5,
.fnews.rooms .art-header .h5,
#component > .rooms .art-header .h6,
.fnews.rooms .art-header .h6 {
  margin: 10px 0 !important;
}
#component > .rooms .blogitem .item-image,
.fnews.rooms .blogitem .item-image {
  margin-bottom: 0 !important;
}
#component > .rooms .readmore span.glyphicon.glyphicon-chevron-right,
.fnews.rooms .readmore span.glyphicon.glyphicon-chevron-right {
  display: none;
}
#component > .rooms .introtxt,
.fnews.rooms .introtxt,
#component > .rooms .fn-intro,
.fnews.rooms .fn-intro {
  position: relative !important;
  z-index: 25 !important;
  overflow: visible !important;
  display: block;
}
.mod-languages.lang-drop .btn-group {
  border-color: white;
}
.mod-languages.lang-drop ul.lang-inline.dropdown-menu {
  background: #996600;
}
.mod-languages.lang-drop ul.lang-inline.dropdown-menu .lang-active a {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mod-languages.lang-drop ul.lang-inline.dropdown-menu a {
  color: white;
}
.mod-languages.lang-drop ul.lang-inline.dropdown-menu a:hover,
.mod-languages.lang-drop ul.lang-inline.dropdown-menu a .hover {
  background: black;
}
ul.menu .ico.reserve:before {
  content: "\f274";
}
ul.menu .ico.hotels:before {
  content: "\f1ad";
}
ul.menu .ico.tags:before {
  content: "\f02c";
}
ul.menu .ico.chart:before {
  content: "\f201";
}
ul.menu .ico.news:before {
  content: "\f1ea";
}
#bottomnav ul.menu .ico:before,
#mainnav ul.menu .ico:before {
  content: none !important;
}
ul.nav.menu.horiz {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 35;
}
ul.nav.menu.horiz li {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
  position: relative;
  text-align: center;
  float: none !important;
}
ul.nav.menu.horiz li a {
  padding: 10px;
  text-align: center;
  display: block;
}
ul.nav.menu.horiz .nav-child {
  margin: 0;
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
  padding: 0;
  padding-top: 12px;
  z-index: 40;
  width: 100%;
}
ul.nav.menu.horiz .nav-child li {
  display: block !important;
  padding-top: 10px;
}
ul.nav.menu.horiz .nav-child:hover,
ul.nav.menu.horiz .nav-child.hover {
  display: block;
}
ul.nav.menu.horiz .deeper.parent {
  position: relative;
}
ul.nav.menu.horiz .deeper.parent.hover > ul,
ul.nav.menu.horiz .deeper.parent:hover > ul {
  display: block !important;
}
ul.nav.menu.horiz .deeper.parent > a:after {
  padding-left: .5em;
}
ul.nav.menu.nav-pills a {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
  font-weight: normal;
  border-radius: 3px;
  text-transform: uppercase;
}
ul.nav.menu.nav-pills a:hover,
ul.nav.menu.nav-pills a.hover {
  background: #996600;
  color: white !important;
}
ul.nav.menu.nav-pills li {
  padding: 0 1px;
}
ul.nav.menu.nav-pills li.current.active > a,
ul.nav.menu.nav-pills li a:hover,
ul.nav.menu.nav-pills li a.hover {
  background: #6D140E;
  color: white !important;
  border: 1px solid #6D140E;
}
ul.nav.menu.nav-pills li.current.active > a:hover,
ul.nav.menu.nav-pills li a:hover:hover,
ul.nav.menu.nav-pills li a.hover:hover,
ul.nav.menu.nav-pills li.current.active > a.hover,
ul.nav.menu.nav-pills li a:hover.hover,
ul.nav.menu.nav-pills li a.hover.hover {
  background: #130302;
}
ul.nav.menu.nav-pills li.active.deeper.parent > a {
  border-color: #6D140E;
  background: sienna;
}
ul.nav.menu.pointer {
  position: relative;
  padding: 20px 5% 10px 5%;
  width: 100%;
  table-layout: fixed;
}
ul.nav.menu.pointer.auto {
  padding: 20px 0 10px 0;
  table-layout: auto;
}
ul.nav.menu.pointer:before,
ul.nav.menu.pointer:after {
  content: none;
}
ul.nav.menu.pointer li {
  display: table-cell;
}
ul.nav.menu.pointer li a {
  padding: 10px 3%;
}
@media only screen and (max-width: 480px) {
  ul.nav.menu.pointer {
    padding: 20px 0 10px 0;
  }
  ul.nav.menu.pointer li {
    display: inline-block !important;
    margin-bottom: 2px;
  }
  ul.nav.menu.pointer li a {
    min-width: 9em;
  }
  ul.nav.menu.pointer li .nav-child {
    display: none !important;
  }
}
ul.nav.menu.pointer > li:hover:before,
ul.nav.menu.pointer > li.hover:before,
ul.nav.menu.pointer > li.current.active:before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -19px;
  right: 0;
  left: 0;
  display: block;
  color: #6D140E;
}
.moduletable.menu-pointer {
  border-bottom: 2px solid #6D140E;
  margin-top: 20px;
  padding: 0 !important;
  background: transparent !important;
}
#breadcrumbs .moduletable {
  background: transparent !important;
  margin-bottom: 0;
}
#component > .blog .blogitem,
#component2 .blog .blogitem {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
#component > .blog .blogitem p.reserv,
#component2 .blog .blogitem p.reserv,
#component > .blog .blogitem p.readmore,
#component2 .blog .blogitem p.readmore {
  display: block;
}
@media only screen and (min-width: 481px) {
  #component > .blog .items-row.cols-1 .item-image,
  #component2 .blog .items-row.cols-1 .item-image,
  #component > .blog .items-leading .item-image,
  #component2 .blog .items-leading .item-image {
    width: 48%;
    display: inline-block;
    text-align: left;
    float: left;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
ul.ico.social.icons a {
  color: #996600;
}
ul.ico.social.icons a:hover,
ul.ico.social.icons a.hover {
  color: #0d0d0d;
}
.moduletable.hotel-info p,
.moduletable.hotel-info address {
  margin-bottom: 10px;
}
.moduletable.hotel-info .btn {
  display: block !important;
}
.moduletable.hotel-info > .custom {
  vertical-align: top;
}
.moduletable.hotel-info > .custom p,
.moduletable.hotel-info > .custom ol,
.moduletable.hotel-info > .custom ul,
.moduletable.hotel-info > .custom table,
.moduletable.hotel-info > .custom div,
.moduletable.hotel-info > .custom blockquote,
.moduletable.hotel-info > .custom address {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (max-width: 991px) {
  .moduletable.hotel-info > .custom {
    column-width: 180px;
    -webkit-column-width: 180px;
    -moz-column-width: 180px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.moduletable.hotel-info p a.ico.email,
.moduletable.hotel-info p.ico.email,
.moduletable.hotel-info p a.ico.info,
.moduletable.hotel-info p.ico.info,
.moduletable.hotel-info p a.ico.phone,
.moduletable.hotel-info p.ico.phone,
.moduletable.hotel-info p a.ico.fax,
.moduletable.hotel-info p.ico.fax,
.moduletable.hotel-info p a.ico.email a,
.moduletable.hotel-info p.ico.email a,
.moduletable.hotel-info p a.ico.info a,
.moduletable.hotel-info p.ico.info a,
.moduletable.hotel-info p a.ico.phone a,
.moduletable.hotel-info p.ico.phone a,
.moduletable.hotel-info p a.ico.fax a,
.moduletable.hotel-info p.ico.fax a {
  font-weight: normal !important;
  text-decoration: underline;
  color: black !important;
}
.moduletable.hotel-info p a.ico.email:before,
.moduletable.hotel-info p.ico.email:before,
.moduletable.hotel-info p a.ico.info:before,
.moduletable.hotel-info p.ico.info:before,
.moduletable.hotel-info p a.ico.phone:before,
.moduletable.hotel-info p.ico.phone:before,
.moduletable.hotel-info p a.ico.fax:before,
.moduletable.hotel-info p.ico.fax:before,
.moduletable.hotel-info p a.ico.email a:before,
.moduletable.hotel-info p.ico.email a:before,
.moduletable.hotel-info p a.ico.info a:before,
.moduletable.hotel-info p.ico.info a:before,
.moduletable.hotel-info p a.ico.phone a:before,
.moduletable.hotel-info p.ico.phone a:before,
.moduletable.hotel-info p a.ico.fax a:before,
.moduletable.hotel-info p.ico.fax a:before {
  text-decoration: none !important;
}
.moduletable.hotel-info p a.ico.email:hover,
.moduletable.hotel-info p.ico.email:hover,
.moduletable.hotel-info p a.ico.info:hover,
.moduletable.hotel-info p.ico.info:hover,
.moduletable.hotel-info p a.ico.phone:hover,
.moduletable.hotel-info p.ico.phone:hover,
.moduletable.hotel-info p a.ico.fax:hover,
.moduletable.hotel-info p.ico.fax:hover,
.moduletable.hotel-info p a.ico.email a:hover,
.moduletable.hotel-info p.ico.email a:hover,
.moduletable.hotel-info p a.ico.info a:hover,
.moduletable.hotel-info p.ico.info a:hover,
.moduletable.hotel-info p a.ico.phone a:hover,
.moduletable.hotel-info p.ico.phone a:hover,
.moduletable.hotel-info p a.ico.fax a:hover,
.moduletable.hotel-info p.ico.fax a:hover {
  opacity: 80;
  filter: alpha(opacity=8000);
}
.moduletable.hotel-info p a.ico.info:before,
.moduletable.hotel-info p.ico.info:before {
  content: "\f129";
}
.moduletable.hotel-info ul.icons.round {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  float: none;
}
.moduletable.hotel-info ul.icons.round li {
  height: 30px !important;
}
.moduletable.hotel-info ul.icons.round li a {
  height: 30px;
  width: 30px;
}
.moduletable.hotel-info ul.icons.round li a:before {
  font-size: 1.8rem !important;
  line-height: 30px !important;
  width: 30px !important;
  text-align: center;
  margin: 0;
}
.moduletable.hotel-info ul.icons.round li a.instagram {
  background-color: steelblue;
}
.moduletable.mod-avis > h3 {
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}
a.btn.btn-default.pics:before {
  content: "\f030";
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: .5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1em !important;
}
.rw.boxes > div {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.rw.boxes + .rw {
  margin-top: 20px;
}
.item-page ul.ico {
  margin-left: 1em;
}
.item-page ul.ico.arrow {
  text-transform: uppercase;
}
.item-page ul.ico.arrow li:before {
  font-size: 1.2em;
  padding-right: .75em;
}
.item-page ul.uppercase {
  text-transform: uppercase;
}
ul.alternate {
  display: table;
}
ul.alternate li {
  display: block;
  text-indent: .5rem;
  margin-bottom: 1em;
  padding-left: .3em;
}
ul.alternate li:nth-of-type(odd) {
  background: rgba(128, 128, 128, 0.3);
}
ul.boxed {
  display: table;
  margin: 0 auto;
  text-align: center !important;
  -webkit-padding-start: 0;
}
ul.boxed.de li {
  width: 12em !important;
}
ul.boxed.de li:before {
  width: 12em !important;
  height: 6em !important;
}
@media only screen and (max-width: 480px) {
  ul.boxed.de li {
    width: 12em !important;
    height: auto !important;
    max-height: none !important;
  }
}
ul.boxed li {
  display: inline-block;
  color: white;
  overflow: hidden;
  height: auto;
  max-height: 8em;
  width: 8em;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
  line-height: 1.1em;
  text-align: center !important;
  padding: 20px;
  margin: 10px;
  vertical-align: middle;
  font-size: 1.8rem;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  ul.boxed li {
    height: 8em !important;
  }
}
ul.boxed li strong {
  color: khaki;
  font-size: 1.5em;
  font-weight: normal;
}
ul.boxed li:before {
  content: "";
  display: block;
  background: #808080;
  height: 8em;
  width: 8em;
  z-index: -2;
  left: 0;
  right: 0;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.boxed li:nth-of-type(2):before {
  background: #737373;
}
ul.boxed li:nth-of-type(3):before {
  background: #666666;
}
ul.boxed li:nth-of-type(4):before {
  background: #595959;
}
ul.boxed li:nth-of-type(5):before {
  background: #4d4d4d;
}
ul.boxed li:nth-of-type(6):before {
  background: #404040;
}
ul.boxed li:nth-of-type(7):before {
  background: #333333;
}
ul.boxed li:nth-of-type(8):before {
  background: #262626;
}
ul.boxed li:nth-of-type(9):before {
  background: #191919;
}
ul.boxed li:nth-of-type(10):before {
  background: #0d0d0d;
}
ul.boxed li:nth-of-type(11):before {
  background: #000000;
}
ul.boxed li:nth-of-type(12):before,
ul.boxed li:nth-of-type(12) ~ li:before {
  background: #000000;
}
ul.boxed.cells {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
ul.boxed.cells li {
  display: table-cell;
  height: auto;
  width: auto;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  ul.boxed.cells li {
    display: inline-block;
    max-width: 12em !important;
    height: auto !important;
  }
}
ul.boxed.cells li:before {
  width: auto;
  height: 100%;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0 10px;
}
a.btn.press:before {
  content: '\f019';
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: .3em;
}
h1.lined,
h2.lined,
h3.lined,
h4.lined,
h5.lined,
h6.lined,
.h1.lined,
.h2.lined,
.h3.lined,
.h4.lined,
.h5.lined,
.h6.lined {
  border-bottom: 1px solid #6D140E;
  padding-bottom: 10px;
}
.item-page h1,
.item-page h2,
.item-page h3,
.item-page h4,
.item-page h5,
.item-page h6,
.item-page .h1,
.item-page .h2,
.item-page .h3,
.item-page .h4,
.item-page .h5,
.item-page .h6 {
  clear: both;
}
#component blockquote,
.mod-testimonials blockquote,
#component .quote,
.mod-testimonials .quote {
  line-height: 1em !important;
  position: relative;
  margin: 0 0 20px 0 !important;
}
#component blockquote:after,
.mod-testimonials blockquote:after,
#component .quote:after,
.mod-testimonials .quote:after {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto !important;
}
.mod-testimonials {
  max-width: 33em;
  margin: 0 auto;
}
.pull-left.item-image {
  margin-right: 1em;
}
.pull-right.item-image {
  margin-left: 1em;
}
/* Boxed articles layout */
.introswrap .pull-left.item-image {
  float: none !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 992px) {
  .title-over-pic .items-leading .roomwrap {
    width: 50%;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
  }
  .title-over-pic .items-leading .blogitem {
    padding-top: 20px;
  }
}
.title-over-pic .roomwrap {
  position: relative;
  background: #6D140E;
  margin-bottom: 20px;
}
.title-over-pic .roomwrap .item-image {
  float: none !important;
  margin: 0 !important;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.title-over-pic .roomwrap .item-image img {
  margin: 0 !important;
}
.title-over-pic .roomwrap:hover .item-image,
.title-over-pic .roomwrap.hover .item-image {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.title-over-pic .roomwrap .art-header {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 20px;
}
.title-over-pic .roomwrap .art-header,
.title-over-pic .roomwrap .art-header a {
  color: white !important;
  font-weight: lighter;
}
/* horiz layout adjstment */
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .title-over-pic .blogitem {
    display: table;
    padding-top: 20px;
  }
  .title-over-pic .blogitem .roomwrap {
    width: 60%;
    float: left;
    margin-right: 3%;
  }
  .title-over-pic .blogitem .roomwrap .art-header {
    position: absolute;
    top: 0;
    bottom: auto;
    text-align: right;
  }
  .title-over-pic .blogitem .readmore {
    text-align: left !important;
    margin-left: 20px;
  }
  .title-over-pic.boxes-color .roomwrap,
  .boxes-color.title-over-pic .roomwrap {
    margin-bottom: 0;
  }
  .title-over-pic.boxes-color .blogitem,
  .boxes-color.title-over-pic .blogitem {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .title-over-pic.boxes-color .blogitem .introtxt,
  .boxes-color.title-over-pic .blogitem .introtxt {
    padding-top: 20px !important;
  }
}
.moduletable.mod-logo-footer h2,
.moduletable.mod-logo-footer h3 {
  color: white !important;
  font-weight: lighter;
}
.moduletable.mod-logo-footer h2 small,
.moduletable.mod-logo-footer h3 small {
  display: block;
  font-weight: lighter;
}
.lgx-parallax-content .lgx-parallax-title,
.moduletable.slide-ck.withtitle > h2,
.moduletable.mod-page-title h1 {
  font-size: 64px !important;
  line-height: 1.5em;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  text-shadow: 2px 2px 0px #000;
}
body.activites .lgx-parallax-content .lgx-parallax-title,
body.activites .moduletable.slide-ck.withtitle > h2,
body.activites .moduletable.mod-page-title h1 {
  font-weight: normal !important;
}
@media only screen and (max-width: 767px) {
  .lgx-parallax-content .lgx-parallax-title,
  .moduletable.slide-ck.withtitle > h2,
  .moduletable.mod-page-title h1 {
    font-size: 4rem !important;
  }
}
ul.actions-btns {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
ul.actions-btns li a {
  display: block;
  font-size: 1.8rem;
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
}
ul.actions-btns li a:after {
  content: "\f0a9";
  font-family: "Fontawesome";
  position: absolute;
  font-size: 2.4rem;
  right: 10px;
}
ul.actions-btns li:nth-of-type(odd) a {
  background: #996600;
}
ul.actions-btns li:nth-of-type(odd) a:hover {
  background: #332200;
}
ul.feat.check,
ol.ico,
ul.feat {
  padding-left: 1em;
  padding-top: 20px;
  display: table;
}
ul.feat.check li,
ol.ico li,
ul.feat li {
  padding-left: 2.6em;
  position: relative;
  vertical-align: top;
  margin-bottom: 20px;
}
ul.feat.check li:before,
ol.ico li:before,
ul.feat li:before {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  ul.feat.check li:before,
  ol.ico li:before,
  ul.feat li:before {
    top: 0;
  }
}
ul.feat.check.inline li,
ol.ico.inline li,
ul.feat.inline li {
  margin-bottom: 40px;
}
ul.feat.check.inline li:before,
ol.ico.inline li:before,
ul.feat.inline li:before {
  top: 0;
}
ul.feat.check.lined li:before,
ol.ico.lined li:before,
ul.feat.lined li:before {
  content: "";
  border-top: 3px solid #57100b;
  position: absolute;
  height: 3px;
  top: 0;
  right: 10px;
  left: 10px;
  z-index: 5;
}
ul.feat.check.counting,
ol.ico.counting,
ul.feat.counting {
  padding-top: 0;
}
ul.feat.check.counting,
ol.ico.counting,
ul.feat.counting,
ul.feat.check.counting p,
ol.ico.counting p,
ul.feat.counting p {
  text-align: center !important;
}
ul.feat.check.counting .img-count,
ol.ico.counting .img-count,
ul.feat.counting .img-count {
  display: block;
  position: relative;
}
ul.feat.check.counting .img-count img,
ol.ico.counting .img-count img,
ul.feat.counting .img-count img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
ul.feat.check.counting .count-box,
ol.ico.counting .count-box,
ul.feat.counting .count-box {
  background: rgba(153, 102, 0, 0.5);
  border-radius: 4px;
  padding: 20px;
  color: white;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  ul.feat.check.counting .count-box,
  ol.ico.counting .count-box,
  ul.feat.counting .count-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  ul.feat.check.counting .count-box p,
  ol.ico.counting .count-box p,
  ul.feat.counting .count-box p {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.feat.check.counting .count-box:hover,
  ol.ico.counting .count-box:hover,
  ul.feat.counting .count-box:hover,
  ul.feat.check.counting .count-box.hover,
  ol.ico.counting .count-box.hover,
  ul.feat.counting .count-box.hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
ul.feat.check.counting .count-box p,
ol.ico.counting .count-box p,
ul.feat.counting .count-box p {
  margin-bottom: 0;
  line-height: 1em;
}
ul.feat.check.counting .count-box p span,
ol.ico.counting .count-box p span,
ul.feat.counting .count-box p span {
  font-size: 3em;
  display: inline-block;
  line-height: 1em;
}
ul.feat.check.counting li,
ol.ico.counting li,
ul.feat.counting li {
  text-align: center !important;
  vertical-align: top;
}
ul.feat.check.counting li h4,
ol.ico.counting li h4,
ul.feat.counting li h4 {
  margin-top: 0;
  text-transform: none;
  height: 2em;
  margin-bottom: 0 !important;
  display: table !important;
  vertical-align: middle;
  width: 100%;
}
ul.feat.check.counting li h4 a,
ol.ico.counting li h4 a,
ul.feat.counting li h4 a {
  display: table-cell;
  vertical-align: middle;
}
ul.feat.check.counting,
ol.ico.counting,
ul.feat.counting,
ul.feat.check.lined,
ol.ico.lined,
ul.feat.lined {
  padding-left: 0;
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}
ul.feat.check.counting li,
ol.ico.counting li,
ul.feat.counting li,
ul.feat.check.lined li,
ol.ico.lined li,
ul.feat.lined li {
  padding: 0 10px !important;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  ul.feat.check.blocks li,
  ol.ico.blocks li,
  ul.feat.blocks li {
    width: 33%;
    padding: 0 3em;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  ul.feat.check.blocks li,
  ol.ico.blocks li,
  ul.feat.blocks li {
    width: 50%;
    padding: 0 3em;
    text-align: left;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  ul.feat.check.blocks li,
  ol.ico.blocks li,
  ul.feat.blocks li {
    display: block;
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  ul.feat.check.blocks.thirds li,
  ol.ico.blocks.thirds li,
  ul.feat.blocks.thirds li {
    width: 32.5%;
  }
  ul.feat.check.blocks.halfs li,
  ol.ico.blocks.halfs li,
  ul.feat.blocks.halfs li {
    width: 49.5%;
  }
  ul.feat.check.blocks.quarters li,
  ol.ico.blocks.quarters li,
  ul.feat.blocks.quarters li {
    width: 24.5%;
  }
}
ul.feat.check.team li,
ol.ico.team li,
ul.feat.team li {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  ul.feat.check.team li,
  ol.ico.team li,
  ul.feat.team li {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.feat.check.team li,
  ol.ico.team li,
  ul.feat.team li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  ul.feat.check.team li,
  ol.ico.team li,
  ul.feat.team li {
    width: 25%;
  }
}
ul.feat.check.team li img,
ol.ico.team li img,
ul.feat.team li img {
  width: 100%;
  height: auto;
}
ul.feat.check.team li h4,
ol.ico.team li h4,
ul.feat.team li h4,
ul.feat.check.team li h5,
ol.ico.team li h5,
ul.feat.team li h5 {
  padding: 0 1em;
}
ul.feat.check.team li h4,
ol.ico.team li h4,
ul.feat.team li h4 {
  margin-bottom: 1em !important;
  font-size: 1em;
}
ul.feat.check.team li h5,
ol.ico.team li h5,
ul.feat.team li h5 {
  text-transform: none;
  margin-top: 0;
  color: #6D140E;
}
ul.tags.table {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -5px;
  margin-top: -40px;
}
ul.tags.table li {
  display: inline-block;
  list-style-type: none;
  padding: 0 1px;
}
ul.tags.table li a {
  color: #555;
  border: 1px solid silver;
  padding: 5px;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
}
ul.tags.table li a:hover,
ul.tags.table li a.hover {
  color: #6D140E;
  border-color: #6D140E;
  background: transparent;
}
/* social icons */
.moduletable.mod-social.social.ico li a {
  font-size: 1.5rem !important;
  padding: 0;
}
.moduletable.mod-social.social.ico li a,
.moduletable.mod-social.social.ico li a:before {
  color: #444;
}
.moduletable.mod-social.social.ico li a:before {
  padding-top: 1px;
}
.moduletable.mod-social.social.ico li a:hover,
.moduletable.mod-social.social.ico li a.hover,
.moduletable.mod-social.social.ico li a:hover:before,
.moduletable.mod-social.social.ico li a.hover:before {
  color: #6D140E !important;
}
.pushy .moduletable.mod-social.social.ico {
  max-width: 14em !important;
}
.pushy .moduletable.mod-social.social.ico ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 60px;
  padding-left: 5px;
  margin-top: 30px;
}
.pushy .moduletable.mod-social.social.ico ul li {
  display: table-cell;
  vertical-align: middle;
}
.pushy .moduletable.mod-social.social.ico ul li a:before {
  padding-top: 1px;
}
#footer .moduletable.mod-social.social.ico li {
  height: 1em;
}
#footer .moduletable.mod-social.social.ico li a,
#footer .moduletable.mod-social.social.ico li a:before {
  color: white;
}
#footer .moduletable.mod-social.social.ico li a:hover,
#footer .moduletable.mod-social.social.ico li a:hover:before {
  color: white !important;
}
div#mainnav .moduletable.mod-social.social.ico {
  /*width: 300px;
			float: left;*/
}
@media only screen and (max-width: 480px) {
  div#mainnav .moduletable.mod-social.social.ico {
    float: none;
    margin: 0 auto;
  }
}
div#mainnav .moduletable.mod-social.social.ico ul {
  padding-top: 1em;
  float: left;
  padding-left: 1em;
}
div#mainnav .moduletable.mod-social.social.ico ul li {
  height: 1em;
  line-height: 2em;
}
div#mainnav .moduletable.mod-social.social.ico ul li a:before {
  padding-top: 1px;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #444;
}
.outernav.vertical div#themainnav ul.nav.menu.vert li a:hover,
.outernav.vertical div#themainnav ul.nav.menu.vert li a.hover {
  color: #6D140E;
}
.pushy ul.nav.menu a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.moduletable.mod-address address {
  margin-bottom: 0;
}
.moduletable.mod-address span.middot {
  padding: 0 .5em;
}
.moduletable.mod-address .fa {
  padding-right: .2em;
}
.moduletable.mod-address > p {
  margin-bottom: 0;
  font-weight: bold;
}
.moduletable.mod-address .moduletable {
  margin-bottom: 20px !important;
}
div#footer_columns .moduletable p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  div#footer_columns .moduletable {
    margin-bottom: 20px;
  }
  div#footer_columns .moduletable,
  div#footer_columns .moduletable > h3 {
    text-align: center;
  }
}
.moduletable.mod-footerlinks ul {
  list-style-type: none;
  padding: 0;
}
.moduletable.mod-footerlinks ul li:last-child {
  margin-top: 30px;
}
.moduletable h2.centre,
.moduletable h3.centre,
.moduletable h2.allmode-name,
.moduletable h3.allmode-name {
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.moduletable h2.centre:after,
.moduletable h3.centre:after,
.moduletable h2.allmode-name:after,
.moduletable h3.allmode-name:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 2px solid #444;
  position: relative;
  top: 1em;
  right: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 1em;
}
ul.feat.team {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  ul.feat.team.thirds li {
    width: 33.3%;
  }
}
ul.mags.feat.blocks {
  padding: 0;
}
ul.mags.feat.blocks li {
  padding: 0 10px;
  text-align: center;
}
ul.mags.feat.blocks li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 2em;
}
ul.mags.feat.blocks li a {
  background: black !important;
  display: block;
  position: relative;
  pointer-events: none;
}
ul.mags.feat.blocks li a:after {
  pointer-events: all;
  line-height: 2em !important;
}
ul.mags.feat.blocks li a:hover img,
ul.mags.feat.blocks li a.hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a.ico.instagram,
a.ico.twitter {
  width: 1.5em !important;
}
.moduletable.mod-copyright.menu ul.nav a,
div#footer1 ul.nav a {
  font-weight: normal;
}
ul.nav.menu.vert {
  list-style-type: none;
}
ul.nav.menu.vert li {
  list-style-type: none;
  display: block;
}
div#footer3 .moduletable {
  text-align: center;
  max-width: 15em;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
.moduletable.mod-social.social.ico li {
  height: 20px;
}
.moduletable.mod-social.social.ico li a,
.moduletable.mod-social.social.ico li a:before {
  color: silver;
}
div.mod_search80 input[type="search"] {
  margin-bottom: 0;
}
.moduletable.jmg-art-img + .headline-anywhere {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 55;
  padding-right: 2em !important;
  min-height: 2em !important;
  padding-top: 4em !important;
}
.moduletable.jmg-art-img + .headline-anywhere h2,
.moduletable.jmg-art-img + .headline-anywhere h1,
.moduletable.jmg-art-img + .headline-anywhere h3 {
  text-align: right;
  font-size: 3.5rem;
  text-shadow: 1px 1px 0px white;
}
.moduletable.jmg-art-img.fixed img {
  position: fixed;
  width: 100%;
  opacity: .9;
  top: 0;
}
.moduletable.jmg-art-img.fixed {
  min-height: 25vw !important;
  background: #6D140E;
}
.outerbread {
  position: relative;
  background: white;
  z-index: 15;
  padding-top: 95px;
}
.moduletable.mod-breads {
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}
.moduletable.mod-breads > div {
  overflow: visible;
}
.moduletable.mod-breads span,
.moduletable.mod-breads a,
.moduletable.mod-breads li:before {
  font-size: 2.6rem !important;
  color: gray;
}
.item-page.no-img .item-image {
  display: none !important;
}
.moduletable.home-heading.centered,
.moduletable.middle-stripe {
  position: relative;
  overflow: visible;
}
.moduletable.home-heading.centered h2,
.moduletable.middle-stripe h2,
.moduletable.home-heading.centered h1,
.moduletable.middle-stripe h1,
.moduletable.home-heading.centered h2,
.moduletable.middle-stripe h2 {
  color: #6D140E !important;
  background: white !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 15;
  padding: 0 1em;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 0;
}
.moduletable.home-heading.centered:before,
.moduletable.middle-stripe:before,
.moduletable.home-heading.centered:after,
.moduletable.middle-stripe:after {
  content: "";
  width: 200vw;
  display: block;
  height: 1px;
  border-top: 1px solid #6D140E;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  left: 0;
}
.moduletable.home-heading.centered:before,
.moduletable.middle-stripe:before {
  left: -50%;
}
.camera_caption_title {
  font-weight: normal !important;
}
.homepage .easyp-inner {
  display: inline-block;
  width: 50%;
}
.rw.vertcenter > div {
  vertical-align: middle;
}
.homepage .rw.vertcenter div + div {
  width: 33%;
}
#slideshow #photoframe .moduletable.slide-ck,
#slideshow #photoframe .cameraContent.cameracurrent {
  height: 40vw;
  max-height: 70vh;
}
/* events */
dl.fields-container dd {
  color: #6D140E !important;
  font-weight: 500;
}
.blogitem .side-txt,
.blogitem .side-img {
  position: relative;
  display: block;
}
.blogitem .side-txt > div,
.blogitem .side-img > div {
  float: none !important;
}
/* Salons blog view */
.blog.alternate .text-inner {
  position: relative;
}
.blog.alternate .text-inner dl.article-info.muted {
  position: absolute;
  top: 20px;
  left: 0;
}
.blog.alternate .text-inner dl.article-info.muted dd.category-name {
  text-transform: uppercase;
  font-size: 2rem;
}
.blog.alternate .text-inner .page-header {
  padding-top: 40px !important;
}
#component .category-desc,
#component2 .category-desc {
  margin-bottom: 40px;
}
/* Alternate blog view */
#component .blog.alternate .blogitem,
#component2 .blog.alternate .blogitem {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  border-top: 3px solid #6D140E;
}
#component .blog.alternate .side-txt .page-header h2,
#component2 .blog.alternate .side-txt .page-header h2 {
  text-align: left;
  max-width: 100% !important;
}
#component .blog.alternate .side-img > div,
#component2 .blog.alternate .side-img > div {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #component .blog.alternate .row-leading .blogitem > div,
  #component2 .blog.alternate .row-leading .blogitem > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*&.side-img > div {
					width: 100%;
					float: none;
					display: block;
					width: 100%;
					margin: 0;
					margin-bottom: 20px;
				}*/
  }
  #component .blog.alternate .row-leading .blogitem > div.side-img,
  #component2 .blog.alternate .row-leading .blogitem > div.side-img {
    padding-right: 15px;
  }
  #component .blog.alternate .row-leading .blogitem > div.side-txt,
  #component2 .blog.alternate .row-leading .blogitem > div.side-txt {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #component .blog.alternate .row-leading:nth-of-type(even) .side-img,
  #component2 .blog.alternate .row-leading:nth-of-type(even) .side-img {
    position: relative;
    left: 50%;
    padding-right: 0 !important;
    padding-left: 15px;
  }
  #component .blog.alternate .row-leading:nth-of-type(even) .side-txt,
  #component2 .blog.alternate .row-leading:nth-of-type(even) .side-txt {
    position: relative;
    right: 50%;
    padding-left: 0 !important;
    padding-right: 15px;
    text-align: right !important;
  }
  #component .blog.alternate .row-leading:nth-of-type(even) .side-txt .page-header h2,
  #component2 .blog.alternate .row-leading:nth-of-type(even) .side-txt .page-header h2,
  #component .blog.alternate .row-leading:nth-of-type(even) .side-txt dd.category-name a,
  #component2 .blog.alternate .row-leading:nth-of-type(even) .side-txt dd.category-name a {
    text-align: right !important;
  }
  #component .blog.alternate .row-leading:nth-of-type(even) .side-txt dl.article-info.muted,
  #component2 .blog.alternate .row-leading:nth-of-type(even) .side-txt dl.article-info.muted {
    left: auto;
    right: 0;
  }
}
.slideshow-caption,
.easyparallax-wrapper {
  text-align: center;
  text-shadow: 1px 1px 0px #333, 0px 0px 1em black;
  color: white;
}
.slideshow-caption .moduletable,
.easyparallax-wrapper .moduletable {
  overflow: visible !important;
}
.slideshow-caption h1,
.easyparallax-wrapper h1,
.slideshow-caption h2,
.easyparallax-wrapper h2,
.slideshow-caption h3,
.easyparallax-wrapper h3,
.slideshow-caption h4,
.easyparallax-wrapper h4,
.slideshow-caption h5,
.easyparallax-wrapper h5,
.slideshow-caption h6,
.easyparallax-wrapper h6 {
  text-shadow: .05em .05em 0px #333, 0px 0px 1em black;
  overflow: visible;
}
.page-header h1 {
  font-size: 47.25px;
}
ul.services {
  display: table;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.slideshow-caption ul.services {
  margin: 0 auto;
}
.slideshow-caption ul.services li:before {
  background: rgba(109, 20, 14, 0.5);
}
.slideshow-caption ul.services li:before:hover,
.slideshow-caption ul.services li:before:hover {
  background: rgba(109, 20, 14, 0.5);
}
.slideshow-caption ul.services li {
  padding-bottom: 0;
}
.slideshow-caption ul.services li img {
  filter: invert(100);
  opacity: 1;
}
ul.services li {
  list-style-type: none;
  display: inline-block;
  width: 11em;
  vertical-align: top;
  padding: 30px;
  text-align: center;
  position: relative;
}
ul.services li h5,
ul.services li h6 {
  font-style: italic;
  margin-top: 2em;
  margin-left: -15px;
  margin-right: -15px;
}
ul.services li:before {
  content: "";
  border: 3px solid white;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 0;
  padding-bottom: 75%;
}
ul.services li img {
  opacity: .5;
  position: relative;
  padding: 15px;
  min-height: 0 !important;
}
ul.services.services-centered li:before {
  background: white;
  border-color: gray;
}
ul.services.services-centered.feat li:before {
  border-color: #6D140E;
}
ul.services.services-centered.feat h6 {
  color: #6D140E;
}
ul.services.services-side li {
  position: relative;
  margin-bottom: 15px;
}
ul.services.services-side li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  border-top: 2px solid #6D140E;
  height: 2px;
}
@media only screen and (min-width: 481px) {
  ul.services.services-side li {
    width: 20em;
    padding-left: 0;
    padding-right: 0;
  }
  ul.services.services-side li img,
  ul.services.services-side li h5,
  ul.services.services-side li h6 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  ul.services.services-side li img {
    margin-left: -25px;
    width: 40%;
    margin-top: -5px;
  }
  ul.services.services-side li h5,
  ul.services.services-side li h6 {
    text-align: left;
    margin-top: 0;
    padding-left: 30px;
  }
  ul.services.services-side li:before {
    right: 52%;
    padding-bottom: 43%;
  }
}



/*chambres */
@media only screen and (min-width: 768px) {
  p.room-intro-tarif,
  p.room-intro-reserve,
  p.readmore {
    display: inline-block !important;
    vertical-align: middle;
    width: 33%;
    text-align: center;
  }
  p.room-intro-tarif .btn,
  p.room-intro-reserve .btn,
  p.readmore .btn {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .chambres-blog p.readmore {
    position: absolute !important;
    left: 0;
    bottom: 0;
  }
  .blogitem {
    position: relative;
  }
  p.room-intro-tarif.lead {
    margin-left: 33%;
    position: relative;
  }
}
.chambres-blog p.readmore span {
  display: none;
}


ul.services.services-centered.feat h6 {
    margin-right: 0;
    margin-left: 0;
}

.chambre-page dl.fields-container {
    display: none;
}

.room.blog.title-over-img .roomwrap .page-header {
  right: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.room.blog .roomwrap {
  position: relative;
}
.room.blog.title-over-img .page-header h2 a {
  color: white;
  text-shadow: 0.05em 0.05em 0px #333, 0px 0px .5em black;
}
.room.blog.title-over-img .page-header h2 a:hover {
  text-decoration: none;
}
.readmore span.icon-chevron-right {
  margin-top: 0;
}

#component .room.blog.title-over-img .item-image {
  background: black;
}

#component .room.blog.title-over-img .item-image img {
  opacity: .8;
  filter: contrast(1.2);
}
#component .room.blog.title-over-img .item-image a:hover img {
  opacity: 1;
  filter: contrast(1);
}



.easyp-inner h2 {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
.easyp-inner h2:after {
  content: '';
  display: block;
  width: 2em;
  border-top: 2px solid #6D140E;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rw.featured p.featured {
    margin-left: -30%;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 20px;
    margin-top: 40px;
  }
}

.blog.offres-page .blogitem {
  border: 1px solid gray;
  padding: 20px;
}
.blog.offres-page .blogitem .page-header {
  padding-top: 0 !important;
}
.blog.offres-page .blogitem .page-header h2 {
  text-align: center;
  color: #6D140E;
  max-width: 100% !important;
  font-size: 30px !important;
}

.raxo-offers p.text-primary {
    color: white;
}

.blog.offres-page .blogitem .btn-reserve {
  display: block;
  margin-bottom: -20px;
}

ul.services li:before {
    padding-bottom: 0;
    width: 12rem;
    height: 12rem;
    display: block;
}

@media only screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 36px !important;
    line-height: 20px;
  }
  .item-page h2,
  .page-header h1,
  .page-header h2,
  h3.subtitle {
    max-width: 100% !important;
  }
  
	#component .room.blog.title-over-img .item-image img {
    margin-bottom: 0 !important;
  }
  
  .chambres-blog .btn, .chambres-blog .room-intro-tarif {
    display: block !important;
    text-align: center;
	}
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.room-intro-tarif,
  p.room-intro-reserve,
  p.readmore {
    vertical-align: middle;
  }
  p.room-intro-tarif.lead.text-primary {
    line-height: 1em !important;
    width: 32%;
  }
  .chambres-blog p.readmore a {
    line-height: 1em;
  }
}



@media screen and (orientation:portrait) {
.row.drawer .moduletable .custom .btn-right {
    display: none !important;
}
}



/* mobile menu */
.pushy li {
  text-align: left !important;
}
.pushy ul.nav.menu.horiz.table.nav-table.mod-list a {
  text-align: left;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
}
.pushy ul.nav.menu.horiz .nav-child {
  position: relative;
  top: 0;
  display: inline-block;
}
.pushy ul.nav.menu.horiz .nav-child li {
  /*text-indent: .5em;*/
  padding: 0 !important;
}
.pushy ul.nav.menu a {
  display: inline-block !important;
  width: 100%;
  vertical-align: middle;
  padding: 0 !important;
}

.mm-panels.mm-vertical {
    margin-bottom: 40px;
}

div#mainmenu img {
    display: none !important;
}

.pushy li img {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-right: 10px;
    vertical-align: middle;
}

ul.nav-child.unstyled.small.mm-listview {
    background: transparent !important;
}

.pushy.dark {
  background: #333 !important;
}
.pushy.dark img {
  filter: invert(100);
}
.pushy.dark .mm-listview > li.mm-selected > a:not(.mm-next) {
  font-weight: bold;
  color: black !important;
  padding-left: .3em !important;
}
.pushy.dark .mm-navbar {
  border-color: #111;
}


/* Post Launch - blog section */

.item-page p.blog-intro {
  font-family: "Taviraj", Times, "Times New Roman", serif;
  letter-spacing: normal;
  font-size: 21px;
  line-height: 30px !important;
  margin-bottom: 30px;
}
body.blog #component .blogitem .page-header {
  position: absolute;
  margin-bottom: 0 !important;
  top: 8em;
}


body.blog #component .blogitem .page-header a {
  text-shadow: 0.05em 0.05em 0 #333, 0 0 1em #000;
  color: white !important;
}



@media only screen and (max-width: 767px) {
		body.blog #component .blogitem .page-header {
		    position: absolute;
		    top: 1em;
		}

		body.blog #component .blogitem .page-header a {
		    font-size: 3rem;
		    line-height: 1em !important;
		}
  
		body.blog #component .blogitem .item-image img {
		    padding: 0 !important;
		    margin: 0 !important;
		}
}

.moduletable.raxo.more-arts.more-news.more-blog .cl.allmode-topitem:first-child:last-child {
	max-width: 600px !important;
    margin: 0 auto;
    display: block !important;
    overflow: hidden;
}


div#mainnav .moduletable.no-subs {
    margin-bottom: 10px;
}


.stripe-full h2.h3:after {
    position: relative;
    margin-top: -2em;
    margin-bottom: 2em;
}

/* mobile menu height fix */
.mm-navbar.mm-navbar-top.mm-navbar-top-1.mm-navbar-size-2 {
    height: 50px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 50px;
}

/* FF fix */

@media screen and (-moz-images-in-menus:0) {

	.item-page.chambre-page .stripe-full h2.h3::after {
	    position: absolute;
	    top: 2em;
	}
}



@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {

	.item-page.chambre-page .stripe-full h2.h3::after {
	    position: absolute;
	    top: 2em;
	}
	
}


/* new blog section */

.item-page.hotel-blog p, .blog.hotel-blog p {
    text-align: justify;
}



@media screen and (min-width: 992px) {

.blog.offres-page .blogitem {
    min-height: 760px;
}

}



/* blog section */
.hotel-blog .pull-left.item-image {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .hotel-blog .pull-left.item-image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hotel-blog .pull-left.item-image {
    height: 210px;
  }
}
.blog.hotel-blog p.readmore {
  display: block !important;
  text-align: center;
  float: none;
  width: 13em;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.blog #component .blogitem .page-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog.hotel-blog .blogitem .page-header h2 {
    font-size: 3rem !important;
    line-height: 1em !important;
  }
}
.moduletable.jmg-art-img + .headline-anywhere h2 {
  padding: 0 20px;
}
.allmode-box.allmode-sja.raxo.more-arts.more-news.more-blog {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.moduletable.raxo.more-arts.more-news.more-blog .allmode-sja .topwrap .allmode-title a {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .moduletable.raxo.more-arts.more-news.more-blog .cl {
    display: block;
  }
}
.item-page.hotel-blog h4,
.item-page.hotel-blog h3,
.item-page.hotel-blog h2,
.item-page.hotel-blog h1 {
  text-align: center;
  margin-top: 0;
}
.item-page.hotel-blog h4:after,
.item-page.hotel-blog h3:after,
.item-page.hotel-blog h2:after,
.item-page.hotel-blog h1:after {
  content: none;
}


body.hotel-blog .blogitem .page-header h2 {
    text-align: center !important;
      max-width: 100% !important;
}


/* offers fix */

.item-page.offres-page .item-image {
    display: none;
}


.moduletable.jmg-art-img+.headline-anywhere h2 {
    padding-top: .3em !important;
}

.room.blog.offres-page ul {
    text-align: left;
}

.item-page.offres-page div[itemprop=articleBody] {
    max-width: 600px !important;
    display: inline-block;
    margin: 0 auto;
    float: none;
}


/* Raxo More Offers */

.moduletable.raxo.more-offers {
    border-top: 2px solid darkgoldenrod;
    padding-top: 40px;
    padding-bottom: 40px;
}

.raxo.more-offers .allmode-readmore a {
    border: 1px solid;
    padding: 10px;
}

.raxo.more-offers .allmode-readmore a:hover {
    background: wheat;
}


/* pop-box fixes */

.rstbox-content ul.services li:before,
.rstbox-content ul.services li img  {
     width: 80px;
     height: 80px;
}

.rstbox-content ul.services li:before {
    margin: auto auto;
    top: 30px;
}

.rstbox-content ul.services li h6 {
    margin-top: 10px;
}
/* my mixins */
.ungridTable {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ungridTable > div,
.ungridTable .col {
  display: table-cell;
}
.vertCenterRel {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertCenterAbs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizCenterRel {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.horizCenterAbs {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.allCenterRel {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.allCenterAbs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.imgHover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.imgNormal {
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
}
.DarkLinks {
  color: #EAD4B1 !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.Links {
  color: #996600 !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #D6A263;
  color: white !important;
  border: 1px solid #D6A263;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #a76f2c;
}
.DefaultBtnLike {
  background: transparent;
  color: #996600 !important;
  border: 1px solid #996600;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: #996600;
  color: white !important;
}
.BackFace {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.linedIcons {
  font-family: 'lined-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animate.flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceRight {
  -webkit-animation-name: bounceRight;
  -moz-animation-name: bounceRight;
  -ms-animation-name: bounceRight;
  -o-animation-name: bounceRight;
  animation-name: bounceRight;
}
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.bounceLeft {
  -webkit-animation-name: bounceLeft;
  -moz-animation-name: bounceLeft;
  -ms-animation-name: bounceLeft;
  -o-animation-name: bounceLeft;
  animation-name: bounceLeft;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}
.moduletable.gmap * {
  max-width: none !important;
}
div#photoframe .moduletable.gmap,
#slideshow div#photoframe .bt-googlemaps {
  height: 100% !important;
  min-height: 260px;
}
.moduletable * {
  max-width: none !important;
}
.moduletable img {
  max-width: 100% !important;
}
.no-js .panel-collapse.collapse {
  display: block !important;
}
.panel-title {
  margin-bottom: 0 !important;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: #996600;
}
.panel-title > a.hover,
.panel-title > small.hover,
.panel-title > .small.hover,
.panel-title > small > a.hover,
.panel-title > .small > a.hover,
.panel-title > a:hover,
.panel-title > small:hover,
.panel-title > .small:hover,
.panel-title > small > a:hover,
.panel-title > .small > a:hover {
  color: #b38c40;
}
.item-page div[itemprop="articleBody"] {
  width: 100%;
}
.outerbanner {
  height: auto !important;
}
.outerbanner > div {
  position: relative !important;
}
.item-page div[itemprop="articleBody"] {
  display: block !important;
}
#bottom-cls .moduletable img {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #dynwrapper #dyn_columns .moduletable > div .wimg img {
    max-height: none !important;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  #dynwrapper #dyn_columns .moduletable > div .wimg {
    max-height: 290px;
    overflow: hidden;
  }
}
.items-leading .item-image img {
  min-width: 100%;
}
div[id*="contentmap_wrapper"] div {
  max-width: none !important;
}
div[id*="contentmap_container"] + div,
.contentmap_module + div {
  display: none !important;
}
.avatar-copyright {
  display: none;
}
div#component {
  padding-bottom: 40px;
}
.blogitem p img {
  margin-bottom: 1em;
}
.blog.centered .blogitem {
  text-align: center;
}
.moduletable.parallax-mod .lgx-parallax.jaxp.parallax-mod {
  height: 33vw;
  min-height: 260px;
  margin: 0 0 -1px 0 !important;
}
#slideshow #photoframe .moduletable.slide-ck,
#slideshow #photoframe .moduletable.parallax-mod,
#slideshow #photoframe .moduletable .sketcharticleimage {
  height: 55vw;
}

#topwide .lgx-parallax.jaxp.parallax-mod {
  background-position: top center;
  height: 40vw !important;
}
#slideshow .lgx-parallax.jaxp.parallax-mod {
  height: 55vw;
  max-height: 95vh;
}
/* parallaxing */
.moduletable.slide-ck {
  position: relative;
  overflow: hidden;
}
.no-js .moduletable.slide-ck {
  background: silver;
}
/*.slideshowck {
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;

    		@media @uptodesktop {
    			position: relative !important;
    		}
}*/
.moduletable.slide-ck.light .camera_caption,
.moduletable.slide-ck.light .camera_caption a {
  color: #996600;
  text-shadow: 0px 0px 1em white;
}
.moduletable.slide-ck .slideshowck.slide-ck.camera_wrap {
  margin-bottom: 0 !important;
  max-height: 95vh !important;
}
.moduletable.slide-ck .camera_pag {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.moduletable.slide-ck .camera_pag ul {
  display: table;
  margin: 0 auto;
}
.moduletable.slide-ck .cameraContents {
  position: relative;
}
.moduletable.slide-ck .camera_caption {
  color: white;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 2px 2px 0px black;
  display: table !important;
  width: 100%;
  height: 100%;
}
.moduletable.slide-ck .camera_caption > div {
  background: transparent;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.moduletable.slide-ck .camera_caption > div > div {
  max-width: 75% !important;
  margin: 0 auto;
  line-height: 1em;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  backface-visibility: hidden;
}
.moduletable.slide-ck .camera_caption > div > div.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.moduletable.slide-ck .camera_caption > div > div.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.moduletable.slide-ck .camera_caption > div > div.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.moduletable.slide-ck .camera_caption > div > div.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.moduletable.slide-ck .camera_caption > div > div a {
  color: white;
  padding: 1em;
  text-align: center;
  display: block;
}
.moduletable.slide-ck .camera_caption > div > div a:hover,
.moduletable.slide-ck .camera_caption > div > div a.hover {
  color: #f9f2e9;
}
.moduletable.slide-ck .camera_caption > div > div + div {
  padding-top: .5em;
}
.allmode-box .allmode-itemsbox {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  min-width: 100%;
}
.allmode-box .allmode-itemsbox .allmode-item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.allmode-box .allmode-itemsbox .allmode-img,
.allmode-box .allmode-itemsbox img {
  display: block;
  min-width: 100%;
}
.allmode-box .allmode-itemsbox img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: scale(1);
					   -moz-transform: scale(1);
					    -ms-transform: scale(1);
					     -o-transform: scale(1);
					        transform: scale(1);
					        	webkit-filter: none;
    						filter: none;*/
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.allmode-box .allmode-itemsbox img:hover,
.allmode-box .allmode-itemsbox img.hover {
  /*-webkit-transform: scale(1.1);
						   -moz-transform: scale(1.1);
						    -ms-transform: scale(1.1);
						     -o-transform: scale(1.1);
						        transform: scale(1.1);

						-webkit-filter: contrast(1.5);
    						filter: contrast(1.5);*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.allmode-box .allmode-itemsbox .allmode-img {
  border-radius: 4px;
  overflow: hidden;
  background: #996600;
  /*&:hover, &.hover {
					img {

						.opacity(.6);
					}
				}*/
}
@media only screen and (min-width: 481px) {
  .allmode-box .allmode-itemsbox .allmode-title {
    margin-top: 0;
  }
  .allmode-box .allmode-itemsbox .side-img,
  .allmode-box .allmode-itemsbox .side-text {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .allmode-box .allmode-itemsbox .side-img {
    padding-right: 5px;
  }
  .allmode-box .allmode-itemsbox .side-text {
    padding-left: 5px;
  }
}
.mod-sidefields dl {
  margin-bottom: 0;
}
.mod-sidefields dd {
  margin-bottom: 1em;
}
.mod-sidefields dd:before {
  display: inline-block;
  width: 30px;
  text-align: center;
  float: none;
}
.mod-sidefields span.field-label {
  font-weight: bold;
}
p.centered {
  text-align: center;
}
.mod-discover p {
  text-align: right;
}
.allmode-tagerim .allmode-topbox .allmode-topitem .allmode-text p.img ~ *:not(.allmode-readmore) {
  display: none;
}
.moduletable.mod-contact-address {
  margin-top: 20px;
}
body.contact-page .outerbody {
  padding-top: 80px;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  text-align: center;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-name a span {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  margin: 0 auto;
  color: #333;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-name a span:hover,
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-name a span.hover {
  color: white !important;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-name:after {
  border-color: white;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home h3.allmode-title,
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-name a span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-box {
  text-align: left;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-title a {
  color: white !important;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-title a:hover,
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-title a.hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem {
    display: inline-block;
    width: 48%;
    margin: 5px;
    vertical-align: top;
  }
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore {
  background: #D6A263;
  color: white !important;
  border: 1px solid #D6A263;
  margin: 0 auto;
  border: none !important;
  font-weight: bold !important;
  padding: 10px 20px;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore:hover,
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore.hover {
  background: #a76f2c;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore a {
  font-weight: bold;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore.hover,
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .allmode-readmore.hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 767px) {
  div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box {
    display: block;
  }
  div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box p.raxo-news-readmore {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box {
    display: table-cell;
    vertical-align: top;
  }
  div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box.img-date {
    width: 30% !important;
  }
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box.side-text {
  text-align: center;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box.img-date {
  position: relative;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box.img-date span.allmode-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  font-size: 1rem;
  text-transform: capitalize;
}
div#news-outer-sub #news-wrap .moduletable.raxo-news.news-home .allmode-news .allmode-topitem .side-box.img-date span.allmode-date span {
  display: block;
  padding-bottom: 10px;
  font-size: 2em;
}
.lgx-parallax-title {
  text-transform: none;
  text-shadow: 2px 2px 0px #000;
}
.lgx-parallax-inner {
  position: relative;
}
.moduletable.raxo-news {
  border-top: 1px solid #f5f5f5;
  padding-top: 60px;
  padding-bottom: 40px;
}
.moduletable.raxo-news h4.allmode-title a {
  text-transform: none;
  color: #555;
  line-height: 1.5em;
  color: #333;
}
.moduletable.raxo-news h4.allmode-title a:hover,
.moduletable.raxo-news h4.allmode-title a.hover {
  color: #996600;
}
.moduletable.raxo-news h4.allmode-title {
  margin-bottom: 0 !important;
}
.moduletable.raxo-news .allmode-text {
  margin-top: 15px;
}
#slideshow .moduletable.mod-page-title {
  min-height: 0;
  height: auto;
  right: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#slideshow .moduletable.mod-page-title h1 {
  color: white;
  max-width: 80% !important;
  margin: 0 auto;
}
/* SJA */
.slideshowck.camera_wrap {
  margin-bottom: 0 !important;
}
div#easyparallax-191 {
  background-size: cover;
}
.moduletable.newsletter-signup .sendinblueform-block {
  background: transparent;
  padding: 0;
  display: inline-block;
}
.moduletable.newsletter-signup div#form-sendinblueform-submit {
  padding: 0;
  display: inline-block;
}

.moduletable.newsletter-signup {
  margin-bottom: 20px;
}


.moduletable.newsletter-signup {
  margin-bottom: 20px;
}
.moduletable.newsletter-signup .sendinblueform-block {
  background: transparent;
  padding: 0;
  display: inline-block;
}

.moduletable.newsletter-signup input[type=email] {
  background: rgba(0, 0, 0, 0.31);
  border: none;
  border-bottom: 2px solid white;
  width: 14em;
    color: white;
    padding: .5em;
}
.moduletable.newsletter-signup div#form-sendinblueform-submit {
  padding: 0;
  display: inline-block;
}

.moduletable.jmg-art-img + .headline-anywhere {
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 !important;
}

.moduletable.jmg-art-img + .headline-anywhere h2 {
    font-size: 47.25px;
    color: white;
    text-shadow: 0.05em 0.05em 0px #333, 0px 0px 1em black;
}


.moduletable.top-pictos li h6 {
    margin-bottom: 0 !important;
}

.moduletable.top-pictos {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .moduletable.top-pictos {
    margin-top: -80px;
    margin-bottom: -20px;
  }
}
.moduletable.top-pictos ul.services {
  margin: 0 auto;
}
.moduletable.top-pictos ul.services li {
  padding-bottom: 0 !important;
}

div#prefooter .moduletable {
    margin-bottom: 0;
}


.allmode-sja .topwrap {
  position: relative;
  border-top: 3px solid #996600;
}
.allmode-sja .topwrap .allmode-img {
  background: black;
  margin-bottom: 20px;
}
.allmode-sja .topwrap .allmode-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: .8;
  filter: contrast(1.2);
}
.allmode-sja .topwrap .allmode-img a:hover img {
  opacity: 1;
  filter: contrast(1);
}
.allmode-sja .topwrap .allmode-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.allmode-sja .topwrap .allmode-title a {
  color: white;
  text-shadow: 0.05em 0.05em 0px #333, 0px 0px .5em black;
  font-weight: normal;
  padding-left: 20px;
  display: inline-block;
}
.allmode-sja .topwrap .allmode-title a:hover {
  text-decoration: none;
}
div#prefooter .moduletable {
  margin-bottom: 0;
}
.allmode-box.allmode-sja.raxo.raxo-offers p.allmode-readmore a {
  display: block;
  border: 1px solid white;
  color: #996600;
  text-transform: uppercase;
  padding: 20px 40px;
  text-align: center;
}
.allmode-box.allmode-sja.raxo.raxo-offers p.allmode-readmore a:hover {
  background: white;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .allmode-topitem {
  position: relative;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .allmode-topitem .allmode-img {
  background: black;
  margin-bottom: 20px;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .allmode-topitem .allmode-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: .7;
  filter: contrast(1.3);
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .allmode-topitem .allmode-img a:hover img {
  opacity: 9;
  filter: contrast(1);
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap h3,
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap p,
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap a,
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap .allmode-text {
  color: white;
  text-shadow: 0.05em 0.05em 0px #333, 0px 0px .5em black;
  font-weight: normal;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap p.allmode-readmore a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6D140E;
  background: rgba(255, 255, 255, 0.4);
  color: black;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bolder;
  font-size: .9em;
}
.allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap p.allmode-readmore a:hover {
  background: rgba(255, 255, 255, 0.6);
}


.raxo h3.sub.blog-only {
    font-size: 2rem;
}

.avatar-room {
    margin-bottom: 20px;
}

.moduletable.raxo.raxo-offers > h2:after {
  border-color: #996600;
}

.moduletable.raxo.raxo-offers > h2 {
    margin-bottom: 40px !important;
}

.moduletable.raxo.raxo-evenements .allmode-img {
  border-top: 3px solid #6D140E;
}


div.easyparallax.wide {
    background-size: cover !important;
}


@media only screen and (min-width: 992px) {
  .moduletable.jmg-art-img.fixed img {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

div.easyparallax.wide {
    min-height: 25vw;
    background-position: center;
}

.allmode-box.allmode-evenements.raxo.raxo-evenements.raxo-rooms .text-wrap {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.allmode-box.allmode-evenements.raxo.raxo-evenements.raxo-rooms .text-wrap .allmode-title {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0
}

.slideshowck {
    opacity: .8;
}



.mnwall_container {
    display: block !important;
}


/* masonry */
.moduletable.minitek-wall h3.mnwall-title {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
}
.moduletable.minitek-wall h3.mnwall-title a {
  font-weight: normal;
  font-size: 40px !important;
  text-transform: none !important;
  line-height: 1em !important;
}
.moduletable.minitek-wall h3.mnwall-title a:hover {
  color: wheat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .moduletable.minitek-wall h3.mnwall-title a {
    font-size: 36px !important;
    line-height: 1em !important;
  }
}
@media only screen and (max-width: 767px) {
  .moduletable.minitek-wall h3.mnwall-title a {
    font-size: 32px !important;
    line-height: 1em !important;
  }
}
.moduletable.minitek-wall .mnwall-s-desc,
.moduletable.minitek-wall .mnwall-desc {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  padding: 20px;
  padding-top: 0;
}
.moduletable.minitek-wall .mnwall-item-inner-cont {
  background: black;
}
.moduletable.minitek-wall .mnwall-item-inner-cont:hover > a {
  opacity: .9;
  filter: contrast(1.2) saturate(1.2);
}
.moduletable.minitek-wall .mnwall-item-inner-cont > a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: .65;
  filter: contrast(1.5) saturate(1.5);
}
.moduletable.minitek-wall .mnwall-s-desc,
.moduletable.minitek-wall .mnwall-desc,
.moduletable.minitek-wall h3.mnwall-title,
.moduletable.minitek-wall .mnwall-title,
.moduletable.minitek-wall h3.subtitle,
.moduletable.minitek-wall .mnwall-s-desc a,
.moduletable.minitek-wall .mnwall-desc a,
.moduletable.minitek-wall h3.mnwall-title a,
.moduletable.minitek-wall .mnwall-title a,
.moduletable.minitek-wall h3.subtitle a,
.moduletable.minitek-wall .mnwall-s-desc strong,
.moduletable.minitek-wall .mnwall-desc strong,
.moduletable.minitek-wall h3.mnwall-title strong,
.moduletable.minitek-wall .mnwall-title strong,
.moduletable.minitek-wall h3.subtitle strong {
  color: white;
  text-shadow: 0.05em 0.05em 0px black, 0px 0px 0.3em black;
  font-weight: normal !important;
}
.moduletable.minitek-wall .mnwall-s-desc a,
.moduletable.minitek-wall .mnwall-desc a {
  pointer-events: none;
}
.moduletable.minitek-wall .mnwall-s-desc > h3,
.moduletable.minitek-wall .mnwall-desc > h3 {
  margin-bottom: 0 !important;
  font-size: 22px !important;
}
.moduletable.minitek-wall .mnwall-desc h3.subtitle {
  text-align: left;
  font-family: "Prata", Times, "Times New Roman", serif;
  margin-top: 20px;
  text-transform: none;
  max-width: 100% !important;
}
.moduletable.minitek-wall .mnwall-readmore {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.moduletable.minitek-wall .mnwall-readmore > a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6D140E;
  background: rgba(255, 255, 255, 0.4);
  color: black !important;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  font-size: 1.2rem;
}
.moduletable.minitek-wall .mnwall-readmore > a:hover,
.moduletable.minitek-wall .mnwall-readmore > a.hover {
  background: #996600;
  color: white !important;
}
.moduletable.minitek-wall .mnwall-readmore > a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black !important;
}

.raxo-offers .allmode-text li {
    display: none;
}

.allmode-showall {
  text-align: center;
  margin-top: 20px;
}
.allmode-showall a {
  background: transparent;
  color: #6D140E !important;
  border: 1px solid #6D140E;
  padding: 20px 40px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  border-width: 2px;
}
.allmode-showall a:hover,
.allmode-showall a.hover {
  background: #996600;
  color: white !important;
}
.allmode-showall a:hover {
  background: #6D140E;
}
.dark .allmode-showall a {
  color: white !important;
  border-color: white;
}
.dark .allmode-showall a:hover {
  background: #996600;
}

.raxo.no-art-links .allmode-topbox a {
    pointer-events: none;
}

.no-desc .mnwall-desc {
    display: none;
}

@media only screen and (max-width: 767px) {
  .allmode-box.allmode-evenements.raxo.raxo-evenements .text-wrap {
    padding: 20px;
  }
  .allmode-box.allmode-evenements.raxo.raxo-evenements .allmode-text > h3 {
    display: none;
  }
  
  .moduletable.jmg-art-img.fixed {
    min-height: 54vw !important;
  }
  .moduletable.jmg-art-img.fixed img {
    position: relative;
  }
  #slideshow .moduletable h2 {
    font-size: 36px !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .moduletable.jmg-art-img.fixed {
    min-height: 33vw !important;
  }
  div#drawerright {
    background: white;
  }
}

@media only screen and (max-width: 480px) {
  #slideshow .moduletable h2 {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }
}

img#sc-loading-image {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 555;
    max-width: 25vw !important;
    left: 50%;
    margin-left: -60px;
}

/* post launch - ipad fixes */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .moduletable.jmg-art-img.fixed img {
    top: 200px;
  }
}

/* ios fix */

/* ios easyparallax fix */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

.easyparallax {
	background-attachment: scroll !important;
}

}}


@media screen and (max-width: 991px) {

	.easyparallax {
		background-attachment: scroll !important;
	}

}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

  	.easyparallax {
		background-attachment: scroll !important;
	}
}

.allmode-box.allmode-sja.raxo.raxo-offers .allmode-text {
   color: transparent;
}
﻿.lead {
  font-size: 18px !important;
  line-height: 1.4em !important;
  margin-bottom: unset !important; }

hr.csl {
  border-top: 2px solid #6D140E;
  width: 5%; }

@media screen and (min-width: 768px) {
.page-header h1 {
  font-size: 40px !important; }

h1, .h1 {
  font-size: 40px !important; }

h2, .h2 {
  font-size: 36px !important; }

h3, .h3 {
  font-size: 31.5px !important; }
  
  /* post launch fix */
    
h4, .h4 {
    font-size: 21px !important;
}

h5, .h5 {
    font-size: 16px !important;
}

h6, .h6 {
    font-size: 14px !important;
}

  
  /* ends post launch fix */

.subtitle {
  font-size: 2.2rem !important; }

.easyp-inner h2 {
  font-size: 47.25px !important; }

.moduletable.jmg-art-img + .headline-anywhere h2 {
  font-size: 47.25px !important; }

}

/* Custom Jean */
@media only screen and (min-width: 992px) {
  #right-drawer-wrap.out {
    -webkit-transform: translateX(78%);
    -ms-transform: translateX(78%);
    transform: translateX(78%); } }

.row.drawer .moduletable {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  padding: 0;
  position: relative;
  margin: 0; }
  .row.drawer .moduletable .custom {
    position: relative; }
    .row.drawer .moduletable .custom .date-card {
      text-align: center;
      cursor: pointer; }
      .row.drawer .moduletable .custom .date-card input {
        display: none; }
    .row.drawer .moduletable .custom h4 {
      color: #000;
      font-style: italic;
      font-size: 1.1em;
      margin-bottom: 10px !important; }
    .row.drawer .moduletable .custom .date-day {
      font-family: "Prata", Times, "Times New Roman", serif;
      font-size: 2.2em;
      line-height: 1;
      display: block;
      margin: .5em 0 .1em; }
    .row.drawer .moduletable .custom .date-month-year {
      font-size: .9em; }
    .row.drawer .moduletable .custom .date-arrival, .row.drawer .moduletable .custom .date-departure {
      display: block;
      width: 90px;
      height: 90px;
      margin: 0 auto;
      text-align: center;
      border: 2px solid #FFF;
      border-radius: 100%;
      margin-bottom: 30px;
      position: relative;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .row.drawer .moduletable .custom .date-arrival:hover, .row.drawer .moduletable .custom .date-departure:hover {
        background: #6D140E; }
      .row.drawer .moduletable .custom .date-arrival:after, .row.drawer .moduletable .custom .date-departure:after {
        content: '\f073';
        position: absolute;
        bottom: -26px;
        left: calc(50% - 20px);
        font-family: fontawesome;
        color: #6D140E;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #FFF;
        font-size: 23px;
        line-height: 40px; }
    .row.drawer .moduletable .custom input#csl-reservation {
      border: none;
      background: #6D140E;
      color: #FFF !important;
      width: 90%;
      margin: 15px 5%; }
      .row.drawer .moduletable .custom input#csl-reservation:hover {
        background: #130302 !important; }
    .row.drawer .moduletable .custom .btn-right {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      display: inline-block;
      width: auto;
      text-transform: uppercase;
      left: 37px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      right: auto;
      -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-100%);
      -ms-transform: rotate(-90deg) translateX(-50%) translateY(-100%);
      transform: rotate(-90deg) translateX(-50%) translateY(-100%);
      background: transparent;
      color: #FFF !important;
      padding: 10px 16px;
      border: none;
      font-size: 17px !important;
      display: block;
      width: 100%;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .row.drawer .moduletable .custom .btn-right:hover {
        color: #6D140E !important; }
      .row.drawer .moduletable .custom .btn-right:after {
        content: '\f0ab';
        font-size: 1.3em;
        font-family: fontawesome;
        color: #6D140E;
        position: relative;
        top: 1px;
        left: 10px;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: inline-block;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1); }
    .row.drawer .moduletable .custom form {
      padding: 20px 40px;
      background: #d5a165;
      color: #FFF; }
      .row.drawer .moduletable .custom form .dates-container > div {
        display: inline-block;
        width: 49%; }
    .row.drawer .moduletable .custom .reservation-text {
      display: block;
      width: 100%;
      top: 100%;
      right: 0;
      padding: 20px;
      background: rgba(255, 255, 255, 0.8); }
      .row.drawer .moduletable .custom .reservation-text p {
        margin: 0;
        color: #6D140E; }
  .row.drawer .moduletable.mod-reservation-text {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    left: 0;
    background: transparent;}
    .row.drawer .moduletable.mod-reservation-text p {
      text-align: center; }
      .row.drawer .moduletable.mod-reservation-text p strong {
        font-family: "Prata", Times, "Times New Roman", serif;
        font-size: 1.2em;
        font-style: italic;
        display: block;
        margin-bottom: .4em; }

.row.drawer.out .moduletable .custom .btn-right:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

@media screen and (min-width: 992px) {
.row.drawer.out .moduletable.mod-reservation-text {
  left: 45px; }
}

.moduletable.minitek-wall h3.mnwall-title a {
      font-size: 35px !important;
   }

.moduletable.minitek-wall .mnwall-readmore > a {
      background: rgba(255, 255, 255, 0.7);
   }

body.blog .blogitem{position:relative}

body.blog .blogitem .item-image{background:#000}
body.blog .blogitem .item-image img{
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .7 !important;
    filter: contrast(1.3) !important;
}


body.blog .blogitem .page-header{
  z-index:99999;
  position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;}
body.blog .blogitem .page-header h2{text-align:left;margin:0}
body.blog .blogitem .page-header h2 a{color:#fff}

@media only screen and (max-width: 767px) {
  body.blog .blogitem .page-header{position:static}
  body.blog .blogitem .page-header h2{margin:10px 0}
  body.blog .blogitem .page-header h2 a{color:#6d140e}
}

.topfeature {
  	background-color:#6D140E;
	color: #fff;	
}

.btn-topfeature {
  background: #d8a069;
  color: #6D140E;
  border: 2px solid white;
  font-weight: bold;
}
.btn-topfeature:hover  {
  color: #6D140E !important;
  background: #fff;
  border: 2px solid #000;
}
/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {

  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}
