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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -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: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/* `Header
-----------------------------------------------------------------------------*/
header.header {
  border-top: #5b0f12 solid 10px;
  position: relative;
}
header.header:before {
  content: "";
  background: #e5c779;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
header.header .navbar-wrapper {
  border-top: 1px solid #e1e5ec;
  border-bottom: 1px solid #f5f6f9;
}
header.header .navbar {
  box-shadow: none;
  padding: 0;
  font-weight: 400;
}
header.header .navbar .dropdown-menu {
  border-radius: 0;
}
header.header .navbar .dropdown-menu .dropdown-item {
  padding: 4px 10px;
  font-size: 1rem;
  font-weight: 400;
}
header.header .navbar .dropdown-menu .dropdown-item:hover, header.header .navbar .dropdown-menu .dropdown-item:focus {
  background: #ddb54e;
  color: #fff;
}
header.header .navbar .dropdown-toggle:after {
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: rgba(153, 153, 153, 0.5) transparent transparent transparent;
  transition: all 0.2s ease-in-out;
}
header.header .navbar-nav {
  width: 100%;
}
header.header .navbar-nav .nav-item {
  flex-grow: 1;
  border-left: 1px solid #e1e5ec;
  border-right: 1px solid #e1e5ec;
  margin-left: -1px;
  position: relative;
}
header.header .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
header.header .navbar-nav .nav-link {
  font-size: 17px;
  text-align: center;
  color: #333;
  line-height: 32px;
}
header.header .navbar-nav .nav-link:hover, header.header .navbar-nav .nav-link.current {
  background: #5b0f12;
  color: #fff !important;
}
header.header .navbar-toggler {
  border-radius: 0;
  padding: 0.625rem 0 0.625rem 4rem;
  width: 124px;
  text-align: center;
  transition: width 0.2s ease-out 0.2s;
}
header.header .navbar-toggler:before {
  content: "";
  height: 49px;
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  transition: all 0.2s ease-in-out;
}
header.header .navbar-toggler:after {
  content: "MENU";
  font-size: 1rem;
  color: #666;
  position: absolute;
  right: 4.375rem;
  top: 1.125rem;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.5s;
}
header.header .navbar-toggler .line {
  display: inline-block;
  border-bottom: 3px solid #5b0f12;
  margin-top: 2px;
  width: 60px;
  height: 24px;
  position: relative;
  transition-delay: 0;
  transition: all 0.2s ease-in-out;
}
header.header .navbar-toggler .line:before, header.header .navbar-toggler .line:after {
  content: "";
  background: #5b0f12;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
}
header.header .navbar-toggler .line:before {
  top: 1px;
}
header.header .navbar-toggler .line:after {
  top: 50%;
}
header.header .navbar-toggler:hover:after {
  opacity: 0.5;
}
header.header .navbar-toggler[aria-expanded="true"] {
  padding-left: 3.75rem;
  width: 100%;
}
header.header .navbar-toggler[aria-expanded="true"]:before {
  left: 0;
}
header.header .navbar-toggler[aria-expanded="true"]:after {
  opacity: 0;
}
header.header .navbar-toggler[aria-expanded="true"] .line {
  transform-origin: right;
  transform: translateX(-50%);
}
header.header .navbar-collapse {
  transition: all 0.2s ease-in-out;
}
header.header .container {
  position: relative;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0;
}
.header-wrap .brands a {
  display: flex;
  align-items: center;
  color: #333;
}
.header-wrap .brands a:hover {
  text-decoration: none;
}
.header-wrap .brands h1 {
  margin: 0;
}
.header-wrap .logo {
  position: relative;
}
.header-wrap .logo:after {
  content: "";
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-wrap .h1-logo {
  display: inline-block;
  width: 88px;
  height: auto;
}
.header-wrap .sub {
  margin-left: 1.25rem;
  line-height: 1.2;
}
.header-wrap .sub > span {
  display: block;
}
.header-wrap .sub .ch {
  margin-bottom: 0.375rem;
  font-size: 2rem;
}
.header-wrap .sub .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.header-right,
.header-top {
  text-align: right;
}
.header-right .subnav li, .header-right .topnav li,
.header-top .subnav li,
.header-top .topnav li {
  display: inline-block;
  margin-left: 1.125rem;
  position: relative;
}
.header-right .subnav li:after, .header-right .topnav li:after,
.header-top .subnav li:after,
.header-top .topnav li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #e1e5ec;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: -13px;
}
.header-right .subnav li:first-child:after, .header-right .topnav li:first-child:after,
.header-top .subnav li:first-child:after,
.header-top .topnav li:first-child:after {
  content: none;
}
.header-right .subnav li:last-child, .header-right .topnav li:last-child,
.header-top .subnav li:last-child,
.header-top .topnav li:last-child {
  margin-left: 2.25rem;
}
.header-right .subnav li:last-child:after, .header-right .topnav li:last-child:after,
.header-top .subnav li:last-child:after,
.header-top .topnav li:last-child:after {
  background: #e7e7e7;
  width: 1px;
  height: 1rem;
  top: 5px;
  right: auto;
  left: -1.125rem;
}
.header-right .subnav .language a, .header-right .topnav .language a,
.header-top .subnav .language a,
.header-top .topnav .language a {
  color: #af8a3a;
}
.header-right .subnav a, .header-right .topnav a,
.header-top .subnav a,
.header-top .topnav a {
  display: inline-block;
  color: #777;
}
.header-right .subnav a:hover, .header-right .topnav a:hover,
.header-top .subnav a:hover,
.header-top .topnav a:hover {
  color: #7d5c16;
}
.header-right .subnav .search-btn a, .header-right .topnav .search-btn a,
.header-top .subnav .search-btn a,
.header-top .topnav .search-btn a {
  padding-left: 0.25rem;
  position: relative;
  top: -0.125rem;
}
.header-right .subnav .fa-envelope, .header-right .subnav .fa-sitemap, .header-right .subnav .fa-question-circle, .header-right .topnav .fa-envelope, .header-right .topnav .fa-sitemap, .header-right .topnav .fa-question-circle,
.header-top .subnav .fa-envelope,
.header-top .subnav .fa-sitemap,
.header-top .subnav .fa-question-circle,
.header-top .topnav .fa-envelope,
.header-top .topnav .fa-sitemap,
.header-top .topnav .fa-question-circle {
  display: none;
}

.header-top {
  display: none;
  border-bottom: 1px solid #edf0f5;
  padding: 0.5rem 0 0.25rem;
}
.header-top .topnav li {
  display: inline-block;
}

/* `Footer
-----------------------------------------------------------------------------*/
footer.footer {
  background: #fff;
  border-top: 1px solid #e1e5ec;
  border-bottom: #5b0f12 solid 10px;
  position: relative;
}
footer.footer:before {
  content: "";
  background: #e5c779;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer.footer h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #5b0f12;
}
footer.footer .social-media {
  padding-left: 6.375rem;
}
footer.footer .social-media .menu-item {
  position: relative;
  margin-bottom: 1.5rem;
}
footer.footer .social-media .menu-item:last-child {
  margin-bottom: 0;
}
footer.footer .social-media .menu-item:before {
  content: "";
  width: 2.5rem;
  font-family: "FontAwesome";
  font-size: 2.25rem;
  text-align: center;
  position: absolute;
  left: -4rem;
}
footer.footer .social-media .menu-item li {
  margin-bottom: 0.375rem;
}
footer.footer .social-media .facebook:before {
  content: "\f09a";
  color: #526ea9;
  top: -0.375rem;
}
footer.footer .social-media .facebook a {
  color: #526ea9;
}
footer.footer .social-media .facebook a:hover {
  color: #284278;
}
footer.footer .social-media .youtube {
  margin-bottom: 1.75rem;
}
footer.footer .social-media .youtube:before {
  content: "\f16a";
  color: #ee4646;
  top: -1.125rem;
}
footer.footer .social-media .youtube a {
  color: #ee4646;
}
footer.footer .social-media .youtube a:hover {
  color: #bf1f1f;
}
footer.footer .social-media .instagram:before {
  content: "";
  background: url("../assets/instagram_icon.png") left top no-repeat;
  width: 2rem;
  height: 2rem;
  top: -0.5rem;
  left: -3.75rem;
}
footer.footer .social-media .instagram a {
  color: #604abf;
}
footer.footer .social-media .instagram a:hover {
  color: #b130a4;
}

.footer-inner {
  display: flex;
  padding: 2.5rem 0;
}
.footer-inner .contact {
  border-right: 1px solid #edf0f5;
  width: 33.3333%;
  padding: 0 30px;
}
.footer-inner .contact:first-child {
  padding-left: 0;
}
.footer-inner .contact:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-inner .contact li, .footer-inner .contact p {
  line-height: 1.4;
}
.footer-inner .contact li {
  margin-bottom: 0.375rem;
}
.footer-inner .contact-block {
  margin-bottom: 1.875rem;
}
.footer-inner .contact-block:last-child {
  margin-bottom: 0;
}
.footer-inner p {
  margin-bottom: 0;
}
.footer-inner .has-padding {
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
  position: relative;
}
.footer-inner .has-padding .fa {
  width: 16px;
  font-size: 1rem;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.footer-inner .breakpoint {
  display: block;
}

.footer-bottom {
  border-top: 1px solid #e1e5ec;
  padding: 1.5rem 0 1.25rem;
  color: #999;
}
.footer-bottom address {
  margin-bottom: 0;
}

/* `Base
-----------------------------------------------------------------------------*/
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  background: #5b0f12;
  font-family: 'Roboto', 'Apple LiGothic Medium', '\5FAE\8EDF\6B63\9ED1\9AD4', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

a {
  color: #af8a3a;
}
a:focus {
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

a:hover {
  color: #7d5c16;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.menu-item, .menu-item li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  text-transform: none;
}

.btn, .btn.btn-md, .btn.btn-sm {
  font-size: 100%;
}

/* 覆蓋 mdbootstrap */
p {
  line-height: 1.6;
}

.un-shadows {
  box-shadow: none;
}

.btn.un-shadows {
  box-shadow: none;
}
.btn.un-shadows:hover, .btn.un-shadows:active, .btn.un-shadows:focus {
  box-shadow: none;
}

.btn.btn-xd {
  border-radius: 0.1875rem;
  padding: 0.375rem 0.75rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1.2;
  word-break: keep-all;
}

.btn.btn-xs {
  border-radius: 0.2rem;
  padding: 0.25rem 0.5rem 0.35rem;
  font-size: 0.875rem;
  line-height: 1.2;
  word-break: keep-all;
}

.btn.btn-white {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  box-shadow: none;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  border-color: #333;
}

select.browser-default {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  box-shadow: none;
  width: 100%;
  font-family: 'Roboto', 'Apple LiGothic Medium', '\5FAE\8EDF\6B63\9ED1\9AD4', Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #333;
  height: calc(2.25rem);
}

.custom-select.xs {
  padding: 0.2rem 1.75rem 0.275rem 0.75rem;
  height: calc(1.8rem + 2px);
}

table th, table td {
  font-weight: 400;
}

.table .btn {
  margin: 0;
}
.table .highlight td {
  background-color: #fffde7;
}

.keep-all {
  word-break: keep-all;
}

@media (max-width: 575px) {
  .keep-all {
    word-break: normal;
  }
}
.form-control {
  font-size: 1rem;
}

.normal-link {
  color: #5b0f12 !important;
  text-decoration: underline;
}
.normal-link:hover {
  color: #2f0809 !important;
}

hr.mlg {
  margin: 2rem 0;
}
hr.mxl {
  margin: 3rem 0;
}

/* `覆蓋 MDB input & label & slect 樣式
-----------------------------------------------------------------------------*/
.md-form .prefix {
  top: 1rem;
  font-size: 1.25rem;
}
.md-form .prefix.grey-text {
  color: #ccc !important;
}

.md-form label.active {
  color: #5b0f12 !important;
}

.select-wrapper input.select-dropdown {
  margin-bottom: -19px;
}

.table th, .table td {
  font-size: 1rem;
}
.table th {
  font-weight: 700;
}
.table td {
  font-weight: 400;
}

.form-group label {
  font-weight: 700;
}
.form-group .custom-control label {
  font-weight: 400;
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/**
 * Canvas
 */
[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before, [canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Off-Canavs
 */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 360px;
  height: 100%;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 360px;
  height: 100%;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

/**
 * Animation
 */
[canvas], [off-canvas] {
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

/**
 * Print
 */
@media print {
  [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }

  [off-canvas] {
    display: none !important;
  }
}
/* `Slidebars
-----------------------------------------------------------------------------*/
[off-canvas] {
  background-color: #fafafa;
  color: #333;
}

[canvas=container] {
  background-color: transparent;
}

.slidebars .description {
  color: #777;
  line-height: 1.5;
}
.slidebars .error-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slidebars .error-item li {
  border-bottom: 1px dashed #ddd;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.slidebars .error-item li .item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slidebars .error-item li .label {
  width: 64%;
  font-weight: bold;
}
.slidebars .error-item li:last-child {
  border-bottom: none;
}
.slidebars .error-item .btn-group .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.slidebars .error-item .btn-group .btn:first-child {
  border-radius: 15px 0 0 15px;
}
.slidebars .error-item .btn-group .btn:last-child {
  border-radius: 0 15px 15px 0;
}

.js-toggle-right-slidebar {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 34px;
}
.js-toggle-right-slidebar.js-toggle-slidebar {
  background: linear-gradient(90deg, #111000 60%, white 96%);
  border-radius: 22px 0 0 22px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: 5px;
  padding: 10px 10px 10px 1rem !important;
  width: 80px;
  color: #fff !important;
}

.editor-switch-wrapper {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
}
.editor-switch-wrapper .description {
  margin-bottom: 0;
}

.message-wrapper {
  padding: 1.5rem 1rem;
}

.editor-switch {
  display: flex;
  align-items: center;
}
.editor-switch .label {
  margin-bottom: 0.375rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.editor-switch input[type="checkbox"].switch + label {
  width: 56px;
  height: 28px;
  background: lightgray;
  display: inline-block;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.editor-switch input[type="checkbox"].switch + label:before, .editor-switch input[type="checkbox"].switch + label:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all 0.2s;
}
.editor-switch input[type="checkbox"].switch + label:after {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.editor-switch input[type="checkbox"].switch + label:before {
  background: lightgray;
  transform: scale3d(0, 0, 1);
}
.editor-switch input[type="checkbox"].switch + label:active:before {
  transform: scale3d(3, 3, 1);
  opacity: 0;
}
.editor-switch input[type="checkbox"].switch {
  display: none;
}
.editor-switch input[type="checkbox"].switch:checked + label {
  background: rgba(4, 196, 52, 0.3);
}
.editor-switch input[type="checkbox"].switch:checked + label:before, .editor-switch input[type="checkbox"].switch:checked + label:after {
  left: 32px;
  background: #04c434;
}
.editor-switch input[type="checkbox"].switch:disabled + label {
  opacity: 0.4;
  cursor: not-allowed;
}

:root {
  --vcal-bg-color: #fff;
  --vcal-border-radius: 0;
  --vcal-border-color: #e7e9ed;
  --vcal-today-bg-color: #7cbfea;
  --vcal-today-color: #fff;
  --vcal-selected-bg-color: #E7E9ED;
  --vcal-selected-color: #333;
}

#v-cal *, #v-cal *:before, #v-cal *:after {
  box-sizing: border-box;
}

#v-cal {
  background-color: var(--vcal-bg-color);
  border-radius: var(--vcal-border-radius);
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  font-family: 'Roboto', '\5FAE\8EDF\6B63\9ED1\9AD4', Helvetica, Arial, sans-serif;
}

#v-cal .vcal-btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: button;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  min-width: 27px;
  outline: none;
  overflow: visible;
  padding: 0;
  text-align: center;
}

#v-cal .vcal-header {
  align-items: center;
  display: flex;
  padding: 1.2rem 1.4rem;
}

#v-cal .vcal-header svg {
  fill: var(--vcal-selected-color);
}

#v-cal .vcal-btn:active svg {
  fill: var(--vcal-today-bg-color);
}

#v-cal .vcal-header__label {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5b0f12;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

#v-cal .vcal-week {
  display: flex;
  flex-wrap: wrap;
}

#v-cal .vcal-week span {
  flex-direction: column;
  flex: 0 0 14.28%;
  font-size: 0.85rem;
  color: #aaa;
  max-width: 14.28%;
  padding: 1.2rem 1.4rem;
  text-align: center;
}

#v-cal .vcal-body {
  background-color: rgba(231, 233, 237, 0.3);
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

#v-cal .vcal-date {
  align-items: center;
  background-color: #fff;
  border-radius: var(--vcal-border-radius);
  display: flex;
  flex-direction: column;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 1.2rem 0;
  color: #000;
}

#v-cal .vcal-date--active {
  cursor: pointer;
}

