@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('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont_v-4.6.3.eot');
  src: url('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont.woff') format('woff2'), url('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont_v-4.6.3.woff') format('woff'), url('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont_v-4.6.3.ttf') format('truetype'), url('../../../../templates/cmie1.7/css/fonts/fontawesome-webfont_v-4.6.3-fontawesomeregular.svg') 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('../../../../templates/cmie1.7/css/fonts/font-icons.eot');
	src:url('../../../../templates/cmie1.7/css/fonts/font-icons.eot') format('embedded-opentype'),
		url('../../../../templates/cmie1.7/css/fonts/font-icons.woff') format('woff'),
		url('../../../../templates/cmie1.7/css/fonts/font-icons.ttf') format('truetype'),
		url('../../../../templates/cmie1.7/css/fonts/font-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;font-display:swap;}

@font-face {
	font-family: 'lined-icons';
	src:url('../../../../templates/cmie1.7/css/fonts/lined-icons.eot');
	src:url('../../../../templates/cmie1.7/css/fonts/lined-icons.eot') format('embedded-opentype'),
		url('../../../../templates/cmie1.7/css/fonts/lined-icons.woff') format('woff'),
		url('../../../../templates/cmie1.7/css/fonts/lined-icons.ttf') format('truetype'),
		url('../../../../templates/cmie1.7/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('../../../../templates/cmie1.7/css/fonts/Simple-Line-Icons.eot');
	src:url('../../../../templates/cmie1.7/css/fonts/Simple-Line-Icons.eot#iefix') format('embedded-opentype'),
		url('../../../../templates/cmie1.7/css/fonts/Simple-Line-Icons.woff') format('woff'),
		url('../../../../templates/cmie1.7/css/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../../../../templates/cmie1.7/css/fonts/Simple-Line-Icons.svg') 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('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.eot');
  src: url('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.woff') format('woff2'), url('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.woff') format('woff'), url('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../../templates/cmie1.7/css/less/glyph/glyphicons-halflings-regular.svg') 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: #425899;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7F337E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9f669e;
  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: 10px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -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: #425899;
}
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: #4BA3DF;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #258cd2;
}
.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: #4BA3DF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #258cd2;
}
.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: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #404040;
  border-radius: 3px;
  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: 5px;
}
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: #425899;
  border: 0;
  border-bottom: 1px solid #4BA3DF;
}
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: 5px;
  -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: #4BA3DF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 163, 223, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(75, 163, 223, 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: 3px;
}
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: 3px;
}
.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: 10px;
}
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: 10px;
}
.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: #8d9dce;
}
@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: 5px;
  -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: #7F337E;
  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: #7F337E;
  background-color: transparent;
  border-color: #7F337E;
}
.btn-default:focus,
.btn-default.focus {
  color: #7F337E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #240e24;
}
.btn-default:hover {
  color: #7F337E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #532153;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #7F337E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #532153;
}
.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: #7F337E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #240e24;
}
.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: #7F337E;
}
.btn-default .badge {
  color: transparent;
  background-color: #7F337E;
}
.btn-primary {
  color: white;
  background-color: #7F337E;
  border-color: #7F337E;
}
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #5b245a;
  border-color: #240e24;
}
.btn-primary:hover {
  color: white;
  background-color: #5b245a;
  border-color: #532153;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #5b245a;
  border-color: #532153;
}
.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: #411a41;
  border-color: #240e24;
}
.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: #7F337E;
  border-color: #7F337E;
}
.btn-primary .badge {
  color: #7F337E;
  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: #7F337E;
  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: #9f669e;
  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: 10px !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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: 5px;
  -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: #7F337E;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #9f669e;
  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: #4BA3DF;
}
.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: 5px;
  border-top-left-radius: 5px;
  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: 5px;
  border-bottom-left-radius: 5px;
}
.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: 10px;
}
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: 3px;
}
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: 5px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 10px;
}
.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: #7F337E;
}
.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: 5px 5px 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: 5px;
}
.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: 5px 5px 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: 5px;
}
.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: #4BA3DF;
}
.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: 5px;
}
.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: 5px 5px 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: 5px;
  }
}
@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: 5px;
}
.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: 5px;
  border-top-left-radius: 5px;
  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: #7F337E;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5b245a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: black;
}
.navbar-default .navbar-nav > li > a {
  color: #7F337E;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9f669e;
  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: #7F337E;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9f669e;
    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: #7F337E;
}
.navbar-default .navbar-link:hover {
  color: #9f669e;
}
.navbar-default .btn-link {
  color: #7F337E;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #9f669e;
}
.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: 5px;
}
.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: 5px;
}
.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: #7F337E;
  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: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #9f669e;
  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: #4BA3DF;
  border-color: #4BA3DF;
  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: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 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 #7F337E;
  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: #4BA3DF;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #258cd2;
}
.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: #7F337E;
  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: 10px;
  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: 5px;
  -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: #7F337E;
}
.thumbnail .caption {
  padding: 9px;
  color: #425899;
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: 5px;
  -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: #4BA3DF;
  -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: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
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: #4BA3DF;
  border-color: #4BA3DF;
}
.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: #f8fcfe;
}
.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: 5px;
  -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: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
  border-top-left-radius: 4px;
}
.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: 4px;
  border-top-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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: 4px;
  border-bottom-right-radius: 4px;
}
.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: 4px;
}
.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: 4px;
}
.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: 5px;
}
.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: #425899;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #425899;
  border-color: #425899;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #425899;
}
.panel-primary > .panel-heading .badge {
  color: #425899;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #425899;
}
.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: 5px;
  -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: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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: 10px;
  -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: 5px;
}
.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: 10px;
  -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: 9px 9px 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;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

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

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #361636;
}
.DefaultBtnLike {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: rgba(127, 51, 126, 0.3);
}
.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;
}
.FaIco {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
/* 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: none;
  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 !important;
}
body.sides #footerwrapper {
  margin-top: 80px;
}
@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;
}
@media only screen and (min-width: 992px) {
  .wrapfold {
    min-height: 186px;
    padding-top: 186px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapfold {
    min-height: 120px;
    padding-top: 120px;
  }
}
#outertop #topbar .moduletable.top-menu li {
  display: inline-block;
  padding: 0 5px;
}
#outertop #topbar .moduletable.top-menu ul.nav li a.join {
  background: #7F337E;
  border-radius: 3px;
}
#outertop #topbar .moduletable.top-menu ul.nav li a.join:hover {
  background: #7F337E;
  color: #425899;
}
.outerheader {
  z-index: 85;
  overflow: visible;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .outerheader {
    position: absolute;
  }
}
@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;
  }
  .outerheader.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table li a {
    padding: 5px 10px;
  }
  .outerheader.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li {
    height: 60px !important;
  }
  .outerheader.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:before {
    height: 55px !important;
  }
  .outerheader.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li .nav-child,
  .outerheader.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li .nav-child li {
    height: 55px;
  }
  .outerheader.sticky #homelogo > a {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
}
#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;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
#topwrap {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#topwrap p {
  margin-bottom: 0;
}
#topcenter .moduletable {
  text-align: right;
}
#topright {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #topright {
    text-align: left;
  }
}
#topleft {
  text-align: left;
}
#topleft ul.menu li {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  background: #7F337E;
}
#topleft ul.menu li:hover,
#topleft ul.menu li.hover {
  background: #4BA3DF;
}
#topleft ul.menu li a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #425899;
}
#topleft ul.menu li a:hover,
#topleft ul.menu li a.hover {
  color: #425899;
}
#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("../../../../templates/cmie1.7/css/img/logo-cmie.png") no-repeat center center;
  background-size: 100% auto;
  background-size: contain;
}
#homelogo > a,
#homelogo2 > a {
  width: 160px;
  height: 70px;
  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: 120px;
    height: 50px;
  }
}
#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;
  width: 100px;
}
#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;
}
.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: #425899;
}
#oncanvas-main.mob a:hover,
#oncanvas-main.mob a.hover {
  color: #7F337E;
}
.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;
}
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;
}
div#main-menu-desk {
  padding: 0;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: visible;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table:before,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table:after {
  content: none;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li {
  background: transparent;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover {
  background: gainsboro;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li > a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  margin: 0 10px;
  height: 3px;
  background: transparent;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li > a:hover:after {
  background: #3c82b2;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li + li {
  border-left: 1px solid rgba(220, 220, 220, 0.5);
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding: 10px;
  background: transparent;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child li.current > a,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child li:hover > a,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child li.hover > a {
  color: gainsboro !important;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover {
  background: #efefef;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > a,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > a,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > a {
  color: #1e4159 !important;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child > li.current,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child > li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table .nav-child > li.hover {
  background: rgba(0, 0, 0, 0.5);
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > a:after {
  background: #7F337E;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.deeper.parent:before,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.deeper.parent:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 200vw;
  top: 100%;
  left: -100%;
  background: inherit;
  display: block;
  z-index: -55;
  pointer-events: none;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.deeper.parent:after {
  left: auto;
  right: -100%;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li {
  position: static;
  height: 90px;
  overflow: hidden;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li a {
  height: auto;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li .nav-child {
  display: none;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:not(.active) ul.nav-child,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:not(.active) > .submenu-back {
  display: none;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child {
  position: absolute !important;
  top: 100%;
  left: -115px;
  background: #3c82b2;
  max-width: none;
  z-index: 95;
  height: 70px;
  padding: 0 15px;
  display: table !important;
  table-layout: fixed;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child:before,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child:before,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child:before,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child:after,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child:after,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child:after {
  content: none !important;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child li.hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child li.hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child li.hover {
  background: rgba(0, 0, 0, 0.2);
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child {
  position: absolute;
  z-index: 105;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child {
  display: table;
  table-layout: fixed;
  max-width: none;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li {
  display: table-cell !important;
  vertical-align: middle;
  width: auto;
  text-align: center;
  white-space: normal;
  min-height: 0;
  padding: 0;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a {
  line-height: 1em;
  white-space: normal;
  width: 100%;
  height: auto;
  color: white;
}
.sticky #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.deeper.parent:after {
  height: 55px;
}
#footerwrapper {
  text-align: center;
}
#footerwrapper .moduletable {
  margin-bottom: 0;
}
#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;
}
div:not(#mainmenu) .nav a:hover,
div:not(#mainmenu) ul.menu a,
.nav-child.container,
.nav-child.container li {
  -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 .mm-panels.mm-vertical {
  top: 0;
}
.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: #425899;
}
.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 #7F337E;
  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#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;
}
div#footer_columns {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
div#footer_columns:before,
div#footer_columns:after {
  content: none;
}
div#footer_columns .moduletable:not(.clean) {
  padding: 40px !important;
  text-align: left;
}
div#footer_columns .moduletable > h3,
div#footer_columns .moduletable.centered.home-news h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 991px) {
  div#footer_columns > div {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  div#footer_columns > div {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    float: none;
  }
  div#footer_columns > div#footer1 {
    width: 49%;
  }
}
.moduletable.mod-contact-box-footer.dark.tertiary > h3 {
  text-align: left;
}
.moduletable.mod-contact-box-footer.dark.tertiary ul {
  padding: 0;
  margin: 0;
}
.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;
  display: table;
}
@media only screen and (min-width: 768px) {
  #bottomnav .moduletable {
    display: table-cell;
    vertical-align: middle;
  }
}
.moduletable.mod-copyright p {
  margin-bottom: 0;
}
.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 {
  display: table;
  table-layout: fixed;
}
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: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
  white-space: nowrap;
}
div#heading-right .nav-pills li a:hover,
div#heading-right .nav-pills li a.hover {
  background: #361636;
}
div#heading-right .moduletable {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#header-right {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #header-right {
    width: 164px;
    padding: 0;
  }
  #header-right .moduletable.mod-btn-join .btn {
    display: block;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  #header-right {
    text-align: right !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: #7F337E;
  display: block;
}
.offcanvas-trigger.desk a.menu-btn.hover,
.offcanvas-trigger.desk a.menu-btn:hover {
  color: #9f669e;
}
.offcanvas-trigger.desk a.menu-btn span {
  display: inline-block;
  font-weight: normal;
  color: #425899;
  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(66, 88, 153, 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: #7F337E;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li a.active:after {
    background: #7F337E;
  }
  .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: #7F337E;
    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 #7F337E;
  }
  .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: #7F337E;
    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: #7F337E;
    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: #3c82b2;
  }
  .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: #3c82b2;
    text-align: left;
  }
  .innerbody .moduletable.mod-section-nav ul.nav li {
    background: #3c82b2;
  }
  .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: #2d6286;
    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;
  }
}
.moduletable.parallax-mod {
  margin-bottom: 0 !important;
}
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
  border: none;
}
#gotoTop.visible {
  display: block;
}
#gotoTop .fa {
  padding: 3px;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
#gotoTop:hover {
  background: #7F337E;
}
.banner-main-caption {
  -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;
}
.banner-main-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner-main-caption.once {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.banner-main-caption.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.banner-main-caption.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
#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;
}
.item-page dl.fields-container {
  display: none;
}
body.activites .out-stripe {
  border: none !important;
}
body.activites .out-stripe {
  border: none !important;
}
.mm-navbar.mm-navbar-top.mm-navbar-top-1.mm-navbar-size-2 {
  background: transparent;
}
.custom.mod-copyright.menu ul {
  display: inline-block;
  text-align: center;
}
.custom.mod-copyright.menu ul li {
  display: inline-block;
  vertical-align: middle;
}
#component {
  padding: 80px;
  margin-bottom: 80px;
}
.homepage #component {
  margin-top: -60px;
}
.out-stripe {
  padding: 100px 0;
}
.out-stripe .moduletable:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.section.sides .outerbody .container {
    width: 100% !important;
    padding: 0 60px;
  }
  body.section.sides .outerbody {
    background: transparent !important;
  }
  body.section.sides div#main_wrapper > div {
    width: 50% !important;
    vertical-align: middle;
  }
  body.section.sides div#main_content {
    left: 50% !important;
  }
  body.section.sides #left {
    right: 50% !important;
  }
}
.moduletable.banner-over-jmg.dark.container {
  position: relative;
  z-index: 55;
  width: 100%;
  text-align: center;
  border: none;
  padding: 80px !important;
}
.moduletable.banner-over-jmg.dark.container h2 {
  margin-bottom: 1.4em !important;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box {
  display: block;
  border: 3px solid white;
  background: rgba(66, 88, 153, 0.8);
  border-radius: 10px;
  padding: 20px;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box:hover,
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box.hover {
  background: #425899;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box i,
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box h3 {
  display: block;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box i {
  font-size: 3rem;
  margin-bottom: .5em;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box h3 {
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell.salaries .btn-box {
  background: rgba(75, 163, 223, 0.8);
}
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell.salaries .btn-box:hover,
.moduletable.banner-over-jmg.dark.container .boxes-btn .cell.salaries .btn-box.hover {
  background: #4BA3DF;
}
.moduletable.jmg-art-img.fixed {
  position: absolute;
  z-index: 0;
  min-height: 0 !important;
}
#photoframe .moduletable.jmg-art-img.news-banner {
  height: 200px;
  overflow: hidden;
}
div#topbar .moduletable {
  margin-bottom: 0;
}
div#topbar .clf {
  vertical-align: middle;
  padding: 0;
}
#topbar ul.nav.menu.horiz li a {
  padding: 5px;
}
.moduletable.mod-btn-find-center p {
  margin-bottom: 0;
}
.moduletable.mod-btn-find-center a.btn:hover,
.moduletable.mod-btn-find-center a.btn.hover {
  color: #4BA3DF !important;
}
body.no-img .item-page .item-image {
  display: none;
}
.custom.mod-prestations {
  min-height: 300px !important;
}
.custom.mod-prestations {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px !important;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1119px) {
  .custom.mod-prestations {
    padding: 1em !important;
  }
}
.custom.mod-prestations > div {
  display: table;
  height: 300px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
.custom.mod-prestations > div > div {
  display: table-cell;
  vertical-align: middle;
}
.moduletable.mod-prestations i {
  font-size: 4rem;
  color: #4BA3DF;
  display: block;
}
.custom.mod-prestations p {
  font-weight: bold;
}
div#stripe-2 > div {
  padding: 0;
}
@media screen and (max-width: 991px) {
  div#stripe-2 > div {
    display: block;
    width: 100%;
    float: none !important;
  }
}
div#bottomnav .moduletable.bottom-menu.icos ul.menu li {
  display: inline-block;
}
.moduletable.ils-ont-choisi .allmode-img {
  text-align: center;
  background: white;
  padding: 20px;
}
.allmode-box.allmode-boxes.ils-ont-choisi img {
  background: white;
  padding: 20px;
}
div#right {
  margin-top: 20px;
}

div#eb-event-map-page * {
    max-width: none !important;
}
/* 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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

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

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #361636;
}
.DefaultBtnLike {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: rgba(127, 51, 126, 0.3);
}
.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;
}
.FaIco {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.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;
}
.outerbottom,
.outer-stripe1,
.outer-stripe3 {
  background: #5186A2
;
}
div#outertop {
  background: #5186A2;
}
div#component {
  background: rgba(255, 255, 255, 0.8) !important;
}
a,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #7F337E;
}
a:hover,
.list-group-item.active > .badge:hover,
.nav-pills > .active > a > .badge:hover {
  color: #9f669e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #7F337E;
}
#outerinverted {
  background: #4BA3DF !important;
}
.outerfooter {
  background: rgba(255, 255, 255, 0.8) !important;
}
.outerfooter .moduletable {
  background: #4BA3DF;
}
.outerbody {
  background: rgba(255, 255, 255, 0.8) !important;
}
.moduletable.bordered {
  border: 1px solid #404040;
  padding: 10px !important;
  background: white;
}
/*@media @uptodesktop {
	.outerbody .container {
		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;
  }
}
#outertop {
  background-color: black;
}
#outertop ul.menu a,
#outertop ul.menu a :visited {
  color: white;
}
#outertop ul.menu a:hover {
  color: #bfbfbf;
}
#headline {
  color: #404040;
}
.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: #7F337E !important;
  border: 1px solid #7F337E;
  border-width: 2px !important;
}
.btn:hover,
.btn.hover {
  background: rgba(127, 51, 126, 0.3);
}
.btn.primary {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
.btn.primary:hover,
.btn.primary.hover {
  background: #361636;
}
.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(66, 88, 153, 0.5);
}
.readmore .btn,
.readmore.btn,
div#contentmiddle #component .room.blog.rooms .item .blogitem p.readmore a.btn {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
}
.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: rgba(127, 51, 126, 0.3);
}
.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: rgba(127, 51, 126, 0.3) !important;
}
.btn-primary,
.btn.primary,
.btn.reservation {
  background: #7F337E !important;
  color: white !important;
  border: 1px solid #7F337E !important;
}
.btn-primary:hover,
.btn.primary:hover,
.btn.reservation:hover,
.btn-primary.hover,
.btn.primary.hover,
.btn.reservation.hover {
  background: #361636 !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: #361636 !important;
  border-color: #361636 !important;
}
#component > .rooms .readmore.btn,
.fnews.rooms .readmore.btn,
#component > .rooms .readmore .btn,
.fnews.rooms .readmore .btn {
  background: transparent;
  border: none;
  color: #7F337E !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: #7F337E;
}
#mainnav ul ul {
  background: rgba(255, 255, 255, 0.8);
}
#mainnav ul li.current.active > a {
  color: #3c82b2;
}
/*#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: #7F337E;
}
#mainnav ul ul li {
  padding-left: 1em;
}
#mainnav li {
  position: relative;
}
.col ul.menu a:hover {
  background: rgba(66, 88, 153, 0.4);
}
.col ul.menu .current.active > a {
  background-color: #b7daf2;
  background-color: rgba(183, 218, 242, 0.4);
}
#bottomnav .moduletable_menu a {
  color: #4BA3DF;
}
#bottomnav .moduletable_menu a:hover {
  color: #76b9e7;
}
ul a.active {
  background-color: rgba(75, 163, 223, 0.5);
  color: #120712;
}
.nav-list li {
  border-top: 1px solid #4BA3DF;
  border-bottom: 1px solid #1e6fa6;
}
#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: #3c82b2;
}
#textover a {
  color: #93c8ec;
}
/*#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: gainsboro;
}
.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: #4BA3DF !important;
  color: white !important;
}
.brand-primary a,
.primary a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-secondary,
.secondary {
  background: #5186A2 !important;
  color: white !important;
}
.brand-secondary a,
.secondary a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-tertiary,
.tertiary {
  background: #7F337E !important;
  color: white !important;
}
.brand-tertiary a,
.tertiary a {
  color: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !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: white !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.brand-quarternary,
.quarternary {
  background: #5186A2 !important;
  color: white !important;
}
.brand-quarternary a,
.quarternary a {
  color: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

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

			&:visited {
				@darkLink !important;
			}*/
}
.white {
  background: white !important;
  color: black !important;
}
.white a {
  color: #7F337E !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.black {
  background: black !important;
  color: white !important;
}
.black a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.dark,
.dark h3 {
  color: white;
}
.offwhite {
  background: #f2f2f2 !important;
  color: black !important;
}
.offwhite a {
  color: #7F337E !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-lighter {
  background: #e6e6e6 !important;
  color: black !important;
}
.gray-lighter a {
  color: #7F337E !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray-light {
  background: #bfbfbf !important;
  color: black !important;
}
.gray-light a {
  color: #7F337E !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.gray {
  background: #808080 !important;
  color: white !important;
}
.gray a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-dark {
  background: #404040 !important;
  color: white !important;
}
.gray-dark a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.gray-darker {
  background: #0d0d0d !important;
  color: white !important;
}
.gray-darker a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-top {
  background: #488dca !important;
  color: white !important;
}
.blend-top a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-half {
  background: #4676b5 !important;
  color: white !important;
}
.blend-half a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.blend-bottom {
  background: #4363a4 !important;
  color: white !important;
}
.blend-bottom a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lighter {
  background: #93c8ec !important;
  color: black !important;
}
.shade-lighter a {
  color: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !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: black !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.shade-light {
  background: #6fb5e5 !important;
  color: white !important;
}
.shade-light a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-dark {
  background: #3c82b2 !important;
  color: white !important;
}
.shade-dark a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-darker {
  background: #2d6286 !important;
  color: white !important;
}
.shade-darker a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.shade-lightest {
  background: #b7daf2 !important;
  color: black !important;
}
.shade-lightest a {
  color: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !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: black !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !important;
			}*/
}
.shade-darkest {
  background: #1e4159 !important;
  color: white !important;
}
.shade-darkest a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.complement {
  background: #df874b !important;
  color: white !important;
}
.complement a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad2 {
  background: #df4ba3 !important;
  color: white !important;
}
.triad2 a {
  color: gainsboro !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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

			&:visited {
				@darkLink !important;
			}*/
}
.triad3 {
  background: #a3df4b !important;
  color: black !important;
}
.triad3 a {
  color: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !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: black !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: #7F337E !important;
  /*&:hover {
				color: @linkColorHover !important;
			}

			&:visited {
				@linkColor !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: gainsboro;
}
.dark a:hover,
.dark a.hover {
  color: #f6f6f6;
}
.dark .btn a {
  color: white;
}
.dark .btn a:visited {
  color: white;
}
.dark li:hover > a {
  color: #f6f6f6;
  background: transparent;
}
.dark a:visited {
  color: gainsboro;
}
.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: gainsboro !important;
  border-color: gainsboro !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: #f6f6f6 !important;
  border-color: #f6f6f6 !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: gainsboro !important;
  border-color: gainsboro !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: #2d6286;
}
.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: #425899;
}
.moduletable.light {
  color: #425899;
}
/* Boxes & Modules */
p.box.dark,
p.dark.box {
  background: #404040;
  color: #f2f2f2;
}
.moduletable.dark {
  color: #f2f2f2;
}
.moduletable.color {
  color: #f2f2f2;
}
.moduletable.dark,
.moduletable.light,
.moduletable.offwhite,
.moduletable.white,
.moduletable.color {
  padding: 20px !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: #7F337E !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: #7F337E !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: #7F337E !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: #7F337E !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: #7F337E !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: #7F337E !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: #7F337E !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: #7F337E !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: #7F337E !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: #7F337E !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: #7F337E !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: #7F337E !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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: gainsboro !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 #425899;
}
.moduletable.display-news.section-orange > h3 {
  margin-left: -1em !important;
}
div#linkssection a {
  color: white;
}
.outerfeatures {
  background: #4BA3DF;
}
.outerfeatures #features a:visited {
  color: white !important;
}
.btnStyle {
  background-color: transparent;
  border: 1px solid #361636;
  color: white;
}
.btnHover {
  background-color: rgba(127, 51, 126, 0.5);
}
.moduletable.fnews.rooms .art-header a {
  color: #7F337E !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: #7F337E !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: #9f669e !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: #7F337E !important;
}
.pushy li.current > a,
.pushy li.current > a span {
  color: #7F337E !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: gainsboro !important;
}
#component .boxes-color .blogitem .introtxt a:hover,
#component .boxes-color .blogitem .introtxt a.hover {
  color: #f6f6f6 !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: #7F337E !important;
  border-color: #7F337E;
}
#component .boxes-color .blogitem .btn:hover,
#component .boxes-color .blogitem .btn.hover {
  color: gainsboro !important;
  border-color: gainsboro;
}
div#mainmenu ul.nav > li.current.active {
  background: #425899;
  color: white;
}
div#mainmenu ul.nav > li.current.active > a {
  color: white !important;
}
/*body.sides .outerfooter.dark:before,
body.sides  .outerbody:before {
    content: "";
    width: 100%;
    height: 80px;
    background: @sec-color;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

body.sides .outerbody {
	padding-top: 160px;
}*/
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-192:hover > a:after,
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active.item-192 > a:after {
  background: #483D8B !important;
}
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-192:hover .nav-child,
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active.item-192 .nav-child {
  background: #483D8B;
}
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-199:hover > a:after,
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active.item-199 > a:after {
  background: #4AA3DF !important;
}
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-199:hover .nav-child,
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active.item-199 .nav-child {
  background: #4AA3DF;
}
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-200:hover > a:after {
  background: #425899 !important;
}
body #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-200:hover .nav-child {
  background: #425899;
}
body.entreprises,
body.entreprise {
  /*div#mainmenu ul.nav > li.current.active {
		background: transparent !important;

	}*/
  /*#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active,*/
}
body.entreprises div#mainmenu ul.nav > li.current.active > a:after,
body.entreprise div#mainmenu ul.nav > li.current.active > a:after {
  background: #483D8B;
}
body.entreprises #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child,
body.entreprise #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child {
  background: #483D8B !important;
}
body.entreprises .outerfooter.dark:before,
body.entreprise .outerfooter.dark:before,
body.entreprises .outerbody:before,
body.entreprise .outerbody:before {
  background: #483D8B !important;
}
body.entreprises ul.list-feat.icos i,
body.entreprise ul.list-feat.icos i {
  color: #483D8B;
}
body.salaries {
  /*div#mainmenu ul.nav > li.current.active {
		background: transparent !important;

	}*/
  /*#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active,*/
}
body.salaries div#mainmenu ul.nav > li.current.active > a:after {
  background: #4AA3DF;
}
body.salaries #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child {
  background: #4AA3DF !important;
}
body.salaries .outerfooter.dark:before,
body.salaries .outerbody:before {
  background: #4AA3DF !important;
}
body.salaries ul.list-feat.icos i {
  color: #4AA3DF;
}
body.cmie {
  /*div#mainmenu ul.nav > li.current.active {
		background: transparent !important;

	}*/
  /*#headerwrapper #mainnav #mainmenu ul.nav.mod-table li.active,*/
}
body.cmie div#mainmenu ul.nav > li.current.active > a:after {
  background: #425899;
}
body.cmie #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child {
  background: #425899 !important;
}
body.cmie .outerfooter.dark:before,
body.cmie .outerbody:before {
  background: #425899 !important;
}
body.cmie ul.list-feat.icos i {
  color: #425899;
}
div#outertop {
  box-shadow: 2px 2px 2px silver;
  position: relative;
  z-index: 95;
}
div#outertop .btn {
  color: white !important;
}
#topright a.ico.sign-in {
  color: #7F337E !important;
  font-weight: bold !important;
}
#topright a.ico.sign-in:hover {
  color: #361636 !important;
}
/* 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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

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

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #361636;
}
.DefaultBtnLike {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: rgba(127, 51, 126, 0.3);
}
.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;
}
.FaIco {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
/* CSS Document */
/*	@fontBase: 14px; 
	@lineHeightBase: (@vspace / @fontBase);
	@lineHeight: round(@lineHeightBase, 4);*/
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;
}
.FaIco {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.Quicksand {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
.Raleway {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.Oswald {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.BodyFont {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
.HeadingFont {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.MenuFont {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
.AltFont,
.subtitle {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
body,
li,
form,
input,
label {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-variant: normal;
  font-weight: normal;
  color: #425899;
}
select {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
#tagline h2,
.moduletable > h3,
.title,
.blog .subheading-category,
.blog-featured .subheading-category,
th,
a.arc {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  /*text-transform: uppercase;*/
}
.lead,
blockquote,
.quote {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
.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: "Quicksand", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
div#sections-nav ul.nav li a {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: normal;
}
#mainnav li li a,
.pushy li li a {
  text-transform: none;
  text-rendering: optimizeLegibility;
}
#mainnav li a {
  text-transform: uppercase;
}
div#mainmenu a.footer-only {
  display: none !important;
}
blockquote,
ul.team h5,
.article-info,
.readmore .btn {
  text-transform: none;
}
.btn,
button {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  white-space: normal;
  border-radius: 5px;
  font-weight: normal;
}
#cright,
.small,
.breadcrumb,
#breadcrumbs,
#tagline h3,
.display-news h4,
.display-news h5,
form,
label,
input {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
#mainnav ul ul li {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
#homelogo a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1em;
  text-align: right;
}
.captionhead {
  color: white !important;
}
.moduletable > h3 {
  text-transform: uppercase;
}
#footer_columns .moduletable > h3 {
  font-weight: bold;
}
div#bottomnav .moduletable.bottom-menu.icos ul.menu {
  text-align: left;
}
div#bottomnav .moduletable.bottom-menu.icos ul a {
  text-transform: none;
}
div#bottomnav .moduletable.bottom-menu.icos ul a:before {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
  content: "\f18e";
  font-weight: normal !important;
}
#bottomnav .moduletable.mod-social.social.ico a:before {
  font-size: 2rem;
}
#bottomnav .moduletable.mod-social.social.ico a {
  padding: 0;
  height: 1em;
  width: 1em;
}
.item-page.sides .page-header h2 {
  text-align: center;
}
ul.list-feat.icos {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.list-feat.icos li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  ul.list-feat.icos li {
    display: block;
    width: 100%;
  }
}
ul.list-feat.icos li i,
ul.list-feat.icos li a,
ul.list-feat.icos li h4 {
  display: block;
}
ul.list-feat.icos li h4:hover {
  text-decoration: underline;
}
ul.list-feat.icos li i:before {
  font-size: 6rem;
}
#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;
  font-size: 14px;
  font-weight: normal;
}
#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: 19.796px;
  line-height: 1.01em;
}
.quote,
#component .blockquote,
#component blockquote,
.jumbotron,
.lead,
legend {
  font-size: 19.796px;
  line-height: 2.021em;
}
h3,
.h3 {
  font-size: 27.992px;
  line-height: 0.71em;
}
h2,
.h2 {
  font-size: 39.58px;
  line-height: 1.01em;
}
h1,
.h1 {
  font-size: 55.966px;
  line-height: 0.715em;
}
h5,
h6,
.h5,
h6 {
  font-size: 1em;
  font-weight: bold;
}
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);
}
/*.item-page, .blogitem {

	p, li, blockquote, address {
		line-height: 1.8em;
		margin-bottom: 30px;
		font-size: 14px;
	}

	.news &, .actualites & {
		p {
			margin-bottom: 10px;
		}
	}
}*/
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: "Raleway", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px !important;
  font-weight: bold;
  letter-spacing: .1em;
}
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: #7F337E;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase,
.h1.uppercase,
.h2.uppercase,
.h3.uppercase,
.h4.uppercase,
.h5.uppercase,
.h6.uppercase {
  text-transform: uppercase;
}
.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;
}
.homepage .item-page h1,
.homepage .moduletable h1,
.homepage .item-page h2,
.homepage .moduletable h2,
.homepage .item-page h3,
.homepage .moduletable h3,
.homepage .item-page h4,
.homepage .moduletable h4,
.homepage .item-page h5,
.homepage .moduletable h5,
.homepage .item-page h6,
.homepage .moduletable h6,
.homepage .item-page .h1,
.homepage .moduletable .h1,
.homepage .item-page .h2,
.homepage .moduletable .h2,
.homepage .item-page .h3,
.homepage .moduletable .h3,
.homepage .item-page .h4,
.homepage .moduletable .h4,
.homepage .item-page .h5,
.homepage .moduletable .h5,
.homepage .item-page .h6,
.homepage .moduletable .h6 {
  text-align: center;
}
.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;
}
.out-stripe.dark h1,
.out-stripe.dark h2,
.out-stripe.dark h3,
.out-stripe.dark h4,
.out-stripe.dark h5,
.out-stripe.dark h6,
.out-stripe.dark .h1,
.out-stripe.dark .h2,
.out-stripe.dark .h3,
.out-stripe.dark .h4,
.out-stripe.dark .h5,
.out-stripe.dark .h6 {
  color: white;
}
.moduletable .custom h1,
.moduletable .custom h2,
.moduletable .custom h3,
.moduletable .custom h4,
.moduletable .custom h5,
.moduletable .custom h6,
.moduletable .custom .h1,
.moduletable .custom .h2,
.moduletable .custom .h3,
.moduletable .custom .h4,
.moduletable .custom .h5,
.moduletable .custom .h6 {
  display: inline-block;
  white-space: break-word;
}
.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;
}
.RedLine {
  position: relative;
}
.RedLine:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px solid #4BA3DF;
  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 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
span.subtitle {
  font-size: .45em;
}
.moduletable > h3 .subtitle,
.moduletable > h2 .subtitle {
  margin-top: 1em;
  /*font-size: 2rem;
		    color: @linkColor;
		    text-transform: none;
		    .BodyFont;*/
}
.outer-stripe .moduletable > h2 {
  text-align: center;
  position: relative;
}
.outer-stripe .moduletable > h2: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;
}
.custom.mod-introtext *:last-child {
  position: relative;
}
.custom.mod-introtext *:last-child: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;
}
.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: 16.968px;
  line-height: 2.357em;
}
ul.breadcrumb {
  font-size: 19.796px;
  line-height: 1.01em;
  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;
}
#mainnav #mainmenu ul.nav a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #4BA3DF;
}
#mainnav #mainmenu ul.nav a:hover,
#mainnav #mainmenu ul.nav a.hover {
  color: #425899;
}
.btn.round a {
  color: white;
}
.btn {
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  border-width: 2px !important;
}
.btn.clean,
.btn.btn-clean {
  border: none;
  font-weight: bold;
}
.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: "Raleway", Helvetica, Arial, sans-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.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: #425899;
}
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: #4BA3DF;
  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: #3c82b2;
  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 */
#component blockquote,
.quote {
  border-left: 0 !important;
  padding: 0;
  margin-bottom: 20px;
  color: #2d6286;
  display: table;
}
#component blockquote,
#component .quote {
  margin: 0 2em 20px 2em;
}
blockquote:before,
blockquote:after,
.quote:before,
.quote:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
}
blockquote:before,
.quote:before {
  content: "\f10d";
  padding-right: .3em;
  float: left;
}
blockquote:after,
.quote:after {
  content: "\f10e";
  padding-left: .3em;
  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: #9facd5;
}
.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 {
  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: #425899;
  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: bold;
}
.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 #7F337E;
  border-right: none;
}
.pager ul li + li {
  border-right: 1px solid #7F337E;
}
.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: #4BA3DF !important;
}
#tagline h3:first-of-type {
  margin-bottom: 0 !important;
  color: #1e6fa6;
}
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;
}
dl.article-info.muted dd.category-name:before {
  content: "/";
  padding-right: .7em;
  color: silver;
}
[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: #425899;
}
.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;
}
div:not(div#mainmenu) ul.nav.menu.horiz {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 35;
}
div:not(div#mainmenu) ul.nav.menu.horiz li {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
  position: relative;
  text-align: center;
  float: none !important;
}
div:not(div#mainmenu) ul.nav.menu.horiz li a {
  padding: 10px;
  text-align: center;
  display: block;
}
div:not(div#mainmenu) 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%;
}
div:not(div#mainmenu) ul.nav.menu.horiz .nav-child li {
  display: block !important;
  padding-top: 10px;
}
div:not(div#mainmenu) ul.nav.menu.horiz .nav-child:hover,
div:not(div#mainmenu) ul.nav.menu.horiz .nav-child.hover {
  display: block;
}
div:not(div#mainmenu) ul.nav.menu.horiz .deeper.parent {
  position: relative;
}
div:not(div#mainmenu) ul.nav.menu.horiz .deeper.parent.hover > ul,
div:not(div#mainmenu) ul.nav.menu.horiz .deeper.parent:hover > ul {
  display: block !important;
}
div:not(div#mainmenu) ul.nav.menu.horiz .deeper.parent > a:after {
  padding-left: .5em;
}
div:not(div#mainmenu) ul.nav.menu.nav-pills a {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
  font-weight: normal;
  border-radius: 3px;
  text-transform: uppercase;
}
div:not(div#mainmenu) ul.nav.menu.nav-pills a:hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills a.hover {
  background: rgba(127, 51, 126, 0.3);
}
div:not(div#mainmenu) ul.nav.menu.nav-pills li {
  padding: 0 1px;
}
div:not(div#mainmenu) ul.nav.menu.nav-pills li.current.active > a,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a:hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a.hover {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
div:not(div#mainmenu) ul.nav.menu.nav-pills li.current.active > a:hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a:hover:hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a.hover:hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li.current.active > a.hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a:hover.hover,
div:not(div#mainmenu) ul.nav.menu.nav-pills li a.hover.hover {
  background: #361636;
}
div:not(div#mainmenu) ul.nav.menu.nav-pills li.active.deeper.parent > a {
  border-color: #4BA3DF;
  background: sienna;
}
div:not(div#mainmenu) ul.nav.menu.pointer {
  position: relative;
  padding: 20px 5% 10px 5%;
  width: 100%;
  table-layout: fixed;
}
div:not(div#mainmenu) ul.nav.menu.pointer.auto {
  padding: 20px 0 10px 0;
  table-layout: auto;
}
div:not(div#mainmenu) ul.nav.menu.pointer:before,
div:not(div#mainmenu) ul.nav.menu.pointer:after {
  content: none;
}
div:not(div#mainmenu) ul.nav.menu.pointer li {
  display: table-cell;
}
div:not(div#mainmenu) ul.nav.menu.pointer li a {
  padding: 10px 3%;
}
@media only screen and (max-width: 480px) {
  div:not(div#mainmenu) ul.nav.menu.pointer {
    padding: 20px 0 10px 0;
  }
  div:not(div#mainmenu) ul.nav.menu.pointer li {
    display: inline-block !important;
    margin-bottom: 2px;
  }
  div:not(div#mainmenu) ul.nav.menu.pointer li a {
    min-width: 9em;
  }
  div:not(div#mainmenu) ul.nav.menu.pointer li .nav-child {
    display: none !important;
  }
}
div:not(div#mainmenu) ul.nav.menu.pointer > li:hover:before,
div:not(div#mainmenu) ul.nav.menu.pointer > li.hover:before,
div:not(div#mainmenu) ul.nav.menu.pointer > li.current.active:before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -19px;
  right: 0;
  left: 0;
  display: block;
  color: #4BA3DF;
}
.moduletable.menu-pointer {
  border-bottom: 2px solid #4BA3DF;
  margin-top: 20px;
  padding: 0 !important;
  background: transparent !important;
}
#breadcrumbs .moduletable {
  background: transparent !important;
  margin-bottom: 0;
}
#component > .blog .blogitem {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
#component > .blog .blogitem p.reserv,
#component > .blog .blogitem p.readmore {
  display: block;
}
@media only screen and (min-width: 481px) {
  #component > .blog .items-row.cols-1 .item-image,
  #component > .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: #425899;
}
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 #4BA3DF;
  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;
}
#component .blogitem .date {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-size: 1.6em;
}
#component .item-page .page-header h1 {
  text-transform: uppercase;
}
/* 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: #4BA3DF;
  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: #425899;
}
ul.actions-btns li:nth-of-type(odd) a:hover {
  background: #232f52;
}
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 #3c82b2;
  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(66, 88, 153, 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: #7F337E;
}
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: #425899;
  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: #7F337E;
  border-color: #7F337E;
  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: #7F337E !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: #7F337E;
}
.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;
}
div#footer_columns .moduletable {
  line-height: 1.8em;
}
@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;
}
.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;
}
.item-page.collection-art .pull-left.item-image {
  display: none;
}
#component .blog.collections .blogitem {
  margin-bottom: 0;
}
#component .blog.collections .blogitem > div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  #component .blog.collections .blogitem > div {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
#component .blog.collections .blogitem .side-txt {
  padding: 0 20px;
}
#component .blog.collections .blogitem .side-txt,
#component .blog.collections .blogitem .side-txt p {
  text-align: center !important;
}
#component .blog.collections .blogitem .side-txt p {
  margin-bottom: 0;
}
#component .blog.collections .blogitem p.readmore {
  text-align: center;
  margin-top: 20px;
}
#component .blog.collections .blogitem .item-image {
  margin: 0 !important;
  width: 100%;
  display: block;
}
#component .blog.collections .blogitem .item-image img {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  #component .blog.collections .row-leading:nth-of-type(even) .side-img {
    position: relative;
    left: 50%;
  }
  #component .blog.collections .row-leading:nth-of-type(even) .side-txt {
    position: relative;
    right: 50%;
  }
}
#component .blog.collections.blog-news .row-leading {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #4BA3DF;
}
#component .blog.collections.blog-news .row-leading .side-txt {
  text-align: left;
}
@media only screen and (min-width: 481px) {
  #component .blog.collections.blog-news .row-leading .side-txt {
    padding: 0 20px;
  }
}
.item-page.collection-art p.lead {
  text-align: center;
  font-weight: bolder;
}
.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;
  top: 80px;
}
.moduletable.jmg-art-img.fixed {
  background: gray;
}
.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;
}
.IcosHome {
  display: inline-block;
  color: #4BA3DF;
  float: none;
  margin: 0 auto;
  font-size: 4rem;
  width: auto;
}
.item-page .rw.w-icons.porquoi {
  padding-top: 40px;
  text-align: center;
}
.item-page .rw.w-icons.porquoi .col,
.item-page .rw.w-icons.porquoi .col p,
.item-page .rw.w-icons.porquoi .col i {
  text-align: center !important;
}
.item-page .rw.w-icons.porquoi .col {
  padding: 0 40px;
}
.item-page .rw.w-icons.porquoi i {
  display: inline-block;
  color: #4BA3DF;
  float: none;
  margin: 0 auto;
  font-size: 4rem;
  width: auto;
}
.item-page .rw.w-icons.porquoi ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
}
.item-page .rw.w-icons.porquoi ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.item-page .rw.w-icons.porquoi ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
  float: none;
  content: "\f111";
  font-size: .5em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}
.homepage .rw.col-ico-side i {
  display: inline-block;
  color: #4BA3DF;
  float: none;
  margin: 0 auto;
  font-size: 4rem;
  width: auto;
}
.homepage .rw.col-ico-side > div {
  padding-left: 10rem;
  position: relative;
}
.homepage .rw.col-ico-side > div,
.homepage .rw.col-ico-side > div h3,
.homepage .rw.col-ico-side > div p {
  text-align: left;
}
.homepage .rw.col-ico-side > div i {
  position: absolute;
  top: .8em;
  left: 1em;
  line-height: 1em;
}
.custom.mod-chiffres-cles ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.custom.mod-chiffres-cles ul li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: bold;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .custom.mod-chiffres-cles ul li {
    display: block;
  }
}
.custom.mod-chiffres-cles ul li span,
.custom.mod-chiffres-cles ul li h4 {
  display: block;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 3.8em;
  line-height: 1em;
  font-weight: lighter;
}
.blog.news p.readmore [class^="icon-"],
.blog.news p.readmore [class*=" icon-"] {
  margin: 0 !important;
  float: left;
}
.page-header h1,
div#photoframe h1,
.page-header h2,
div#photoframe h2,
.page-header h3,
div#photoframe h3,
.page-header h5,
div#photoframe h5,
.page-header h5,
div#photoframe h5,
.page-header h6,
div#photoframe h6 {
  text-transform: uppercase;
}
body.page-isotope #component > h2 {
  text-transform: uppercase;
}

/* alternate pages */

.rw.alternate > div {
  vertical-align: middle;
  text-align: center;
}

.item-page {
    counter-reset: item;
}


.rw.alternate:nth-of-type(even) {
    background: gainsboro;
}

/*.rw.alternate.visite h3:before {
    counter-increment: item;
    content: counter(item);
    font-weight: normal;
    color: white;
    background: #4aa3df;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: none;
    display: inline-block;
    vertical-align: baseline;
    margin-right: .5em;
    text-align: center;
}*/


.rw.alternate h3 {
    text-transform: uppercase;
    letter-spacing: 0;
}

.rw.alternate.reglementation .side-img p {
  font-size: 4rem;
  font-weight: bold;
  background: steelblue;
  width: 2em;
  height: 2em;
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  color: white;
  border-radius: 50%;
  z-index: 5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rw.alternate.reglementation .side-img p:after {
    width: 100vw;
    position: absolute;
    left: 2em;
    top: 50%;
    display: block;
    height: 3px;
    background: steelblue;
    content: "";
    margin-top: 0;
    z-index: 1;
  }
  .rw.alternate.reglementation .side-txt {
    background: inherit;
    position: relative;
    z-index: 10;
  }
  .rw.alternate.reglementation:nth-of-type(odd) .side-img p:after {
    left: auto;
    right: 2em;
  }
  .rw.alternate.reglementation:nth-of-type(odd) .side-txt {
    background: white;
  }
}


.rw.alternate.reglementation ul {
    list-style-type: none;
}

.rw.alternate.reglementation ul li:before {
    font-family: "FontAwesome";
    content: "\f111";
    padding-right: 1em;
    font-size: .5em;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .rw.alternate.reglementation .side-img {
    padding-top: 20px;
  }
}

/* ordered list mode */
ol.cell.shades {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  ol.cell.shades > li {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
  }
  ol.cell.shades {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.item-page {
  counter-reset: item;
}
ol.cell.shades h3:before {
  counter-increment: item;
  content: counter(item);
  font-size: 1em;
  font-weight: normal;
  color: white;
  background: #483d8b;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  float: none;
  display: inline-block;
  vertical-align: baseline;
  margin-right: .5em;
  text-align: center;
    display: block;
    margin: 20px auto;
}



ol.cell.shades:nth-of-type(odd) > li:nth-of-type(even) {
    background: gainsboro;
}

ol.cell.shades:nth-of-type(even) > li:nth-of-type(odd) {
    background: gainsboro;
}

ol.cell.shades > li {
padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  ol.cell.shades > li {
    padding: 20px;
  }
}

/* june fixes */
.item-page.news .pull-left.item-image {
    display: none;

 }

dl.article-info.muted span {
    font-size: 2rem;
    display: inline-block;
    vertical-align: text-bottom;
    float: none !important;
    line-height: 1em !important;
}

dl.article-info.muted dd.published {
    float: none !important;
}

body.adherents .outerbody {
    background: transparent !important;
}

body.adherents #content_middle #component {
    padding: 10px;
}

body.adherents .cl > div,
body.adherents div.boxy {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-bottom: 20px;
}

#content_middle #component {
    margin-bottom: 20px !important;
}

.pushy ul.nav .nav-child {
  display: block;
  position: relative !important;
}
.pushy ul.nav .nav-child li {
  text-indent: 1em;
}

.pushy ul.nav.menu a {
    height: 40px;
    line-height: 40px;
}


div#mainmenu .item-176.default { /*hides home link for desktop view*/
    display: none !important;
}


@media screen and (max-width: 991px) {
  .outertop .container,
  .outerheader .container {
    width: 100% !important;
  }
  
  div#topbar {
    text-align: center;
  }
}