#v-cal .vcal-date--today {
  background-color: #5b0f12;
  color: var(--vcal-today-color);
  font-weight: bold;
}

#v-cal .vcal-date--selected {
  background-color: #f5fafe;
  color: var(--vcal-selected-color);
}

#v-cal .vcal-date--disabled {
  border-radius: 0;
  cursor: not-allowed;
  opacity: 0.25;
}

@media (max-width: 991px) {
  #v-cal .vcal-date {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  #v-cal .vcal-date {
    padding: 1.25rem 0;
  }
}
@media (max-width: 479px) {
  #v-cal .vcal-date {
    padding: 1rem 0;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* `FullCalendar
-----------------------------------------------------------------------------*/
#calendar {
  margin-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
}

.search-part {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
.search-part .search-form {
  display: flex;
  justify-content: space-between;
}
.search-part .keyword-form {
  position: relative;
  width: 40%;
}
.search-part .keyword-form .form-control {
  padding-left: 1.75rem;
}
.search-part .keyword-form .fa-search {
  color: #bbb;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.search-part .interval-form {
  padding-left: 20px;
  width: 60%;
}
.search-part .interval-form .md-form {
  position: relative;
}
.search-part .interval-form .fa-search {
  position: absolute;
  left: 20px;
  top: 10px;
}
.search-part .interval-form .col-1 {
  padding-top: 5px;
}
.search-part .md-form {
  margin-top: 0;
  margin-bottom: 0;
}
.search-part .form-control {
  display: inline-block;
}
.search-part .form-control:focus {
  border-bottom: 1px solid #e5c779 !important;
  box-shadow: 0 1px 0 0 #e5c779 !important;
}

.fc-state-default {
  background: #af8a3a;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}
.fc-state-default:hover {
  background: #7d5c16;
}

.fc-event {
  background: #fbf6ea;
  border: none;
  color: #333;
}
.fc-event:hover {
  color: #000;
}
.fc-event .fc-title {
  display: inline-block;
  padding: 1px 2px 2px;
}

.fc-button-group .fc-button {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.fc-button-group .fc-button:first-child {
  border-left: none;
}
.fc-button-group .fc-button:last-child {
  border-right: none;
}

.fc-toolbar h2 {
  font-size: 1.75rem;
}
.fc-toolbar .fc-button.fc-today-button {
  border-radius: 0;
}

.popup-trigger {
  display: none !important;
}

.animate, .btn, .btn span, .overlay .overlay-content, .overlay .overlay-content .overlay-close, .overlay .overlay-content .signup-form input {
  transition: all 0.3s;
}

.popup-trigger {
  width: auto;
  margin: -2px 0 1rem 0;
  position: relative;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: auto;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  transition: opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
}
.overlay .search-form .fa-search {
  color: rgba(100, 90, 65, 0.2);
  position: absolute;
  right: 0;
  top: 6px;
}
.overlay .md-form input[type="text"]:not(.browser-default) {
  border-color: rgba(100, 90, 65, 0.2);
}
.overlay .md-form input[type="text"]:not(.browser-default):focus {
  border-bottom: 1px solid #e5c779;
  box-shadow: none;
}

.overlay .overlay-background {
  background-color: #fbf7ec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.overlay .overlay-content {
  width: 100%;
  max-width: 530px;
  margin: 100px auto 0;
  padding: 0 15px;
  color: #645a41;
  position: relative;
  z-index: 10;
}
.overlay .overlay-content .overlay-close {
  display: block;
  font-size: 1.75rem;
  color: #5b0f12;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 0.1;
}
.overlay .overlay-content .overlay-close:hover {
  opacity: 0.3;
}
.overlay .overlay-content .blurb {
  margin-top: 35px;
  line-height: 100%;
  font-size: 18px;
}
.overlay .overlay-content .blurb-tagline {
  display: block;
  margin-top: 10px;
  line-height: 100%;
  font-size: 14px;
}
.overlay .overlay-content .signup-form {
  margin-top: 35px;
}
.overlay .overlay-content .signup-form label {
  line-height: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
.overlay .overlay-content .signup-form input {
  background-color: transparent;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  padding: 0 8px;
  border: 1px solid rgba(254, 254, 254, 0.3);
  border-radius: 5px;
}
.overlay .overlay-content .signup-form .submit-btn {
  width: 150px;
}
.overlay.open {
  z-index: 15;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.5s, z-index 0s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s, -webkit-transform 0.5s;
}
.overlay.short .overlay-content {
  margin: 30px auto;
}

/* `Base
-----------------------------------------------------------------------------*/
html, body {
  height: auto;
  min-height: auto;
  overflow: auto;
}

.pages {
  background: #fff;
}

.container {
  max-width: 1470px;
}

.title-wrap {
  margin-bottom: 1.875rem;
}

.section-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.875rem;
  position: relative;
}
.section-title:after {
  content: "";
  background: #e5c779;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}

.pages-row {
  display: flex;
}
.pages-row .sidenav, .pages-row .main {
  padding: 2rem 0 3rem;
}
.pages-row .sidenav {
  border-right: 1px solid #e1e5ec;
  width: 24.3% !important;
  position: relative;
  right: -24.3%;
}
.pages-row .main {
  padding-left: 1.875rem;
  width: 75.7%;
}

.main .main-inner {
  width: 100%;
}
.main .title-wrap {
  margin-bottom: 3rem;
  position: relative;
}
.main .btn-full-list {
  font-size: 1.125rem;
  color: #5b0f12;
  padding-left: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.main .btn-full-list:before {
  content: "\f103";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.main .btn-full-list:hover {
  color: #af8a3a;
}
.main .btn-full-list:hover:before {
  top: 2px;
}
.main .section-title small {
  display: block;
  padding-top: 0.5rem;
  color: #8d9198;
}
.main .section-title:after {
  width: 54px;
}
.main .section-title .en {
  font-size: 70%;
}
.main.noside {
  padding: 2.5rem 0 3.75rem;
}

.main-full {
  padding: 2rem 0 3rem;
}

#backtop {
  display: inline-block;
  background-color: #5b0f12;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtop:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}

.ntu_search .modal-content {
  background: #5b0f12;
}
.ntu_search .modal-body {
  padding: 0 1rem;
}
.ntu_search .search-wrapper {
  position: relative;
}
.ntu_search .search-wrapper .fa {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ntu_search .form-control {
  border-radius: 0;
  padding: 0.75rem 0.75rem;
  width: 320px;
}
.ntu_search .form-control:focus {
  border-color: #5b0f12;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
.ntu_search .btn-link {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.35;
  transition: all 0.1s ease-in-out;
}
.ntu_search .btn-link .fa {
  font-size: 1.25rem;
}
.ntu_search .btn-link:hover {
  opacity: 0.75;
}

.mdb-lightbox {
  display: flow-root;
}

.form-control.picker__input {
  background-color: #fff !important;
}

.browser-default.disabled {
  opacity: .5;
}

.md-form.datepicker {
  margin-bottom: 1rem;
}

.required {
  padding-right: 0.25rem;
  font-weight: bold;
  color: red;
}

/* `Index
-----------------------------------------------------------------------------*/
.m-scroll {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 4rem;
  height: 5rem;
  margin-left: -2.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
.m-scroll .mouse {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 1.2rem;
  border: 2px solid #fff;
  width: 1.75rem;
  height: 2.5rem;
  margin-left: -0.875rem;
  position: absolute;
  left: 50%;
  top: .75rem;
  z-index: 1;
}
.m-scroll .mouse:before {
  content: "";
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 0.25rem;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: .675rem;
  position: absolute;
  left: 50%;
  top: 20%;
  animation: scroll 4s ease-out infinite forwards;
}
.m-scroll .mouse:after {
  content: "Scroll";
  min-width: 4rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -1.25rem;
  bottom: -1.675rem;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0.5rem);
  }
  45% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(0.5rem);
  }
  90% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.carousel-wrapper {
  border-bottom: #e1e5ec solid 1px;
  padding-bottom: 3rem;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 36px;
  height: 36px;
}
.carousel .carousel-control-prev-icon {
  background-image: url(../assets/svg/arrow_left.svg);
}
.carousel .carousel-control-next-icon {
  background-image: url(../assets/svg/arrow_right.svg);
}
.carousel .carousel-item img.mobile-only {
  display: none !important;
}

.carousel-indicators {
  bottom: -46px;
}
.carousel-indicators li {
  background-color: #dbdde2;
}
.carousel-indicators .active {
  background-color: #979fad;
}

.main-row {
  display: flex;
}

.activity-column,
.announcement-column {
  padding: 1.25rem 0 1.875rem;
  position: relative;
}
.activity-column:after,
.announcement-column:after {
  content: "";
  background: #e1e5ec;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.activity-column {
  padding-right: 30px;
  width: 67.36%;
}
.activity-column:after {
  right: -1px;
}

.announcement-column {
  padding-left: 30px;
  width: 32.64%;
}
.announcement-column:after {
  left: 0;
}
.announcement-column .ft-more {
  text-align: right;
}
.announcement-column .ft-more .more {
  color: #333;
}
.announcement-column .ft-more .more .fa {
  margin-left: 0.5rem;
  color: #e5c779;
  transition: all 0.2s ease-in-out;
}
.announcement-column .ft-more .more:hover {
  color: #7d5c16;
}
.announcement-column .ft-more .more:hover .fa {
  margin-left: 0.375rem;
  color: #7d5c16;
}

.activity-hybrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity-hybrid li {
  width: 31%;
}
.activity-hybrid .img-wrap {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.activity-hybrid img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.activity-hybrid .item-inner {
  padding: 1.125rem 2.5rem 1.875rem 0;
  background: url(../assets/arrow-right-circle2.svg) right 1.125rem no-repeat;
  background-size: 24px 24px;
  position: relative;
}
.activity-hybrid h5 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.4;
  transition: all 0.2s ease-in-out;
}
.activity-hybrid .brief {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.activity-hybrid .item-link:hover img {
  transform: scale(1.1);
}
.activity-hybrid .item-link:hover h5 {
  color: #7d5c16;
}
.activity-hybrid .item-link:hover .brief {
  color: #666;
}

.select-tabs {
  margin-bottom: 1.875rem;
}

.announcement-hybrid li {
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.announcement-hybrid a {
  display: flex;
  justify-content: space-between;
  padding-left: 36px;
  position: relative;
}
.announcement-hybrid a:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  color: #e5c779;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.announcement-hybrid a .title {
  color: #000;
  transition: all 0.2s ease-in-out;
}
.announcement-hybrid a .date {
  width: 96px;
  min-width: 96px;
  color: #999;
  text-align: right;
}
.announcement-hybrid a:hover .title {
  color: #7d5c16;
}
.announcement-hybrid a:hover:before {
  left: 0.125rem;
}

.global-container {
  padding-bottom: 3rem;
}

.global-wrapper {
  background: #edf0f5;
  padding-top: 2.25rem;
}

.global-wrapper .map-title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  font-weight: 500;
  color: #798694;
  text-align: center;
}
.global-wrapper .map-wrapper {
  position: relative;
}
.global-wrapper .region {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.global-wrapper .region .positioning {
  padding-top: 4rem;
  width: 4rem;
  height: 4rem;
  position: absolute;
  cursor: pointer;
}
.global-wrapper .region .positioning:after {
  content: "\f041";
  width: 4rem;
  height: 4rem;
  font-family: "FontAwesome";
  font-size: 44px;
  color: #f15e4a;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2rem;
  transition: all 0.2s ease-in-out;
}
.global-wrapper .region .positioning .continent {
  text-align: center;
}
.global-wrapper .region .positioning:hover:after {
  transform: rotate3d(0, 1, 0, -180deg);
}
.global-wrapper .region .oceania {
  right: 18%;
  bottom: 22%;
}
.global-wrapper .region .asia {
  right: 22%;
  top: 24%;
}
.global-wrapper .region .euro {
  right: 44%;
  top: 18%;
}
.global-wrapper .region .africa {
  right: 45%;
  top: 45%;
}
.global-wrapper .region .america {
  left: 25%;
  top: 40%;
}
.global-wrapper .region .popup {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: #fff url(../assets/bg-striped.png) left top repeat;
  padding: 0.5rem;
}
.global-wrapper .region .popup .popup-inner {
  background: #fff;
  padding: 1rem;
}
.global-wrapper .region .popup-continent,
.global-wrapper .region .statistics {
  display: none;
}
.global-wrapper .popup {
  background: #fff;
  margin-left: -70px;
  padding: 1.5rem 1.5rem 1rem;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 36px;
  left: 0;
  opacity: 0;
}
.global-wrapper .popup-continent {
  font-size: 1.125rem;
  font-weight: bold;
}
.global-wrapper .statistics li {
  margin-bottom: 0;
  line-height: 1.2;
}
.global-wrapper .statistics strong {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #e487a6;
}
.global-wrapper .statistics .label {
  font-size: 0.9375rem;
  color: #888;
}
.global-wrapper .region-mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.875rem;
}
.global-wrapper .region-mobile .positioning {
  background: #fff;
  padding: 1.875rem 1.875rem 1.5rem;
  margin-bottom: 1.875rem;
  width: 48%;
}

.modal_cookie .cookie-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* `Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb-wrapper {
  background: #fff url(../assets/bg-striped2.png) left top repeat;
  border-bottom: 1px solid #f9fafb;
  padding: 1.25rem 1rem;
  position: relative;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb .active {
  color: #000;
}
.breadcrumb a {
  color: #8d8d8d;
}
.breadcrumb a:hover {
  color: #af8a3a;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #dadada;
}

.button-collapse {
  display: none;
  background: #e5c779;
  width: 60px;
  min-width: 60px;
  height: 54px;
  position: relative;
  top: 0;
  bottom: 0;
}
.button-collapse:before, .button-collapse:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.button-collapse:before {
  top: 20px;
}
.button-collapse:after {
  top: 30px;
}
.button-collapse:hover:before, .button-collapse:hover:after {
  width: 60px;
}

/* `Accordian Nav
-----------------------------------------------------------------------------*/
#accordian_nav > ul > li {
  border-bottom: 1px solid #e1e5ec;
}
#accordian_nav h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
#accordian_nav h3 a {
  display: block;
  padding: 1rem 1.875rem 1rem 0;
}
#accordian_nav .has-child h3 a {
  position: relative;
}
#accordian_nav .has-child h3 a:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 1.875rem;
  top: 18px;
  transition: all 0.2s ease-in-out;
}
#accordian_nav .has-child.active h3 a {
  color: #5b0f12;
}
#accordian_nav .has-child.active h3 a:after {
  transform: rotate(180deg);
}
#accordian_nav ul, #accordian_nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#accordian_nav ul ul li {
  border-bottom: 1px dashed #e1e5ec;
}
#accordian_nav ul ul li a {
  display: block;
  padding: 0.6875rem 1.875rem 0.6875rem 0;
  font-size: 1rem;
  color: #888;
  position: relative;
}
#accordian_nav ul ul li a:hover {
  color: #000;
}
#accordian_nav ul ul li:last-child {
  border-bottom: none;
}
#accordian_nav ul ul ul {
  background: #fff url(../assets/bg-striped.png) left top repeat;
}
#accordian_nav ul ul ul li {
  border-bottom: none;
}
#accordian_nav ul ul ul li a {
  display: block;
  padding: 0.25rem 1.875rem 0.25rem 2rem;
  position: relative;
}
#accordian_nav ul ul ul li a:after {
  content: "";
  background: #e1e5ec;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 1.125rem;
  top: 14px;
  transition: all 0.2s ease-in-out;
}
#accordian_nav ul ul ul li a:hover {
  color: #000;
}
#accordian_nav ul ul ul li a:hover:after {
  background: #000;
}
#accordian_nav ul ul {
  display: none;
}
#accordian_nav li.active > ul {
  display: block;
}
#accordian_nav a:not(:only-child):after {
  content: "\f104";
  font-family: fontawesome;
  position: absolute;
  right: 1.875rem;
  top: 13px;
  font-size: 14px;
}
#accordian_nav .active > a:not(:only-child):after {
  content: "\f107";
}
#accordian_nav .current a, #accordian_nav .current a:hover {
  background: #5b0f12;
  color: #fff;
}
#accordian_nav ul ul li.current a {
  padding-left: 1rem;
  cursor: default;
}
#accordian_nav ul ul ul li.current a {
  padding-left: 2rem;
}
#accordian_nav ul ul ul li.current a:after {
  background: #fff;
}

/* `Member
-----------------------------------------------------------------------------*/
.members-wrapper {
  padding-top: 1rem;
}
.members-wrapper .league-wrapper {
  margin-bottom: 2rem;
}
.members-wrapper .m-league {
  margin-bottom: 1rem;
}
.members-wrapper .group-title {
  margin-bottom: 1.625rem;
  font-size: 1.375rem;
}
.members-wrapper .allin {
  margin-top: 3rem;
  text-align: right;
}
.members-wrapper .allin a {
  display: inline-block;
  padding-left: 136px;
  font-size: 1.125rem;
  color: #000;
  position: relative;
}
.members-wrapper .allin a:before, .members-wrapper .allin a:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.members-wrapper .allin a:before {
  background: #e5c779;
  width: 120px;
}
.members-wrapper .allin a:after {
  background: #e1e5ec;
  width: 0;
}
.members-wrapper .allin a:hover {
  color: #af8a3a;
}
.members-wrapper .allin a:hover:after {
  width: 120px;
}

.members-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.members-group .member-card {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.members-group .member-card .card-body {
  padding: 0 0 2rem 2rem;
}
.members-group .department {
  margin-bottom: 1.5rem;
}
.members-group .department-head {
  margin-bottom: 0.5rem;
  position: relative;
}
.members-group .department-head:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 40%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.members-group .department-head:after {
  background: #efefef;
  width: 100%;
  left: 0;
}
.members-group .department-head h4 {
  display: inline-block;
  background: #fff;
  padding: 0 1rem 0 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}
.members-group .department-head h4:before {
  content: "\f106";
  font-family: fontawesome;
  border-radius: 50%;
  border: 1px solid #af8a3a;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.members-group .department-head h4:after {
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.members-group .output-content {
  display: flow-root;
}
.members-group .brief {
  margin-bottom: 0;
  padding-left: 2rem;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.members-group .d-link.active .department-head:before, .members-group .d-link:hover .department-head:before {
  width: 100%;
}
.members-group .d-link.active .department-head h4:before, .members-group .d-link:hover .department-head h4:before {
  border-color: #7d5c16;
}
.members-group .d-link.active .brief, .members-group .d-link:hover .brief {
  color: #000;
}
.members-group .d-link.active .department-head h4 {
  color: #5b0f12;
}
.members-group .d-link.member_tabs .department-head:before {
  width: 100%;
}
.members-group .d-link.member_tabs .department-head h4 {
  color: #7d5c16;
}
.members-group .d-link.member_tabs.collapsed .department-head h4 {
  color: #af8a3a;
}
.members-group .d-link.member_tabs.collapsed .department-head h4:before {
  transform: rotate(180deg);
}

.accordion-wrapper .card-body {
  padding: 0;
}

.members-output .tab-content {
  padding: 0;
}
.members-output .output-head {
  border-bottom: 1px solid #e1e5ec;
  margin-left: -1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
}
.members-output .output-head h3 {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #888;
  position: relative;
}
.members-output .output-head h3:after {
  content: "";
  background: #5b0f12;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.members-output .output-content {
  display: flex;
  flex-wrap: wrap;
}
.members-output .tabBody {
  display: none;
  /*hide all tabBody, we are showing first one using jquery*/
}

.members-brief {
  margin: 0 2.83% 1.875rem 0;
  width: 22.83%;
}
.members-brief:nth-child(4n) {
  margin-right: 0;
}
.members-brief .photo {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.members-brief .photo img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}
.members-brief .position {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #7d5c16;
}
.members-brief .position .fa {
  font-weight: 400;
  color: #d6d0c4;
  transition: all 0.2s ease-in-out;
}
.members-brief .name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  transition: all 0.2s ease-in-out;
}
.members-brief .name .en {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  transition: all 0.2s ease-in-out;
}
.members-brief h6 {
  color: #999;
}
.members-brief .contact-item {
  color: #666;
}
.members-brief .contact-item li {
  margin-bottom: 0.25rem;
}
.members-brief .contact-item .fa {
  margin-right: 0.625rem;
  color: #999;
}
.members-brief .modal-link:hover img {
  transform: scale(1.05);
}
.members-brief .modal-link:hover .position .fa {
  color: #7d5c16;
}
.members-brief .modal-link:hover .name {
  color: #999;
}
.members-brief .modal-link:hover .name .en {
  color: #000;
}
.members-brief .specialist-item,
.members-brief .specialist-item li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.members-brief .specialist-item {
  margin-bottom: 1rem;
}
.members-brief .specialist-item li {
  padding-left: 1.25rem;
  color: #666;
  position: relative;
}
.members-brief .specialist-item li:after {
  content: "";
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.single-modal .modal-header {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.single-modal .modal-header .close {
  margin-right: -0.5rem;
}
.single-modal .modal-body {
  padding: 1.875rem;
}
.single-modal .member-intro {
  display: flex;
}
.single-modal .photo-wrap {
  background: url(../assets/bg-striped2.png) left top repeat;
  width: 240px;
  min-width: 240px;
}
.single-modal .photo-wrap img {
  width: 100%;
  height: auto;
}
.single-modal .intro-wrap {
  padding-left: 1.875rem;
}
.single-modal .intro-hd {
  margin-bottom: 2.5rem;
  position: relative;
}
.single-modal .intro-hd:after {
  content: "";
  background: #e5c779;
  width: 2.875rem;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1.125rem;
}
.single-modal .intro-hd h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #af8a3a;
}
.single-modal .intro-hd h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.single-modal .intro-block {
  margin-bottom: 1.75rem;
}
.single-modal .intro-block h6 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #777;
}
.single-modal .intro-wrap-inner .intro-block:last-child {
  margin-bottom: 0;
}
.single-modal .general-item li {
  margin-bottom: 0.375rem;
  line-height: 1.4;
}
.single-modal .contact-item {
  color: #666;
}
.single-modal .contact-item li {
  margin-bottom: 0.25rem;
}
.single-modal .contact-item .fa {
  margin-right: 0.625rem;
  color: #999;
}

.full-members {
  background: #fff;
  min-height: 100%;
  position: relative;
}
.full-members .full-language {
  margin-bottom: 1rem;
  text-align: right;
}
.full-members .full-language a {
  display: inline-block;
  margin-left: .75rem;
  padding-left: .75rem;
}
.full-members .full-language a.current {
  color: #999;
  cursor: default;
}
.full-members .full-language a:first-child {
  position: relative;
}
.full-members .full-language a:first-child:after {
  content: "";
  background: #e1e5ec;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -.875rem;
  top: 6px;
}
.full-members .aside {
  width: 220px;
}
.full-members .full-menu {
  border: 1px solid #e1e5ec;
  position: fixed;
}
.full-members .full-menu .full-scroll {
  display: block;
  border-bottom: 1px solid #e1e5ec;
  border-left: 0.5rem solid #e5c779;
  padding: 0.5rem 1.25rem;
  width: 218px;
  color: #000;
}
.full-members .full-menu .full-scroll:hover {
  background: #e5c779;
  border-left-color: #5b0f12;
}
.full-members .full-menu:last-child {
  border-bottom: none;
}
.full-members .full-group {
  margin-bottom: 1.875rem;
}

.full-container {
  margin: 0 auto;
  padding-top: .875rem;
  width: 970px;
}
.full-container .full-container-inner {
  display: flex;
  justify-content: space-between;
}
.full-container .full-wrapper {
  display: block;
}
.full-container .group-title {
  border-bottom: 1px solid #e5c779;
  border-left: 10px solid #e5c779;
  margin-bottom: 1rem;
  color: #af8a3a;
}
.full-container .department-title {
  background: #5b0f12;
  borde-topr: 1px solid #e1e5ec;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.full-container .group-title h4,
.full-container .department-title h3 {
  margin: 0 auto;
  width: 720px;
}
.full-container .group-title h4 {
  padding: 0.5rem 1.875rem 0.375rem 1.25rem;
  font-size: 1.875rem;
}
.full-container .department-title h3 {
  padding: 1.5rem 1.875rem 1.25rem;
  font-size: 1.5rem;
}
.full-container .single-modal {
  border: 1px solid #5b0f12;
  border-top-width: 4px;
  border-radius: 0 0 0.25rem 0.25rem;
  margin-bottom: 1.875rem;
}
.full-container .single-modal .photo-wrap {
  background: none;
  width: 240px;
  min-width: 240px;
}
.full-container .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin: 0 auto;
  width: 720px;
  transition: all 0.2s ease-in-out;
}
.full-container .modal-content:hover {
  background: #f9f9f9;
}

/* `Article
-----------------------------------------------------------------------------*/
.post-head {
  margin-bottom: 2rem;
}
.post-head .post-title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: #5b0f12;
}
.post-head .date {
  color: #999;
}

.post-single {
  font-size: 1rem;
  /*
  table {
  	width: 100%;
  	th, td {
  		border: 1px solid #dee2e6;
  		padding: .75rem;
  	}
  	th {
  		border-bottom-width: 2px;
  		font-weight: bold;
  	}
  }
  */
}
.post-single h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.post-single img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.post-single .video-wrapper {
  margin-bottom: 1rem;
}
.post-single .text-runaround {
  display: flow-root;
}
.post-single .text-runaround img {
  float: left;
  margin-right: 1rem;
  width: 33.333%;
}
.post-single .text-runaround.right img {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}
.post-single .photo-gallery .img-group {
  display: flow-root;
}
.post-single .photo-gallery .img-group img {
  float: left;
  margin-right: 2%;
  width: 32%;
}
.post-single .photo-gallery .img-group img:nth-child(3n) {
  margin-right: 0;
}
.post-single .photo-gallery.upright .img-group img {
  margin-right: 2%;
  width: 23.5%;
}
.post-single .photo-gallery.upright .img-group img:nth-child(3n) {
  margin-right: 2%;
}
.post-single .photo-gallery.upright .img-group img:nth-child(4n) {
  margin-right: 0;
}
.post-single .album-gallery .album-item {
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 1rem;
  width: 32%;
}
.post-single .album-gallery .album-item:nth-child(3n) {
  margin-right: 0;
}
.post-single .album-gallery .img-group {
  display: flow-root;
}
.post-single .album-gallery .img-group img {
  margin-bottom: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-single .album-gallery .img-group p {
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-single .album-gallery .image-wrapper {
  position: relative;
  padding-bottom: 68%;
  margin-bottom: 0.5rem;
}

.post-single .album-gallery .image-wrapper .image-custom {
  max-width: 339px;
  max-height: 226px;
  display: block;
  margin: auto;
}

.post-single .album-gallery.upright .album-item {
  width: 23.5%;
}
.post-single .album-gallery.upright .album-item:nth-child(3n) {
  margin-right: 2%;
}
.post-single .album-gallery.upright .album-item:nth-child(4n) {
  margin-right: 0;
}
.post-single .album-gallery.upright .image-wrapper {
  padding-bottom: 150%;
}
.post-single table {
  margin-bottom: 1rem;
}
.post-single table th, .post-single table td {
  padding: 0.5rem 0.75rem;
  font-size: 0.935rem;
}
.post-single table .table tr th:first-child,
.post-single table .table tr td:first-child {
  border-left: none;
}
.post-single table .table tr th:last-child,
.post-single table .table tr td:last-child {
  border-right: none;
}
.post-single table .table tbody tr:last-child th, .post-single table .table tbody tr:last-child td {
  border-bottom: none;
}
.post-single .text-nowrap {
  white-space: nowrap !important;
}

.table-responsive {
  margin-bottom: 1rem;
}
.table-responsive table {
  margin-bottom: 0;
}

#dfree-body h2 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #172169;
}
#dfree-body h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.brown-well {
  background: rgba(251, 249, 244, 0.7);
  margin-bottom: 1.875rem;
  padding: 1.875rem;
}
.brown-well .well-title {
  font-size: 1.75rem;
  font-weight: bold;
}
.brown-well .info-list li {
  display: flex;
  margin-bottom: 0.125rem;
}
.brown-well .info-list .label {
  width: 70px;
  font-weight: bold;
  color: #000;
}
.brown-well .btn-map {
  display: inline-block;
  background: #e5c779;
  border-radius: 0.125rem;
  padding: 0.125rem 0.5rem 0;
  font-size: 0.875rem;
  color: #fff;
}
.brown-well .btn-map:hover {
  background: #af8a3a;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.article-list li {
  width: 33.33333%;
  margin-bottom: 30px;
  padding-right: 30px;
}
.article-list .img-wrap {
  margin-bottom: .75rem;
}
.article-list .img {
  width: 100%;
  height: auto;
}
.article-list h5 {
  font-size: 1.125rem;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.article-list .item-link {
  display: block;
}
.article-list .item-link:hover h5 {
  color: #af8a3a;
}
.article-list .date {
  display: block;
  margin-bottom: .5rem;
  color: #999;
}
.article-list .meta-link {
  display: inline-block;
  background: #eef8ff;
  border-radius: .25rem;
  margin: 0 .25rem .375rem 0;
  padding: .25rem .5rem .125rem;
  font-size: 14px;
  color: #7d878f;
}
.article-list .meta-link:hover {
  background: #d3eafb;
  color: #253642;
}

.social-share {
  border-top: 1px solid #e1e5ec;
  padding-top: 3rem;
  text-align: right;
}

/* `Album
-----------------------------------------------------------------------------*/
.announcement-list,
.faq-list {
  margin-bottom: 1.875rem;
}
.announcement-list .announcement-item .date,
.faq-list .announcement-item .date {
  display: inline-block;
  width: 120px;
  min-width: 120px;
  text-align: right;
  color: #aaa;
  transition: all 0.2s ease-in-out;
}
.announcement-list .announcement-item .date .fa,
.faq-list .announcement-item .date .fa {
  margin-right: 5px;
}
.announcement-list .announcement-item .ann-link,
.faq-list .announcement-item .ann-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0f5;
  padding: 0.75rem 0;
  color: #333;
  position: relative;
}
.announcement-list .announcement-item .ann-link:after,
.faq-list .announcement-item .ann-link:after {
  content: "";
  background: #e5c779;
  width: 1rem;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.2s ease-in-out;
}
.announcement-list .announcement-item .ann-link:hover,
.faq-list .announcement-item .ann-link:hover {
  color: #af8a3a;
}
.announcement-list .announcement-item .ann-link:hover:after,
.faq-list .announcement-item .ann-link:hover:after {
  width: 100%;
}
.announcement-list .announcement-item .ann-link:hover .date,
.faq-list .announcement-item .ann-link:hover .date {
  color: #666;
}
.announcement-list .announcement-item h5,
.faq-list .announcement-item h5 {
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.announcement-list .announcement-item:last-child,
.faq-list .announcement-item:last-child {
  border-bottom: none;
}

.faq-list h5 {
  font-size: 1rem;
}

.file-list {
  margin-bottom: 1.875rem;
}
.file-list .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #edf0f5;
  padding: 0.75rem 0;
  color: #333;
  position: relative;
}
.file-list h5 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.file-list .files {
  min-width: 140px;
  text-align: right;
}
.file-list .files a {
  display: inline-block;
  background: #e5c779;
  border-radius: 0.125rem;
  padding: 0.125rem 0.5rem 0;
  color: #fff;
}
.file-list .files a:hover {
  background: #5b0f12;
}

.pagination .item-amount {
  margin-right: 10px;
}
.pagination .item-amount span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  margin-left: -1px;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #868e96;
}