@media (max-width: 767px) {
	div#topright {
	    float: none !important;
	    max-width: none !important;
	    text-align: center !important;
	    display: block !important;
	}
}



@media only screen and (max-width: 991px) {
  #header-right {
      width: 200px;
  }
}

@media only screen and (max-width: 991px) {
    #topright {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
.moduletable.banner-over-jmg.dark.container {
    padding: 40px !important;
    margin-bottom: 0 !important;
}

.wrap.boxes-btn.row {
    width: 100% !Important;
}

.col-sm-6.cell {
    margin-bottom: 20px;
}
  
.outerbody {
    background: white !important;
}

.out-stripe.outer-stripe2 {
    background: #425899;
}
  
.custom.banner-over-jmg.dark.container h2 {
    font-size: 3rem;
}
  
div#bottomnav ul,
.moduletable.mod-social.social.ico ul {
    text-align: center !important;
    margin-bottom: 20px !important;
  	width: 100%;
}

.moduletable.top-menu li a {
    font-size: 1rem;
}
  
.col-md-4.presta-item,
.col-md-3.presta-item {
    width: 100%;
}
  
s
ul.objectifs-list li {
    display: block !important;
    width: 95%;
    margin-bottom: 20px;
}
  
.notre-organisation .col-sm-4.presta-item,
.equipe-item {
    width: 100% !important;
}
  
}


@media screen and (max-width: 500px) {
#component .item-page .rw.alternate.visite .side-img img {
    max-width: 50vw !important;
}
}

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

.col-sm-4.equipe-item {
    height: 10em !important;
}

}

.pushy .mm-panels.mm-vertical {
    top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
.moduletable.banner-over-jmg.dark.container {
    padding: 20px !important;
}

.moduletable.banner-over-jmg.dark.container .boxes-btn {
    width: 100%;
}

.moduletable.banner-over-jmg.dark.container .boxes-btn .cell .btn-box h3 {
    width: 10em;
    margin: 0 auto;
}

}



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

.wrap.boxes-btn.row {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}
  
#homelogo > a, #homelogo2 > a {
    width: 70px;
    height: 70px;
}

}

.mod_jmg_amazing_page_header_background {
    background-size: cover !important;
}

.pushy-wrap ul.nav {
    margin-bottom: 40px;
}

.section.sides #content_middle {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
	.no-sub .wrapfold {
    padding-top: 123px;
    min-height: 0 !important;
	}
}

.homepage div#footerwrapper {
    margin-top: 40px;
}

@media (max-width: 600px) {
span.useWord-first {
    display: none;
}

}

/* Actus */
.blog.actus .top-wrap {
  position: relative;
  display: table;
}

.blog.actus .page-header h1 {
  text-align: center;
  font-size: 39.58px;
}


.blog.actus .top-content {
  position: absolute;
  right: 0;
  left: 0;
  padding: 20px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  top: 0;
  bottom: 0;
}

.blog.actus .top-wrap .item-image {
  margin: 0;
  background: black;
}
.blog.actus .top-wrap .item-image 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;
  filter: contrast(1.7);
  opacity: .7;
  margin-bottom: 0 !important;

}

.blog.actus .top-wrap h2 a {
  text-shadow: 0.05em 0.05em 0px #333, 0px 0px 1em black;
  color: white;
}


.blog.actus span.icon-calendar {
  display: none !important;
}
.blog.actus dl.article-info.muted dd {
  font-weight: bold;
  color: white;
  text-shadow: 0.05em 0.05em 0px #333, 0px 0px 1em black;
}
.blog.actus ul.tags.inline {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
.blog.actus ul.tags.inline a {
  background: steelblue;
  font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
  pointer-events: none;
  padding: .5em;
}
.blog.actus ul.tags.inline li {
  display: inline-block;
}
.blog.actus .top-wrap {
  position: relative;
  display: table;
  margin-bottom: 40px;
}
.blog.actus .top-wrap span.icon-calendar {
  display: none !important;
}
.blog.actus .top-wrap dl.article-info.muted dd {
  font-weight: bold;
  color: white;
}

.blog.actus.no-intro .txt-wrap {
  display: none;
}


.pagination ul {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  	padding: 0;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    border: 1px solid steelblue;
}

p.counter.pull-right {
    display: table;
    width: 100%;
    float: none;
    text-align: center;
}

div.pagination {
    display: block;
    text-align: center;
}


ul.tags.inline {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
ul.tags.inline a {
  background: steelblue;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5em;
}
ul.tags.inline li {
  display: inline-block;
}


ul.category.list-striped h3 {
    margin-top: 0 !important;
}

ul.category.list-striped li {
    list-style-type: none;
}

ul.category.list-striped h3:before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    float: left;
    padding-right: .3em;
}


@media screen and (max-width: 480px) {
  .accueil #bannerwrapper #photoframe .moduletable .homebanner-title {
    position: absolute;
    top: 120px;
    right: 40px;
    left: 40px;
  }
  .accueil #bannerwrapper #photoframe .moduletable .homebanner-title h2 + h2 {
    margin-bottom: 0 !important;
  }
  
  	.mod_jmg_amazing_page_header_layer_1_head h2 {
	    font-size: 3rem;
	    margin-bottom: 0 !important;
      	    max-width: 80vw !important;
		    letter-spacing: normal;
	}

	.mod_jmg_amazing_page_header_layer_1_text p:empty {
	    display: none;
	}
}


/* ie11 fix */

_:-ms-fullscreen, :root .blog.actus .top-wrap  {

 display: block !important;
 
}


@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .blog.actus .top-wrap {
    max-height: 400px !important;
    overflow: hidden;
  }
  _:-ms-fullscreen,
  :root .blog.actus .top-wrap h2 a {
    font-size: 22px !important;
    line-height: 1em !important;
    letter-spacing: 0px;
  }
}

/* small mobiles fix */

@media screen and (max-width: 360px)  {
	.blog.actus ul.tags.inline a {
	    font-size: 12px;
	}

	.blog.actus .top-wrap h2 a {
    font-size: 20px;
    line-height: 20px !important;
      letter-spacing: 0;
      display: inline-block;
	}
  
 	.blog.actus .page-header h1 {
  	text-align: center;
  	font-size: 18px !important;
	}

	.blog.actus .items-row .page-header h2 {
		margin: 0 !important;
	}
  
  	.blog.actus .top-content {
    padding: 10px !important;
	}
  
  	.blog.actus ul.tags.inline {
		margin-top: 0 !important;
        margin-bottom: 10px;
	}
  
  	.blog.actus .page-header {
		margin-bottom: 10px !important;
	}
  
  	#topbar ul.nav.menu.horiz li a {
    font-size: 12px;
	}
  
  	div#heading-right .btn {
    font-size: 12px;
    padding: 5px;
	}
}








/* events dynamic module */

#footer_columns #footer1 .moduletable ul.ebm-upcoming-events {
    margin-bottom: 20px !important;
}

.moduletable.upcoming-events .ebm-upcoming-events li {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.43em !important;
}

#footer_columns #footer1 .moduletable.upcoming-events ul.ebm-upcoming-events li .eb-event-short-description{
	color: white;
}

#footer_columns #footer1 .moduletable.upcoming-events ul.ebm-upcoming-events li .eb-event-short-description strong {
  font-weight: normal !important;
}

/*ul.ebm-upcoming-events.ebm-upcoming-events-default a:before,*/
.moduletable.upcoming-ev-section ul.menu li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f18e";
}

.col .moduletable.upcoming-ev-section ul.menu a:hover:before {
	color: #7F337E;
}

.moduletable.upcoming-events > h3 {
    font-size: 2.4rem !important;
}


ul.ebm-upcoming-events.ebm-upcoming-events-default a {
    font-size: 2rem;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.50);
}

ul.ebm-upcoming-events.ebm-upcoming-events-default a:hover {
  text-decoration: underline;
}

.moduletable.upcoming-events p.event-btn {
    text-align: center;
}

.moduletable.upcoming-events p.event-btn .btn {
    border: none !important;
}

@media screen and (min-width: 768px) {
	div#footer_columns .moduletable {
	    height: 340px !important;
	}
}

/*@media screen and (max-width: 767px) {
	ul.jf_sidebuttons.left {
    position: fixed;
    bottom: 0;
    top: auto;
    transform: none;
	}
}*/



.moduletable.social-btns-static ul.jf_sidebuttons.mobile {
  position: fixed;
  bottom: 0;
  top: auto;
  transform: none;
  right: 0;
  left: 0;
  z-index: 999;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile li {
  display: table-cell;
  text-align: center;
}

.moduletable.social-btns-static ul.jf_sidebuttons.mobile li:first-child a {
  background: deepskyblue;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile li:first-child + li a {
  background: dodgerblue;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile li:first-child + li + li a {
  background: firebrick;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile li:first-child + li + li + li a {
  background: orange;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile li:first-child + li + li + li + li a {
  background: goldenrod;
}


.moduletable.social-btns-static ul.jf_sidebuttons.mobile li span {
  width: 0;
  font-size: 0;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile a {
  left: 0;
  margin: 0;
  min-width: unset;
  color: white;
  background: silver;
  padding: 0;
  height: 45px;
}
.moduletable.social-btns-static ul.jf_sidebuttons.mobile a i {
  width: auto !important;
  position: relative;
  padding: 0 !important;
}

.moduletable.social-btns-static ul.jf_sidebuttons.mobile a i {
  width: auto !important;
  position: relative;
  padding: 0 !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
	.cpnb-m-cookies-floatButton {
	    bottom: 50px !important;
	}
}

.item-page.news h4 {
    letter-spacing: 0;
    line-height: 20px !important;
    font-size: 20px !important;
}



.moduletable.upcoming-events h3.h2 a {
    white-space: normal;
    overflow-wrap: break-word;
}

.ebm-upcoming-events-improved div.ebm-event-date {
    line-height: 1em;
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
}


@media only screen and (min-width: 992px) {
	body#id405 .wrapfold {
	    padding-top: 123px;
	    min-height: 0 !important;
	}
}

/* nov 2019 fixes */
.allmode-box.allmode-boxes.cmie-front-actus .allmode-showall {
  text-align: center;
}
.allmode-box.allmode-boxes.cmie-front-actus .allmode-showall a {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
  display: inline-block;
  padding: 5px 1em;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  white-space: normal;
  border-radius: 5px;
  font-weight: bold;
}
.allmode-box.allmode-boxes.cmie-front-actus .allmode-showall a:hover {
  background: #361636;
}
.allmode-box.allmode-boxes.cmie-front-actus > .rw {
  margin-bottom: 40px;
}
.moduletable.cmie-front-actus {
  margin-bottom: 60px;
}
.moduletable.cmie-front-actus h3.allmode-title {
  text-align: left !important;
}
.moduletable.cmie-front-actus .allmode-text {
  text-align: left;
}
.out-stripe.outer-news.dark {
  background: rgba(40, 95, 123, 0.8);
}
.moduletable.mod-chiffres-cles h2 {
  display: block;
}
.cmie-front-actus .allmode-img {
  margin-bottom: 20px !important;
}
.cmie-front-actus p.allmode-readmore a {
  padding: 10px;
  border: 1px solid white;
  display: inline-block;
  margin-top: 20px;
}
.cmie-front-actus p.allmode-readmore a:hover {
  background: #7F337E;
}
.allmode-box.allmode-boxes.cmie-front-actus .allmode-showall a {
  padding: 10px 20px;
}
.moduletable.cmie-front-actus h3.allmode-title {
  font-size: 2.2rem !important;
}

.moduletable.cmie-front-actus h2 {
    margin-bottom: 40px !important;
}

.allmode-box.allmode-boxes.cmie-front-actus > .rw {
    margin-bottom: 0px;
}

body.homepage .out-stripe {
    padding: 30px 0 !important;
}

.outerbottom, .outer-stripe1, .outer-stripe3 {
    background: rgba(81, 134, 162, .9) !important;
}

.allmode-box.allmode-cmie.ils-ont-choisi .slick-dots {
    display: none !important;
}


/* Prod mainmenu fix */

div#mainmenu .moduletable {
    margin: 0 !important;
    height: auto;
    padding-top: 5px;
}

#outertop #topbar .moduletable.top-menu li:last-child {
    padding-right: 0 !important;
}

@media only screen and (min-width: 992px) {
	#header-right {
	    width: 158px !important;
	}
}


div#heading-right .moduletable {
    padding: 0;
}



table#tablePreview thead {
    background: silver;
}


.moduletable.mod-contact-box-footer.dark.tertiary .btn-primary {
    border: none !important;
}


/* missions page */

.row.mission-blocks .cmie-item {
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
    padding: 0 15px;

}

.row.mission-blocks .cmie-item a {
    display: inline-block;
    vertical-align: middle;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.row.mission-blocks .cmie-item a {
	    min-height: 300px;
	}
  
  .objectifs-list li {
    min-height: 280px !important;
	}
  
}

@media screen and (min-width: 992px) {
	.row.mission-blocks .cmie-item a {
	    min-height: 270px;
	}
	}


@media screen and (max-width: 767px) {
	.row.mission-blocks .cmie-item  {
	    min-height: unset;
	    padding: 0 15px;
	    margin-bottom: 20px !important;
	    display: block !important;
	}

	.row.mission-blocks .cmie-item a  {
	    min-height: auto;
	    display: block !important;
	}
}


@media screen and (max-width: 767px) {
	ul.objectifs-list.mission-list li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    min-height: auto;
	}
}

.adherer-block {
    padding: 40px;
    border: 2px solid;
    margin-bottom: 20px;
}

.btn-void {
    background: transparent!important;
    border: 1px solid !important;
    text-transform: none !important;
}

.btn-void:hover {
    background: gainsboro !important;
}

a.ico.login.salaries {
  background: #4AA3DF;
  font-weight: bold !important;
}

a.ico.login.salaries:hover {
  color: white !important;
  background: dodgerblue !important;
}




.out-stripe.outer-news.dark {
    background: rgba(40, 95, 123, 1);
}

#slide-2 .moduletable.banner-over-jmg.dark.container,
#slide-2 .moduletable.banner-over-jmg.dark.container > div  {
    width: 100% !important;

}



/* Actus new img */

.blog.actus .top-wrap .item-image img {
    object-fit: cover !important;
    position: relative;
    z-index: 3;
    min-height: 100%;
    min-width: 100%;
}

.blog.actus .top-wrap div {
    height: 340px;
    display: block;
    overflow: hidden !important;
    min-height: 100% !important;
      min-width: 100%;
}

.blog.actus .top-content {
    position: absolute;
    z-index: 55;
}

.blog.actus .top-wrap {
    display: block;
}

.blog.actus ul.tags.inline li {
    line-height: 40px;
    display: inline-block;
}


@media screen and (max-width:991px) {
.top-content h2 {
    margin-top: 0 !important;
}

.top-content h2 {
    font-size: 2.4rem !important;
}
}

@media screen and (max-width:767px) {
.blog.actus .top-wrap .item-image {
    position: relative;
    margin-bottom: 20px;
    float: none !important;
}

.blog.actus .top-content {
    position: absolute;
}

.blog.actus .top-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
}

li.jqtree_common.jqtree-folder.jqtree-selected.k-is-active li {
    text-indent: 1em;
}

span.jqtree-title.jqtree_common {
    padding-left: .5em;
}

@media screen and (max-width: 767px) {
.moduletable.jmg-art-img.fixed img {
    position: fixed;
    width: auto;
    max-width: none !important;
    height: 100% !important;
}
}

@media screen and (max-width: 579px) {
.moduletable.banner-over-jmg.dark.container {
    padding: 0 !important;
}

.wrap.boxes-btn.row {
    padding: 10px;
}

}