.post-ft {
  border-top: 1px solid #edf0f5;
  margin-top: 2rem;
  padding-top: 2rem;
}
.post-ft .page-previous {
  color: #666;
}
.post-ft .page-previous .fa {
  margin-right: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.post-ft .page-previous:hover {
  color: #000;
}
.post-ft .page-previous:hover .fa {
  margin-right: 0.25rem;
}

#mdb-lightbox-ui h1 {
  display: none;
}
#mdb-lightbox-ui .pswp__caption__center {
  font-size: 1rem;
}

.mdb-lightbox figure a {
  background: #fff;
  display: block;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}
.mdb-lightbox figure img {
  margin-bottom: 0;
  position: absolute;
  left: 0;
}
.mdb-lightbox .album-title {
  margin-top: 0.5rem;
}

/* `Table Stuff
-----------------------------------------------------------------------------*/
.ntu-main {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.ntu-main .nav-item {
  margin-bottom: 0;
  overflow: visible;
}
.ntu-main .nav-link {
  background: #e5c779;
  border-radius: 0;
  padding: 0.75rem;
  font-size: 1.0625rem;
  position: relative;
}
.ntu-main .nav-link .en {
  display: block;
  font-size: 0.9375rem;
}
.ntu-main .nav-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #5b0f12 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ntu-main .nav-link.active {
  background: #5b0f12;
  border-radius: 0;
  cursor: default;
}
.ntu-main .nav-link.active:after {
  opacity: 1;
}
.ntu-main + .tab-content {
  padding: 3rem 0 0;
}
.ntu-main.lg-padding .nav-link {
  padding: 1.25rem 0.75rem;
}