#component .item-page.news .page-header h1 {
    text-align: center;
    font-size: 39.58px;
}


@media screen and (max-width: 767px){
.cpnb-m-cookies-floatButton {
    left: auto !important;
    right: 10px !important;
    bottom: 100px !important;
}
}

.pushy li {
    position: relative;
    z-index: 999;
}

/* prepod */
@media (min-width: 992px) {
  body.covid .col-md-9 {
    width: 66.66666667%;
  }
  body.covid .col-md-3 {
    width: 33.33333333%;
  }
}
#mainnav a.covid:after {
  background: red !important;
}
@media screen and (max-width: 767px) {
  .row.icos-sections .cmie-item {
    display: block;
  }
}
.row.news-sides > div {
  padding: 0;
}
.moduletable.news-bottom-btn {
  margin-top: 20px;
}
.row.news-sides .raxo-prime article {
  flex-basis: 200px;
  min-width: 200px;
}

/* new feature covid position */
div#feat-stripe-covid {
  background: url(../../../../templates/cmie1.7/css/img/covid-background-min.jpg);
  background-size: cover;
  background-attachment: fixed !important;
}
.moduletable.feature-covid h2,
.moduletable.feature-covid h2 span {
  color: white;
}
.feature-covid a.ico-large {
  display: block;
}
.custom.feature-covid h4 {
  display: block;
}
.custom.feature-covid h3 + h4 {
  margin-top: 0;
}
.custom.feature-covid h3 {
  font-size: 2.8rem !important;
}
.cmie-front-actus .raxo-prime .allmode-showall {
  display: table;
  text-align: center;
  margin: 20px auto;
  float: none;
  border: 2px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  line-height: 1em;
  background: #7F337E;
}
.cmie-front-actus .raxo-prime .allmode-showall:hover {
  background: #361636;
}
.feature-covid a.ico-large img {
  width: 80px;
}
h3.single-line {
  padding: 10px;
}
.moduletable.feature-covid h2 span.subtitle {
  font-size: 2.4rem;
  margin-top: 0;
    line-height: 1em;
}
/*.covid-section .mod_jmg_amazing_page_header_wrapper {
  margin-top: 70px;
}*/
.raxo-category {
  color: white;
}
article.raxo-item.raxo-category-id35 .raxo-category {
  background: midnightblue;
}
article.raxo-item.raxo-category-id37 .raxo-category {
  background: purple;
}
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child li.item-1505 {
  background: midnightblue;
}
.covid-section .moduletable.cmie-front-actus span.subtitle {
  margin-top: 0;
  font-size: 2.6rem;
}
.custom.feature-covid h3 {
  text-transform: uppercase;
}
.custom.feature-covid h4 {
  font-style: italic;
  margin-top: -20px !important;
  text-indent: 3em;
  font-weight: normal;
}
.custom.feature-covid a.ico-large:hover {
  opacity: .5;
}
.custom.feature-covid h3,
.custom.feature-covid h4 {
  letter-spacing: 0;
}
.subtitle {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  ul.nav-child.container img {
    display: inline-block;
    padding-right: 10px;
    width: 40px;
  }
}
@media screen and (min-width: 992px) {
  ul.nav-child.container img {
    width: 50px;
    filter: brightness(5);
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a {
    display: table !important;
    text-align: center;
  }
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a img,
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
  }
  ul.nav-child.container img {
    margin-left: 5px;
    display: inline-block;
    width: 40px;
  }
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a {
    display: table !important;
    text-align: center;
  }
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a img,
  #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li ul.nav-child > li a span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
  }
  li.item-1506 {
    /* salaries item */
    background: #4AA3DF !important;
  }
  li.item-1506:hover {
    background: black !important;
  }
  li.item-1505 {
    /* entreprises item */
    background: #425899 !important;
  }
  li.item-1505:hover {
    background: black !important;
  }
  li.item-1508 {
    /* teleconsult */
    background: purple !important;
  }
  li.item-1508:hover {
    background: black !important;
  }
}


/* Prod fix */

#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child, #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child, #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child {
    background: transparent !important;
}

#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child > li,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child > li,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child > li {
    background: steelblue;
}

#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child > li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li:hover > .nav-child > li:hover,
#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.hover > .nav-child > li:hover {
    background: purple;
}


body.entreprises #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child > li,
body.entreprise #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child > li {
    background: #483D8B !important;
}

body.salaries #headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child > li {
    background: #4AA3DF !important;
}



div#top-of-page #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-1609 li {
    background: midnightblue !important;
}

div#top-of-page #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-1609 li.active {
    background: purple !important;
}

div#top-of-page #headerwrapper #mainnav #mainmenu ul.nav.mod-table li.item-1609 li:hover {
    background:  #7F337E !important;
}




/*end prod fix */

.covid-section .moduletable.cmie-front-actus {
    margin-top: 40px;
}

.raxo-prime .raxo-category {
    text-transform: uppercase;
}

.custom.feature-covid h3, .custom.feature-covid h4 {
    color: midnightblue;
}

.row.covid-feat > div:hover > div {
    background: azure;
}

.moduletable > h2 {
    text-transform: uppercase;
}

.moduletable > h2 span.subtitle {
    text-transform: none !important;
}


.row.covid-feat .custom {
    padding: 20px !important;
}

.row.covid-feat p:last-child {
    margin-bottom: 0;
}

.raxo-wrap h3.raxo-title {
    font-family: "Raleway", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
}





.formResponsive .rsform-block.rsform-block-datenaissance select {
    display: table-cell;
    width: auto !important;
}

.rsform-block.rsform-block-datenaissance .formBody {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}



@media screen and (min-width: 992px) {
	.allmode-box.raxo-prime.cmie-front-actus.salaries-masonry .raxo-top,
	.allmode-box.raxo-prime.cmie-front-actus.salaries-masonry .raxo-normal,
	.allmode-box.raxo-prime.cmie-front-actus.salaries-masonry article {
	    min-width: 360px;
	    flex-basis: 360px;
	}
}

.moduletable.covid-more-articles > h2 {
    font-size: 24px;
}

.custom.feature-covid .btn-lg {
    border: 2px solid white !important;
}

.blog.actus.news.no-sub.no-intro h2 a {
    font-size: 24px;
    letter-spacing: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) and (orientation: portrait) {
    #photoframe .moduletable.jmg-art-img.fixed img {
        position: fixed !important;
        top: 80px !important;
        right: 0;
        left: 0;
        min-height: 100vh !important;
        max-width: 150% !important;
        z-index: 0;
    }
  
     h2#prestations {
    	top: auto !important;
    }
  
    div#footer_columns .moduletable {
    height: 440px !important;
	}
  
    .outerfooter.dark {
        padding-top: 40px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {

  .col-md-4.col-sm-4.custom.mod-prestations > div {
      min-height: 300px;
  }

}


@media screen and (max-width: 767px) {
    .row.covid-feat .col-md-4.col-sm-4.custom.mod-prestations > div > div {
        padding: 40px 20px;
    }
  
    .moduletable.feature-covid > h2 {
    margin-top: 20px;
	}
}


.pushy-wrap img {
    display: none !important;
}


/* Survey section */
form#surveyForm {
    padding: 0 !important;
}

h1.survey-title {
    font-weight: bold !important;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

form#surveyForm input[type="checkbox"].mgc {
  width: 20px !important;
  height: 20px !important;
  font-size: 3rem;
}
form#surveyForm .mgc:checked:after {
  width: 10px;
  height: 10px;
  font-size: 1rem;
  left: 4px;
  top: 2px;
}
form#surveyForm input[type="checkbox"].mgc:hover {
  background: gainsboro;
}
form#surveyForm input[type="checkbox"].mgc {
  border-color: steelblue;
}


form#surveyForm .alert.alert-error.alert-validation-error {
  background: mistyrose;
  color: red;
  font-weight: bold;
}
form#surveyForm .alert.alert-error.alert-validation-error i.fa {
  font-size: 3rem;
  float: left;
  padding-right: .3em;
}
form#surveyForm .alert.alert-error.alert-validation-error {
  background: mistyrose;
  color: red;
  font-weight: bold;
}
form#surveyForm .alert.alert-error.alert-validation-error i.fa {
  font-size: 3rem;
  float: left;
  padding-right: .3em;
}

form#surveyForm #cj-wrapper .grid-table .grid-row {
  line-height: 30px;
}

form#surveyForm h3.page-header {
  font-size: 3rem !important;
  color: steelblue;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: bold;
}

form#surveyForm .panel-title {
  font-size: 2rem !important;
  color: purple !important;
}

form#surveyForm .input-group.datetime input {
  height: 30px;
}

form#surveyForm input[type="text"] {
  height: 30px;
}

div#eb-event-page ul {
    display: table;
}


@media only screen and (min-width: 768px) {
        #bottomnav .moduletable.footer-preseanse {
            display: block !important;
            vertical-align: middle;
            float: right !important;
            max-width: 260px;
        }
}

#bottomnav .moduletable.footer-preseanse p {
    margin-bottom: 0;
}


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

        #bottomnav .moduletable.footer-preseanse {
            max-width: 200px;
            display: block;
            text-align: center;
            margin: 0 auto
        }

}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__link .overflow_container {
    color: midnightblue !important;
    line-height: 20px;
    text-transform: unset !important;
    text-align: left;
}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__link .overflow_container:hover {
    color: purple !important;
}

.item-page .k-ui-namespace .koowa_media--gallery .koowa_media__item__link:before {
    color: midnightblue !important;
    font-size: 25px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    float: left;
    padding: 10px;
  content: none !important;
}

@media screen and (min-width: 768px) {
  .mod_docman a.koowa_media__item__link {
    display: block !important;
    height: 600px !important;
  }
}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__link .overflow_container:before {
    font-family: "FontAwesome";
    display: block;
    font-weight: 900;
    content: "\f15c";
    color: midnightblue !important;
    font-size: 25px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    padding: 1px;
}

.item-page .koowa_media__item__content.document {
    padding: 40px;
}

.item-page .k-ui-namespace .mod_docman .koowa_media--gallery .koowa_media__item {
    display: inline-block;
    float: none;
    padding: 15px !important;

}


@media screen and (min-width: 768px) {
	.item-page .k-ui-namespace .mod_docman .koowa_media--gallery .koowa_media__item {
		width: 50% !important;
	}
}



.item-page .koowa_header__item.koowa_header__item--title_container {
    display: block;
    width: 100%;
}

.nos-prestations .outerfooter.dark {
    padding-top: 40px;
}

.blog.actus .page-header.page-subhead .subheading-category {
    font-weight: bolder !important;
    color: #425899;
}

.mod_jmg_amazing_page_header_layer_1_head h1 {
    font-size: 39.58px;
    line-height: 1em !important;
    margin-bottom: 0 !important;
}


.blog.actus ul.tags.inline a {
    pointer-events: all;
}


#component .tag-category form {
    background: none;
    padding: 0;
}

/* pagination fix */
#component .pagination ul li {
  border: none;
}
#component .pagination ul > li > a,
#component .pagination ul > li > span {
  float: none;
  padding: 0 !important;
  border: none;
}
#component div.pagination {
  height: auto;
}
#component .pagination ul {
  display: block !important;
}
#component .pagination ul li {
  display: inline-block;
  margin-bottom: 5px;
}

#component .pagination ul > li {
  border: 1px solid silver;
}

#component .tag-category form {
    border: 3px solid gainsboro;
    border-radius: 5px;
}

.tag-category form table {
    margin-bottom: 0;
}

.pagination p {
    color: steelblue;
    font-weight: bolder;
}

.rw.w-icons.porquoi img {
    width: initial;
}

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

	div#stripe-2 .custom.mod-prestations div {
	    padding: 20px !important;
	}
  
  	div#easyparallax-279 {
    display: none;
	}
  
  	.custom.feature-covid .btn-lg {
    font-size: 1.7rem !important;
	}  
  
	div#gototop {
    position: fixed;
    bottom: 30px;
	}

	div#gototop img {
	    border: 1px solid white;
	    border-radius: 50%;
	}
  
  	#component .item-page.prestations .col-md-3.cmie-item img {
    float: left !important;
    margin: 0;
    padding-right: 1em;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
    padding-left: 1em;
	}
  
  	.item-page.prestations .cmie-item a {
    text-align: left;
	}
  
  	#component form .rsform-block-acceptation label {
    text-align: justify;
	}
  
  
	.outerfooterbottom {
    padding: 0 !important;
		}

		div#footerwrapper {
		    padding: 0 !important;
		}

		.moduletable.newsletter-sib.container.dark {
		    margin: 0 !important;
		}
  
  		#component form .rsform-block-typecontact .formBody label img {
		    width: 40px;
		    height: 40px;
		    display: block;
		}

		#component form .rsform-block-typecontact .formBody label {
		    line-height: 1em;
		}
  
  		.rw.alternate.visite img {
		    width: 100px;
		}
}


.item-page.no-img.qui-sommes .cmie-item img {
    float:none;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
	#component .qui-sommes .col-sm-4.cmie-item {
	    width: 100%;
	}

	#component .qui-sommes .col-sm-4.cmie-item a {
	    display: block;
	    width: 100% !important;
	    height: 10em;
	    text-align: center;
	    margin: 0 auto;
	}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	div#footer_columns .moduletable {
	    height: 440px !important;
	}
}

.row.mission-blocks .cmie-item a img {
    padding: 10px;
}

.row.mission-blocks .cmie-item {
    padding: 0 10px;
}

#component .item-page video {
    display: block;
    height: auto;
    margin: 20px 0;
}

.part-item img {
    margin-bottom: 20px;
}

@media screen and (max-width:991px) {
    .part-item img {
        margin: 0 auto;
    }
}

.part-item img {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
}

@media screen and (max-width:991px) {
    body .offre-emploi-allmode .allmode-items .allmode-plus {
        position: relative !important;
        margin-top: 20px !important;
    }
}

@media screen and (max-width:767px) {
    .allmode-box.allmode-list.offre-emploi-allmode .allmode-item {
        display: block !important;
        width: 100%;
    }
}


.allmode-box.raxo-prime.covid-more-articles .raxo-item {
    min-height: 220px;
}


@media screen and (max-width: 579px) {
    body.actualites .mod_jmg_amazing_page_header_layer_1_head h1,
    .mod_jmg_amazing_page_header_layer_1_head h2 {
        font-size: 3rem;
    }
}


.mod_jmg_amazing_page_header_layer_1_head {
    text-shadow: 1px 1px 0px black, 0px 0px 3em black !important;
}

@media screen and (max-width: 599px) {
	.item-page .k-ui-namespace .mod_docman .koowa_media--gallery .koowa_media__item,
	.k-ui-namespace .mod_docman .koowa_media--gallery .koowa_media__item__content,
	.koowa_media__item.row1  {
	    display: block;
	    width: 100% !important;
	}
}

.espace-adherents .col-md-6.item-entreprises {
    vertical-align: top !important;
    padding: 0 !important;
    margin-bottom: 20px;
  	padding: 0 15px !important;
}
/* 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: gainsboro !important;
  /*&:hover {
				color: @darkLinkHover !important;
			}

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

			&:visited {
				@linkColor !important;
			}*/
}
.PrimaryBtnLike {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
}
.PrimaryBtnLike:hover,
.PrimaryBtnLike.hover {
  background: #361636;
}
.DefaultBtnLike {
  background: transparent;
  color: #7F337E !important;
  border: 1px solid #7F337E;
}
.DefaultBtnLike:hover,
.DefaultBtnLike.hover {
  background: rgba(127, 51, 126, 0.3);
}
.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;
}
.FaIco {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.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: #7F337E;
}
.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: #9f669e;
}
.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;
}
#slideshow #photoframe .moduletable.slide-ck,
#slideshow #photoframe .moduletable.parallax-mod,
#slideshow #photoframe .moduletable .sketcharticleimage {
  height: 55vw;
}

.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: #425899;
  /*&: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;
  }
}
.isotope-div.row .isotope_button-group .btn:active,
.isotope-div.row .isotope_button-group .btn.is-checked,
.isotope-div.row .isotope_button:active,
.isotope-div.row .isotope_button.is-checked {
  background-color: #7F337E !important;
  color: white !important;
  border-color: #7F337E !important;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
}
.isotope_grid .isotope_item .art-title a {
  color: #425899;
  font-size: 16px;
}
.isotope_grid .isotope_item .art-title a:hover,
.isotope_grid .isotope_item .art-title a.hover {
  color: #7F337E;
}
.formResponsive > h3,
.formResponsive h2 {
  text-transform: none;
}
.formResponsive .rsform-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .formResponsive .rsform-block {
    width: 33%;
  }
  .formResponsive .rsform-block.rsform-block-objet {
    width: 66%;
  }
  .formResponsive .rsform-block.rsform-block-message,
  .formResponsive .rsform-block.rsform-block-captcha,
  .formResponsive .rsform-block.rsform-block-envoyer,
  .formResponsive .rsform-block.table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .formResponsive .rsform-block {
    display: block;
    width: 100%;
  }
}
.formResponsive .formSpan12 {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 120% !important;
}
.formResponsive .rsform-block input,
.formResponsive .rsform-block select,
.formResponsive .rsform-block textarea {
  width: 100% !important;
  border: 2px solid gainsboro;
}
.formResponsive .formBody {
  float: none !important;
}
.formResponsive .formControlLabel {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.formResponsive p.formDescription:empty {
  display: none;
}
.formResponsive button {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.formResponsive button:hover,
.formResponsive button.hover {
  background: #361636;
}
body.page-isotope {
  /*@colorA: @shade-dark;
				.isotope_item.suivi-individuel-renforce-sir,
				button.btn.btn-sm.iso_button_cat_suivi-individuel-renforce-sir.is-checked,
				button.btn.btn-sm.iso_button_cat_suivi-individuel-renforce-sir:hover {
			    	background: @colorA !important;
			    	color: white;

				    li, p, strong {
				    	color: white;
				    }

			    }
			    button.btn.btn-sm.iso_button_cat_suivi-individuel-renforce-sir {
			    	border-color: @colorA !important;
			    	color: @colorA !important;

			    	&:hover, &.is-checked {
			    		color: white !important;
			    	}
			    }


	//Color B
	//
	@colorB: @shade-darker;
    .isotope_item.suivi-individuel-adapte-sia,
    button.btn.btn-sm.iso_button_cat_suivi-individuel-adapte-sia.is-checked,
     button.btn.btn-sm.iso_button_cat_suivi-individuel-adapte-sia:hover
     {
    	background: @colorB !important;
    	color: white;

	    li, p, strong {
	    	color: white;
	    }
    }
    button.btn.btn-sm.iso_button_cat_suivi-individuel-adapte-sia {
    	border-color: @colorB !important;
    				color: @colorB !important;

			    	&:hover, &.is-checked {
			    		color: white !important;
			    	}
    }

	// general case exception
	// Color C
	@colorC: @sec-color;
	.isotope_item.suivi-individuel-simple-si {
    width: 97.5% !important;
    background: @colorC !important;
    color: white;
	    li, p, strong {
	    	color: white;
	    }
	}
	button.btn.btn-sm.iso_button_cat_suivi-individuel-simple-si.is-checked,
	button.btn.btn-sm.iso_button_cat_suivi-individuel-simple-si:hover {
		background: @colorC !important;
	}
	button.btn.btn-sm.iso_button_cat_suivi-individuel-simple-si {
		border-color: @colorC !important;
		    		color: @colorC !important;

			    	&:hover, &.is-checked {
			    		color: white !important;
			    	}
	}

	//Color D
	@colorD: @shade-darkest;
	.isotope_item.suivi-saisonnier-ss {

		    background: @colorD !important;
    		color: white;
	    li, p, strong {
	    	color: white;
	    }
	}
	button.btn.btn-sm.iso_button_cat_suivi-saisonnier-ss.is-checked,
	button.btn.btn-sm.iso_button_cat_suivi-saisonnier-ss:hover {
		background: @colorD !important;
	}

	button.btn.btn-sm.iso_button_cat_suivi-saisonnier-ss {
		border-color: @colorD;
		    		color: @colorD !important;

			    	&:hover, &.is-checked {
			    		color: white !important;
			    	}
	}*/
}
body.page-isotope #component {
  padding: 0 !important;
}
body.page-isotope #component > h2 {
  text-align: center;
}
body.page-isotope a.isotope-readmore-title.btn.btn-default:hover {
  background: #7F337E;
  color: white !important;
}
body.page-isotope .isotope_item {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: left;
  border-top: 3px solid #7F337E;
}
@media only screen and (min-width: 992px) {
  body.page-isotope .isotope_item {
    min-height: 18em !important;
  }
}
body.page-isotope .isotope_item p.iso-cat {
  font-weight: bold;
}
body.page-isotope .isotope_item > h4 a:hover {
  text-decoration: underline;
}
body.page-isotope .isotope_item ul,
body.page-isotope .isotope_item li,
body.page-isotope .isotope_item p {
  text-align: left;
}
body.page-isotope .isotope_item.iso_cat_20.suivi-individuel-simple-si,
body.page-isotope .isotope_item.suivi-individuel-simple-si {
  width: 97.3% !important;
}
body.page-isotope body.page-isotope .isotope_item {
  background: transparent;
}
body.page-isotope .isotope_button-group .btn:active,
body.page-isotope .isotope_button-group .btn.is-checked,
body.page-isotope .isotope_button:active,
body.page-isotope .isotope_button.is-checked {
  background: #7F337E;
  color: white !important;
}
body.page-isotope .isotope_button-group .btn:active,
body.page-isotope .isotope_button:active {
  box-shadow: none;
}
body.page-isotope .iso_search.fg-c12.fg-cs12.fg-row.fg-center {
  width: 15em;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.page-isotope .iso_search.fg-c12.fg-cs12.fg-row.fg-center input {
  border-color: #425899;
  border-width: 1px;
  color: #425899;
  padding: 5px;
}
body.page-isotope .isotope_button-group.filter-button-group-tags.fg-c7.fg-cs12,
body.page-isotope .isotope_button-group.filter-button-group-cat.fg-c7.fg-cs12 {
  width: 100% !important;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #425899;
  padding-bottom: 20px;
  border-top: 1px solid #425899;
  padding-top: 20px;
}
body.page-isotope .isotope_button-group.filter-button-group-tags.fg-c7.fg-cs12 button,
body.page-isotope .isotope_button-group.filter-button-group-cat.fg-c7.fg-cs12 button {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
body.page-isotope .isotope_button-group.filter-button-group-tags.fg-c7.fg-cs12 button:hover,
body.page-isotope .isotope_button-group.filter-button-group-cat.fg-c7.fg-cs12 button:hover {
  background: #7F337E;
  color: white !important;
}
.moduletable.suivi-articles ul ul {
  padding-left: 20px;
}
.moduletable.suivi-articles ul {
  padding: 0;
  margin-bottom: 20px;
}
.moduletable.suivi-articles ul li {
  text-indent: 0;
  list-style-type: none;
}
.moduletable.suivi-articles ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.moduletable.suivi-articles ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* slick.js */
button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 55;
}
button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 55;
}
button.slick-arrow {
  background: transparent;
  font-size: 0;
  border: none;
}
button.slick-arrow:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 6rem;
  color: #4BA3DF;
  line-height: 1em;
}
button.slick-arrow.slick-prev:before {
  content: "\f053";
}
button.slick-arrow:hover {
  background: transparent !important;
  color: #4676b5 !important;
}
button.slick-arrow:hover:before {
  color: #4676b5 !important;
}
button.slick-arrow:focus,
button.slick-arrow:active {
  outline: none;
  background: transparent !important;
}
button.slick-arrow:focus:before,
button.slick-arrow:active:before {
  color: #4676b5 !important;
  background: transparent !important;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 65;
  display: inline-block;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  height: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.allmode-topbox.allmode-cmie.allmode-slick.slick-initialized.slick-slider.slick-dotted {
  padding: 0 5rem;
}
.moduletable.ils-ont-choisi {
  text-align: center;
}
.moduletable.ils-ont-choisi .allmode-topitem {
  padding: 0 15px;
}
.moduletable.ils-ont-choisi .allmode-showall {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.moduletable.ils-ont-choisi .allmode-showall > a {
  background: #7F337E;
  color: white !important;
  border: 1px solid #7F337E;
  display: inline-block;
  padding: 5px 1em;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  white-space: normal;
  border-radius: 5px;
  font-weight: normal;
}
.moduletable.ils-ont-choisi .allmode-showall > a:hover,
.moduletable.ils-ont-choisi .allmode-showall > a.hover {
  background: #361636;
}
.moduletable.ils-ont-choisi .allmode-showall > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  float: left;
  padding-right: .3em;
}
.moduletable.ils-ont-choisi .allmode-topbox h3,
.moduletable.ils-ont-choisi .allmode-topbox h4,
.moduletable.ils-ont-choisi .allmode-topbox h5 {
  text-align: center;
}
.moduletable.ils-ont-choisi .allmode-topbox h3.allmode-title a {
  pointer-events: none;
}
.moduletable.ils-ont-choisi .allmode-topbox h3 {
  font-size: 2rem;
}
.moduletable.ils-ont-choisi .allmode-topbox h4 {
  font-size: 1.4rem;
}
.moduletable.ils-ont-choisi .allmode-topbox p {
  font-style: italic;
}
/* Newsletter - Easy Parallax */
div#easyparallax-194 form {
  text-align: center;
  color: white;
}
table.acym_form {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
td.acyfield_2.acyfield_text input {
  height: 40px;
  margin-bottom: 0;
  margin-right: .5em;
  background: transparent;
  border: 1px solid white;
  padding: 10px;
  color: white !important;
  width: 15em;
}
td.acyfield_2.acyfield_text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
  opacity: 1;
}
td.acyfield_2.acyfield_text input::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
  opacity: 1;
}
td.acyfield_2.acyfield_text input:-ms-input-placeholder {
  /* IE 10+ */
  color: white !important;
  opacity: 1;
}
td.acyfield_2.acyfield_text input:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  opacity: 1;
}
td.acyfield_2.acyfield_text input:focus {
  background: rgba(75, 163, 223, 0.5);
}
div#footerbottom .moduletable {
  margin: 0;
  padding: 0;
}
div#easyparallax-194 .easyparallax-container > h3 {
  text-align: center;
}
div#easyparallax-194 {
  background-position-y: 0 !important;
}
.moduletable.twitter.clean {
  background: transparent;
}
iframe#twitter-widget-0 {
  width: 100% !important;
  max-width: 360px;
  margin: 0 auto;
}
#bottomnav ul.ico.social.icons {
  display: table;
  text-align: left;
  min-width: 120px;
}
#bottomnav ul.ico.social.icons li {
  width: 1em;
}
.jf_sidebuttons li a i {
  height: 34px;
  line-height: 34px;
}
.jf_sidebuttons li a {
  border: none;
}
.jf_sidebuttons li a i:hover {
  color: white;
}
ul.jf_sidebuttons.left a {
  color: white !important;
}
ul.jf_sidebuttons.left a i {
  font-weight: normal;
}
ul.jf_sidebuttons.left li:first-child a {
  background: deepskyblue;
}
ul.jf_sidebuttons.left li:first-child + li a {
  background: dodgerblue;
}
ul.jf_sidebuttons.left li:first-child + li + li a {
  background: firebrick;
}
ul.jf_sidebuttons.left li:first-child + li + li + li a {
  background: orange;
}
ul.jf_sidebuttons.left li:first-child + li + li + li + li a {
  background: goldenrod;
}
.moduletable.dark.secondary.centered.home-news {
  min-height: 329px;
}
div#easyparallax-194 h2.uppercase {
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .mod_jmg_amazing_page_header_background {
    background-attachment: fixed !important;
  }
}
.mod_jmg_amazing_page_header_layer_1_head {
  text-shadow: 0px 0px 3em black;
}
body.prestations #component {
  padding: 0;
  padding-bottom: 40px;
}
.moduletable.mod-prestations img,
.rw.w-icons.porquoi img {
  filter: sepia(1) saturate(30) hue-rotate(250deg) brightness(0.6);
}
.moduletable.banner-over-jmg.dark.container h2 {
  text-shadow: 0px 0px 1em black;
}
.custom.banner-over-jmg.dark.container {
  overflow: visible;
}

.moduletable.mod-contact-box-footer.dark.tertiary,
.moduletable.mod-contact-box-footer.dark.tertiary > div {
  background: #5186A2 !important;
}


/* August - Post Launch */
/* cmie post launch */
.moduletable.newsletter-sib,
.easyparallax-wrapper {
  margin: 40px auto !important;
}
.moduletable.newsletter-sib form,
.easyparallax-wrapper form {
  text-align: center;
}
.moduletable.newsletter-sib .sendinblueform-block,
.easyparallax-wrapper .sendinblueform-block {
  background: transparent;
  padding: 0;
}
.moduletable.newsletter-sib form,
.easyparallax-wrapper form {
  color: white;
}
.moduletable.newsletter-sib input[type="email"],
.easyparallax-wrapper input[type="email"] {
  height: 40px;
  margin-bottom: 0;
  margin-right: .5em;
  background: transparent;
  border: 1px solid white;
  padding: 10px;
  color: white !important;
  width: 15em;
}
.moduletable.newsletter-sib input[type="email"]::-webkit-input-placeholder,
.easyparallax-wrapper input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
  opacity: 1;
}
.moduletable.newsletter-sib input[type="email"]::-moz-placeholder,
.easyparallax-wrapper input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
  opacity: 1;
}
.moduletable.newsletter-sib input[type="email"]:-ms-input-placeholder,
.easyparallax-wrapper input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: white !important;
  opacity: 1;
}
.moduletable.newsletter-sib input[type="email"]:-moz-placeholder,
.easyparallax-wrapper input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  opacity: 1;
}
.moduletable.newsletter-sib .sendinblueform-block,
.easyparallax-wrapper .sendinblueform-block,
.moduletable.newsletter-sib div#form-sendinblueform-submit,
.easyparallax-wrapper div#form-sendinblueform-submit {
  display: inline-block;
  vertical-align: middle;
}
.moduletable.newsletter-sib div#form-sendinblueform-submit,
.easyparallax-wrapper div#form-sendinblueform-submit {
  padding: 0;
}
.moduletable.newsletter-sib .sendinblue-message .alert-heading,
.easyparallax-wrapper .sendinblue-message .alert-heading {
  display: none !important;
}
.moduletable.newsletter-sib .sendinblue-message,
.easyparallax-wrapper .sendinblue-message {
  background: #9A5D99;
}
div#easyparallax-279 {
  background-position: top center !important;
}


div#footerbottom {
    position: relative;
}

.moduletable + .newsletter-sib {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

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

  .moduletable.newsletter-sib.container.dark {
      position: relative;
      background: #5186A2;
  }

}

/* ipad fixes */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .moduletable.banner-over-jmg.dark.container {
    padding: 80px 0 !important;
  }
  
  	.moduletable.jmg-art-img.fixed img {
    position: relative !important;
    top: 0 !important;
	}
  
  	.out-stripe.outer-stripe2, .outerfooter.dark, .out-stripe.outer-stripe2 {
    background: lightsteelblue !important;
	}
  
          .nos-prestations .out-stripe.outer-stripe2 {
              background: lightsteelblue !important;
              padding: 20px 0;
          }
  
  						.nos-prestations div#stripe-2 {
						    background: steelblue;
						    margin-top: -50px;
						}

						h2#prestations {
						    color: steelblue !important;
						    position: relative;
						    top: -50px;
						}

						.custom.prestations-title.centered {
						    overflow: visible;
						}
  
  	.moduletable.twitter.clean {
    max-width: 100% !important;
    overflow: hidden;
	}
  
  	.moduletable.newsletter-sib.container.dark {
    background: steelblue;
	}
  
  	#headerwrapper #mainnav #mainmenu ul.nav.mod-table > li.active > .nav-child {
	width: 95vw;
	}
}
﻿897.ico.sign-in:before,

sign-in.ico:before {

  content: "\f090";

}