.annual-wrapper .tabs-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.annual-list {
  display: flex;
  flex-wrap: wrap;
}
.annual-list li {
  margin-bottom: 0.5rem;
  margin-right: 5%;
  width: 30%;
  position: relative;
}
.annual-list li:nth-child(3n) {
  margin-right: 0;
}
.annual-list li:before {
  content: "";
  background: #e5c779;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 20px;
}
.annual-list a {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}
.annual-list a span {
  display: inline-block;
  background: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
}
.annual-list a:before, .annual-list a:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 22px;
}
.annual-list a:before {
  background: #e5c779;
  width: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.annual-list a:after {
  background: #ddd;
  width: 100%;
  z-index: 1;
}
.annual-list a:hover:before {
  width: 100%;
}

.section-brief {
  margin-bottom: 3rem;
}

.scroll-links {
  margin: 0 -10px 3rem;
}
.scroll-links .menu-item {
  display: flex;
  flex-wrap: wrap;
}
.scroll-links li {
  padding: 0 10px;
  width: 20%;
}
.scroll-links .link-item {
  display: block;
  background: #fff url(../assets/bg-striped.png) left top repeat;
  padding: 0.5rem 1.5rem;
  position: relative;
}
.scroll-links .link-item:after {
  content: "";
  background: #e5c779;
  width: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.scroll-links .link-item span {
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.scroll-links .link-item span.en {
  font-size: 1.25rem;
}
.scroll-links .link-item span.ch {
  color: #999;
  transition-delay: 0.2s;
}
.scroll-links .link-item:hover {
  color: #fff;
}
.scroll-links .link-item:hover span.ch {
  color: rgba(255, 255, 255, 0.8);
}
.scroll-links .link-item:hover:after {
  width: 100%;
}
.scroll-links.two-item .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.scroll-links.two-item li {
  width: 50%;
}
.scroll-links.two-item .link-item span.en {
  font-size: 1rem;
  color: #999;
  transition-delay: 0.2s;
}
.scroll-links.two-item .link-item span.ch {
  font-size: 1.25rem;
  color: #af8a3a;
}
.scroll-links.two-item .link-item:hover span.ch {
  color: #fff;
}
.scroll-links.two-item .link-item:hover span.en {
  color: rgba(255, 255, 255, 0.8);
}
.scroll-links .flow-btn {
  display: block;
}
.scroll-links .flow-btn li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  width: auto;
}

.section-awall {
  margin-bottom: 3rem;
}

.output-block {
  margin-bottom: 3rem;
}
.output-block .output-head {
  border-bottom: 1px solid #e1e5ec;
  margin-left: -1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
}
.output-block .output-head h3 {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #5b0f12;
  position: relative;
}
.output-block .output-head h3:after {
  content: "";
  background: #5b0f12;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.output-block .output-head h3 small {
  display: block;
  font-weight: 300;
  color: #aaa;
}
.output-block .output-head.short h3:after {
  width: 112px;
}
.output-block .select-container {
  background: #fff url(../assets/bg-striped.png) left top repeat;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
.output-block .select-container label.mdb-main-label {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  top: -10px;
}
.output-block .select-container label.mdb-main-label.active {
  color: #999 !important;
}
.output-block .select-container .dropdown-content li > a,
.output-block .select-container .dropdown-content li > span {
  font-size: 1rem;
  color: #af8a3a;
}
.output-block .select-container .select-wrapper:not(.md-outline) .select-dropdown:focus,
.output-block .select-container input[type="text"]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #e5c779;
  box-shadow: 0 1px 0 0 #e5c779 !important;
}
.output-block .select-container .select-wrapper.active span.caret {
  color: #e5c779;
}
.output-block .select-container .dropdown-content li:hover, .output-block .select-container .dropdown-content li.active {
  background-color: #fdfaf2;
}

table.table th .en, table.table th .ch {
  display: block;
}
table.table th .en {
  font-weight: 400;
}
table.table a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #af8a3a;
}
table.table a .fa {
  margin-right: 0.25rem;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
table.table a:last-child {
  margin-right: 0;
}
table.table a:hover {
  color: #7d5c16;
}
table.table a:hover .fa {
  opacity: 1;
}
table.table td {
  line-height: 1.3;
}
table.table .lang, table.table .remark {
  display: block;
}
table.table .lang:last-child, table.table .remark:last-child {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  color: #999;
}
table.table .break {
  display: block;
}
table.table [colspan="6"] .break {
  font-size: 0.9375rem;
}
table.table [colspan="6"] .break + .break {
  margin-top: 0.25rem;
}
table.table .remark:last-child {
  margin-top: 0;
}
table.table tfoot .total, table.table tfoot .total td {
  background: #fdfaf2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: end;
}
table.table tfoot .total td {
  text-align: center;
}
table.table .country-column {
  background: #5b0f12;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  vertical-align: middle;
}
table.table tbody + thead th {
  border-bottom-width: 0;
}
table.table tr.stage-head th {
  background-color: #fafafa;
  color: #000;
}
table.table tr.stage-head th.status {
  background-color: #5b0f12;
  color: #fff;
  text-align: left;
}
table.table th.stage-head {
  background-color: #fdfaf2;
  color: #000;
}
table.table .stage_one {
  background-color: #f5fdf2;
}
table.table .stage_two {
  background-color: #f2f8fd;
}
table.table .separate {
  padding: 0;
  height: 8px;
  position: relative;
}
table.table .separate:before, table.table .separate:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
table.table .separate:before {
  background: #edf0f5;
  right: -1px;
}
table.table .separate:after {
  background: #5b0f12;
  width: 8px;
}
table.table tr:last-child .separate {
  border: none;
}
table.table tr:last-child .separate:before, table.table tr:last-child .separate:after {
  content: none;
}

.table-align-middle th, .table-align-middle td {
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 249, 0.7);
}

.table-sm th, .table-sm td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.td-bordered tbody th, .td-bordered td {
  border-right: 1px solid #e1e5ec;
  vertical-align: middle;
}
.td-bordered tbody th:last-child, .td-bordered td:last-child {
  border-right: none;
}
.td-bordered tfoot td {
  border-bottom: 1px solid #e1e5ec;
}

.untitle-wrap {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.untitle-wrap:after {
  content: "";
  background: #e5c779;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
}
.untitle-wrap .university-title {
  display: inline-block;
  background: #fff;
  margin-bottom: 0;
  padding: 0 1.5rem;
  color: #5b0f12;
  position: relative;
  z-index: 1;
}
.untitle-wrap .university-title small {
  display: block;
  font-weight: 300;
  color: #aaa;
}

.untitle-logo {
  margin-bottom: 3rem;
  text-align: center;
}
.untitle-logo img {
  max-width: 100%;
  max-height: 100%;
}

.university-info .uninfo-awall {
  border-top: 1px solid #edf0f5;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
}
.university-info .uninfo-awall:after {
  content: "";
  background: #e5c779;
  width: 2rem;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0;
}
.university-info .uninfo-awall li {
  margin-bottom: 0.375rem;
}
.university-info .uninfo-label {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #5b0f12;
}

.table-control-button {
  background: #fff url(../assets/bg-striped2.png) left top repeat;
  margin-bottom: 0.25rem;
  text-align: right;
}
.table-control-button .btn {
  margin: 0;
}

table.table-score {
  text-align: center;
}
table.table-score thead th, table.table-score thead td, table.table-score tbody th, table.table-score tbody td {
  vertical-align: middle;
}
table.table-score tbody th {
  text-align: left;
}
table.table-score thead th {
  background: #fafafa;
}
table.table-score th[colspan="2"][rowspan="2"] {
  background-color: #fdfaf2;
  color: #000;
}
table.table-score td.department {
  color: #8022b1;
}
table.table-score .score, table.table-score .percentage {
  display: block;
}
table.table-score .percentage {
  margin-top: 0.25rem;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
table.table-score .percentage:hover {
  opacity: 1;
}
table.table-score .country-column {
  background: #fdfaf2;
  color: #000;
}

.last-update {
  margin-top: 2rem;
  color: #999;
  text-align: right;
  position: relative;
}
.last-update span {
  display: inline-block;
  background: #fff;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
}
.last-update:after {
  content: "";
  border-bottom: 1px solid #666;
  height: 1px;
  width: 120px;
  position: absolute;
  right: 120px;
  top: 48%;
  z-index: 0;
}

.stage_one {
  background: #eee;
}

.table-row {
  display: flex;
}
.table-row .table-col {
  margin-right: 0.5%;
  width: 33%;
}
.table-row .table-col:last-child {
  margin-right: 0;
}
.table-row .table-head {
  background: #5b0f12;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
}
.table-row thead th {
  background-color: #fdfaf2;
  vertical-align: middle;
}
.table-row thead th .remark {
  font-size: 0.9375rem;
  font-weight: 400;
}
.table-row tbody + thead th {
  border-bottom: none;
}

.table .th-main {
  background: #5b0f12;
  color: #fff;
}
.table .th-secondary {
  background: #e5c779;
}
.table .th-third {
  background: #002169;
  color: #fff;
}
.table .th-fourth {
  background: #c2182d;
  color: #fff;
}

.block-title {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #5b0f12;
  position: relative;
}
.block-title span {
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
}
.block-title:before, .block-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-title:before {
  background: #5b0f12;
  height: 1px;
  right: 65%;
}
.block-title span:after {
  background: #5b0f12;
  height: 0.5rem;
  right: 0;
}
.block-title + .nav {
  margin-top: 1rem;
}

.agr-wrapper {
  margin-top: 3rem;
}
.agr-wrapper .tabs-title {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.agr-wrapper .tabs-title:after {
  content: "";
  background: #e5c779;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
}
.agr-wrapper .btn-title {
  background: #fff;
  border: 2px solid #e5c779;
  border-radius: 2rem;
  padding: 0.5rem 1rem 0.5rem 1.675rem;
  position: relative;
  z-index: 1;
}
.agr-wrapper .btn-title .count {
  display: inline-block;
  background: #5b0f12;
  border-radius: 1.25rem;
  padding: 0.25rem 0.625rem;
  font-size: 75%;
  color: #fff;
  position: relative;
  right: -7px;
  top: -2px;
}
.agr-wrapper .btn-title:hover {
  background: #e5c779;
  color: #fff;
}
.agr-wrapper .zone-wrapper {
  margin-bottom: 3.5rem;
}

.tab-pane .agr-wrapper {
  margin-top: 0;
}

.agr-list li {
  display: inline-block;
  margin: 0.375rem 0.375rem 0 0;
}
.agr-list .agr-link {
  display: inline-block;
  background: #edf0f5;
  border-radius: 1rem;
  padding-left: 1rem;
  color: #000;
  line-height: 36px;
  overflow: hidden;
  word-break: keep-all;
}
.agr-list .agr-link .count {
  display: inline-block;
  background: #e1e5ec;
  border-radius: 0 1.125rem 1.125rem 0;
  margin-left: 0.25rem;
  padding: 0 0.75rem 0 0.5rem;
  font-size: 85%;
  color: #888;
  transition: all 0.2s ease-in-out;
}
.agr-list .agr-link:hover {
  background: #e1e5ec;
}
.agr-list .agr-link:hover .count {
  background: #c2cad8;
  color: #666;
}

.agreement-search, .experience-search {
  background: #fff url(../assets/bg-striped.png) left top repeat;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
.agreement-search .field-menu, .experience-search .field-menu {
  margin-bottom: 1.5rem;
}
.agreement-search .dropdown-menu .dropdown-item, .experience-search .dropdown-menu .dropdown-item {
  padding: .315rem !important;
  font-size: 15px !important;
}

.field-menu {
  margin-top: -0.5rem;
}
.field-menu .navbar-nav {
  flex-direction: row;
}
.field-menu .nav-item {
  margin-right: 2rem;
  position: relative;
}
.field-menu .nav-item:after {
  content: "";
  background: #e1e5ec;
  width: 1px;
  height: 1.5rem;
  position: absolute;
  right: -1rem;
  top: 8px;
}
.field-menu .nav-item:last-child:after {
  content: none;
}
.field-menu .nav-item .nav-link {
  color: #000;
}
.field-menu .nav-item .nav-link:after {
  color: #e5c779;
  transition: all 0.2s ease-in-out;
}
.field-menu .nav-item .nav-link:hover, .field-menu .nav-item .nav-link:hover:after {
  color: #af8a3a;
}
.field-menu .nav-item .waves-effect {
  overflow: visible;
}

.continent-wrapper {
  margin-top: 2rem;
}
.continent-wrapper .tab-content {
  background: #fff;
  border: 1px solid #e1e5ec;
  border-top: none;
  margin-bottom: 1rem;
}
.continent-wrapper .country-menu li {
  margin-bottom: 0.25rem;
  color: #555;
}
.continent-wrapper .country-menu li:first-child {
  font-weight: bold;
  color: #000;
}
.continent-wrapper .country-menu.has-column {
  display: block;
  column-count: 3;
  column-gap: 1.875rem;
}
.continent-wrapper .country-menu + .country-menu {
  margin-top: 1rem;
}

.w80 {
  width: 80px;
}

.w160 {
  width: 160px;
}

/* `Guest book
-----------------------------------------------------------------------------*/
.guestbook-container .select-group {
  background: #fff url(../assets/bg-striped.png) left top repeat;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
.guestbook-container .select-col {
  margin-right: 1rem;
  min-width: 10%;
}
.guestbook-container .select-col:last-child {
  margin-right: 0;
}
.guestbook-container .photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.guestbook-container .guest-item {
  margin-bottom: 1.875rem;
  padding: 0 15px;
  width: 25%;
}
.guestbook-container .img-wrapper {
  margin-bottom: 0.25rem;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.guestbook-container .photo-item {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.guestbook-container .photo-title {
  margin-bottom: 0;
  color: #333;
  line-height: 1.4;
  transition: all 0.2s ease-in-out;
}
.guestbook-container .guest-link:hover .photo-item {
  transform: scale(1.05);
}
.guestbook-container .guest-link:hover .photo-title {
  color: #af8a3a;
}
.guestbook-container .mdb-lightbox {
  margin: 0 -8px 1.875rem;
}
.guestbook-container .mdb-lightbox figure {
  margin-bottom: 0.625rem;
  padding: 0 0.75%;
  width: 25%;
}
.guestbook-container .mdb-lightbox figure a {
  padding-bottom: 56.25%;
}
.guestbook-container .mdb-lightbox figure:first-child {
  width: 50%;
}
.guestbook-container .mdb-lightbox .album-title {
  display: none;
}
.guestbook-container .guestbook-content {
  margin-bottom: 1.875rem;
}
.guestbook-container .guest-list ul {
  border-bottom: 1px dashed #edf0f5;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.guestbook-container .guest-list ul:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.guestbook-container .guest-list .label, .guestbook-container .guest-list .output {
  display: inline-block;
  color: #000;
}
.guestbook-container .guest-list .label {
  margin-right: 1rem;
  font-weight: bold;
  color: #999;
}
.guestbook-container .output-head {
  border-bottom: 1px solid #e1e5ec;
  margin-left: -1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
}
.guestbook-container .output-head h3 {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #888;
  position: relative;
}
.guestbook-container .output-head h3:after {
  content: "";
  background: #5b0f12;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.guestbook-section {
  margin-bottom: 1.875rem;
}
.guestbook-section .content-title {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.375rem;
  color: #5b0f12;
  position: relative;
}
.guestbook-section .content-title:before, .guestbook-section .content-title:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.guestbook-section .content-title:before {
  background: #5b0f12;
  width: 1.25rem;
  z-index: 2;
}
.guestbook-section .content-title:after {
  background: #edf0f5;
  right: 0;
}

/* `Sitemap & Contact
-----------------------------------------------------------------------------*/
.sitemap-wrappers {
  /* 區塊內容會換 column 不適用 */
  display: block;
  column-count: 4;
  column-gap: 1.875rem;
  margin: 0 -15px;
}
.sitemap-wrappers .sm-section {
  width: auto;
}

.sitemap-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sitemap-wrapper .sm-section {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 25%;
}
.sitemap-wrapper .sm-title {
  border-bottom: 2px solid #e1e5ec;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.sitemap-wrapper .sm-title:after {
  content: "";
  background: #5b0f12;
  width: 30px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.sitemap-wrapper .sm-title a {
  display: block;
  color: #000;
}
.sitemap-wrapper .sm-title a:hover {
  color: #5b0f12;
}
.sitemap-wrapper .menu-item > li {
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.sitemap-wrapper .menu-item > li:last-child {
  border-bottom: none;
}
.sitemap-wrapper .menu-item > li > a {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.125rem;
}
.sitemap-wrapper .menu-item > li > a:hover {
  background: #fafafa;
  padding: 0.25rem;
}
.sitemap-wrapper .menu-item > li > ul {
  padding: 0;
}
.sitemap-wrapper .menu-item > li > ul > li {
  position: relative;
}
.sitemap-wrapper .menu-item > li > ul > li:before {
  content: "";
  background: #e1e5ec;
  width: 0.75rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.sitemap-wrapper .menu-item > li > ul > li > a {
  display: block;
  padding: 0.125rem 0 0.125rem 1.5rem;
  color: #888;
}
.sitemap-wrapper .menu-item > li > ul > li > a:hover {
  background: #fafafa;
  color: #000;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .ct-section {
  margin: 0 6% 0 0;
  width: 19%;
  position: relative;
}
.contact-wrapper .ct-section:after {
  content: "";
  background: #e1e5ec;
  width: 1px;
  height: 6rem;
  position: absolute;
  top: 0;
  right: -43px;
}
.contact-wrapper .ct-section:last-child {
  margin-right: 0;
}
.contact-wrapper .ct-section:last-child:after {
  content: none;
}
.contact-wrapper .ct-section .section-awall {
  margin-bottom: 0;
}
.contact-wrapper .ct-section .menu-item {
  margin-bottom: 1rem;
}
.contact-wrapper .ct-section li {
  margin-bottom: 0.375rem;
  line-height: 1.4;
}
.contact-wrapper .ct-section h5, .contact-wrapper .ct-section h6 {
  font-weight: bold;
}
.contact-wrapper .ct-title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #5b0f12;
}

/* `Short-term
-----------------------------------------------------------------------------*/
.short-wrapper {
  display: flex;
  justify-content: space-between;
}
.short-wrapper .short-term {
  position: relative;
  overflow: hidden;
}
.short-wrapper .short-term h3 {
  background: rgba(175, 138, 58, 0.8);
  margin-bottom: 0;
  padding: 1.5rem 0;
  width: 100%;
  font-size: 1.75rem !important;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 15%;
  z-index: 2;
  pointer-events: none;
}
.short-wrapper .short-term img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.short-wrapper .term-link {
  width: 15.5%;
}
.short-wrapper .term-link:hover img {
  transform: scale(1.1);
}

/* `Lang
-----------------------------------------------------------------------------*/
:lang(en) header.header .navbar-wrapper {
  background: #fff url(../assets/bg-striped2.png) left top repeat;
}
:lang(en) header.header .navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-start;
}
:lang(en) header.header .navbar-nav .nav-item {
  flex-grow: 0;
  background: #fff;
  border-bottom: 1px solid #e1e5ec;
}
:lang(en) header.header .navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
:lang(en) .members-output .output-head h3:after {
  width: 120px;
}
:lang(en) .members-brief .position {
  font-weight: 500;
}
:lang(en) .contact-wrapper {
  margin: 0 -15px;
}
:lang(en) .contact-wrapper .ct-section {
  margin: 0 0 30px 0;
  padding: 0 15px;
  width: 25%;
}
:lang(en) .contact-wrapper .ct-section:after {
  content: none;
}
:lang(en) .single-modal .intro-hd h4 {
  font-weight: 500;
}
:lang(en) .single-modal .intro-block h6 {
  color: #5b0f12;
}
:lang(en) .title-wrap .section-title .en {
  display: none;
}

/* `Responsive
-----------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 1469px) {
  .members-brief .name {
    font-size: 1rem;
  }
  .members-brief .contact-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  header.header .navbar-nav .nav-item {
    border: none;
  }
  header.header .navbar-nav .nav-item.show .nav-link {
    background: #7d5c16;
    color: #fff;
  }
  header.header .navbar-nav .nav-link {
    line-height: 24px;
  }
  header.header .navbar-nav .nav-link:hover {
    background: #af8a3a;
  }
  header.header .navbar-nav .nav-link:hover:after {
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }
  header.header .navbar-nav .nav-link.current {
    background: #888a8e;
  }
  header.header .navbar-nav .nav-link.current:after {
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  }
  header.header .navbar-collapse.show {
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  }

  :lang(en) header.header .navbar-wrapper {
    background: none;
  }
  :lang(en) header.header .navbar-nav .nav-item {
    border-bottom: none;
  }

  .header-wrap {
    display: block;
    padding: 1rem 0;
  }
  .header-wrap .brands a {
    width: fit-content;
  }

  .navbar {
    justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar .dropdown-menu {
    background: #af8a3a;
    border: none;
    padding: 0;
    min-width: 100%;
  }
  .navbar .dropdown-menu a:not(.active) {
    color: #fff;
  }
  .navbar .dropdown-item {
    text-align: center;
  }

  .header-right {
    display: none;
  }

  .header-top {
    display: block;
  }

  .breadcrumb-wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }
  .breadcrumb-wrapper .container {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .button-collapse {
    display: block;
  }

  .footer-inner {
    display: block;
    padding: 2.5rem 260px 2.5rem 0;
    position: relative;
  }
  .footer-inner .contact {
    padding: 0 1.875rem 0 0;
    width: auto;
  }
  .footer-inner .contact-block, .footer-inner .contact-block:last-child {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
  .footer-inner .breakpoint {
    display: inline;
  }

  footer.footer .social-media {
    padding: 0 0 0 4rem;
    width: 220px;
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
  footer.footer h5 {
    margin-bottom: 0.5rem;
  }
  footer.footer .has-padding {
    margin-bottom: 0.25rem;
  }

  .fc-toolbar {
    padding-right: 50px;
  }

  .search-part {
    width: 40px;
    text-align: right;
  }

  .popup-trigger {
    display: inline-block !important;
  }

  .xl-only {
    display: none !important;
  }

  .calendar-container .event-item.omission-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .main-row {
    display: block;
  }

  .activity-column {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .activity-column:after {
    content: none;
  }

  .activity-hybrid li {
    width: 32%;
  }

  .announcement-column {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .announcement-column:after {
    content: none;
  }

  .announcement-hybrid {
    column-count: 2;
    column-gap: 30px;
  }
  .announcement-hybrid li:nth-child(4) {
    border-bottom: none;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
    column-break-after: always;
  }
  .announcement-hybrid li:last-child {
    border-bottom: none;
  }

  .pages-row {
    display: block;
  }
  .pages-row .sidenav {
    background-color: #fff;
    border-top: #5b0f12 solid 10px;
    border-right: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 320px !important;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 1040;
    backface-visibility: hidden;
    will-change: transform;
  }
  .pages-row .sidenav:before {
    content: "";
    background: #e5c779;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pages-row .main {
    padding-left: 0;
    width: 100%;
  }

  .pages-row .sidenav {
    right: 0;
    left: auto;
    transform: translateX(100%) !important;
    transition: 0.6s;
  }

  .pages-row .sidenav.active {
    transform: translateX(0px) !important;
    transition: 0.6s;
  }

  #accordian_nav > ul > li a {
    padding-left: 1rem;
  }
  #accordian_nav ul ul li a {
    padding-left: 1rem;
  }
  #accordian_nav .active .active > a {
    color: #000;
  }

  .sitemap-wrapper .sm-section {
    width: 33.3333%;
  }

  .main.noside {
    padding: 1.75rem 0 2.75rem;
  }

  :lang(zh-TW) .contact-wrapper, :lang(en) .contact-wrapper {
    margin: 0 -15px;
  }
  :lang(zh-TW) .contact-wrapper .ct-section, :lang(en) .contact-wrapper .ct-section {
    margin: 0 0 30px;
    padding: 0 15px;
    width: 50%;
  }
  :lang(zh-TW) .contact-wrapper .ct-section:after, :lang(en) .contact-wrapper .ct-section:after {
    content: none;
  }
  :lang(zh-TW) .contact-wrapper .ct-section:nth-child(even), :lang(en) .contact-wrapper .ct-section:nth-child(even) {
    margin-right: 0;
  }
  :lang(zh-TW) .contact-wrapper .ct-title, :lang(en) .contact-wrapper .ct-title {
    border-bottom: 1px dashed #e1e5ec;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }

  .short-wrapper .short-term h3 {
    font-size: 1.5rem !important;
  }

  .brown-well {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  /* global map effect by Peggy */
  .global-wrapper .region div .popup {
    max-height: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    top: 72px;
  }
  .global-wrapper .region div:hover:after {
    z-index: 3;
  }
  .global-wrapper .region div:hover .popup {
    opacity: 1;
    max-height: 10000px;
    top: 36px;
    z-index: 2;
  }
  .global-wrapper .region div:hover .statistics,
  .global-wrapper .region div:hover .popup-continent {
    display: block;
  }
}
@media (max-width: 991px) {
  html, body {
    height: auto;
    overflow: auto;
  }

  .global-wrapper .region .positioning:after {
    content: "\f111";
    font-size: 1rem;
    top: 40px;
  }
  .global-wrapper .region .positioning .continent {
    display: none;
  }
  .global-wrapper .region .oceania {
    right: 17%;
    bottom: 22%;
  }
  .global-wrapper .region .asia {
    right: 22%;
    top: 24%;
  }
  .global-wrapper .region .euro {
    right: 44%;
    top: 16%;
  }
  .global-wrapper .region .africa {
    right: 43%;
    top: 45%;
  }
  .global-wrapper .region .america {
    left: 26%;
    top: 35%;
  }
  .global-wrapper .region-mobile {
    display: flex;
  }

  .members-brief {
    margin: 0 2.75% 1.875rem 0;
    width: 31.5%;
  }
  .members-brief:nth-child(3n) {
    margin-right: 0;
  }
  .members-brief:nth-child(4n) {
    margin-right: 2.75%;
  }

  .single-modal .member-intro {
    display: block;
  }
  .single-modal .photo-wrap {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .single-modal .intro-wrap {
    padding-left: 0;
  }

  .full-container .member-intro {
    display: flex;
  }
  .full-container .photo-wrap {
    width: 240px;
    min-width: 240px;
  }
  .full-container .intro-wrap {
    padding-left: 1.875rem;
  }

  .table-responsive {
    white-space: nowrap !important;
  }

  .table-row .table-col {
    margin-right: 6px;
    width: 312px;
    min-width: 312px;
  }
  .table-row .table-col:last-child {
    margin-right: 0;
  }

  #calendar {
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .col-12 + .col-12 + .col-12 {
    margin-top: 0.5rem;
  }

  .guestbook-container .select-group {
    flex-wrap: wrap;
  }
  .guestbook-container .select-col {
    margin-bottom: 0.25rem;
    margin-right: 1%;
    min-width: 49.5%;
    width: 49.5%;
  }
  .guestbook-container .select-col:nth-child(2) {
    margin-right: 0;
  }
  .guestbook-container .select-col:nth-child(3), .guestbook-container .select-col:nth-child(4) {
    margin-right: 0;
    min-width: 100%;
    width: 100%;
  }
  .guestbook-container .guest-item {
    width: 33.333333%;
  }

  .continent-wrapper .country-menu.has-column {
    column-count: 2;
  }

  .short-wrapper {
    flex-wrap: wrap;
  }
  .short-wrapper .short-term h3 {
    font-size: 1.5rem !important;
  }
  .short-wrapper .term-link {
    margin-bottom: 1.875rem;
    width: 31%;
  }
}
@media (max-width: 969px) {
  .full-members .full-container {
    padding: 1.875rem 1.25rem;
    width: 100%;
  }
  .full-members .full-container-inner {
    display: block;
  }
  .full-members .modal-content {
    width: 100%;
  }
  .full-members .aside {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .full-members .aside .full-menu {
    position: relative;
  }
  .full-members .aside .full-menu .full-scroll {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main .title-wrap {
    margin-bottom: 2rem;
  }

  .activity-hybrid li {
    width: 31%;
  }

  .members-wrapper .allin {
    margin-top: 2rem;
  }
  .members-wrapper .league-wrapper {
    margin-bottom: 1.5rem;
  }

  .sitemap-wrapper .sm-section {
    width: 50%;
  }

  .section-awall, .section-brief {
    margin-bottom: 2rem;
  }

  .ntu-main + .tab-content {
    padding-top: 2rem;
  }

  table.table .country-column {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .guestbook-container .mdb-lightbox figure {
    margin-bottom: 0.5rem;
  }

  .article-list {
    margin-right: -20px;
  }
  .article-list li {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  header.header .logo:after {
    width: 72px;
    height: 72px;
  }
  header.header .h1-logo {
    width: 72px;
  }
  header.header .sub .ch {
    margin-bottom: 0.1875rem;
    font-size: 1.75rem;
  }
  header.header .sub .en {
    font-size: 1.125rem;
  }

  .breadcrumb .breadcrumb-item {
    display: none;
  }
  .breadcrumb .breadcrumb-item:first-child, .breadcrumb .breadcrumb-item:last-child {
    display: block;
  }
  .breadcrumb .breadcrumb-item:first-child {
    position: relative;
    width: 14px;
    height: 25px;
  }
  .breadcrumb .breadcrumb-item:first-child:before {
    content: "...";
    color: #999;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .breadcrumb .breadcrumb-item:first-child a {
    display: none;
  }

  .calendar-container .content-wrap {
    display: block;
  }
  .calendar-container .cal-wrap, .calendar-container .activity-list {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .calendar-container .cal-wrap {
    margin-bottom: 1rem;
  }
  .calendar-container .event-item:last-child {
    margin-bottom: 0;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1rem;
  }

  .fc-toolbar h2 {
    font-size: 1.25rem;
  }

  .fc-toolbar {
    padding-top: 30px;
  }
  .fc-toolbar .fc-left {
    position: relative;
    width: 100%;
  }
  .fc-toolbar .fc-left h2 {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: -30px;
  }

  .search-part {
    top: 30px;
  }

  .footer-inner {
    padding: 2rem 0;
  }
  .footer-inner .contact {
    border-right: none;
    padding: 0;
  }

  footer.footer .social-media {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    position: initial;
  }
  footer.footer .social-media .menu-item {
    padding-left: 3rem;
  }
  footer.footer .social-media .menu-item:first-child {
    margin-bottom: 0;
  }
  footer.footer .social-media .menu-item:before {
    font-size: 1.5rem;
    left: -0.5rem;
  }
  footer.footer .social-media .menu-item.facebook {
    padding-right: 1.875rem;
  }
  footer.footer .social-media .menu-item li {
    line-height: 1.2;
  }
  footer.footer .social-media .youtube:before {
    top: -0.615rem;
  }
  footer.footer .social-media .instagram:before {
    transform: scale(0.75);
  }
  footer.footer .contact-address {
    border-bottom: 1px solid #edf0f5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer.footer .contact-block, footer.footer .contact-block:last-child {
    padding-bottom: 1rem;
  }

  .activity-hybrid li {
    width: 48%;
  }

  .announcement-hybrid {
    column-count: auto;
    column-gap: 0;
  }
  .announcement-hybrid li:nth-child(4), .announcement-hybrid li:last-child {
    border-bottom: 1px solid #edf0f5;
  }

  .scroll-links {
    margin: 0 -0.25rem 2rem;
  }
  .scroll-links li {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
    width: 50%;
  }
  .scroll-links.two-item .menu-item {
    display: block;
  }
  .scroll-links.two-item li {
    width: 100%;
  }

  .output-block .output-head {
    margin-bottom: 1.5rem;
  }
  .output-block .output-head h3 {
    font-size: 1.5rem;
  }
  .output-block .output-head h3 small {
    font-size: 75%;
  }

  .annual-wrapper .tabs-title {
    font-size: 1.375rem;
  }

  .untitle-wrap {
    margin-bottom: 1.5rem;
  }
  .untitle-wrap .university-title {
    font-size: 1.75rem;
  }

  .untitle-logo {
    margin-bottom: 2rem;
  }

  .guestbook-container .guestbook-content {
    margin-bottom: 1rem;
  }
  .guestbook-container .mdb-lightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .guestbook-container .mdb-lightbox figure {
    float: none;
    margin-bottom: 0.75rem;
    padding: 0 !important;
    width: 49% !important;
  }

  .short-wrapper {
    display: block;
  }
  .short-wrapper .term-link {
    display: block;
    width: 100%;
  }
  .short-wrapper .short-term {
    margin-bottom: 1.5rem;
    padding-top: 56.25%;
  }
  .short-wrapper .short-term h3 {
    font-size: 2rem !important;
  }
  .short-wrapper .short-term img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .brown-well {
    padding: 1.25rem;
  }
  .brown-well .well-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .agr-wrapper .zone-wrapper {
    margin-bottom: 2rem;
  }
  .agr-wrapper .zone-wrapper:last-child {
    margin-bottom: 0;
  }
  .agr-wrapper .tabs-title {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    text-align: left;
  }
  .agr-wrapper .tabs-title:after {
    top: 44%;
  }
  .agr-wrapper .btn-title {
    border: none;
    padding: 0 1rem 0 0;
  }
  .agr-wrapper .btn-title .count {
    right: 0;
  }
}
@media (max-width: 640px) {
  .global-wrapper .region .oceania {
    right: 15%;
    bottom: 22%;
  }
  .global-wrapper .region .asia {
    right: 21%;
    top: 12%;
  }
  .global-wrapper .region .euro {
    right: 43%;
    top: 11%;
  }
  .global-wrapper .region .africa {
    right: 40%;
    top: 36%;
  }
  .global-wrapper .region .america {
    left: 24%;
    top: 31%;
  }

  .members-group {
    display: block;
  }
  .members-group .department, .members-group .member-card {
    width: 100%;
  }

  .members-brief {
    margin: 0 4% 1.5rem 0;
    width: 48%;
  }
  .members-brief:nth-child(3n) {
    margin-right: 4%;
  }
  .members-brief:nth-child(4n) {
    margin-right: 0;
  }
  .members-brief:nth-child(even) {
    margin-right: 0;
  }

  .guestbook-container .select-group {
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .guestbook-container .select-col {
    margin-right: 0;
    min-width: 100%;
    width: 100%;
  }
  .guestbook-container .guest-item {
    margin-bottom: 1rem;
    width: 50%;
  }

  .agr-wrapper .tabs-title:after {
    content: none;
  }

  .full-container .single-modal .photo-wrap {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 584px) {
  header.header .header-top {
    font-size: 0.9375rem;
  }
  header.header .logo:after {
    width: 64px;
    height: 64px;
  }
  header.header .h1-logo {
    width: 64px;
  }
  header.header .sub .ch {
    font-size: 1.5rem;
  }
  header.header .sub .en {
    font-size: 0.875rem;
  }

  .m-scroll {
    display: block;
  }

  .carousel .carousel-item img {
    display: none !important;
  }
  .carousel .carousel-item img.mobile-only {
    display: block !important;
  }

  .post-single .text-runaround img {
    width: 50%;
  }
  .post-single .photo-gallery .img-group img {
    margin-right: 4%;
    width: 48%;
  }
  .post-single .photo-gallery .img-group img:nth-child(3n) {
    margin-right: 4%;
  }
  .post-single .photo-gallery .img-group img:nth-child(even) {
    margin-right: 0;
  }
  .post-single .photo-gallery.upright .img-group img {
    margin-right: 2.75%;
    width: 31.5%;
  }
  .post-single .photo-gallery.upright .img-group img:nth-child(even) {
    margin-right: 2.75%;
  }
  .post-single .photo-gallery.upright .img-group img:nth-child(3n) {
    margin-right: 0;
  }
  .post-single .album-gallery .img-group .album-item {
    margin-right: 4%;
    width: 48%;
  }
  .post-single .album-gallery .img-group .album-item:nth-child(3n) {
    margin-right: 4%;
  }
  .post-single .album-gallery .img-group .album-item:nth-child(even) {
    margin-right: 0;
  }
  .post-single .album-gallery.upright .img-group .album-item {
    margin-right: 2.75%;
    width: 31.5%;
  }
  .post-single .album-gallery.upright .img-group .album-item:nth-child(even) {
    margin-right: 2.75%;
  }
  .post-single .album-gallery.upright .img-group .album-item:nth-child(3n) {
    margin-right: 0;
  }

  :lang(zh-TW) .contact-wrapper, :lang(en) .contact-wrapper {
    display: block;
    margin: 0;
  }
  :lang(zh-TW) .contact-wrapper .ct-section, :lang(en) .contact-wrapper .ct-section {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .calendar-container {
    padding: 2rem 0;
  }

  .carousel-wrapper {
    padding-bottom: 2.5rem;
  }

  .carousel-indicators {
    bottom: -42px;
  }

  .mdb-lightbox [class*="col-"] {
    padding: 0;
  }

  #backtop {
    bottom: 15px;
    right: 15px;
  }

  .output-block .select-container {
    margin-bottom: 1.5rem;
    padding: 1rem;
  }

  .col-12 + .col-12 {
    margin-top: 0.5rem;
  }

  .continent-wrapper .country-menu {
    display: block;
    column-count: 2;
    column-gap: 1rem;
    margin-bottom: 1rem;
  }

  .short-wrapper .short-term h3 {
    padding: 1rem 0;
    font-size: 1.5rem !important;
  }

  .article-list {
    margin-right: 0;
  }
  .article-list li {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media (max-width: 574px) {
  .activity-hybrid {
    display: block;
  }
  .activity-hybrid li {
    width: 100%;
  }

  .ntu-main {
    display: block;
  }
  .ntu-main .nav-item {
    display: block;
    margin-bottom: 0.75rem;
  }
  .ntu-main .nav-item:last-child {
    margin-bottom: 0;
  }

  .annual-list li {
    margin-right: 6%;
    width: 47%;
  }
  .annual-list li:nth-child(3n) {
    margin-right: 6%;
  }
  .annual-list li:nth-child(even) {
    margin-right: 0;
  }

  footer.footer .social-media {
    display: block;
  }
  footer.footer .social-media .menu-item:first-child {
    margin-bottom: 1.5rem;
  }
  footer.footer .social-media .instagram:before {
    transform: scale(0.7);
    left: -0.25rem;
  }

  .full-members .member-intro {
    display: block !important;
  }
  .full-members .photo-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  .full-members .intro-wrap {
    padding-left: 0 !important;
  }
}
@media (max-width: 479px) {
  header.header .logo:after {
    width: 56px;
    height: 56px;
  }
  header.header .h1-logo {
    width: 56px;
  }
  header.header .sub .ch {
    font-size: 1.25rem;
  }
  header.header .navbar-toggler {
    padding-left: 2rem;
    width: 92px;
  }

  .header-right .subnav .text, .header-right .topnav .text,
  .header-top .subnav .text,
  .header-top .topnav .text {
    display: none;
  }
  .header-right .subnav .fa-envelope, .header-right .subnav .fa-sitemap, .header-right .subnav .fa-question-circle, .header-right .topnav .fa-envelope, .header-right .topnav .fa-sitemap, .header-right .topnav .fa-question-circle,
  .header-top .subnav .fa-envelope,
  .header-top .subnav .fa-sitemap,
  .header-top .subnav .fa-question-circle,
  .header-top .topnav .fa-envelope,
  .header-top .topnav .fa-sitemap,
  .header-top .topnav .fa-question-circle {
    display: inline-block;
  }

  .ntu_search .row.d-flex {
    justify-content: flex-start !important;
    padding-right: 66px;
  }
  .ntu_search .row.d-flex .form-inline {
    display: block;
    width: 100%;
  }
  .ntu_search .row.d-flex .form-control {
    width: 100%;
  }
  .ntu_search .btn-link {
    right: -0.5rem;
  }

  .fc-toolbar .fc-left .fc-button-group {
    margin-bottom: 0.25rem;
  }
  .fc-toolbar .fc-left h2 + .fc-button-group {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    clear: left;
  }

  .search-part {
    top: 64px;
  }

  footer.footer {
    font-size: 0.9375rem;
  }
  footer.footer h5 {
    font-size: 1rem;
  }

  .footer-bottom {
    font-size: 0.875rem;
  }

  .activity-hybrid .item-inner {
    padding: 0.75rem 2.5rem 1.25rem 0;
    background-position: right 0.75rem;
  }
  .activity-hybrid h5 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .announcement-hybrid li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .announcement-hybrid a {
    display: block;
  }
  .announcement-hybrid a span {
    display: block;
  }
  .announcement-hybrid a span.date {
    text-align: left;
  }

  .global-wrapper .region-mobile {
    display: block;
    padding: 1.25rem 1.25rem 0.125rem;
  }
  .global-wrapper .region-mobile .positioning {
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .global-wrapper .region .oceania {
    right: 13%;
    bottom: 19%;
  }
  .global-wrapper .region .asia {
    right: 19%;
    top: 6%;
  }
  .global-wrapper .region .euro {
    right: 39%;
    top: -7%;
  }
  .global-wrapper .region .africa {
    right: 39%;
    top: 24%;
  }
  .global-wrapper .region .america {
    left: 19%;
    top: 12%;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .main .section-title small {
    padding-top: 0;
    font-size: 75%;
  }

  .members-brief {
    float: none;
    margin: 0 0 1.25rem 0 !important;
    width: 100%;
  }
  .members-brief .name {
    font-size: 1.125rem;
  }
  .members-brief .contact-item {
    font-size: 1rem;
  }

  .sitemap-wrapper {
    display: block;
    margin: 0;
  }
  .sitemap-wrapper .sm-section {
    padding: 0;
    width: 100%;
  }

  .untitle-wrap .university-title {
    font-size: 1.5rem;
  }

  .guestbook-container .guest-item {
    width: 100%;
  }

  .pagination .item-amount {
    display: none;
  }

  .guestbook-container .mdb-lightbox {
    display: block;
  }
  .guestbook-container .mdb-lightbox figure {
    margin-bottom: 0.5rem;
    width: 100% !important;
  }

  .continent-wrapper .nav-link {
    padding: 0.5rem;
  }

  .file-list .file-item {
    display: block;
  }
  .file-list h5 {
    margin-bottom: 0.5rem;
  }
  .file-list .files {
    display: block;
    min-width: auto;
    text-align: left;
  }
}
@media (max-width: 375px) {
  .modal_cookie .modal-body {
    padding: 1rem !important;
  }

  .pages-row .sidenav {
    width: 300px !important;
  }

  .post-single .photo-gallery .img-group img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .post-single .photo-gallery .img-group img:nth-child(3n) {
    margin-right: 0;
  }
  .post-single .photo-gallery.upright .img-group img {
    float: left;
    margin-right: 4%;
    width: 48%;
  }
  .post-single .photo-gallery.upright .img-group img:nth-child(even) {
    margin-right: 0;
  }
  .post-single .photo-gallery.upright .img-group img:nth-child(odd) {
    margin-right: 4%;
  }
  .post-single .album-gallery .img-group .album-item {
    float: none;
    margin-right: 4%;
    width: 100%;
  }
  .post-single .album-gallery .img-group .album-item:nth-child(even) {
    margin-right: 0;
  }
  .post-single .album-gallery .img-group .album-item:nth-child(odd) {
    margin-right: 4%;
  }
  .post-single .album-gallery.upright .img-group .album-item {
    float: left;
    margin-right: 4%;
    width: 48%;
  }
  .post-single .album-gallery.upright .img-group .album-item:nth-child(even) {
    margin-right: 0;
  }
  .post-single .album-gallery.upright .img-group .album-item:nth-child(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 360px) {
  header.header .sub .ch {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=application.css.map */