body p,
body li{font-size: 16px !important}

.dark, .dark li{color:#fff !important;}
.btn.btn-primary{font-weight: 600 !important}

.moduletable.mod-prestations img,
.rw.w-icons.porquoi img {filter: none !important;}

.moduletable.ils-ont-choisi .allmode-showall > a{font-weight: 600 !important}

.clearp{overflow: hidden;width: 100%;margin: 0;}
.presta-item{min-height: 200px;display: table;margin:15px 0;}
.cmie-item{min-height: 250px;display: table;margin:15px 0;}
.nos-missions .cmie-item{min-height: 250px}

.presta-item p, .cmie-item p{margin:0 !important;}
.presta-item a,
.cmie-item a{
	text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    line-height: 20px !important;
    display: table-cell;
    vertical-align: middle;}

.entreprises .presta-item h5{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 20px;
    line-height: 26px !important;
    display: table-cell;
    vertical-align: middle;}

.cmie-item a{border:2px solid #425899;background: #425899;}
.cmie-item a:hover{background: #425899b8}
.cmie-item img{width: 100px !important}


.entreprises .cmie-item a{border:2px solid #483D8B;background: #483D8B;}
.entreprises .cmie-item a:hover{background: #483d8bd9}

.nos-prestations .cmie-item a{border:2px solid #3c82b2;background: #3c82b2;}
.nos-prestations .cmie-item a:hover{background: #3c82b2c7}

.presta-item a{border:2px solid #3c82b2;background: #3c82b2;}
.presta-item a:hover{background:#fff;color:#3c82b2;}

.le-cmie .presta-item a{border:2px solid #425899;background: #425899}
.le-cmie .presta-item a:hover{background:#fff;color:#425899;}

.entreprises .presta-item{cursor: pointer;}
.entreprises .presta-item h5{border:2px solid #483d8b;background: #483d8b}
.entreprises .presta-item .content{
    display: none;
    vertical-align: middle;
    padding: 20px;
    font-size: 16px;
    text-align: left;
    border:2px solid  #483d8b;}
.entreprises .presta-item:hover h5{display: none;}
.entreprises .presta-item:hover .content{display: table-cell;}

.rl_sliders.accordion>.accordion-group{background: transparent;}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {font-size:16px;background-color: #1e4159;color: #ffff;}
.rl_sliders.accordion>.accordion-group .panel-heading{background-color: #fff;border-top: 0;}
.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle{font-weight: bold;color: #5186a2}
.rl_sliders.accordion>.accordion-group{border: 1px solid #425899}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle{color: #425899}
.formResponsive .rsform-block{width:100% !important}

#gototop{
    cursor: pointer;
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 1;}

body:not(.homepage) .page-header h2{font-size: 30px}

.entreprises.section.sides #content_middle,
.salaries.section.sides #content_middle,
.le-cmie.section.sides #content_middle,
.nos-prestations.section.sides #content_middle,
.espace-adherents.adherents #content_middle{margin-bottom: 20px;background: #eff4f8;padding: 10px;min-height: 633px;}

.espace-adherents.adherents #content_middle h4{font-size: 20px;text-transform: uppercase;}
.espace-adherents.adherents .wrapfold{min-height: 130px !important;padding-top:0 !important }
.supports-prevention .wrapfold{padding-top: 120px !important}

.espace-adherents #content_middle h2{text-align: center;}
.espace-adherents .item-entreprises h3 a{color: #7F337E;font-size: 16px;line-height: 18px}
.espace-adherents .item-entreprises{min-height: 220px}

#content_middle #component{background: transparent !important;overflow: hidden;padding: 0}
.accueil.homepage #content_middle #component{padding: 40px;margin: 0;}

#component form{background: #dcdcdc;padding: 20px;color: #fff;}
#component form label{color:#425899;text-align: left;width: 100%;font-weight: 600;text-transform: uppercase;margin-bottom: 10px;}
#component form .formControls{margin-left: 0}
#component form .rsform-block{margin-bottom: 0}
#component form .rsform-block input,
#component form .rsform-block select{border-radius: 4px;margin: 0;height: 25px;border:0;background: #fff;padding: 5px}
#component form .rsform-block textarea{margin: 0;height: 100px;border:0;background: #fff}
#component form .rsform-block input[type="radio"]{background:transparent;}
#component form .rsform-block input[type="checkbox"]{background:transparent;width: auto !important;float: left;margin-right: 10px;}
#component form button[type="submit"]{border-radius: 5px !important;border:0;background: #7F337E;color: #fff!important;font-size: 16px !important;padding: 10px 30px !important;}
#component #maps  form button[type="submit"]{padding: 5px 5px;}
#component form button[type="submit"]:hover{background: #361636;color: #fff !important;}

#component form button[type="reset"] {border:0 !important;background: #425899;color: #fff !important;font-size: 16px;padding: 10px 30px;}
#component form button[type="reset"]:hover{background: #fff;color: #425899 !important;}

#component form .rsform-block-acceptation label{text-transform: none;}

.item-entreprises h3{font-size: 20px;margin-bottom: 0 !important;width: 100%}
.item-entreprises h3 a{font-size: 18px;line-height: 22px}
.item-entreprises img{
    -ms-interpolation-mode: bicubic !important;
    image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated/9;
width: 90px !important;height: auto !important;margin-bottom:25px !important}
.item-entreprises {
	min-height: 187px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px !important;
    height: 100%;}

.entreprises .item-entreprises h3 a{color:#7F337E;}
.salaries .item-entreprises h3 a{color: #4aa3df;}
.le-cmie .item-entreprises h3 a{color: #425899;}
.nos-prestations .item-entreprises h3 a{color: #3c82b2}

.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle{color: #fff !important}
body.section.sides .outerbody,
body.section.sides .outerbody .container{padding: 0 !important}

body .allmode-list{margin: 30px 0 0 60px;background: transparent;padding: 0}
body .allmode-list .allmode-items > li{
	margin-bottom: 14px !important;
	border-radius:0;
	background-color: rgba(255, 255, 255, 0.92) !important;
	padding: 20px !important;
	border:0;}
body .allmode-list .allmode-items h4 a{
    color: darkslateblue !important;
    font-size: 25px !important;
    text-transform: uppercase;
    line-height: 26px}
body .allmode-list .allmode-items h4 a:hover{color: #4aa3df;border:0;}
body .allmode-list .allmode-item .allmode-date{
	width: 100%;
    text-align: left;
    font-size: 20px;
    color: #4aa3df;
 	text-transform: uppercase;
 	margin: 0 0 5px 0;}
body .allmode-list .allmode-item .allmode-img{float: left;margin: 0 !important;display: inline-block;width: 24%}
body .allmode-list .allmode-item .allmode-img img{width: 100%}
body .allmode-list .allmode-item .allmode-text{
	font-size: 16px;
	margin-bottom: 10px;
    overflow: hidden;
    float: left;
    display: inline-block;
    width: 76%;
    padding-left: 20px}

body .allmode-list .allmode-items{background-color: transparent;}
body .allmode-list .allmode-items .allmode-plus{
    text-transform: uppercase;
    color: #fff !important;
    background: #425899;
    font-weight: bold !important;
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 14px;
	border:2px solid #425899;}

body .allmode-list .allmode-items .allmode-plus:hover{background: #fff;color:#425899 !important}

body .allmode-list .allmode-right{overflow: hidden;display: block !important;width: 100%}
.switch-field {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
}

body .allmode-list .allmode-item .allmode-category{
	width: 100%;
    text-align: left;
    font-size: 18px;
    color: #25516f;
   margin:0 0 15px 0;
    font-weight: bold;
    display: block;}

body .offre-emploi-allmode{margin:0 !important;}
body .offre-emploi-allmode .allmode-items > li{
    border:1px solid gainsboro !important;
    position:relative;margin:0 !important;
    width: 50%;
    float: left;
    min-height: 300px}
body .offre-emploi-allmode .allmode-items > li h4 a{font-size: 18px !important;line-height: 22px}
body .offre-emploi-allmode .allmode-items > li .allmode-text{font-size: 16px !important}
body .offre-emploi-allmode .allmode-items .allmode-category{font-size: 16px !important;margin:0 0 10px 0;}
body .offre-emploi-allmode .allmode-items .allmode-date{font-size: 16px !important;margin:0 !important;}
body .offre-emploi-allmode .allmode-items .allmode-plus{position: absolute;bottom: 20px}
body .offre-emploi-allmode .allmode-items li:nth-of-type(6){background: #dcdcdc !important}
body .offre-emploi-allmode .allmode-items li:nth-of-type(3){background: #dcdcdc !important}
body .offre-emploi-allmode .allmode-items li:nth-of-type(2){background: #dcdcdc !important}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    width: 1px !important;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    color: #425899 !important;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
    width: auto !important;
    border: 0;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    box-shadow: none;
    color: #fff !important;
}

.switch-field input:checked + label:first-of-type{background-color: #4CAF50;}
.switch-field label:first-of-type {border-radius: 4px 0 0 4px;}

.switch-field input:checked + label:last-of-type{background-color: #F44336;}
.switch-field label:last-of-type {border-radius: 0 4px 4px 0}

.slick-list .slick-slide{margin: 0 10px}
.slick-list .slick-slide:focus,
.slick-list .allmode-title,
.slick-list .allmode-title a:focus{outline: none;border:0;}

.slick-list .allmode-img{width: 100%;height: 100%;background: #fff;padding: 15px}
.slick-list .allmode-img img{margin: 0 auto;width: 65%}

#component blockquote.quote-cmie{font-size: 22px;margin-bottom: 30px !important}
blockquote.quote-cmie .chifre{color: #7f337e;font-size: 24px}
blockquote.quote-cmie:before,
blockquote.quote-cmie:after{color: #7f337e;}

.paragraphe-cmie{margin-bottom: 30px}
.paragraphe-cmie p{margin-bottom: 10px;font-size: 16px}

.bloc-blue{border: 1px solid #425899;text-align:center;padding: 20px;margin-bottom: 20px;color:#425899;font-size: 16px;line-height: 24px;font-weight: 600}
.bloc-blue p, .bloc-blue a{margin:0;font-size: 16px;font-weight: 600}
.bloc-blue p{margin-bottom: 10px;text-align:center;}
.bloc-blue p:last-child{margin-bottom: 0px !important}

.centres-cmie .bloc-blue{ overflow: hidden;margin-top: 20px}
.nosCentresIntro{overflow: hidden;display: block;width: 100%;}

.qui-somme-nous .bloc-blue strong{font-size: 22px;color:#7f337e}

.prestations .bloc-blue{border:1px solid #3c82b2; color:#3c82b2}
.entreprises .bloc-blue{border:1px solid #483d8b; color: #483d8b}
.salaries .bloc-blue{border:1px solid #49a2df; color: #49a2df}
.le-cmie .bloc-blue{border:1px solid #425899; color: #425899}

.prestations .bloc-blue p{color:#3c82b2}
.entreprises .bloc-blue p{color: #483d8b}
.salaries .bloc-blue p{color: #49a2df}
.le-cmie .bloc-blue p{color: #425899}

.equipe-item{
    margin: 10px;
    height: 240px !important;
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    width: calc((100% / 3) - 20px);}
.equipe-item img{margin:0 !important;width: 100% !important}
.equipe-item h3{
    min-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    background: #425899;
    color: #fff;
    padding: 10px;
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: table;}

.equipe-item h3 a{display: table-cell;vertical-align: middle;text-align: center;}
.equipe-item a{color: #fff}

.regles-list ul{list-style: none;padding: 0}
.regles-list > li h3:before{font-size: 1.7em !important}
.regles-list > li {text-align: center; border: 1px solid #dcdcdc;padding: 10px !important;position: relative;}
#component .regles-list > li { padding-bottom: 60px !important;}
.regles-list > li h3{font-size: 18px;text-align: center;text-transform: uppercase;}
.regles-list .btn-popup{
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    color: #483d8b;
    padding: 8px;
    font-weight: 600;
    display: inline-block;
    border:1px solid #483d8b;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 49px);
    margin: 0 auto;}

.regles-list .btn-popup:hover{background: #483d8b;color:#fff}

.regles-list .popup-details{
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8);
    position: fixed;
    left: 0px;
    top: 145px;
    height: 100%;
    width: 100%;
    padding-top:0;
    z-index: 99999;
    overflow:hidden;
    display: none;}

.regles-list .popup-details .popupBox{
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 15%;
    padding: 20px 40px;
    width: 60%;}

.regles-list .popup-details .popupBox p{margin: 0 0 5px 0}

.regles-list .popup-details{text-align: left;}

.regles-list .popup-details #close{
    color:  #483d8b;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;}

.outerbody{z-index: 16 !important}
.outerbottom.dark{z-index: 150}
.objectifs-list{
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 20px 0;}

.objectifs-list li{
    float: left;
    margin: 0 10px;
    border: 2px solid #425899;
    padding: 15px;
    width: calc((100% / 3) - 20px);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    min-height: 210px;}

.objectifs-list li .nember{
    color: #fff;
    background:#425899;
    margin: 0 auto 15px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;}

.alternate.visite{padding: 40px;margin:0 !important;display: table;border:1px solid #dcdcdc;}
.alternate.visite .side-txt{text-align: left;width: 60%;padding: 0;display: table-cell;vertical-align: middle;}
.alternate.visite:nth-of-type(even) .side-txt{text-align: right !important;}
.alternate.visite .side-txt p{font-size: 16px;font-weight: 600;overflow: hidden;width: 100%}

.alternate.visite .side-img{margin:0;padding: 0;width: 40%;display: table-cell;vertical-align: middle;}
.alternate.visite .side-img img{margin: 0;margin:0 auto;max-width: 200px !important}
.alternate.visite h3{margin:0 !important;display:inline-block;font-size: 25px;line-height: 50px !important}
.rw.alternate.visite h3:before{content: none !important;}
.title-visite{width: max-content;float: left;margin: 20px 0;}
.alternate.visite:nth-of-type(even) .title-visite{float: right;}
.alternate.visite .circle-blue{
    background: #4aa3df;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table;
    float: left;
    margin-right: 15px;}

.alternate.visite .circle-blue:before{
    counter-increment: item;
    content: counter(item);
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    font-weight: 600;}

.part-item{padding:30px 20px;overflow: hidden;width: 100%}
.part-item:last-child{border-bottom: 0}

.part-item h4 {font-size: 20px;margin: 0 0 15px 0 !important;}

.part-item p {font-size: 16px;}
.part-item a{
    font-size: 14px;
    border: 1px solid #7f337e;
    padding: 8px;
    text-transform: uppercase;
    display: inline-block;}

.part-item a:hover{background:#7f337e;color: #fff}

.part-item:nth-of-type(even){background: #dcdcdc }

.entreprises #component .adhererForm .rsform-submit-button{color: #fff !important;border:0 !important;}

.entreprises .title-form{display: none;}
.entreprises  .title-form.active{display: block;}

.entreprises .adhererForm .adherer-item{width: 100%;}
.entreprises .adhererForm .adherer-item:first-child{margin-bottom: 20px}

.entreprises .adhererForm .rsform-block-cp{overflow: hidden;width: 100%}
.entreprises .adhererForm .rsform-block-cp label{width: auto !important;float: left;}
.entreprises .adhererForm .rsform-block-cp .formControls{float: left;margin-left: 20px !important;}

#footerwrapper{padding: 0 0 30px 0 !important}

.nos-centres .page-header h1{font-size: 30px;letter-spacing: 0}

.entreprises .suivi-entp {    
	display: inline-block;
    background: darkslateblue;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
	margin:0;}

.custom.mod-prestations > div{min-height: 350px}

.nos-prestations .out-stripe{background: transparent !important;border-top: 0}
.nos-prestations.no-body .outerbody{display: none;}

#component .mml_address .address  { height:400px}

.cell.shades .title-regle h3:before{content: none !important;}
.cell.shades .title-regle .circle-blue{
    background: #483d8b;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: table;
    float: none;
    margin-right: 15px;
    margin: 0 auto;}

.cell.shades .title-regle .circle-blue:before{
    counter-increment: item;
    content: counter(item);
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    font-size: 32px;}

.gmnoprint.gm-bundled-control .gmnoprint, .gmnoprint.gm-bundled-control .gm-svpc {right: 10px !important;left: unset !important;}
.gmnoprint.gm-bundled-control .gm-svpc {top:160px !important; display: none;}
.gmnoprint.gm-bundled-control {position: static !important;}
.route_mml{visibility: hidden;}
#searchname{color: #000 !important}
#component #map-location{background: transparent;text-align: left;padding: 0}

.list-link li{color: #7F337E;font-weight: 600;}

.accord_recruton h4{font-size: 16px;margin: 0 0 9px 0 !important;text-transform: uppercase;}

.bloc-infos > div {font-size:16px;float:none;padding:20px;border:1px solid #0b4c8c;margin: 0 auto;text-align: center;font-weight: bold;}
.bloc-infos ul{padding: 0;list-style: none;margin:0;}
.bloc-infos ul li{font-weight: bold}
.bloc-infos p{margin-bottom: 10px}
.bloc-infos p:last-child{margin-bottom: 0}

.offre-emploi-allmode .allmode-title{font-size: 14px !important;line-height: 16px !important;margin: 0 0 10px 0 !important;}
.offre-emploi-allmode .allmode-title a:hover{text-decoration: none !important;}
.offre-emploi-allmode .allmode-info > span{font-size: 12px !important}
.offre-emploi-allmode  .allmode-text{font-size: 14px !important}
.offre-emploi-allmode .allmode-readmore a{   
    background: #7F337E !important;
    border:1px solid #7F337E;
    padding: 6px 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 6px;
    display: inline-block;
    left: 0;
    right: auto !important;}
.offre-emploi-allmode .allmode-readmore a:hover{
    background:#fff !important;
    color:#7F337E !important;
    text-decoration: none;}

.allmode-columns{border:0 !important;}
.rl_sliders.accordion>.accordion-group.icon>.accordion-heading>a.accordion-toggle span.rl_sliders-toggle-inner:before{margin-right: 10px}

.blogitem .guill{font-size: 22px;font-weight: 600}

/**** material card ****/
.material-card {
    position: relative;
    height: 210px;
    margin-bottom: 60px;
}
.material-card h2 {
	font-size: 16px !important;
    background-color: #425899;
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card h2:after {
    top: auto;
    bottom: 0;
    border-top-color: #425899;
    border-right-color: #425899;
    border-bottom-color: transparent;
    border-left-color: transparent;}

.material-card h2:before {
    border-top-color: transparent;
    border-right-color: #425899;
    border-bottom-color:#425899;
    border-left-color: transparent;}

.material-card .mc-btn-action,
.material-card .mc-btn-action-video {
	position: absolute;
	right: 15px;
	top: 15px;
    background-color:#425899;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.material-card .mc-btn-action-video{right: 15px; top: 60px;}

.material-card .mc-btn-action:hover{background-color:#192b63; }
.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.material-card .material-card-modal,
.material-card .material-card-modal-video{
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8);
    position: fixed;
    left: 0px;
    top: 145px;
    height: 100%;
    width: 100%;
    padding-top:0;
    z-index: 99999;
    overflow:hidden;
    display: none;}

.material-card .material-card-modal .modalBox{
    background-color: #425899;
    margin: 0 auto;
    position: relative;
    top: 15%;
    padding: 20px 50px 20px 20px;
    width: 60%;
	-webkit-box-shadow: 0px 2px 18px -8px   rgba(245,245,245,1);
	-moz-box-shadow: 0px 2px 18px -8px   rgba(245,245,245,1);
	box-shadow: 0px 2px 18px -8px   rgba(245,245,245,1);}

.material-card .material-card-modal-video .modalBox{
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    top: 8%;
    padding:0;
    width: 60%;
	-webkit-box-shadow: 0px 2px 18px -8px rgba(245,245,245,1);
	-moz-box-shadow: 0px 2px 18px -8px rgba(245,245,245,1);
	box-shadow: 0px 2px 18px -8px rgba(245,245,245,1);}

.material-card .modalBox p,
.material-card .modalBox ul li{margin: 0 0 5px 0;color: #fff !important;}

.material-card .modalBox #close,
.material-card .modalBox #close-video{
	z-index: 999999;
    color: #425899;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 50%;
    font-size: 22px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.material-card .material-card-modal .modalBox #close:hover{background-color: #fff;}
.mentions-legales .wrapfold{padding-top: 0 !important}
.mentions-legales .outerbanner,
.plan-du-site #top-of-page,
.e-learning .wrapfold{padding-top:120px }

.contact .cmie-item i{font-size:60px;margin-bottom:20px}
.contact .cmie-item p{font-size:20px !important}

#locationresult #resulttop .row0,
#locationresult #resulttop .row1{width: calc((100% / 3) - 20px) !important;display: table;padding: 20px !important}

#locationresult #resulttop .row0 address,
#locationresult #resulttop .row1 address{display: table-cell;vertical-align: middle;}


#component form .rsform-block-typecontact .formBody label{
    width: calc((100% / 3) - 20px);
    display: inline-block;
    margin: 10px;
    text-align: center;}
#component form .rsform-block-typecontact .formBody label img{max-width: 100px !important;margin-bottom: 0 !important;}

#cprep {padding: 20px;margin-top: 10px;}
#cprep h4{margin:0 0 10px 0!important;text-transform: uppercase;}
#cprep ul{margin:0 !important;padding: 0;list-style: none;}
#search_eb_box {box-sizing: inherit !important;}

.osmap-items ul{list-style: none;padding:0;margin:0;}
.osmap-items ul li a {font-size: 16px;color: #425899;line-height: 26px}
.osmap-items .level_0 > li{padding:10px 15px;margin:10px 0;margin: 0;border: 1px solid gainsboro;}
.osmap-items .level_0 > li > a{text-transform: uppercase;}
.osmap-items .level_0:first-child > li:nth-of-type(2n){background:#dcdcdc;}
.osmap-items .level_0:nth-child(2) > li:nth-of-type(2n-1){background:#dcdcdc;}
.osmap-items .level_0:nth-child(4) > li:nth-of-type(2n-1){background:#dcdcdc;}

.osmap-items .level_1 li a{font-weight: normal;}

.hide-body .ev-date-block {display: none;}
.hide-body .views-field.views-field-nothing::after {content: '+';}
.views-field.views-field-nothing::after {
    content: '-';
    font-family: 'abilways-icons';
    display: block;
    width: 40px;
    height: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #fff;
    color: #bc0820;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
    font-weight: bold;}
.views-field.views-field-nothing {
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;}

#locationresult #resulttop .row1,
#locationresult #resulttop .row0{min-height: 225px;}

.supports-prevention #component form{background: #fff !important;padding: 0 !important}
.supports-prevention #component form .k-filters--toggleable > label{margin:0;font-size: 16px;text-transform: uppercase;}
.supports-prevention #component form .k-filters--toggleable > label:hover{text-decoration: none;}
.supports-prevention #component form button[type="submit"]{background: #425899 !important;color: #fff !important;}
.supports-prevention #component form button[type="submit"]:hover{background: #fff !important;color: #425899 !important;}
.supports-prevention #component form button{margin-bottom: 15px}

.supports-prevention #component form .k-js-search-reset{
    background: #7f337e;
    color: #fff !important;
    border: 0;
    font-size: 16px !important;
    padding: 10px 30px !important;
    border-radius: 5px;}
.supports-prevention #component form .k-js-search-reset:hover{text-decoration:none;color:#7f337e !important;background: #fff}


.k-ui-namespace .k-filters--toggleable{
    padding: 0px 15px;
    background-color: #fff;
    border: 1px solid #425899;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px !important} 

.k-ui-namespace .koowa_header .whitespace_preserver {
    color: #425899;
    /*text-transform: uppercase;*/
    font-size: 24px;
  	line-height: normal;
    /*letter-spacing: 3px;*/
	}
.k-ui-namespace .koowa_media--gallery .koowa_media__item__content{border:0;border-radius: 0;background: transparent;}
.k-ui-namespace .koowa_media--gallery .koowa_media__item{    
    width: calc(50% - 20px) !important;
    float: left;
    border: 2px solid #425899 !important;
    background: #425899 !important;
    color: #fff !important;
    min-height: 100px;
    margin: 10px;
    text-align: center;
    padding: 0px !important;}

.k-ui-namespace .koowa_media--gallery .koowa_media__item:hover{background: #425899b8;}

.k-ui-namespace .koowa_media--gallery .koowa_media__item.row1,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row2,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row3,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row4,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row5,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row6,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row7,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row8,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row9,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row10,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row11,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row12,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row13,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row14,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row15,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row16,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row17,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row18,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row19,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row20{
    margin:0;
    background: transparent !important;
    color: #425899 !important;
    border:0 !important;}

.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row1,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row2,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row3,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row4,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row5,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row6,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row7,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row8,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row9,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row10,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row11,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row12,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row13,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row14,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row15,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row16,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row17,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row18,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row19,
.com_docman .k-ui-namespace .koowa_media--gallery .koowa_media__item.row20{
    width: 100% !important}

.k-ui-namespace .koowa_media--gallery .koowa_media__item.row1 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row2 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row3 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row4 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row5 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row6 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row7 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row8 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row9 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row10 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row11 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row12 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row13 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row14 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row15 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row16 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row17 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row18 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row19 .koowa_header__item,
.k-ui-namespace .koowa_media--gallery .koowa_media__item.row20 .koowa_header__item{color: #425899;}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__content{display: table;min-height: 150px;}
.k-ui-namespace .koowa_media--gallery .koowa_media__item__link{
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
    font-size: 18px;}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__link .overflow_container{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;}

.k-ui-namespace .koowa_header__item--image_container{display: none;}
.k-ui-namespace .koowa_media--gallery .koowa_media__item__link:before {
    color: #fff;
    font-family: "FontAwesome";
    display: block;
    font-weight: 900;
    content: "\f15c";    
    margin-bottom: 30px;
    font-size: 40px;}

.k-ui-namespace .k-tree .jqtree-selected>.jqtree-element{
    background:#425899;
    color: #fff;    
    padding: 6px 0 !important;
    margin: 0 0 8px 0;}

.k-ui-namespace .koowa_media--gallery .koowa_media_contents{margin:0 !important;}
.k-ui-namespace .k-tree .jqtree-selected>.jqtree-element:hover{background: #425899b8 !important;}
.k-ui-namespace .jqtree-title{font-size: 16px;height: auto !important}
.k-ui-namespace .k-tree .jqtree-element i{display: none;}
.k-ui-namespace .k-tree li li .jqtree-whitespace+.jqtree_common:not(.jqtree-toggler):after{content: none;}

.k-icon-document-pdf:before{color:#425899}
.k-ui-namespace .koowa_media--gallery .docman_track_download .overflow_container{
    color:#425899 !important;letter-spacing: 0px;font-size:16px}

.k-ui-namespace .koowa_media--gallery .koowa_media__item__link.docman_track_download{border:1px solid #425899;    margin-bottom: 10px;
    display: block;}
.k-ui-namespace .koowa_media--gallery .koowa_media__item__link.docman_track_download:before{content: none;}
.k-ui-namespace .koowa_media--gallery .docman_track_download .koowa_media__item__thumbnail,
.k-ui-namespace .docman_track_download .koowa_media__item__icon{
    width: 50%;
    min-width: 30%;
    float: left}
.k-ui-namespace .koowa_media--gallery .docman_track_download .koowa_media__item__thumbnail img{width: 100%}
.k-ui-namespace .koowa_media--gallery .docman_track_download .koowa_header.koowa_media__item__label{
    height: auto;
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0;}

.eb-taskbar li.float-right{float: right !important;}
.hidestart  .control-label label span.star{display: hidden;}

/*.matinees-echanges-prevention .eb-taskbar ul{text-align: center;}
.matinees-echanges-prevention .eb-taskbar ul li{float: none !important;display: inline;}
*/

/*.matinees-echanges-prevention .moduletable h3{
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 20px !important;
    font-weight: 600}
.matinees-echanges-prevention .moduletable ul.menu{padding: 0}
.matinees-echanges-prevention .moduletable ul.menu li a{font-size: 14px}

.matinees-echanges-prevention .ebm-upcoming-events li a{font-size: 14px !important}
.matinees-echanges-prevention .ebm-upcoming-events li > div{line-height: 20px}*/

#footer_columns #footer1 .moduletable {
    background: #5186A2 !important;
	
}
#footer_columns #footer1 .moduletable ul.ebm-upcoming-events {
	margin-bottom: 40px;
}

#footer_columns #footer1 .moduletable ul.ebm-upcoming-events li {
	border-bottom: none;
}
#footer_columns #footer1 .moduletable ul.ebm-upcoming-events li a.ebm-event-link {
	color:#7F337E;
  text-shadow: none ! important;
}
#footer_columns #footer1 .moduletable h3 a {
	color:white !important;
  	text-decoration : none;
}
#footer_columns #footer1 .moduletable ul.ebm-upcoming-events li .eb-event-short-description{
	color:#425899;
}

#footer_columns #footer1 .moduletable ul.ebm-upcoming-events li {
	border-bottom: none;
}

/********** RESPONSIVE *************/

@media only screen and (max-width: 640px) {
    .eb-taskbar ul li {text-align: center;}
    .eb-taskbar li.float-right{float: none !important;}
}

@media screen and (max-width: 787px){
    .regles-list .popup-details .popupBox,
    .material-card .material-card-modal .modalBox{width: 90%;top: 5%;}

    .moduletable.jmg-art-img.fixed{position: static;}
    /*.moduletable.jmg-art-img.fixed img{position: static;height: 340px !important;width: auto !important;}*/

    .accueil #photoframe .moduletable,
    .accueil #photoframe .moduletable div{position: static;}
    .accueil #photoframe .moduletable .homebanner-title{position: absolute;top: 80px;left: 0;right: 0;margin:0 auto;}
    .accueil #photoframe .moduletable .homebanner-title h2{font-size: 26px}
    .accueil #photoframe .moduletable .boxes-btn{padding: 20px 0 0 0 !important;}
    .accueil #photoframe .banner-over-jmg{padding: 0 !important}

    .accueil.homepage #content_middle #component{padding: 0 !important}
    .accueil .ils-ont-choisi h2,
    .accueil .prestations-title h2,
    .accueil .mod-chiffres-cles h2{font-size: 30px}

    .custom.mod-prestations{padding: 0 !important}
    .nos-prestations .prestations-title h2{font-size: 30px;color:#7f337e !important}

    .custom.mod-prestations > div{padding:0 !important;min-height: auto;height: auto}

    .out-stripe {padding: 20px 0;}
    #outertop .container{padding: 8px 0 !important}
    #headerwrapper{padding: 0 !important}
    #footerbottom{background: #5186a2; border-bottom: 1px solid #fdfdfd;}
    #footerbottom h2{font-size: 30px}

    .cmie-item{min-height: auto;padding: 0}

    .bloc-blue iframe{height: auto}
    #locationresult{padding-top: 0}

    #locationresult #resulttop .row0,
    #locationresult #resulttop .row1{width: 100% !important;min-height: auto;}
}

.supports-prevention .k-ui-namespace .koowa_header .whitespace_preserver a{font-size:16px}
.supports-prevention .k-ui-namespace .koowa_header .whitespace_preserver .label{font-size: 50%;}

.survey-form form {
  background: none !important;
  }

.survey-form .panel-title {
  font-weight:bold;
}

.survey-form .questions {
  color: #425899;
  text-transform: none !important;
}

.survey-form .form-check-input.mgr.mgr-primary {
    border: 1px solid #425899 !important;
}
#component .survey-form form .align-center-desktop label {
  text-align: unset !important;
}

#component .survey-form form .form-check-label {
  text-transform: none !important;
}

.tblfiches {
  background-color: #f1f1f1;
  border : 1px solid #425899;
}
  
.tblfiches td {
  font-weight: bold;
}
.class-field_webinar_url td{
    text-align: center;
}
#eb-event-info .class-field_webinar_url td{
    text-align: left;
}
.class-iswebinar {
    display: none !important;
}