@charset "UTF-8";
/* ------------------------------------------------------------------------ *|* Mixin
\* ------------------------------------------------------------------------ */
/*!
 *  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.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

/*!
 * Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

/* ------------------------------------------------------------------------ *|* This file contains CSS helper classes.
\* ------------------------------------------------------------------------ */
/*===== common config ======*/
body {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  background: #f3f3f3;
}

body.tab-open {
  overflow: hidden;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
}

a {
  color: #ffffff;
  text-decoration: none;
}

/*===== Body content wrapper ======*/
.sec-content {
  word-break: break-all;
  padding-top: 200px;
  min-height: calc(100vh);
  overflow: hidden;
}

.sec-content .sec-content-inner .sec-panel {
  padding: 10px 20px;
  margin-bottom: 30px;
}

.sec-content .sec-content-inner .sec-panel .sec-panel_title {
  color: #666666;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec-content .sec-content-inner .sec-panel .sec-panel_title .note {
  font-size: 19px;
  color: #666666;
  font-weight: normal;
}

body .sec-content.sec-content-about {
  background: transparent !important;
}

.sec-content.photo-detail {
  padding-top: 203px;
}

.body-visual {
  min-height: calc(100vh);
  padding-top: 120px;
  word-break: break-all;
}

.content-system-syuppin {
  background: url("../img/visual_top.jpg");
  background-attachment: fixed;
  background-size: cover;
  min-height: calc(100vh);
  overflow: hidden;
}

.content-system-syuppin .visual-inner {
  margin-top: 100px;
}

.sec-search {
  padding-top: 280px;
  word-break: break-all;
}

.sec-menu {
  padding-top: 200px;
  word-break: break-all;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.bd-radius {
  border-radius: 50%;
}

.bd-line {
  border-top: 1px solid #cccccc;
}

.cl-a01 {
  color: #333 !important;
}

.cl-a02 {
  color: #00a0e9 !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.style-img {
  display: block;
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
}

/*===== icon > ======*/
.ic-caret {
  display: inline-block;
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: relative;
  top: -6px;
  left: 15px;
}

/*===== pupup ======*/
.alert-my-category {
  display: block;
}

/*===== text alig  ======*/
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

/*===== no login  ======*/
.body-not {
  padding-top: 120px;
}

/*===== no save img  ======*/
.img_Guard {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* ------------------------------------------------------------------------ *|* Tutorial
\* ------------------------------------------------------------------------ */
.tutorial {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: calc(100vh);
  background: rgba(0, 0, 0, 0.76);
  top: 0;
  z-index: 999;
}

.tutorial .tutorial-cont {
  min-height: calc(100vh);
  height: 100%;
  background: #3d3d3d;
}

.tutorial .tutorial-cont img {
  width: 100%;
  height: 100%;
}

.tutorial .tu-bt {
  position: fixed;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 60px;
  background: #00a0e9;
  border: 0;
  color: #fff;
  font-weight: bold;
  width: 69%;
  height: 115px;
  font-size: 40px;
  border-radius: 6px;
}

/* ------------------------------------------------------------------------ *|* Header
\* ------------------------------------------------------------------------ */
#header {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  width: 100%;
  *zoom: 1;
}

#header:before {
  content: " ";
  display: table;
}

#header:after {
  content: " ";
  display: table;
  clear: both;
}

#header .logo {
  float: left;
}

#header .utility {
  float: right;
}

#header .utility > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}

#header.user-in {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}

#header.user-in .utility > li {
  position: relative;
}

#header.user-in .utility > li > a {
  color: #00a0e9;
}

#header.user-in .utility > li > a i.fa {
  font-size: 44px;
}

#header.user-in .utility > li .avt01 {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

#header.user-in .utility > li .avt01 > span.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
}

#header.user-in .utility > li .sub-avt {
  position: absolute;
  z-index: 50;
  background: #ffffff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 6px;
  width: 440px;
  right: -100px;
  top: 68px;
  display: none;
}

#header.user-in .utility > li .sub-avt:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 115px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

#header.user-in .utility > li .sub-avt ul {
  position: relative;
}

#header.user-in .utility > li .sub-avt ul li {
  font-size: 28px;
  color: #0770dd;
  padding: 0 25px;
}

#header.user-in .utility > li .sub-avt ul li a {
  color: #0770dd;
  display: block;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #cccccc;
}

#header.user-in .utility > li .sub-avt ul li a i.fa {
  float: right;
}

#header.user-in .utility > li .sub-ntf {
  position: absolute;
  z-index: 50;
  background: #ffffff;
  width: 720px;
  right: -80px;
  top: 60px;
  padding: 10px 30px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 6px;
  display: none;
}

#header.user-in .utility > li .sub-ntf:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 90px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

#header.user-in .utility > li .sub-ntf .sub-ntf_more {
  text-align: right;
  padding: 15px 0 10px;
}

#header.user-in .utility > li .sub-ntf .sub-ntf_more .ico, #header.user-in .utility > li .sub-ntf .sub-ntf_more .fa {
  font-size: 32px;
}

#header.user-in .utility > li .sub {
  position: absolute;
  z-index: 50;
  background: #ffffff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 6px;
}

#header.user-in .utility > li .sub:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 18px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

#header.user-in .utility > li .sub .bar-process {
  padding: 30px;
  border-bottom: 1px solid #cccccc;
}

#header.user-in .utility > li .sub ul {
  position: relative;
  max-height: 800px;
  overflow-y: scroll;
}

#header.user-in .utility > li .sub ul li {
  font-size: 28px;
  color: #0770dd;
  padding: 0 25px;
}

#header.user-in .utility > li .sub ul li a {
  color: #0770dd;
  display: block;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #cccccc;
}

#header.user-in .utility > li .sub ul li a i.fa {
  float: right;
}

#header.user-in .utility > li .sub ul li.toggle-list .act-show.open i.fa {
  transform: rotate(180deg);
}

#header.user-in .utility > li .sub ul li.toggle-list ul {
  padding-left: 50px;
}

#header.user-in .utility > li .sub ul li.item-cb {
  position: relative;
}

#header.user-in .utility > li .sub ul li.item-cb a {
  padding-right: 150px;
}

#header.user-in .utility > li .sub ul li.item-cb .flip-checkbox {
  position: absolute;
  top: 10px;
  right: 24px;
}

#header.user-in .utility > li .sub#gnavi {
  width: 630px;
  right: -10px;
  top: 60px;
  display: none;
}

#header.show-top {
  top: 120px;
}

#header .list-ntf {
  height: 620px;
  overflow: scroll;
}

#header .in-notification {
  background-color: #e70012;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -4px;
  width: 33px;
  height: 33px;
  display: table;
}

#header .jewelCount {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 20px;
  box-shadow: -1px 1px 2px 0px #5c6093;
  border-radius: 50%;
}

/*===== add login ======*/
.top-link {
  width: 100%;
  padding: 30px;
  height: 120px;
  background: url(../img/bg_toplink.png) no-repeat left top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.top-link a {
  color: #fff;
  display: block;
  background: url(../img/icon/ico-arrow-left.png) no-repeat right 50%;
}

/* ------------------------------------------------------------------------ *|* Menu Nav
\* ------------------------------------------------------------------------ */
/*===== menu search ======*/
.search-mypage,
.menu-search {
  position: relative;
  z-index: 101;
}

.search-mypage .mypage-search,
.menu-search .mypage-search {
  display: none;
  position: fixed;
  top: 120px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.search-mypage .box-search,
.menu-search .box-search {
  font-size: 0;
  z-index: 4;
  position: relative;
}

.search-mypage .box-search .drop-seach,
.menu-search .box-search .drop-seach {
  display: inline-block;
  width: 45%;
}

.search-mypage .box-search .drop-seach > a,
.menu-search .box-search .drop-seach > a {
  position: relative;
  font-size: 24px;
  padding-left: 28px;
  color: #333;
  vertical-align: middle;
}

.search-mypage .box-search .drop-seach > a:after,
.menu-search .box-search .drop-seach > a:after {
  position: absolute;
  right: -70px;
  background: #333;
  height: 79px;
  width: 1px;
  content: "";
  top: -25px;
}

.search-mypage .box-search .search-keyword,
.menu-search .box-search .search-keyword {
  display: inline-block;
  width: 55%;
}

/*===== menu Search mypage ======*/
.search-mypage .mypage-search {
  position: static;
  display: block !important;
}

/*===== menu Search mypage ======*/
.nav-search-mypage li {
  position: relative;
}

.nav-search-mypage li .text-input {
  text-align: center;
  font-size: 40px;
}

.nav-search-mypage li .dropdown-menu {
  width: 98%;
  padding-top: 45px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  left: 0;
  right: 0;
  border-radius: 35px;
}

.nav-search-mypage .sub:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 160px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

/*===== menu top ======*/
.menu-top {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 120px;
}

.menu-top .sub-nav {
  position: relative;
  z-index: 1;
}

.menu-top .sub-nav .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  height: calc(100vh - 200px);
  width: 100%;
  overflow: scroll;
  box-shadow: none;
  border-top: 0;
  background-clip: initial;
  font-size: 24px;
  color: #333;
}

/*===== sub nav ======*/
.sub-nav > ul {
  background: #f0f2f5;
  text-align: center;
  font-size: 0;
}

.sub-nav > ul > li {
  display: inline-block;
  width: calc(100%/3);
  border-bottom: 1px solid #cccccc;
}

.sub-nav > ul > li.open {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.sub-nav > ul > li.open > a {
  color: #e70012;
}

.sub-nav > ul > li > a {
  width: 100%;
  padding: 25px 15px;
  display: inline-block;
  color: #333333;
  font-size: 24px;
  text-decoration: none;
}

.sub-nav > ul > li.active {
  background: #fff;
}

.sub-nav > ul > li.active a {
  color: #e70012;
}

.sub-nav01 {
  width: 100%;
  background: #ffffff;
  padding: 0 15px;
}

.sub-nav01 ul {
  *zoom: 1;
}

.sub-nav01 ul:before {
  content: " ";
  display: table;
}

.sub-nav01 ul:after {
  content: " ";
  display: table;
  clear: both;
}

.sub-nav01 ul li {
  width: 25%;
  float: left;
}

.sub-nav01 ul li a {
  color: #333333;
  font-size: 22px;
  display: block;
  padding: 22px 0;
  text-align: center;
}

.sub-nav01 ul li.active a {
  color: #0770dd;
  border-bottom: 5px solid #0770dd;
}

/*===== search show ======*/
.sub-search {
  position: absolute;
  background: rgba(30, 30, 30, 0.5);
  min-height: 80px;
  width: 100%;
  z-index: 0;
  text-align: left;
}

.sub-search > a {
  font-size: 24px;
  padding: 22px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  float: right;
  display: inline-block;
}

.sub-search > a span {
  display: inline-block;
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  top: -6px;
  left: 15px;
}

.tab_sub_all {
  display: none;
  position: absolute;
  right: 20px;
  top: 75px;
  left: initial;
}

.tab_sub_all ul {
  border-radius: 10px;
  background: #fff;
  width: 430px;
  position: relative;
}

.tab_sub_all ul li {
  border-bottom: 1px solid #ccc;
}

.tab_sub_all ul li:last-child {
  border: none;
}

.tab_sub_all ul li a {
  padding: 30px;
  /*color: #999;*/
  color: #0770dd;
  font-size: 28px;
  display: block;
}

.tab_sub_all ul li a:hover {
  color: #fff;
  background: #0770dd;
}

.tab_sub_all:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 45px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

/*===== title show ======*/
.photo-cate {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  width: 100%;
  padding: 12px;
  position: absolute;
  z-index: 99;
  top: 280px;
}

.photo-cate .right-link {
  color: #ededed;
  float: right;
}

.photo-cate.fix {
  position: fixed;
  top: 120px;
}

/*===== list cat ======*/
.list-cat {
  padding: 40px 20px 10px 20px;
}

.list-cat dl dt {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 10px 0;
  color: #333;
}

.list-cat dl dd {
  margin-bottom: 50px;
}

.list-cat dl dd ul li {
  border-bottom: 1px solid #cccccc;
}

.list-cat dl dd ul li > a {
  font-size: 20px;
  display: block;
  padding: 30px 15px;
  color: #000000;
}

.list-cat dl dd ul li > a strong {
  font-size: 24px;
}

.list-cat dl dd ul li.cat-yellow {
  background: #ddde00;
}

.list-cat dl dd ul li.cat-yellow a {
  color: #fff;
}

.list-cat dl dd ul li.cat-blue {
  background: #009eec;
}

.list-cat dl dd ul li.cat-blue a {
  color: #fff;
}

.list-cat dl dd ul li.cat-violet {
  background: #8926e1;
}

.list-cat dl dd ul li.cat-violet a {
  color: #fff;
}

.list-cat dl dd ul li.cat-pink {
  background: #df1788;
}

.list-cat dl dd ul li.cat-pink a {
  color: #fff;
}

.list-cat dl dd ul li.cat-orange {
  background: #f46400;
}

.list-cat dl dd ul li.cat-orange a {
  color: #fff;
}

.list-cat dl dd ul li.cat-tomato {
  background: #e0422b;
}

.list-cat dl dd ul li.cat-tomato a {
  color: #fff;
}

.list-cat dl dd ul li.cat-cyan {
  background: #00dea9;
}

.list-cat dl dd ul li.cat-cyan a {
  color: #fff;
}

.list-cat01 {
  padding: 30px;
}

.list-cat01 dl {
  margin-bottom: 50px;
}

.list-cat01 dl dt {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 10px;
  color: #333;
}

.list-cat01 dl dd {
  padding: 10px;
}

.list-cat01 dl dd ul li {
  border-bottom: 1px solid #cccccc;
}

.list-cat01 dl dd ul li a {
  display: block;
  padding: 15px;
  color: #000;
  font-size: 20px;
}

.list-cat01 dl dd ul li a:hover {
  background: #f5f5f5;
  color: #e70012;
}

.list-cat01 dl dd ul li a:hover .cat-group {
  background: url(../img/icon/ico-cat-group_on.png) no-repeat left 50%;
}

.list-cat01 dl dd ul li a strong {
  font-size: 24px;
  padding: 20px 0;
  display: inline-block;
}

.list-cat01 dl dd ul li a .cat-group {
  padding-left: 50px;
  background: url(../img/icon/ico-cat-group.png) no-repeat left 50%;
}

.list-cat01 dl dd ul li a .img-thumbs01 {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 1;
}

.list-cat01 dl dd ul li a .img-thumbs01 img {
  width: 80px;
  height: 80px;
}

/* ------------------------------------------------------------------------ *|* footer
\* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *|* Form
\* ------------------------------------------------------------------------ */
/*===== form-01 ======*/
.form-group01 {
  text-align: left;
  margin-top: 30px;
}

.form-group01 .form-items {
  margin-bottom: 30px;
}

.form-group01 .form-items .items-label {
  color: #666666;
  margin-bottom: 10px;
  display: block;
}

.form-group01 .form-items .items-field {
  margin-bottom: 20px;
}

.form-group01 .form-items .items-field.fulldate > span {
  color: #666666;
  padding-right: 15px;
}

.form-group01 .form-items .items-field:first-child {
  margin-bottom: 0;
}

.form-group01 .form-items .items-btn01 {
  *zoom: 1;
}

.form-group01 .form-items .items-btn01:before {
  content: " ";
  display: table;
}

.form-group01 .form-items .items-btn01:after {
  content: " ";
  display: table;
  clear: both;
}

.form-group01 .form-items .items-btn01 *[class*="btn-"] {
  width: 48%;
  margin: 0 1%;
  float: left;
}

.form-group01 a {
  color: #00a0e9;
}

.form-group01 .options-checked {
  position: relative;
  left: 25px;
}

.form-group01 .options-checked li {
  display: inline-block;
  margin: 0 8px 20px;
  width: calc(100%/3 - 16px);
}

.form-group01 .options-checked .img-ic {
  display: block;
  height: 100px;
  position: relative;
  margin-bottom: 30px;
}

.form-group01 .options-checked .img-ic img {
  vertical-align: middle;
  margin: 0px auto;
  display: block;
  position: absolute;
  bottom: 0;
  width: 80px;
}

.top-btn {
  margin-bottom: 40px;
}

.ddl01 {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin-right: 10px;
  background: #fff;
}

.ddl01 select {
  background: #fff;
  font-size: 28px;
  border: 2px solid #e0e0e0;
  padding: 23px 45px 24px 15px;
  -webkit-appearance: none;
  width: 100%;
}

.ddl01.small {
  width: 25%;
}

.ddl01.medium {
  width: 50%;
}

.ddl01.large {
  width: 100%;
}

.ddl01 input {
  background: #fff;
  font-size: 28px;
  border: 2px solid #e0e0e0;
  padding: 23px 45px 24px 15px;
  -webkit-appearance: none;
  width: 100%;
}

.ddl02 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.ddl02:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: 10px;
  top: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ddl02 select {
  background: none;
  font-size: 24px;
  border: none;
  padding: 20px 35px;
  -webkit-appearance: none;
  width: 100%;
}

.ddl02.small {
  width: 25%;
}

.ddl02.medium {
  width: 50%;
}

.ddl02.large {
  width: 100%;
}

.ddl03 {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  margin-right: 10px;
  background: #fff;
}

.ddl03:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
  position: absolute;
  right: 12px;
  top: 38px;
}

.ddl03 select {
  background: #fff;
  /*font-size: 24px;*/
  font-size: 30px;
  border: 2px solid #e0e0e0;
  padding: 23px 45px 24px 15px;
  -webkit-appearance: none;
  width: 100%;
}

.ddl03.small {
  width: 25%;
}

.ddl03.medium {
  width: 50%;
}

.ddl03.large {
  width: 100%;
}

/*===== input ======*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
textarea,
select option {
  padding: 25px 20px;
  font-size: 24px;
  border: 2px solid #e0e0e0;
  -webkit-appearance: none;
  background: #fff;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
textarea:disabled,
select option:disabled {
  color: #333;
  background: #ccc;
}

input[type="text"].ipt01,
input[type="email"].ipt01,
input[type="password"].ipt01,
input[type="date"].ipt01,
input[type="datetime-local"].ipt01,
textarea.ipt01,
select option.ipt01 {
  background: #efefef;
  border: 1px solid #999999;
}

input[type="date"] {
  height: 82px;
}

/*===== input size ======*/
input.large, textarea.large {
  width: 100%;
}

/*===== checkbox ======*/
.checkbox {
  position: relative;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/icon/checkbox01.png) no-repeat left bottom;
  background-size: 100% auto;
}

.checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.checkbox input[type=checkbox]:checked + label:before {
  background: url(../img/icon/checkbox01.png) no-repeat left top;
  background-size: 100% auto;
}

.checkbox.medium label:before {
  width: 31px;
  height: 31px;
}

.checkbox.medium input[type=checkbox]:checked + label:before {
  background: url(../img/icon/checkbox01.png) no-repeat left top;
  background-size: 100% auto;
}

.checkbox.inline {
  display: inline-block;
  margin-right: 10px;
}

.checkbox01 {
  position: relative;
}

.checkbox01 label {
  display: block;
  position: relative;
}

.checkbox01 label:after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: none;
  width: 50px;
  height: 60px;
  margin-left: 0px;
  vertical-align: middle;
  background: url(../img/icon/checkbox02.png) no-repeat left bottom;
}

.checkbox01 label .checkbox01-btn {
  color: #666666;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  padding: 20px 25px 20px 55px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.checkbox01 input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.checkbox01 input[type=checkbox]:checked + label .checkbox01-btn {
  background: #0770dd;
  color: #ffffff;
}

.checkbox01 input[type=checkbox]:checked + label:after {
  display: block;
  background: url(../img/icon/checkbox02.png) no-repeat left top;
}

.checkbox01.none label:after {
  display: none;
}

.checkbox01.full label {
  padding: 0;
}

.checkbox01.full label:after {
  display: none !important;
}

.flip-checkbox {
  display: inline-block;
}

.flip-checkbox label {
  width: 130px;
  height: 70px;
  display: block;
  background: #b2b2b2;
  position: relative;
  border-radius: 35px;
}

.flip-checkbox label:after {
  content: "";
  width: 68px;
  height: 68px;
  display: block;
  background: #333333;
  border: 2px solid #333333;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 35px;
}

.flip-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.flip-checkbox input[type=checkbox]:checked + label:after {
  background: #ffffff;
  left: auto;
  left: 0;
}

/*===== radio ======*/
.radio {
  position: relative;
  text-align: left;
}

.radio label {
  padding-left: 54px;
  position: relative;
  display: block;
}

.radio label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  background: url(../img/icon/radio01.png) no-repeat left bottom;
  background-size: 100% auto;
}

.radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.radio input[type=radio]:checked + label:before {
  background: url(../img/icon/radio01.png) no-repeat left top;
  background-size: 100% auto;
}

/*===== select dropdown ======*/
.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle {
  position: relative;
  padding: 10px 40px 10px 20px !important;
  font-size: 24px;
  min-height: 82px;
  background: transparent;
  box-shadow: none;
  border: 2px solid #e0e0e0;
}

.bootstrap-select .filter-option {
  position: absolute;
  left: 0;
  padding-left: 22px;
}

.bootstrap-select select {
  left: -999px !important;
}

.bootstrap-select .dropdown-toggle .caret {
  border-top: 10px dashed #999;
  border-top: 10px solid \9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  right: 18px;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 24px;
}

/* ------------------------------------------------------------------------ *|* Button
\* ------------------------------------------------------------------------ */
/*===== button ======*/
.btn-01, .btn-02, .btn-03, .btn-04, .btn-05, .btn-06, .btn-07, .btn-08, .btn-09, .btn-10 {
  font-size: 28px;
  line-height: 1.2;
  vertical-align: top;
  min-height: 96px;
  padding: 25px 10px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 6px;
  -webkit-appearance: none;
}

.btn-01.tiny, .btn-02.tiny, .btn-03.tiny, .btn-04.tiny, .btn-05.tiny, .btn-06.tiny, .btn-07.tiny, .btn-08.tiny, .btn-09.tiny, .btn-10.tiny {
  padding: 0 10px;
  font-size: 24px;
  min-height: 60px;
}

.btn-01.small, .btn-02.small, .btn-03.small, .btn-04.small, .btn-05.small, .btn-06.small, .btn-07.small, .btn-08.small, .btn-09.small, .btn-10.small {
  padding: 16px 10px;
  font-size: 24px;
  min-height: 60px;
}

.btn-01.xsmall, .btn-02.xsmall, .btn-03.xsmall, .btn-04.xsmall, .btn-05.xsmall, .btn-06.xsmall, .btn-07.xsmall, .btn-08.xsmall, .btn-09.xsmall, .btn-10.xsmall {
  padding: 16px 30px;
  font-size: 24px;
  min-height: 70px;
}

.btn-01.xsmall02, .btn-02.xsmall02, .btn-03.xsmall02, .btn-04.xsmall02, .btn-05.xsmall02, .btn-06.xsmall02, .btn-07.xsmall02, .btn-08.xsmall02, .btn-09.xsmall02, .btn-10.xsmall02 {
  padding: 16px 50px !important;
  font-size: 24px;
  min-height: 70px;
}

.btn-01.xsmall03, .btn-02.xsmall03, .btn-03.xsmall03, .btn-04.xsmall03, .btn-05.xsmall03, .btn-06.xsmall03, .btn-07.xsmall03, .btn-08.xsmall03, .btn-09.xsmall03, .btn-10.xsmall03 {
  padding: 16px 60px;
  font-size: 24px;
  min-height: 70px;
}

.btn-01.medium, .btn-02.medium, .btn-03.medium, .btn-04.medium, .btn-05.medium, .btn-06.medium, .btn-07.medium, .btn-08.medium, .btn-09.medium, .btn-10.medium {
  padding: 25px 15px;
  font-size: 24px;
  min-height: 76px;
}

.btn-01.medium.line2, .btn-02.medium.line2, .btn-03.medium.line2, .btn-04.medium.line2, .btn-05.medium.line2, .btn-06.medium.line2, .btn-07.medium.line2, .btn-08.medium.line2, .btn-09.medium.line2, .btn-10.medium.line2 {
  padding: 11px 10px;
}

.btn-01.large, .btn-02.large, .btn-03.large, .btn-04.large, .btn-05.large, .btn-06.large, .btn-07.large, .btn-08.large, .btn-09.large, .btn-10.large {
  width: 100%;
  margin: 0;
}

.btn-01.xsmall01, .btn-02.xsmall01, .btn-03.xsmall01, .btn-04.xsmall01, .btn-05.xsmall01, .btn-06.xsmall01, .btn-07.xsmall01, .btn-08.xsmall01, .btn-09.xsmall01, .btn-10.xsmall01 {
  padding: 30px;
  font-size: 28px;
  min-height: 70px;
  width: 70%;
}

.btn-01 {
  background: #0770dd;
  color: #ffffff;
  border: 2px solid #0770dd;
}

.btn-02 {
  background: #ffffff;
  color: #0770dd;
  border: 2px solid #0770dd;
}

.btn-03 {
  background: none;
  /*color: #666666;*/
  color: #00a0e9;
  border: 2px solid #00a0e9;
}

.btn-04 {
  background: #00a0e9;
  color: #ffffff;
  border: 2px solid #00a0e9;
}

.btn-05 {
  background: none;
  color: #0770dd;
  border: 2px solid #0770dd;
}

.btn-06 {
  background: #999999;
  color: #ffffff;
  border: 2px solid #999999;
}

.btn-07 {
  background: #e70012;
  color: #ffffff;
  border: 2px solid #e70012;
}

.btn-08 {
  background: #dd6622;
  color: #ffffff;
  border: 2px solid #dd6622;
}

.btn-09 {
  background: #dd6622;
  color: #ffffff;
  border: 2px solid #dd6622;
}

.btn-10 {
  background: #ededed;
  color: #ffffff;
  border: 2px solid #ededed;
}

/*===== social button ======*/
.btn-fb, .btn-plus, .btn-tweet, .btn-apple {
  background: #000;
  color: #ffffff;
  font-size: 28px;
  width: 100%;
  padding: 15px 60px;
  margin: 10px 0;
  display: inline-block;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
}

.btn-fb .fa, .btn-plus .fa, .btn-tweet .fa,.btn-apple .fa {
  font-size: 55px;
  vertical-align: middle;
}

.btn-fb {
  background: #3c5a99;
}

.btn-plus {
  background: #FFFFFF;
  color: #999999;
  border: solid 0.1px #999999;
  box-sizing: border-box;
}

.btn-tweet {
  background: #000000;
}

.btn-apple {
  background: #000000;
}

/* ------------------------------------------------------------------------ *|* Heading title
\* ------------------------------------------------------------------------ */
/*===== heading level 02 ======*/
.hdg02-01 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid #e70012;
  margin-bottom: 10px;
  text-align: center;
}

.hdg02-01.inline {
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}

.hdg02-02 {
  color: #0770dd;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.hdg02-03 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.hdg02-04 {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
}

.hdg02-04 .hdg02-04_title {
  font-size: 26px;
  font-weight: bold;
  color: #0770dd;
  display: inline-block;
  padding: 18px 0;
}

.hdg02-04 .hdg02-04_btn {
  float: right;
}

/* ------------------------------------------------------------------------ *|* simple Grid system
\* ------------------------------------------------------------------------ */
.row {
  *zoom: 1;
}

.row:before {
  content: " ";
  display: table;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

.row .cols-1 {
  width: 8.33333%;
}

.row .cols-2 {
  width: 16.66667%;
}

.row .cols-3 {
  width: 25.0%;
}

.row .cols-4 {
  width: 33.33333%;
}

.row .cols-5 {
  width: 41.66666%;
}

.row .cols-6 {
  width: 50.0%;
}

.row .cols-7 {
  width: 58.33333%;
}

.row .cols-8 {
  width: 66.66666%;
}

.row .cols-9 {
  width: 75.0%;
}

.row .cols-10 {
  width: 83.33333%;
}

.row .cols-11 {
  width: 91.66666%;
}

.row [class*="cols"] {
  float: left;
}

/* ------------------------------------------------------------------------ *|* icon
\* ------------------------------------------------------------------------ */
/*===== icon add ======*/
.icon-lock-w {
  display: inline-block;
  background-image: url("../img/icon/icon-lock-w.png");
  height: 24px;
  width: 20px;
}

.ic-start-white {
  display: inline-block;
  background-image: url("../img/icon/ic-start-white.svg");
  background-size: cover;
  height: 50px;
  width: 50px;
}

.ic-start-on {
  display: inline-block;
  background-image: url("../img/icon/ic-start-on.svg");
  background-size: cover;
  height: 44px;
  width: 44px;
}

.ico {
  display: inline-block;
}

.ico.ico-group {
  background: url(../img/icon/ico-group-img.png) no-repeat left top;
  width: 28px;
  height: 21px;
}

.ico.ico-group01 {
  background: url(../img/icon/ico-group-img01.png) no-repeat left top;
  width: 30px;
  height: 24px;
}

.ico.ico-group02 {
  background: url(../img/icon/ico-group-img02.png) no-repeat left top;
  width: 28px;
  height: 21px;
}

.ico.ico-group03 {
  background: url(../img/icon/ico-group-img03.png) no-repeat left top;
  width: 30px;
  height: 24px;
}

.ico.ico-group04 {
  background: url(../img/icon/ico-group-img04.png) no-repeat left top;
  width: 64px;
  height: 28px;
}

.ico.ico-group05 {
  background: url(../img/icon/ico-group.png) no-repeat left top;
  width: 54px;
  height: 33px;
}

.ico.ico-user-sign {
  background: url(../img/icon/ico-user-sign.png) no-repeat left top;
  width: 90px;
  height: 60px;
}

.ico.ico-user-plus {
  background: url(../img/icon/ico-user-plus.png) no-repeat left top;
  width: 90px;
  height: 60px;
}

.ico.ico-user-plus01 {
  background: url(../img/icon/ico-user-plus01.png) no-repeat left top;
  width: 90px;
  height: 60px;
}

.ico.ico-user01 {
  background: url(../img/icon/ico-user01.png) no-repeat left top;
  width: 37px;
  height: 32px;
}

.ico.ico-toogle-up {
  background: url(../img/icon/ico-toogle-up.png) no-repeat left top;
  width: 38px;
  height: 14px;
}

.ico.ico-toogle-down {
  background: url(../img/icon/ico-toogle-down.png) no-repeat left top;
  width: 38px;
  height: 14px;
}

.ico.ico-map {
  background: url(../img/icon/ico-map.png) no-repeat left top;
  width: 25px;
  height: 33px;
}

.ico.ico01 {
  background: url(../img/icon/ico01.png) no-repeat left top;
  width: 92px;
  height: 70px;
}

.ico.ico02 {
  background: url(../img/icon/ico02.png) no-repeat left top;
  width: 83px;
  height: 83px;
}

.ico.ico03 {
  background: url(../img/icon/ico03.png) no-repeat left top;
  width: 70px;
  height: 75px;
}

.ico.ico04 {
  background: url(../img/icon/ico04.png) no-repeat left top;
  width: 83px;
  height: 63px;
}

.ico.ico05 {
  background: url(../img/icon/ico05.png) no-repeat left top;
  width: 64px;
  height: 70px;
}

.ico.ico06 {
  background: url(../img/icon/ico06.png) no-repeat left top;
  width: 96px;
  height: 62px;
}

.ico.ico07 {
  background: url(../img/icon/ico07.png) no-repeat left top;
  width: 60px;
  height: 75px;
}

.ico.ico08 {
  background: url(../img/icon/ico08.png) no-repeat left top;
  width: 71px;
  height: 88px;
}

.ico.ico09 {
  background: url(../img/icon/ico09.png) no-repeat left top;
  width: 67px;
  height: 72px;
}

.ico.ico10 {
  background: url(../img/icon/ico10.png) no-repeat left top;
  width: 161px;
  height: 121px;
}

.ico.camera01 {
  background: url(../img/icon/camera01.png) no-repeat left top;
  width: 132px;
  height: 98px;
}

.ico.camera02 {
  background: url(../img/icon/camera02.png) no-repeat left top;
  width: 132px;
  height: 87px;
}

.ico.ico11 {
  background: url(../img/icon/ico11.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico12 {
  background: url(../img/icon/ico12.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico13 {
  background: url(../img/icon/ico13.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico14 {
  background: url(../img/icon/ico14.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico15 {
  background: url(../img/icon/ico15.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico16 {
  background: url(../img/icon/ico16.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico17 {
  background: url(../img/icon/ico17.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico18 {
  background: url(../img/icon/ico18.png) no-repeat left top;
  width: 55px;
  height: 40px;
}

.ico.ico-tab {
  background: url(../img/icon/ico-tab.png) no-repeat left top;
  width: 60px;
  height: 60px;
}

.ico.ico-tab01 {
  background: url(../img/icon/ico-tab01.png) no-repeat left top;
  width: 35px;
  height: 29px;
}

.ico.ico-start {
  background: url(../img/icon/ico-start.png) no-repeat left top;
  width: 34px;
  height: 34px;
}

.ico.ico-start01 {
  background: url(../img/icon/ico-start01.png) no-repeat left top;
  width: 34px;
  height: 34px;
}

.ico.ico-start02 {
  background: url(../img/icon/ico-start02.png) no-repeat left top;
  width: 44px;
  height: 44px;
}

.fix-icon .fa.ic-start{
  background: url(../img/icon/ico-start02.png) no-repeat left top;
  width: 34px !important;
  height: 34px !important;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fix-icon .fa.ic-start-on{
  background: url(../img/icon/ico-start03.svg) no-repeat left top;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
}

.ico.ico-start03 {
  background: url(../img/icon/ico-start03.svg) no-repeat left top;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.ico.ico-star {
  background: url(../img/icon/ico-star.png) no-repeat left top;
  width: 40px;
  height: 38px;
}

.ico.ico-star01 {
  background: url(../img/icon/ico-star01.png) no-repeat left top;
  width: 28px;
  height: 28px;
}

.ico.ico-star02 {
  background: url(../img/icon/ico-star02.png) no-repeat left top;
  width: 40px;
  height: 38px;
}

.ico.ico-comment01 {
  background: url(../img/icon/ico-comment01.png) no-repeat left top;
  width: 29px;
  height: 28px;
}

.ico.ico-comment02 {
  background: url(../img/icon/ico-comment02.png) no-repeat left top;
  width: 23px;
  height: 21px;
}

.ico.ico-comment03 {
  background: url(../img/icon/ico-comment03.png) no-repeat left top;
  width: 38px;
  height: 35px;
}

.ico.ico-comment04 {
  background: url(../img/icon/ico-comment04.png) no-repeat left top;
  width: 34px;
  height: 31px;
}

.ico.ico-social-fb01 {
  background: url(../img/icon/ico-social-fb01.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-fb01_on {
  background: url(../img/icon/ico-social-fb01_on.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-line01 {
  background: url(../img/icon/ico-social-line01.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-line01_on {
  background: url(../img/icon/ico-social-line01_on.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-mail01 {
  background: url(../img/icon/ico-social-mail01.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-mail01_on {
  background: url(../img/icon/ico-social-mail01_on.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-plus01 {
  background: url(../img/icon/ico-social-plus01.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-plus01_on {
  background: url(../img/icon/ico-social-plus01_on.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-tweet01 {
  background: url(../img/icon/ico-social-tweet01.png) no-repeat left top;
  width: 50px;
  height: 50px;
}

.ico.ico-social-tweet01_on {
  background: url(../img/icon/ico-social-tweet01_on.png) no-repeat left top;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.ico.ico-trash {
  background: url(../img/icon/ico-trash.png) no-repeat left top;
  width: 28px;
  height: 36px;
}

.ico.ico-connect {
  background: url(../img/icon/ico-connect.png) no-repeat left top;
  width: 33px;
  height: 29px;
}

.ico.ico-lock {
  background: url(../img/icon/ico-lock.png) no-repeat left top;
  width: 30px;
  height: 36px;
}

/* icon styles */
/*===== flag ======*/
.flag01 {
  width: 60px;
  height: 40px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}

.flag01.flag-en {
  background: url(../img/icon-country/en.png) no-repeat left top;
  background-size: 100%;
}

.flag01.flag-jp {
  background: url(../img/icon-country/jp.png) no-repeat left top;
  background-size: 100%;
}

.flag01.flag-us {
  background: url(../img/icon-country/us.png) no-repeat left top;
  background-size: 100%;
}

/* ------------------------------------------------------------------------ *|* icon flag
\* ------------------------------------------------------------------------ */
.ico_BT, .ico_AD, .ico_AF, .ico_AG, .ico_AI, .ico_AE, .ico_AM, .ico_AN, .ico_AO, .ico_AQ, .ico_AR, .ico_AT, .ico_AU, .ico_AW, .ico_AZ, .ico_BA, .ico_BB, .ico_BD, .ico_BE, .ico_BF, .ico_BG, .ico_AS, .ico_BH, .ico_BI, .ico_BJ, .ico_BM, .ico_BN, .ico_BO, .ico_BR, .ico_BS, .ico_AL, .ico_BV, .ico_BW, .ico_BY, .ico_BZ, .ico_CA, .ico_CC, .ico_CD, .ico_CF, .ico_CG, .ico_CH, .ico_CI, .ico_CK, .ico_CM, .ico_CL, .ico_CN, .ico_CO, .ico_CS, .ico_CR, .ico_CU, .ico_CV, .ico_CX, .ico_CZ, .ico_CY, .ico_DE, .ico_DJ, .ico_DK, .ico_DM, .ico_DO, .ico_DZ {
  display: inline-block;
  background-image: url("../img/flags/flag.png");
  background-repeat: no-repeat;
}

.ico_BT {
  background-position: -0px -0px;
  height: 20px;
  width: 30px;
}

.ico_AD {
  background-position: -30px -0px;
  height: 20px;
  width: 30px;
}

.ico_AF {
  background-position: -0px -20px;
  height: 20px;
  width: 30px;
}

.ico_AG {
  background-position: -30px -20px;
  height: 20px;
  width: 30px;
}

.ico_AI {
  background-position: -0px -40px;
  height: 20px;
  width: 30px;
}

.ico_AE {
  background-position: -30px -40px;
  height: 20px;
  width: 30px;
}

.ico_AM {
  background-position: -60px -0px;
  height: 20px;
  width: 30px;
}

.ico_AN {
  background-position: -60px -20px;
  height: 20px;
  width: 30px;
}

.ico_AO {
  background-position: -60px -40px;
  height: 20px;
  width: 30px;
}

.ico_AQ {
  background-position: -0px -60px;
  height: 20px;
  width: 30px;
}

.ico_AR {
  background-position: -30px -60px;
  height: 20px;
  width: 30px;
}

.ico_AT {
  background-position: -60px -60px;
  height: 20px;
  width: 30px;
}

.ico_AU {
  background-position: -90px -0px;
  height: 20px;
  width: 30px;
}

.ico_AW {
  background-position: -90px -20px;
  height: 20px;
  width: 30px;
}

.ico_AZ {
  background-position: -90px -40px;
  height: 20px;
  width: 30px;
}

.ico_BA {
  background-position: -90px -60px;
  height: 20px;
  width: 30px;
}

.ico_BB {
  background-position: -0px -80px;
  height: 20px;
  width: 30px;
}

.ico_BD {
  background-position: -30px -80px;
  height: 20px;
  width: 30px;
}

.ico_BE {
  background-position: -60px -80px;
  height: 20px;
  width: 30px;
}

.ico_BF {
  background-position: -90px -80px;
  height: 20px;
  width: 30px;
}

.ico_BG {
  background-position: -0px -100px;
  height: 20px;
  width: 30px;
}

.ico_AS {
  background-position: -30px -100px;
  height: 20px;
  width: 30px;
}

.ico_BH {
  background-position: -60px -100px;
  height: 20px;
  width: 30px;
}

.ico_BI {
  background-position: -90px -100px;
  height: 20px;
  width: 30px;
}

.ico_BJ {
  background-position: -120px -0px;
  height: 20px;
  width: 30px;
}

.ico_BM {
  background-position: -120px -20px;
  height: 20px;
  width: 30px;
}

.ico_BN {
  background-position: -120px -40px;
  height: 20px;
  width: 30px;
}

.ico_BO {
  background-position: -120px -60px;
  height: 20px;
  width: 30px;
}

.ico_BR {
  background-position: -120px -80px;
  height: 20px;
  width: 30px;
}

.ico_BS {
  background-position: -120px -100px;
  height: 20px;
  width: 30px;
}

.ico_AL {
  background-position: -0px -120px;
  height: 20px;
  width: 30px;
}

.ico_BV {
  background-position: -30px -120px;
  height: 20px;
  width: 30px;
}

.ico_BW {
  background-position: -60px -120px;
  height: 20px;
  width: 30px;
}

.ico_BY {
  background-position: -90px -120px;
  height: 20px;
  width: 30px;
}

.ico_BZ {
  background-position: -120px -120px;
  height: 20px;
  width: 30px;
}

.ico_CA {
  background-position: -150px -0px;
  height: 20px;
  width: 30px;
}

.ico_CC {
  background-position: -150px -20px;
  height: 20px;
  width: 30px;
}

.ico_CD {
  background-position: -150px -40px;
  height: 20px;
  width: 30px;
}

.ico_CF {
  background-position: -150px -60px;
  height: 20px;
  width: 30px;
}

.ico_CG {
  background-position: -150px -80px;
  height: 20px;
  width: 30px;
}

.ico_CH {
  background-position: -150px -100px;
  height: 20px;
  width: 30px;
}

.ico_CI {
  background-position: -150px -120px;
  height: 20px;
  width: 30px;
}

.ico_CK {
  background-position: -0px -140px;
  height: 20px;
  width: 30px;
}

.ico_CM {
  background-position: -30px -140px;
  height: 20px;
  width: 30px;
}

.ico_CL {
  background-position: -60px -140px;
  height: 20px;
  width: 30px;
}

.ico_CN {
  background-position: -90px -140px;
  height: 20px;
  width: 30px;
}

.ico_CO {
  background-position: -120px -140px;
  height: 20px;
  width: 30px;
}

.ico_CS {
  background-position: -150px -140px;
  height: 20px;
  width: 30px;
}

.ico_CR {
  background-position: -0px -160px;
  height: 20px;
  width: 30px;
}

.ico_CU {
  background-position: -30px -160px;
  height: 20px;
  width: 30px;
}

.ico_CV {
  background-position: -60px -160px;
  height: 20px;
  width: 30px;
}

.ico_CX {
  background-position: -90px -160px;
  height: 20px;
  width: 30px;
}

.ico_CZ {
  background-position: -120px -160px;
  height: 20px;
  width: 30px;
}

.ico_CY {
  background-position: -150px -160px;
  height: 20px;
  width: 30px;
}

.ico_DE {
  background-position: -180px -0px;
  height: 20px;
  width: 30px;
}

.ico_DJ {
  background-position: -180px -20px;
  height: 20px;
  width: 30px;
}

.ico_DK {
  background-position: -180px -40px;
  height: 20px;
  width: 30px;
}

.ico_DM {
  background-position: -180px -60px;
  height: 20px;
  width: 30px;
}

.ico_DO {
  background-position: -180px -80px;
  height: 20px;
  width: 30px;
}

.ico_DZ {
  background-position: -180px -100px;
  height: 20px;
  width: 30px;
}

.ico_HK, .ico_EC, .ico_EH, .ico_EG, .ico_ES, .ico_ET, .ico_FI, .ico_FK, .ico_FJ, .ico_FM, .ico_FO, .ico_FR, .ico_GA, .ico_GB, .ico_GD, .ico_GE, .ico_GF, .ico_EE, .ico_GH, .ico_GM, .ico_GN, .ico_GP, .ico_GQ, .ico_GS, .ico_GT, .ico_GU, .ico_GW, .ico_GY, .ico_GL, .ico_GI, .ico_ER, .ico_HM, .ico_GR, .ico_HN, .ico_HR, .ico_HT, .ico_HU, .ico_ID, .ico_IE, .ico_IL, .ico_IN, .ico_IO, .ico_IS, .ico_IR, .ico_IQ, .ico_IT, .ico_JM, .ico_JO, .ico_JP, .ico_KE, .ico_KG, .ico_KH, .ico_KI, .ico_KM, .ico_KN, .ico_KP, .ico_KR, .ico_KW, .ico_KY, .ico_KZ {
  display: inline-block;
  background-image: url("../img/flags/flag1.png");
  background-repeat: no-repeat;
}

.ico_HK {
  background-position: -0px -0px;
  height: 20px;
  width: 30px;
}

.ico_EC {
  background-position: -30px -0px;
  height: 20px;
  width: 30px;
}

.ico_EH {
  background-position: -0px -20px;
  height: 20px;
  width: 30px;
}

.ico_EG {
  background-position: -30px -20px;
  height: 20px;
  width: 30px;
}

.ico_ES {
  background-position: -0px -40px;
  height: 20px;
  width: 30px;
}

.ico_ET {
  background-position: -30px -40px;
  height: 20px;
  width: 30px;
}

.ico_FI {
  background-position: -60px -0px;
  height: 20px;
  width: 30px;
}

.ico_FK {
  background-position: -60px -20px;
  height: 20px;
  width: 30px;
}

.ico_FJ {
  background-position: -60px -40px;
  height: 20px;
  width: 30px;
}

.ico_FM {
  background-position: -0px -60px;
  height: 20px;
  width: 30px;
}

.ico_FO {
  background-position: -30px -60px;
  height: 20px;
  width: 30px;
}

.ico_FR {
  background-position: -60px -60px;
  height: 20px;
  width: 30px;
}

.ico_GA {
  background-position: -90px -0px;
  height: 20px;
  width: 30px;
}

.ico_GB {
  background-position: -90px -20px;
  height: 20px;
  width: 30px;
}

.ico_GD {
  background-position: -90px -40px;
  height: 20px;
  width: 30px;
}

.ico_GE {
  background-position: -90px -60px;
  height: 20px;
  width: 30px;
}

.ico_GF {
  background-position: -0px -80px;
  height: 20px;
  width: 30px;
}

.ico_EE {
  background-position: -30px -80px;
  height: 20px;
  width: 30px;
}

.ico_GH {
  background-position: -60px -80px;
  height: 20px;
  width: 30px;
}

.ico_GM {
  background-position: -90px -80px;
  height: 20px;
  width: 30px;
}

.ico_GN {
  background-position: -0px -100px;
  height: 20px;
  width: 30px;
}

.ico_GP {
  background-position: -30px -100px;
  height: 20px;
  width: 30px;
}

.ico_GQ {
  background-position: -60px -100px;
  height: 20px;
  width: 30px;
}

.ico_GS {
  background-position: -90px -100px;
  height: 20px;
  width: 30px;
}

.ico_GT {
  background-position: -120px -0px;
  height: 20px;
  width: 30px;
}

.ico_GU {
  background-position: -120px -20px;
  height: 20px;
  width: 30px;
}

.ico_GW {
  background-position: -120px -40px;
  height: 20px;
  width: 30px;
}

.ico_GY {
  background-position: -120px -60px;
  height: 20px;
  width: 30px;
}

.ico_GL {
  background-position: -120px -80px;
  height: 20px;
  width: 30px;
}

.ico_GI {
  background-position: -120px -100px;
  height: 20px;
  width: 30px;
}

.ico_ER {
  background-position: -0px -120px;
  height: 20px;
  width: 30px;
}

.ico_HM {
  background-position: -30px -120px;
  height: 20px;
  width: 30px;
}

.ico_GR {
  background-position: -60px -120px;
  height: 20px;
  width: 30px;
}

.ico_HN {
  background-position: -90px -120px;
  height: 20px;
  width: 30px;
}

.ico_HR {
  background-position: -120px -120px;
  height: 20px;
  width: 30px;
}

.ico_HT {
  background-position: -150px -0px;
  height: 20px;
  width: 30px;
}

.ico_HU {
  background-position: -150px -20px;
  height: 20px;
  width: 30px;
}

.ico_ID {
  background-position: -150px -40px;
  height: 20px;
  width: 30px;
}

.ico_IE {
  background-position: -150px -60px;
  height: 20px;
  width: 30px;
}

.ico_IL {
  background-position: -150px -80px;
  height: 20px;
  width: 30px;
}

.ico_IN {
  background-position: -150px -100px;
  height: 20px;
  width: 30px;
}

.ico_IO {
  background-position: -150px -120px;
  height: 20px;
  width: 30px;
}

.ico_IS {
  background-position: -0px -140px;
  height: 20px;
  width: 30px;
}

.ico_IR {
  background-position: -30px -140px;
  height: 20px;
  width: 30px;
}

.ico_IQ {
  background-position: -60px -140px;
  height: 20px;
  width: 30px;
}

.ico_IT {
  background-position: -90px -140px;
  height: 20px;
  width: 30px;
}

.ico_JM {
  background-position: -120px -140px;
  height: 20px;
  width: 30px;
}

.ico_JO {
  background-position: -150px -140px;
  height: 20px;
  width: 30px;
}

.ico_JP {
  background-position: 0px -161px;
  height: 20px;
  width: 30px;
  border: 1px solid #bbbbbb;
}

.ico_KE {
  background-position: -30px -160px;
  height: 20px;
  width: 30px;
}

.ico_KG {
  background-position: -60px -160px;
  height: 20px;
  width: 30px;
}

.ico_KH {
  background-position: -90px -160px;
  height: 20px;
  width: 30px;
}

.ico_KI {
  background-position: -120px -160px;
  height: 20px;
  width: 30px;
}

.ico_KM {
  background-position: -150px -160px;
  height: 20px;
  width: 30px;
}

.ico_KN {
  background-position: -180px -0px;
  height: 20px;
  width: 30px;
}

.ico_KP {
  background-position: -180px -20px;
  height: 20px;
  width: 30px;
}

.ico_KR {
  background-position: -180px -40px;
  height: 20px;
  width: 30px;
}

.ico_KW {
  background-position: -180px -60px;
  height: 20px;
  width: 30px;
}

.ico_KY {
  background-position: -180px -80px;
  height: 20px;
  width: 30px;
}

.ico_KZ {
  background-position: -180px -100px;
  height: 20px;
  width: 30px;
}

.ico_MY, .ico_LA, .ico_LC, .ico_LI, .ico_LK, .ico_LR, .ico_LS, .ico_LT, .ico_LU, .ico_LV, .ico_LY, .ico_MA, .ico_MC, .ico_MD, .ico_ME, .ico_MG, .ico_MH, .ico_MK, .ico_MM, .ico_MN, .ico_MO, .ico_MP, .ico_ML, .ico_MQ, .ico_MR, .ico_MT, .ico_MU, .ico_MV, .ico_MW, .ico_MX, .ico_LB, .ico_MZ, .ico_NA, .ico_NC, .ico_NE, .ico_NF, .ico_NG, .ico_MS, .ico_NI, .ico_NL, .ico_NO, .ico_NP, .ico_NR, .ico_NU, .ico_NZ, .ico_OM, .ico_PA, .ico_PE, .ico_PF, .ico_PG, .ico_PH, .ico_PK, .ico_PM, .ico_PL, .ico_PN, .ico_PR, .ico_PS, .ico_PT, .ico_PW, .ico_PY {
  display: inline-block;
  background-image: url("../img/flags/flag2.png");
  background-repeat: no-repeat;
}

.ico_MY {
  background-position: -0px -0px;
  height: 20px;
  width: 30px;
}

.ico_LA {
  background-position: -30px -0px;
  height: 20px;
  width: 30px;
}

.ico_LC {
  background-position: -0px -20px;
  height: 20px;
  width: 30px;
}

.ico_LI {
  background-position: -30px -20px;
  height: 20px;
  width: 30px;
}

.ico_LK {
  background-position: -0px -40px;
  height: 20px;
  width: 30px;
}

.ico_LR {
  background-position: -30px -40px;
  height: 20px;
  width: 30px;
}

.ico_LS {
  background-position: -60px -0px;
  height: 20px;
  width: 30px;
}

.ico_LT {
  background-position: -60px -20px;
  height: 20px;
  width: 30px;
}

.ico_LU {
  background-position: -60px -40px;
  height: 20px;
  width: 30px;
}

.ico_LV {
  background-position: -0px -60px;
  height: 20px;
  width: 30px;
}

.ico_LY {
  background-position: -30px -60px;
  height: 20px;
  width: 30px;
}

.ico_MA {
  background-position: -60px -60px;
  height: 20px;
  width: 30px;
}

.ico_MC {
  background-position: -90px -0px;
  height: 20px;
  width: 30px;
}

.ico_MD {
  background-position: -90px -20px;
  height: 20px;
  width: 30px;
}

.ico_ME {
  background-position: -90px -40px;
  height: 20px;
  width: 30px;
}

.ico_MG {
  background-position: -90px -60px;
  height: 20px;
  width: 30px;
}

.ico_MH {
  background-position: -0px -80px;
  height: 20px;
  width: 30px;
}

.ico_MK {
  background-position: -30px -80px;
  height: 20px;
  width: 30px;
}

.ico_MM {
  background-position: -60px -80px;
  height: 20px;
  width: 30px;
}

.ico_MN {
  background-position: -90px -80px;
  height: 20px;
  width: 30px;
}

.ico_MO {
  background-position: -0px -100px;
  height: 20px;
  width: 30px;
}

.ico_MP {
  background-position: -30px -100px;
  height: 20px;
  width: 30px;
}

.ico_ML {
  background-position: -60px -100px;
  height: 20px;
  width: 30px;
}

.ico_MQ {
  background-position: -90px -100px;
  height: 20px;
  width: 30px;
}

.ico_MR {
  background-position: -120px -0px;
  height: 20px;
  width: 30px;
}

.ico_MT {
  background-position: -120px -20px;
  height: 20px;
  width: 30px;
}

.ico_MU {
  background-position: -120px -40px;
  height: 20px;
  width: 30px;
}

.ico_MV {
  background-position: -120px -60px;
  height: 20px;
  width: 30px;
}

.ico_MW {
  background-position: -120px -80px;
  height: 20px;
  width: 30px;
}

.ico_MX {
  background-position: -120px -100px;
  height: 20px;
  width: 30px;
}

.ico_LB {
  background-position: -0px -120px;
  height: 20px;
  width: 30px;
}

.ico_MZ {
  background-position: -30px -120px;
  height: 20px;
  width: 30px;
}

.ico_NA {
  background-position: -60px -120px;
  height: 20px;
  width: 30px;
}

.ico_NC {
  background-position: -90px -120px;
  height: 20px;
  width: 30px;
}

.ico_NE {
  background-position: -120px -120px;
  height: 20px;
  width: 30px;
}

.ico_NF {
  background-position: -150px -0px;
  height: 20px;
  width: 30px;
}

.ico_NG {
  background-position: -150px -20px;
  height: 20px;
  width: 30px;
}

.ico_MS {
  background-position: -150px -40px;
  height: 20px;
  width: 30px;
}

.ico_NI {
  background-position: -150px -60px;
  height: 20px;
  width: 30px;
}

.ico_NL {
  background-position: -150px -80px;
  height: 20px;
  width: 30px;
}

.ico_NO {
  background-position: -150px -100px;
  height: 20px;
  width: 30px;
}

.ico_NP {
  background-position: -150px -120px;
  height: 20px;
  width: 30px;
}

.ico_NR {
  background-position: -0px -140px;
  height: 20px;
  width: 30px;
}

.ico_NU {
  background-position: -30px -140px;
  height: 20px;
  width: 30px;
}

.ico_NZ {
  background-position: -60px -140px;
  height: 20px;
  width: 30px;
}

.ico_OM {
  background-position: -90px -140px;
  height: 20px;
  width: 30px;
}

.ico_PA {
  background-position: -120px -140px;
  height: 20px;
  width: 30px;
}

.ico_PE {
  background-position: -150px -140px;
  height: 20px;
  width: 30px;
}

.ico_PF {
  background-position: -0px -160px;
  height: 20px;
  width: 30px;
}

.ico_PG {
  background-position: -30px -160px;
  height: 20px;
  width: 30px;
}

.ico_PH {
  background-position: -60px -160px;
  height: 20px;
  width: 30px;
}

.ico_PK {
  background-position: -90px -160px;
  height: 20px;
  width: 30px;
}

.ico_PM {
  background-position: -120px -160px;
  height: 20px;
  width: 30px;
}

.ico_PL {
  background-position: -150px -160px;
  height: 20px;
  width: 30px;
}

.ico_PN {
  background-position: -180px -0px;
  height: 20px;
  width: 30px;
}

.ico_PR {
  background-position: -180px -20px;
  height: 20px;
  width: 30px;
}

.ico_PS {
  background-position: -180px -40px;
  height: 20px;
  width: 30px;
}

.ico_PT {
  background-position: -180px -60px;
  height: 20px;
  width: 30px;
}

.ico_PW {
  background-position: -180px -80px;
  height: 20px;
  width: 30px;
}

.ico_PY {
  background-position: -180px -100px;
  height: 20px;
  width: 30px;
}

.ico_TK, .ico_QA, .ico_RE, .ico_RW, .ico_RU, .ico_SA, .ico_SB, .ico_SC, .ico_SD, .ico_SE, .ico_SG, .ico_SH, .ico_SI, .ico_SJ, .ico_SK, .ico_SL, .ico_SM, .ico_SN, .ico_SO, .ico_ST, .ico_SV, .ico_SY, .ico_SZ, .ico_TC, .ico_TD, .ico_TF, .ico_TG, .ico_TH, .ico_TJ, .ico_SR, .ico_RO, .ico_TL, .ico_TM, .ico_TN, .ico_TO, .ico_TR, .ico_TT, .ico_TV, .ico_TW, .ico_TZ, .ico_UA, .ico_UM, .ico_UG, .ico_US, .ico_UY, .ico_UZ, .ico_VA, .ico_VC, .ico_VE, .ico_VG, .ico_VN, .ico_VU, .ico_WF, .ico_VI, .ico_WS, .ico_YE, .ico_YT, .ico_ZA, .ico_ZM, .ico_ZW {
  display: inline-block;
  background-image: url("../img/flags/flag3.png");
  background-repeat: no-repeat;
}

.ico_TK {
  background-position: -0px -0px;
  height: 20px;
  width: 30px;
}

.ico_QA {
  background-position: -30px -0px;
  height: 20px;
  width: 30px;
}

.ico_RE {
  background-position: -0px -20px;
  height: 20px;
  width: 30px;
}

.ico_RW {
  background-position: -30px -20px;
  height: 20px;
  width: 30px;
}

.ico_RU {
  background-position: -0px -40px;
  height: 20px;
  width: 30px;
}

.ico_SA {
  background-position: -30px -40px;
  height: 20px;
  width: 30px;
}

.ico_SB {
  background-position: -60px -0px;
  height: 20px;
  width: 30px;
}

.ico_SC {
  background-position: -60px -20px;
  height: 20px;
  width: 30px;
}

.ico_SD {
  background-position: -60px -40px;
  height: 20px;
  width: 30px;
}

.ico_SE {
  background-position: -0px -60px;
  height: 20px;
  width: 30px;
}

.ico_SG {
  background-position: -30px -60px;
  height: 20px;
  width: 30px;
}

.ico_SH {
  background-position: -60px -60px;
  height: 20px;
  width: 30px;
}

.ico_SI {
  background-position: -90px -0px;
  height: 20px;
  width: 30px;
}

.ico_SJ {
  background-position: -90px -20px;
  height: 20px;
  width: 30px;
}

.ico_SK {
  background-position: -90px -40px;
  height: 20px;
  width: 30px;
}

.ico_SL {
  background-position: -90px -60px;
  height: 20px;
  width: 30px;
}

.ico_SM {
  background-position: -0px -80px;
  height: 20px;
  width: 30px;
}

.ico_SN {
  background-position: -30px -80px;
  height: 20px;
  width: 30px;
}

.ico_SO {
  background-position: -60px -80px;
  height: 20px;
  width: 30px;
}

.ico_ST {
  background-position: -90px -80px;
  height: 20px;
  width: 30px;
}

.ico_SV {
  background-position: -0px -100px;
  height: 20px;
  width: 30px;
}

.ico_SY {
  background-position: -30px -100px;
  height: 20px;
  width: 30px;
}

.ico_SZ {
  background-position: -60px -100px;
  height: 20px;
  width: 30px;
}

.ico_TC {
  background-position: -90px -100px;
  height: 20px;
  width: 30px;
}

.ico_TD {
  background-position: -120px -0px;
  height: 20px;
  width: 30px;
}

.ico_TF {
  background-position: -120px -20px;
  height: 20px;
  width: 30px;
}

.ico_TG {
  background-position: -120px -40px;
  height: 20px;
  width: 30px;
}

.ico_TH {
  background-position: -120px -60px;
  height: 20px;
  width: 30px;
}

.ico_TJ {
  background-position: -120px -80px;
  height: 20px;
  width: 30px;
}

.ico_SR {
  background-position: -120px -100px;
  height: 20px;
  width: 30px;
}

.ico_RO {
  background-position: -0px -120px;
  height: 20px;
  width: 30px;
}

.ico_TL {
  background-position: -30px -120px;
  height: 20px;
  width: 30px;
}

.ico_TM {
  background-position: -60px -120px;
  height: 20px;
  width: 30px;
}

.ico_TN {
  background-position: -90px -120px;
  height: 20px;
  width: 30px;
}

.ico_TO {
  background-position: -120px -120px;
  height: 20px;
  width: 30px;
}

.ico_TR {
  background-position: -150px -0px;
  height: 20px;
  width: 30px;
}

.ico_TT {
  background-position: -150px -20px;
  height: 20px;
  width: 30px;
}

.ico_TV {
  background-position: -150px -40px;
  height: 20px;
  width: 30px;
}

.ico_TW {
  background-position: -150px -60px;
  height: 20px;
  width: 30px;
}

.ico_TZ {
  background-position: -150px -80px;
  height: 20px;
  width: 30px;
}

.ico_UA {
  background-position: -150px -100px;
  height: 20px;
  width: 30px;
}

.ico_UM {
  background-position: -150px -120px;
  height: 20px;
  width: 30px;
}

.ico_UG {
  background-position: -0px -140px;
  height: 20px;
  width: 30px;
}

.ico_US {
  background-position: -30px -140px;
  height: 20px;
  width: 30px;
}

.ico_UY {
  background-position: -60px -140px;
  height: 20px;
  width: 30px;
}

.ico_UZ {
  background-position: -90px -140px;
  height: 20px;
  width: 30px;
}

.ico_VA {
  background-position: -120px -140px;
  height: 20px;
  width: 30px;
}

.ico_VC {
  background-position: -150px -140px;
  height: 20px;
  width: 30px;
}

.ico_VE {
  background-position: -0px -160px;
  height: 20px;
  width: 30px;
}

.ico_VG {
  background-position: -30px -160px;
  height: 20px;
  width: 30px;
}

.ico_VN {
  background-position: -60px -160px;
  height: 20px;
  width: 30px;
}

.ico_VU {
  background-position: -90px -160px;
  height: 20px;
  width: 30px;
}

.ico_WF {
  background-position: -120px -160px;
  height: 20px;
  width: 30px;
}

.ico_VI {
  background-position: -150px -160px;
  height: 20px;
  width: 30px;
}

.ico_WS {
  background-position: -180px -0px;
  height: 20px;
  width: 30px;
}

.ico_YE {
  background-position: -180px -20px;
  height: 20px;
  width: 30px;
}

.ico_YT {
  background-position: -180px -40px;
  height: 20px;
  width: 30px;
}

.ico_ZA {
  background-position: -180px -60px;
  height: 20px;
  width: 30px;
}

.ico_ZM {
  background-position: -180px -80px;
  height: 20px;
  width: 30px;
}

.ico_ZW {
  background-position: -180px -100px;
  height: 20px;
  width: 30px;
}

.ico_TY, .ico_FX, .ico_ZR, .ico_DS, .ico_YU, .ico_TP {
  display: inline-block;
  background-image: url("../img/flags/flag4.png");
  background-repeat: no-repeat;
}

.ico_TY {
  background-position: -0px -0px;
  height: 20px;
  width: 30px;
}

.ico_FX {
  background-position: -30px -0px;
  height: 20px;
  width: 30px;
}

.ico_ZR {
  background-position: -0px -20px;
  height: 20px;
  width: 30px;
}

.ico_DS {
  background-position: -30px -20px;
  height: 15px;
  width: 30px;
}

.ico_YU {
  background-position: -0px -40px;
  height: 15px;
  width: 30px;
}

.ico_TP {
  background-position: -30px -40px;
  height: 15px;
  width: 30px;
}

.fix-star-size img {
  height: 35px;
  position: relative;
  top: -5px;
  right: 4px;
}

/* ------------------------------------------------------------------------ *|* Utility
\* ------------------------------------------------------------------------ */

.F-left {
  float: left;
}

.F-right {
  float: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.wid0 {
  width: 1% !important;
}

.wid1 {
  width: 2% !important;
}

.wid2 {
  width: 3% !important;
}

.wid3 {
  width: 4% !important;
}

.wid4 {
  width: 5% !important;
}

.wid5 {
  width: 6% !important;
}

.wid6 {
  width: 7% !important;
}

.wid7 {
  width: 8% !important;
}

.wid8 {
  width: 9% !important;
}

.wid9 {
  width: 10% !important;
}

.wid10 {
  width: 11% !important;
}

.wid11 {
  width: 12% !important;
}

.wid12 {
  width: 13% !important;
}

.wid13 {
  width: 14% !important;
}

.wid14 {
  width: 15% !important;
}

.wid15 {
  width: 16% !important;
}

.wid16 {
  width: 17% !important;
}

.wid17 {
  width: 18% !important;
}

.wid18 {
  width: 19% !important;
}

.wid19 {
  width: 20% !important;
}

.wid20 {
  width: 21% !important;
}

.wid21 {
  width: 22% !important;
}

.wid22 {
  width: 23% !important;
}

.wid23 {
  width: 24% !important;
}

.wid24 {
  width: 25% !important;
}

.wid25 {
  width: 26% !important;
}

.wid26 {
  width: 27% !important;
}

.wid27 {
  width: 28% !important;
}

.wid28 {
  width: 29% !important;
}

.wid29 {
  width: 30% !important;
}

.wid30 {
  width: 31% !important;
}

.wid31 {
  width: 32% !important;
}

.wid32 {
  width: 33% !important;
}

.wid33 {
  width: 34% !important;
}

.wid34 {
  width: 35% !important;
}

.wid35 {
  width: 36% !important;
}

.wid36 {
  width: 37% !important;
}

.wid37 {
  width: 38% !important;
}

.wid38 {
  width: 39% !important;
}

.wid39 {
  width: 40% !important;
}

.wid40 {
  width: 41% !important;
}

.wid41 {
  width: 42% !important;
}

.wid42 {
  width: 43% !important;
}

.wid43 {
  width: 44% !important;
}

.wid44 {
  width: 45% !important;
}

.wid45 {
  width: 46% !important;
}

.wid46 {
  width: 47% !important;
}

.wid47 {
  width: 48% !important;
}

.wid48 {
  width: 49% !important;
}

.wid49 {
  width: 50% !important;
}

.wid50 {
  width: 51% !important;
}

.wid51 {
  width: 52% !important;
}

.wid52 {
  width: 53% !important;
}

.wid53 {
  width: 54% !important;
}

.wid54 {
  width: 55% !important;
}

.wid55 {
  width: 56% !important;
}

.wid56 {
  width: 57% !important;
}

.wid57 {
  width: 58% !important;
}

.wid58 {
  width: 59% !important;
}

.wid59 {
  width: 60% !important;
}

.wid60 {
  width: 61% !important;
}

.wid61 {
  width: 62% !important;
}

.wid62 {
  width: 63% !important;
}

.wid63 {
  width: 64% !important;
}

.wid64 {
  width: 65% !important;
}

.wid65 {
  width: 66% !important;
}

.wid66 {
  width: 67% !important;
}

.wid67 {
  width: 68% !important;
}

.wid68 {
  width: 69% !important;
}

.wid69 {
  width: 70% !important;
}

.wid70 {
  width: 71% !important;
}

.wid71 {
  width: 72% !important;
}

.wid72 {
  width: 73% !important;
}

.wid73 {
  width: 74% !important;
}

.wid74 {
  width: 75% !important;
}

.wid75 {
  width: 76% !important;
}

.wid76 {
  width: 77% !important;
}

.wid77 {
  width: 78% !important;
}

.wid78 {
  width: 79% !important;
}

.wid79 {
  width: 80% !important;
}

.wid80 {
  width: 81% !important;
}

.wid81 {
  width: 82% !important;
}

.wid82 {
  width: 83% !important;
}

.wid83 {
  width: 84% !important;
}

.wid84 {
  width: 85% !important;
}

.wid85 {
  width: 86% !important;
}

.wid86 {
  width: 87% !important;
}

.wid87 {
  width: 88% !important;
}

.wid88 {
  width: 89% !important;
}

.wid89 {
  width: 90% !important;
}

.wid90 {
  width: 91% !important;
}

.wid91 {
  width: 92% !important;
}

.wid92 {
  width: 93% !important;
}

.wid93 {
  width: 94% !important;
}

.wid94 {
  width: 95% !important;
}

.wid95 {
  width: 96% !important;
}

.wid96 {
  width: 97% !important;
}

.wid97 {
  width: 98% !important;
}

.wid98 {
  width: 99% !important;
}

.wid99 {
  width: 100% !important;
}

.wid100 {
  width: 101% !important;
}

.wid101 {
  width: 102% !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

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

.fs15 {
  font-size: 15px !important;
}

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

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs31 {
  font-size: 31px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs33 {
  font-size: 33px !important;
}

.fs34 {
  font-size: 34px !important;
}

.fs35 {
  font-size: 35px !important;
}

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

.fs37 {
  font-size: 37px !important;
}

.fs38 {
  font-size: 38px !important;
}

.fs39 {
  font-size: 39px !important;
}

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

.fs41 {
  font-size: 41px !important;
}

.fs42 {
  font-size: 42px !important;
}

.fs43 {
  font-size: 43px !important;
}

.fs44 {
  font-size: 44px !important;
}

.fs45 {
  font-size: 45px !important;
}

.fs46 {
  font-size: 46px !important;
}

.fs47 {
  font-size: 47px !important;
}

.fs48 {
  font-size: 48px !important;
}

.fs49 {
  font-size: 49px !important;
}

.mh82 {
  min-height: 82px;
}

/*===== text ======*/
.txt-note01 {
  color: #999999;
}

.txt-note02 {
  color: #999999;
  text-align: center;
  margin: 25px 0;
}

.txt-note03 {
  color: #999999;
  margin-top: 25px;
}

.txt-note04 {
  color: #666;
  margin-top: 40px;
}

.txt-res {
  text-align: left;
}

.txt-res span {
  color: #58b5ee;
}

.social-button {
  text-align: left;
}

.social-button a {
  padding-left: 100px;
}

.social-button a i {
  min-width: 80px;
}

/*===== text color ======*/
.txt-blue {
  color: #00a0e9 !important;
}

.txt-red {
  color: #e70012 !important;
}

/*===== background ======*/
.bg-white {
  background: #fff;
}

.bg-dark {
  background: #444444;
}

.bg-white-add {
  background: #ebedf0;
}

/*===== link ======*/
.link-01 {
  color: #0770dd !important;
}

/*.link-02 {*/
  /*color: #999999 !important;*/
/*}*/

.link-03 {
  color: #333;
}

.link-03:after {
  content: "";
  display: inline-block;
  margin: 7px 0 0 10px;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.link-back {
  color: #999999;
}

.link-back:before {
  content: "";
  display: inline-block;
  margin: 10px 10px 0 0;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* ------------------------------------------------------------------------ *|* common modules
\* ------------------------------------------------------------------------ */
/*===== sub area ======*/
.area-sub {
  position: absolute;
  z-index: 20;
  background: #ffffff;
  padding: 0 15px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 6px;
}

.area-sub ul li {
  font-size: 28px;
  color: #0770dd;
  display: block;
}

.area-sub ul li a {
  color: #0770dd;
  display: block;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid #cccccc;
}

.area-sub ul li a i.fa {
  float: right;
}

.area-sub ul li:last-child a {
  border-bottom: none;
}

.area-sub ul li:hover {
  background: #0770dd;
}

.area-sub ul li:hover a {
  color: #fff;
}

.area-sub02 {
  position: absolute;
  z-index: 20;
  background: #ffffff;
  padding: 30px 15px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 10px;
  width: 730px;
}

/*===== bagde system ======*/
.bagde {
  font-size: 22px;
  text-align: center;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-radius: 50%;
}

.bagde.b-red {
  background: #e70012;
  color: #fff;
}

/*===== label system ======*/
.label {
  display: inline-block;
  padding: 3px 20px;
  font-size: 22px;
  border-radius: 6px;
}

.label.label-01 {
  background: #0770dd;
  color: #ffffff;
}

.label.label-02 {
  background: #dfe0e2;
  color: #666666;
}

.list-label01.inine {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 80px;
}

.list-label01 li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.list-label01 li div {
  border: 1px solid #0770dd;
  padding: 15px 20px;
  display: inline-block;
}

.list-label01 li div .fa {
  color: #ccc;
  margin-left: 10px;
}

.list-label01 li div .fa.fa-times {
  display: inline-block;
  text-indent: -999px;
  background-image: url("../img/icon/icon-del.png");
  height: 30px;
  width: 30px;
}

/*===== bar process =====*/
.bar-process .process-title {
  margin-bottom: 15px;
}

.bar-process .process-volume {
  width: 100%;
  margin-bottom: 15px;
}

.bar-process .volume-wrap {
  height: 12px;
  background: #f7fafe;
  border: 1px solid #c9daf6;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.bar-process .volume-wrap .volume-value {
  background: #79b1ed;
  height: 12px;
  animation: fadein 1s;
}

.bar-process .process-unit {
  color: #666666;
  text-align: center;
}

/*===== bar process =====*/
.bar-process .process-title {
  margin-bottom: 15px;
}

.bar-process .process-volume {
  width: 100%;
  margin-bottom: 15px;
}

.bar-process .process-volume .volume-wrap {
  height: 12px;
  background: #f7fafe;
  border: 1px solid #c9daf6;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.bar-process .process-volume .volume-wrap .volume-value {
  background: #79b1ed;
  height: 12px;
  animation: fadein 1s;
}

.bar-process .progress-bar {
  background-color: #79b1ed;
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

.bar-process .process-unit {
  color: #666666;
  text-align: center;
}

.bar-process .process-link {
  text-align: center;
  margin-top: 10px;
}

.bar-process .process-link a {
  color: #00a0e9;
  text-decoration: underline;
  text-align: center;
}

/*===== figue image =====*/
.img-fig01 img {
  width: 100%;
}

.img-fig02 {
  padding: 70px 0 30px;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid #cccccc;
}

.img-fig02 .fig02-title {
  color: #666666;
  font-size: 28px;
}

.img-fig02 .fig02-img {
  margin: 50px 0 0 0;
}

/*===== frame notify =====*/
.frame-notify01 {
  border: 1px solid #0770dd;
  padding: 40px;
  text-align: center;
  color: #0770dd;
  margin: 40px 0;
  border-radius: 10px;
}

/*===== popup ======*/
.popup {
  position: fixed;
  z-index: 200;
  background: #fff;
  width: 94%;
  margin: 0 3%;
  padding: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  border: 1px solid #cccccc;
  display: none;
  border-radius: 10px;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: #999;
}

.popup .popup-head {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.popup .popup-head01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*===== collapse category and speac ======*/
.search-cate .panel {
  position: relative;
}

.search-cate .panel-collapse {
  height: calc(100%);
  position: fixed;
  left: 0;
  width: 100%;
  overflow: scroll;
  background: white;
}

/*===== frame-blue ======*/
.frame-blue {
  border: 2px solid #0770dd;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}

/* ------------------------------------------------------------------------ *|* modal
\* ------------------------------------------------------------------------ */
/*===== modal ALL ======*/
.modal {
  /*===== center modal ======*/
  text-align: center;
  padding: 0 !important;
  /*===== modal title ======*/
  /*===== modal body ======*/
  /*===== modal footer ======*/
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 92%;
}

.modal .modal-dialog.w520 {
  width: 520px;
}

.modal .modal-header {
  border-bottom: 0;
}

.modal .modal-header.gray {
  background-color: #f3f3f3;
}

.modal .modal-title {
  text-align: center;
}

.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal .close {
  position: absolute;
  right: 20px;
  top: 15px;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  margin-right: 4px;
}

.modal .popup-head {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.modal .popup-head01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0;
}

.modal .modal-body.modal-80w {
  height: 82%;
}

.modal .box-center {
  text-align: center;
  display: inline-block;
  margin-top: 30px;
}

.modal .modal-footer {
  border-top: 0;
}

/*===== popup category(A-3-1-5) ======*/
.categoryModal .hdg02-01 {
  font-size: 32px;
}

.categoryModal .form-group01 {
  text-align: center;
}

.categoryModal .form-group01 li {
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.categoryModal .form-group01 li.break {
  position: relative;
  background-color: #999;
}

.categoryModal .form-group01 li.break span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.categoryModal .btn-01 {
  padding: 16px 80px;
}

#bs-edit-profile .modal-dialog {
  width: 96%;
}

/*===== upload (U-2) ======*/
.modal-upload .modal-body {
  padding: 0 0 15px;
}

.cate-modal {
  background: #f3f3f3;
  height: calc(92vh);
}

.cate-modal .modal-inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
}

/*===== edit Gallery (U-2) ======*/
.changeGallery .modal-dialog {
  height: 55%;
}

.changeGallery .modal-content {
  height: 100%;
}

.changeGallery .modal-body {
  padding: 10px;
  height: calc(100% - 278px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.changeGallery .modal-body li {
  position: relative;
  padding: 20px 20px 20px 65px;
}

.changeGallery .modal-body li a {
  display: inline-block;
}

.changeGallery .modal-body li a > img {
  display: inline-block;
  float: left;
  width: 112px;
  height: 112px;
}

.changeGallery .modal-body li .right {
  color: #333;
  padding-left: 10px;
  display: table-cell;
  height: 112px;
  vertical-align: middle;
}

.changeGallery .modal-body li .user img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.changeGallery .modal-body li .user label {
  padding-left: 10px;
}

.changeGallery .modal-body .checkbox {
  position: absolute;
  top: calc(50% - 25px);
  left: 15px;
}

.changeGallery .modal-footer {
  text-align: center;
  padding: 0 15px 10px 15px;
}

.changeGallery .modal-footer > a {
  margin: 6px 0;
}

#modal-set-gallery .modal-body {
  height: calc(100% - 157px);
}

/*===== add Gallery + newGallery (U-2) ======*/
.add-category .modal-dialog {
  height: 95%;
}

.add-category .modal-content {
  height: 100%;
}

.add-category .modal-content .btn-10 {
  position: relative;
  color: #333;
  margin: 10px;
}

.add-category .modal-content .btn-10.btn-del {
  padding: 16px 40px 16px 20px;
}

.add-category .modal-content .btn-10.btn-del i {
  color: #999;
  font-size: 30px;
  position: absolute;
  right: 6px;
  top: 16px;
}

.add-category .modal-content .btn-10.btn-plush {
  padding: 16px 20px 16px 40px;
}

.add-category .modal-content .btn-10.btn-plush i {
  font-size: 30px;
  position: absolute;
  left: 6px;
  top: 15px;
}

.add-category .modal-content .btn-10.active {
  background-color: #0770dd;
  color: #fff;
}

.add-category .modal-content .text-input {
  text-align: center;
}

.add-category .modal-content .form-items input {
  width: 100%;
}

.add-category .modal-content .SearchForm-category {
  height: 70px;
}

.add-category .modal-content .list-my-category {
  margin-top: 20px;
}

.add-category .modal-content .list-my-category .checkbox {
  display: inline-block;
  margin: 10px;
}

.add-category .category h5 span {
  font-weight: normal;
}

.add-category .modal-body {
  overflow-y: scroll;
  height: calc(100% - 165px);
}

.add-category .modal-footer {
  text-align: center;
}

/*===== user modal ======*/
.user-approve .not-user-to-invite, .user-past .not-user-to-invite, .user-folow .not-user-to-invite {
  text-align: center;
  margin-top: 65px;
  color: #e70012;
}

.user-approve .modal-content, .user-past .modal-content, .user-folow .modal-content {
  padding: 0 15px;
}

.user-approve .modal-header, .user-past .modal-header, .user-folow .modal-header {
  padding: 50px 18px 22px;
}

.user-approve .modal-body ul li a, .user-past .modal-body ul li a, .user-folow .modal-body ul li a {
  display: inline-block;
  text-decoration: none;
}

.user-approve .more-info, .user-past .more-info, .user-folow .more-info {
  color: #333;
}

.user-approve .more-info .nation, .user-past .more-info .nation, .user-folow .more-info .nation {
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: capitalize;
}

.user-approve .more-info .nation img, .user-past .more-info .nation img, .user-folow .more-info .nation img {
  width: 35px;
  height: 25px;
  margin-right: 5px;
}

.user-approve .more-info .num-photo, .user-past .more-info .num-photo, .user-folow .more-info .num-photo {
  margin-right: 7px;
}

.user-approve .area-btn, .user-past .area-btn, .user-folow .area-btn {
  text-align: center;
}

.user-approve .modal-body, .user-past .modal-body, .user-folow .modal-body {
  height: 555px;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
  padding: 0 0 15px;
}

.user-approve .modal-body ul li, .user-past .modal-body ul li, .user-folow .modal-body ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  display: table;
  width: 100%;
}

.user-approve .modal-body ul li > img, .user-past .modal-body ul li > img, .user-folow .modal-body ul li > img {
  width: 100px;
  height: 100px;
}

.user-approve .modal-body ul li a img, .user-past .modal-body ul li a img, .user-folow .modal-body ul li a img {
  display: inline-block;
  float: left;
}

.user-approve .modal-body ul li a .img-circle, .user-past .modal-body ul li a .img-circle, .user-folow .modal-body ul li a .img-circle {
  width: 60px;
  height: 60px;
}

.user-approve .modal-body ul li .right, .user-past .modal-body ul li .right, .user-folow .modal-body ul li .right {
  padding-left: 20px;
  display: table;
  min-height: 100px;
}

.user-approve .modal-body ul li .list-approve, .user-past .modal-body ul li .list-approve, .user-folow .modal-body ul li .list-approve {
  margin-top: 20px;
  text-align: center;
}

.user-approve .modal-body ul li .info-box, .user-past .modal-body ul li .info-box, .user-folow .modal-body ul li .info-box {
  display: table-cell;
  vertical-align: middle;
}

.user-approve .modal-footer, .user-past .modal-footer, .user-folow .modal-footer {
  border: 0;
  padding-top: 0;
}

.user-approve .modal-footer .btn, .user-past .modal-footer .btn, .user-folow .modal-footer .btn {
  background-color: #0770dd;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 3px;
}

/*===== gallery bt ======*/
.gallery-bt {
  text-align: center;
}

.gallery-bt .modal-dialog {
  width: 80%;
}

.gallery-bt .modal-header {
  border: 0;
  padding-top: 50px;
}

.gallery-bt .modal-title {
  text-align: center;
  font-weight: bold;
}

.gallery-bt .modal-body {
  text-align: center;
  padding: 0 15px 20px;
}

.gallery-bt .modal-footer {
  border: 0;
  text-align: center;
  padding-bottom: 32px;
}

.gallery-bt .modal-footer .btn {
  min-width: 170px;
  height: 42px;
  background: #999999;
  border: 1px solid #666;
  color: #fff;
}

.gallery-bt .modal-footer .btn:hover {
  background: #e70012;
}

/*===== addlistuser ======*/
.addlistuser {
  text-align: center;
}

.addlistuser .modal-body {
  text-align: center;
  padding-bottom: 30px;
}

.addlistuser .modal-footer {
  border: 0;
  text-align: center;
  padding-bottom: 32px;
}

.addlistuser .modal-footer .btn {
  min-width: 160px;
  background: #0770dd;
  border-radius: 4px;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.addlistuser .modal-footer .btn:hover {
  opacity: .7;
}

/*===== gallery box ======*/
.gallery-box .modal-header {
  border: 0;
  padding-bottom: 0px;
  padding-top: 10px;
}

.gallery-box h2.popup-head {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e70012;
  padding: 4px 48px;
  display: inline-block;
}

.gallery-box .ocean {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px;
  margin-top: 25px;
}

.gallery-box .modal-body {
  text-align: center;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.gallery-box .modal-footer {
  text-align: center;
  padding-bottom: 30px;
}

.gallery-box .modal-footer .btn {
  padding: 11px 20px;
  min-width: 275px;
}

/*===== popup-privacy ======*/
.popup-privacy .modal-dialog {
  height: 95%;
}

.popup-privacy .modal-content {
  height: 100%;
}

.popup-privacy .modal-body {
  height: calc(100% - 193px);
  overflow-y: scroll;
}

.popup-privacy .modal-body.body-traderule {
  height: calc(100% - 292px);
}

.popup-privacy a {
  color: #0c7cd5;
}

.popup-privacy .hdg02-01 {
  font-size: 30px;
  font-weight: bold;
}

.popup-privacy .title-eve03 {
  font-size: 30px;
  font-weight: bold;
  color: #e70012;
  text-align: center;
  margin: 31px 0 33px 0;
}

.popup-privacy h4.title-eve04 {
  position: relative;
  font-weight: bold;
  margin-bottom: 14px;
}

.popup-privacy h4.title-eve04:after {
  position: absolute;
  top: -2px;
  left: -50px;
  content: "Q";
  font-size: 30px;
  background: #e70012;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.popup-privacy .question-a {
  position: relative;
}

.popup-privacy .question-a:after {
  position: absolute;
  top: -2px;
  left: -50px;
  content: "A";
  font-size: 30px;
  background: #fff;
  border: 1px solid #e70012;
  color: #e70012;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.popup-privacy .hr-dotted {
  border-top: 1px dashed #d6d6d6;
  margin: 15px 0;
}

.popup-privacy .table-privacy01 {
  width: 100%;
}

.popup-privacy .table-privacy01 tr {
  border-top: 1px solid #ccc;
  padding: 40px 0;
  display: block;
}

.popup-privacy .table-privacy01 th {
  display: block;
  text-indent: -33px;
  padding-left: 33px;
}

.popup-privacy .table-privacy01 td {
  display: block;
  margin-left: 32px;
}

.popup-privacy .table-privacy01 .break {
  border: 0;
  padding-top: 0;
}

.popup-privacy .table-privacy02, .privacy-body .table-privacy02 {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.popup-privacy .table-privacy02 tr, .privacy-body .table-privacy02 tr {
  border-top: 1px solid #ccc;
  padding: 18px 0;
  display: block;
}

.popup-privacy .table-privacy02 th {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 12px;
  font-weight: bold;
}

.popup-privacy .table-privacy02 td {
  padding-left: 12px;
}

.popup-privacy .table-privacy02 .th-span {
  display: block;
  padding-left: 16px;
}

.popup-privacy .table-privacy02 .break {
  border: 0;
  padding-top: 0;
}

.popup-privacy .table-privacy03, .privacy-body .table-privacy03 {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.popup-privacy .table-privacy03 th, .privacy-body .table-privacy03 th {
  border: 1px solid #ccc;
  width: 215px;
  padding: 40px 20px;
  font-weight: bold;
}

.popup-privacy .table-privacy03 td, .privacy-body .table-privacy03 td {
  border: 1px solid #ccc;
  padding-left: 12px;
  padding: 40px 10px;
}

.popup-privacy .table-privacy03 .th-span {
  display: block;
  padding-left: 16px;
}

.popup-privacy .table-privacy03 .break {
  border: 0;
  padding-top: 0;
}

.popup-privacy .table-privacy04, .privacy-body .table-privacy04 {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.popup-privacy .table-privacy04 th, .privacy-body .table-privacy04 th {
  border: 1px solid #ccc;
  width: 215px;
  padding: 40px;
  font-weight: bold;
}

.popup-privacy .table-privacy04 td, .privacy-body .table-privacy04 td {
  border: 1px solid #ccc;
  padding-left: 12px;
  padding: 40px 20px;
}

.popup-privacy .table-privacy04 .th-span {
  display: block;
  padding-left: 16px;
}

.popup-privacy .table-privacy04 .break {
  border: 0;
  padding-top: 0;
}

.popup-privacy .left-pr01 {
  padding-left: 28px;
  text-indent: -28px;
}

.popup-privacy .box-pr01 {
  padding-left: 15px;
}

.popup-privacy .title-eve05 {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 15px;
}

.popup-privacy .title-eve05 span {
  font-size: 47px;
}

.popup-privacy .title-eve06 {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 15px;
  text-indent: -6px;
}

.popup-privacy .title-eve06 span {
  position: relative;
  top: 1px;
  font-size: 47px;
  color: #e70012;
  padding-right: 4px;
}

.popup-privacy .title-eve07 {
  margin-bottom: 22px;
  margin-top: 30px;
}

.popup-privacy .footer-traderule {
  position: relative;
  height: 180px;
}

.popup-privacy .footer-traderule button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.txt-underline {
  text-decoration: underline;
}

#modalConfirmReport .modal-body .ddl03 select {
  margin: 20px 0px 20px 0px;
}

#modalConfirmReport .modal-body .em-btn {
  padding: 15px 30px 15px 30px;
}

/* ------------------------------------------------------------------------ *|* Global Menu
\* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *|* Chang color page
\* ------------------------------------------------------------------------ */
/*===== page white ======*/
.bg-white .sec-content,
.bg-white .body-visual {
  background: #fff !important;
}

.bg-white .sec-content .mypage-panel .lightSlider > li,
.bg-white .body-visual .mypage-panel .lightSlider > li {
  background: #fff !important;
}

.bg-white .bg-gray {
  background: #ebedf0 !important;
}

.bg-white .photo-error p {
  color: #333;
}

/*===== page black ======*/
.bg-black .sec-content,
.bg-black .body-visual {
  background: #111 !important;
}

.bg-black .sec-content.bg-white,
.bg-black .body-visual.bg-white {
  background: #fff !important;
}

.bg-black .sec-content .mypage-panel .lightSlider > li,
.bg-black .body-visual .mypage-panel .lightSlider > li {
  background: #111 !important;
}

.bg-black .bg-gray {
  background: #ebedf0 !important;
}

.bg-black .my-gallery figure {
  background: #111;
}

/*==== cate-search ====*/
.cate-search {
  padding: 30px;
}

.cate-search .search-title {
  padding: 10px 0;
  border-bottom: 2px solid #cccccc;
  font-weight: bold;
  *zoom: 1;
}

.cate-search .search-title:before {
  content: " ";
  display: table;
}

.cate-search .search-title:after {
  content: " ";
  display: table;
  clear: both;
}

.cate-search .search-title .search-title_name {
  float: left;
  text-align: left;
}

.cate-search .search-title .search-title_check {
  float: right;
}

.cate-search .search-content {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.cate-search .search-content .content-itmes .items-title {
  padding: 20px 0;
  text-align: left;
}

.cate-search .search-content .content-itmes .items-list {
  *zoom: 1;
  margin-left: -30px;
}

.cate-search .search-content .content-itmes .items-list:before {
  content: " ";
  display: table;
}

.cate-search .search-content .content-itmes .items-list:after {
  content: " ";
  display: table;
  clear: both;
}

.cate-search .search-content .content-itmes .items-list li {
  float: left;
  max-width: calc(100%/2);
  padding: 0 0px 20px 20px;
}

.cate-search .search-foot {
  background: #fff;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.cate-search.spec-search .search-content .content-itmes .items-list li {
  width: calc(100%/2);
}

/*==== (M-2) ====*/
.contact-form, .confirmation-form, .completion-form, .policy-form {
  height: 75%;
  overflow: scroll;
}

.contact-form .hdg02-01.inline, .confirmation-form .hdg02-01.inline, .completion-form .hdg02-01.inline, .policy-form .hdg02-01.inline {
  display: block;
  padding-bottom: 5px;
}

.contact-form .popup-head .title-text, .confirmation-form .popup-head .title-text, .completion-form .popup-head .title-text, .policy-form .popup-head .title-text {
  font-size: 24px;
  border-bottom: 1px solid #e70012;
  display: inline-block;
  padding: 0 56px 5px;
  color: #e70012;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-form .popup-head p, .confirmation-form .popup-head p, .completion-form .popup-head p, .policy-form .popup-head p {
  font-weight: normal;
}

.contact-form .popup-body, .confirmation-form .popup-body, .completion-form .popup-body, .policy-form .popup-body {
  padding: 0;
  text-align: center;
  padding-bottom: 50px;
  width: 90%;
  display: block;
  margin: 15px auto 0 auto;
}

.contact-form .popup-body h3, .confirmation-form .popup-body h3, .completion-form .popup-body h3, .policy-form .popup-body h3 {
  margin-top: 45px;
  margin-bottom: 40px;
  color: #e70012;
  font-size: 28px;
  font-weight: normal;
}

.contact-form .popup-body a, .confirmation-form .popup-body a, .completion-form .popup-body a, .policy-form .popup-body a {
  color: #0770dd;
  margin: 0 16px;
}

.contact-form .popup-body .link-box, .confirmation-form .popup-body .link-box, .completion-form .popup-body .link-box, .policy-form .popup-body .link-box {
  margin-top: 40px;
}

.confirmation-form .items-label {
  border-bottom: 1px solid #ccc;
}

.completion-form {
  height: 48%;
  overflow: scroll;
}

.completion-form .box-txt {
  margin-top: 60px;
  text-align: center;
}

.completion-form .hdg02-01.inline {
  display: inline-block;
  padding: 0 70px;
}

/*==== (M-3) ====*/
.policy-form {
  height: 85%;
  top: 55%;
  overflow: hidden;
}

.policy-form .box-txt {
  margin-top: 60px;
  text-align: center;
}

.policy-form .hdg02-01.inline {
  display: inline-block;
  padding: 0 70px;
}

.policy-form .popup-head {
  margin-bottom: 15px;
}

.policy-form .popup-body {
  text-align: left;
  height: calc(94% - 126px);
  width: 100%;
  overflow: scroll;
  padding: 0 5%;
  margin-top: 0;
}

.policy-form .popup-body h5 {
  margin-left: 37px;
  font-weight: normal;
}

.policy-form .popup-body h5 span {
  margin-left: 20px;
}

.policy-form .popup-body .box-br01 p {
  text-indent: 34px;
}

.policy-form .popup-inner {
  height: 100%;
  position: relative;
}

.policy-form .popup-foo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
}

/*==== information (E-10) ====*/
.page-information .tab_content {
  padding-top: 83px;
}

/*==== (A-4) ====*/
.popup-box .popup-head {
  font-size: 24px;
  border-bottom: 1px solid #e70012;
  display: inline-block;
  padding: 0 16px 10px 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.popup-box .popup-body {
  text-align: center;
  margin-top: 40px;
  padding: 0 25px 40px;
}

.popup-box .popup-body p.text {
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-box .popup-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.popup-box .popup-body h3 span {
  color: #e70012;
}

.popup-box .popup-body a {
  color: #00a0e9;
  text-decoration: underline;
}

.popup-box .popup-body .box-img {
  margin-top: 50px;
}

.popup-box .popup-body .box-img p {
  margin-bottom: 15px;
  font-weight: bold;
}

.popup-box #btn-popup {
  background: #0770dd;
  font-size: 28px;
  border-radius: 8px;
  padding: 33px;
  width: 100%;
  min-height: 100px;
  color: #fff;
  display: block;
  margin: 60px auto 0 auto;
}

/* ------------------------------------------------------------------------ *|* TOP PAGE
\* ------------------------------------------------------------------------ */
/*===== top visual ======*/
.visual-top {
  color: #ffffff;
  position: relative;
  /*===== height visual-bg ======*/
}

.visual-top .visual-inner {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 120px;
}

.visual-top .visual-inner.visual-position {
  position: absolute;
}

.visual-top .visual-inner.visual-fixed {
  position: absolute;
  background: url(../img/visual_top.jpg) no-repeat center;
  background-size: cover;
  min-height: calc(100vh);
}

.visual-top .visual-inner.visual-index {
  padding-top: 203px;
}

.visual-top .visual-inner .visual-tit {
  font-size: 28px;
  font-weight: normal;
  margin: 70px 0 40px;
}

.visual-top .visual-inner .visual-map {
  background: url(../img/global_map.png) no-repeat left top;
  width: 750px;
  height: 530px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.visual-top .visual-inner .visual-map.map-1 {
  background: url(../img/global_map.png) no-repeat left -530px;
}

.visual-top .visual-inner .visual-map.map-2 {
  background: url(../img/global_map.png) no-repeat left -1060px;
}

.visual-top .visual-inner .visual-map.map-3 {
  background: url(../img/global_map.png) no-repeat left -1590px;
}

.visual-top .visual-inner .visual-map.map-4 {
  background: url(../img/global_map.png) no-repeat left -2120px;
}

.visual-top .visual-inner .visual-map.map-5 {
  background: url(../img/global_map.png) no-repeat left -2650px;
}

.visual-top .visual-inner .visual-map.map-6 {
  background: url(../img/global_map.png) no-repeat left -3180px;
}

.visual-top .visual-inner .visual-map.map-7 {
  background: url(../img/global_map.png) no-repeat left -3710px;
}

.visual-top .visual-inner .visual-map > a {
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0);
  padding: 20px;
}

.visual-top .visual-inner .visual-map > a.map-link01 {
  top: 155px;
  left: 30px;
}

.visual-top .visual-inner .visual-map > a.map-link02 {
  top: 355px;
  left: 100px;
}

.visual-top .visual-inner .visual-map > a.map-link03 {
  top: 155px;
  left: 285px;
}

.visual-top .visual-inner .visual-map > a.map-link04 {
  top: 270px;
  left: 330px;
}

.visual-top .visual-inner .visual-map > a.map-link05 {
  top: 100px;
  left: 530px;
}

.visual-top .visual-inner .visual-map > a.map-link06 {
  top: 210px;
  left: 540px;
}

.visual-top .visual-inner .visual-map > a.map-link07 {
  top: 380px;
  left: 560px;
}

.visual-top .visual-inner .visual-search .ipt-search {
  display: block;
  width: 620px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}

.visual-top .visual-inner .visual-search .ipt-search .ipt-search_key {
  width: 100%;
  height: 80px;
  font-size: 24px;
  padding: 0 70px 0 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #747474;
  border-radius: 6px;
}

.visual-top .visual-inner .visual-search .ipt-search .ipt-search_btn {
  position: absolute;
  background: none;
  height: 80px;
  width: 50px;
  right: 20px;
  top: 0;
  border: none;
  -webkit-appearance: none;
}

.visual-top .visual-inner .visual-search .ipt-search .ipt-search_btn .fa-search {
  font-size: 36px;
  color: #999999;
}

.visual-top .visual-inner .visual-btn .visual-btn_group {
  margin-top: 50px;
  vertical-align: top;
}

.visual-top .visual-bg {
  min-height: calc(100vh);
}

.visual-top .visual-bg img {
  min-height: calc(100vh);
  width: 100%;
}

/*===== bottom visual ======*/
.visual-bottom {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.visual-bottom .visual-inner {
  position: absolute;
  width: 100%;
  padding: 50px;
  top: 225px;
}

.visual-bottom .visual-inner .visual-tit {
  margin-bottom: 140px;
  font-size: 28px;
  font-weight: normal;
}

.visual-bottom .visual-inner .visual_lead {
  line-height: 2.2;
  margin-bottom: 60px;
}

/*===== top photo ======*/
.photo-top {
  color: #fff;
  padding-bottom: 100px;
}

.photo-top:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg_top01.jpg) #222222 no-repeat left top;
}

.photo-top .photo-top_tit {
  padding: 100px 50px 50px;
  font-weight: normal;
  text-align: center;
}

.photo-top .items {
  margin: 0 auto 50px auto;
  text-align: center;
}

.photo-top .items .image {
  display: block;
}

.photo-top .items .title {
  font-size: 36px;
  margin-bottom: 40px;
}

.photo-top .items .caption {
  display: block;
  margin-top: 15px;
  line-height: 1.8;
}

/*===== list notify ======*/
.notify-page {
  background: #fff;
  padding: 20px;
}

.notify-page .notify-page_title {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
}

.list-ntf .ntf-items {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}

.list-ntf .ntf-items:before {
  content: " ";
  display: table;
}

.list-ntf .ntf-items:after {
  content: " ";
  display: table;
  clear: both;
}

.list-ntf .ntf-items:hover {
  background: #f2f8fd;
}

.list-ntf .ntf-items a {
  color: #333;
  display: block;
}

.list-ntf .ntf-items .items-avatar {
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}

.list-ntf .ntf-items .items-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.list-ntf .ntf-items .items-content {
  overflow: hidden;
}

.list-ntf .ntf-items .items-content .items-content_time {
  margin-top: 5px;
  color: #999999;
  font-size: 20px;
}

.list-ntf .ntf-items .av-sms {
  display: block;
  float: right;
  width: 100px;
  height: 80px;
  background-position: center;
  background-size: cover;
}

.list-ntf .ntf-items .ic-sms {
  position: relative;
  top: 4px;
}

/*===== Fix height android ======*/
html, body, .visual-top, .visual-inner, .top-select {
  height: 100%;
}

/*===== top select ======*/
.top-select {
  position: relative;
  min-height: calc(100vh - 120px);
}

.top-select .label-text {
  display: table-cell;
  vertical-align: middle;
}

.top-select .center-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.top-select .center-content .tl-pop {
  font-size: 38px;
  color: #333;
  margin-bottom: 50px;
  font-weight: bold;
}

.top-select .center-content button {
  margin-top: 20px;
  padding: 22px 100px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  background: #0770dd;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.top-select .center-content ul li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

.top-select .center-content ul span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
}

.top-select.top02 {
  padding: 10px 5px 5px;
}

.top-select.top02 .category {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top-select.top02 .category-icon {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 412px;
  height: 412px;
  margin: 0 auto 25px;
}

.top-select.top02 .category-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-select.top02 .in-text {
  text-align: center;
}

.top-select.top02 .btn-next {
  background-color: #0770dd;
  background-image: url(../img/icon/icon-dis.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}

.top-select.top02 .btn-like {
  background-color: #dd2284;
  background-image: url(../img/icon/icon-like.png);
  background-repeat: no-repeat;
  background-position: center;
}

.top-select.top02 p {
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}

.top-select.top02 .btn {
  font-size: 28px;
  text-indent: -9999px;
  border-radius: 8px;
  color: #fff;
  padding: 15px;
  height: 110px;
  width: 260px;
  display: inline-block;
}

.top-select.top02 .btn:hover {
  opacity: .7;
}

/*===== about ======*/
.section-about-txt {
  background-image: url("../img/bg_info.png");
  background-size: cover;
  background-position: center bottom;
  background-color: #222222;
  padding: 80px 50px 50px;
  width: 100%;
  text-align: center;
  color: #cccccc;
  display: inline-block;
}

.section-about-txt h3 {
  position: relative;
  font-size: 18px;
  padding: 0 20px 15px;
  margin-bottom: 85px;
  color: #fff;
}

.section-about-txt h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 40%;
  background: #ccc;
}

.section-about-txt p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 60px;
}

.section-about-txt .mg-bt {
  margin-bottom: 70px;
}

.section-about-txt .mg-bt1 {
  margin-bottom: 70px;
  color: #fff;
}

/* ------------------------------------------------------------------------ *|* Login + Register
\* ------------------------------------------------------------------------ */
.ctn-register {
  background: #fff;
  border-radius: 10px;
  color: #000;
  margin: 50px;
  padding: 40px;
}

.ctn-register .txt-divide {
  color: #cccccc;
  line-height: 1;
  margin: 40px 0;
  text-align: center;
}

.ctn-register .txt-divide > span {
  background: #fff;
  padding: 0 10px;
}

.ctn-register .txt-divide:after {
  content: "";
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-top: -11px;
}

.ctn-register .social-banner {
  margin-top: 40px;
  text-align: center;
}

.ctn-form01 {
  background: #ffffff;
  color: #000;
  padding: 30px;
}

/* ------------------------------------------------------------------------ *|* Photo
\* ------------------------------------------------------------------------ */
/*===== not error ======*/
.photo-error {
  width: 100%;
  position: absolute;
  top: 300px;
  text-align: center;
}

.photo-error .title {
  color: #0770dd;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 50px;
}

.photo-error p {
  color: #fff;
  margin-bottom: 10px;
}

/*===== not page ======*/
.height-page-not {
  min-height: calc(100vh - 452px);
  width: 100% !important;
  position: relative;
  margin-top: 0 !important;
  overflow: hidden;
}

.photo-detail .items-image {
  width: 150px;
  height: 150px;
}

.photo-detail .av-group-items {
  display: block;
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
}

/*===== page (B-1) ======*/
.list-photos {
  position: relative;
  padding: 5px;
}

.list-photos .photo-list-not {
  width: 100%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  text-align: center;
}

.list-photos .photo-list-not p {
  color: #fff;
}

.list-photos .photo-list-not .img-er {
  margin-top: 5px;
  margin-bottom: 15px;
}

.list-photos .photo-list-not .btn {
  color: #fff;
  margin-bottom: 0;
  margin-top: 18px;
  background: #0770dd;
  height: 48px;
  padding: 5px 45px;
  line-height: 38px;
}

.list-photos .photo-list-not .btn:hover {
  opacity: .7;
}

.list-photos .photo-list-not.photo-not-white p {
  color: #333;
}

.items-gallery {
  padding: 4px;
}
.items-gallery.list-images-member {
  padding-left: 10px;
  padding-right: 10px;
}

/*==== map (B-2) ====*/
.earth-map {
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /*===== search ======*/
}

.earth-map .earth-map_btn {
  display: inline-block;
  float: right;
  position: absolute;
  top: -240px;
  right: 0;
}

.earth-map.active {
  bottom: 450px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.earth-map.active .earth-map_btn {
  display: none;
}

.earth-map .earth-map_content {
  width: 100%;
  height: 450px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.earth-map .earth-map_content_hidden {
  width: 100%;
  height: 450px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  display: none;
}
.earth-map .earth-map_content .opacity-map-search {
  z-index: 1002;
}

.earth-map .earth-map_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  padding: 24px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.earth-map .earth-map_close .fa, .earth-map .earth-map_close ico {
  color: #666666;
  font-size: 32px;
}

.earth-map .form-horizontal {
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 90%;
}

.earth-map .input-group-addon {
  background: #fff;
  opacity: 0.6;
  border: 0 !important;
  height: 80px;
  width: 100px;
  position: absolute;
  right: 0;
}

.earth-map .input-group-addon i {
  font-size: 60px;
  color: #999;
}

.earth-map .input-search {
  position: absolute;
  left: -570px;
  width: 100%;
}

.earth-map .input-search.active {
  left: initial;
  right: 0;
}

.earth-map .input-search input.form-control {
  background: #fff;
  opacity: 0.6 !important;
  border: 0;
  height: 80px;
  width: calc(100% - 100px) !important;
}

.gm-bundled-control-on-bottom .gmnoprint {
  left: -12px !important;
  top: -20px !important;
  transform: scale(2.5);
}

.mypage-map {
  position: relative;
}

.mypage-map #map-detail {
  opacity: 1 !important;
}

.text-map {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 76px;
  display: table;
  background: rgba(255, 255, 255, 0.9);
  height: 52px;
  min-width: 610px;
  padding: 0 25px;
  z-index: 2;
}

.text-map span {
  display: table-cell;
  vertical-align: middle;
}

/*==== edit photos (U-2) ====*/
.edit-panel {
  padding: 20px;
}

.edit-panel .items .items-title {
  font-weight: bold;
  margin-top: 10px;
}

.edit-panel .items .items-title.bg-top {
  border-top: 1px solid #ccc;
}

.edit-panel .items .items-modify {
  margin: 15px 0;
}

.edit-panel .items .add-multi-gallery {
  margin: 15px 0 0;
}

.edit-panel .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  height: 82px;
  width: 82px;
  background: transparent;
  border: 0;
}

.edit-panel .input-group-addon i {
  font-size: 40px;
}

.panel-update div.panels {
  position: relative;
  padding: 20px 20px 20px 65px;
  margin-bottom: 10px;
}

.panel-update div.panels.checked {
  background: #b7edf7;
}

.panel-update div.panels .checkbox {
  position: absolute;
  top: calc(50% - 25px);
  left: 15px;
}

.panel-update div.panels .wd-img {
  height: 112px;
  position: relative;
  width: 112px;
  overflow: hidden;
  margin-right: 20px;
}

.panel-update div.panels .wd-img > img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.panel-update div.panels .update-profile {
  margin-top: 15px;
}

.panel-update div.panels .update-profile .update-profile_img {
  vertical-align: middle;
  display: inline-block;
}

.panel-update div.panels .update-profile .update-profile_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.panel-update div.panels .update-profile .update-profile_name {
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------------------------------------------------ *|* hv justified-gallery
\* ------------------------------------------------------------------------ */
.jg-entry {
  overflow: visible !important;
}

.justified-gallery {
  overflow: visible !important;
}

.justified-gallery .ic-start-white, .justified-gallery .ic-start-on {
  top: 0;
}

.justified-gallery .details-top .active .ic-start-white {
  background-image: url("../img/icon/ic-start-on.svg");
}

.justified-gallery .details-bt .ic-start-white {
  height: 15px;
  width: 15px;
}

.justified-gallery .details span {
  margin-left: 8px;
}

.justified-gallery .details-bt {
  font-size: 20px;
}

.justified-gallery .details-bt .text {
  padding-right: 6px;
}

.justified-gallery .item-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.justified-gallery .item-nav .item-nav_icon {
  text-align: right;
}

.justified-gallery .item-nav .item-nav_icon .fa {
  font-size: 36px;
  color: #fff;
}

.justified-gallery .item-nav .item-nav_list {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  border-radius: 6px;
  width: 100%;
  padding: 10px 0;
  display: none;
}

.justified-gallery .item-nav .item-nav_list:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  margin-top: -18px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

.justified-gallery .item-nav .item-nav_list ul {
  position: relative;
}

.justified-gallery .item-nav .item-nav_list ul li {
  border-bottom: 1px solid #ccc;
}

.justified-gallery .item-nav .item-nav_list ul li a {
  color: #0770dd;
  display: block;
  padding: 10px;
}

.justified-gallery .item-nav .item-nav_list ul li a:hover {
  background: #0770dd;
  color: #fff;
}

.justified-gallery .item-nav .item-nav_list ul li:last-child {
  border: none;
}

/* ------------------------------------------------------------------------ *|* hv show img 01
\* ------------------------------------------------------------------------ */
.hv-fav {
  position: relative;
}

.hv-fav > a {
  display: block;
  width: 100%;
  height: 100%;
}

.hv-fav a {
  text-decoration: none;
}

.hv-fav .details {
  opacity: 1;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  height: 100%;
  z-index: 2;
}

.hv-fav .details .details-option {
  right: 0px;
}

.hv-fav .details-top {
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: auto;
}

.hv-fav .details-top i {
  font-size: 30px;
}

.hv-fav .star.active .ic-start {
  position: relative;
  top: 4px;
  display: inline-block;
  background-image: url("../img/icon/ic-start-on.svg");
  height: 24px;
  width: 24px;
}

/* ------------------------------------------------------------------------ *|* hv show img 02
\* ------------------------------------------------------------------------ */
.hv-ga {
  position: relative;
  background: #777 !important;
  transform: scale(0.985, 0.985);
  margin-top: -4px;
  margin-left: -6px;
  opacity: .9;
  cursor: pointer;
}

.hv-ga > a {
  display: block;
  width: 100%;
  height: 100%;
}

.hv-ga a {
  text-decoration: none;
}

.hv-ga:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.hv-ga > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.hv-ga:before {
  position: absolute;
  left: 5px;
  top: 5px;
}

.hv-ga > a {
  position: relative;
  left: 9px;
  top: 9px;
}

.hv-ga .details {
  transition: all 0.5s linear;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 9px;
  top: 9px;
  pointer-events: none;
  z-index: 2;
}

.hv-ga .details-top {
  pointer-events: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.hv-ga .details-top i {
  font-size: 30px;
}

/* ------------------------------------------------------------------------ *|* hv show img 03
\* ------------------------------------------------------------------------ */
.hv-gag {
  position: relative;
  background: #777 !important;
  transform: scale(0.985, 0.985);
  margin-top: -4px;
  margin-left: -6px;
  opacity: .9;
  cursor: pointer;
}

.hv-gag > a {
  display: block;
  width: 100%;
  height: 100%;
}

.hv-gag a {
  text-decoration: none;
}

.hv-gag:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.hv-gag > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.hv-gag:before {
  position: absolute;
  left: 5px;
  top: 5px;
}

.hv-gag > a {
  position: relative;
  left: 9px;
  top: 9px;
}

.hv-gag .details {
  transition: all 0.5s linear;
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 9px;
  top: 9px;
  pointer-events: none;
  z-index: 2;
}

.hv-gag .details-top {
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: auto;
}

.hv-gag .details-top i {
  font-size: 30px;
}

/* ------------------------------------------------------------------------ *|* show img
\* ------------------------------------------------------------------------ */
.gallery-item .img_Guard {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.gallery-item .details-option {
  right: 0;
}

.gallery-item .details-option i {
  font-size: 45px;
}

.gallery-item .details-option .star {
  position: relative;
  display: inline-block;
}

.gallery-item .details-option .star i.glyphicon {
  padding: 0px 6px 0px 4px;
  border-radius: 4px;
  margin-top: 0;
  line-height: 30px;
  top: 4px;
}

.gallery-item .details-option .star a {
  color: #fff;
  padding: 26px 10px 20px 80px;
}

.gallery-item .details-option .star.open i.glyphicon {
  background: rgba(35, 31, 26, 0.2);
}

.gallery-item .details-option .dropdown-menu {
  width: 330px;
  left: initial;
  right: 5px;
  float: none;
  margin: 7px auto 0;
  border: 0;
  padding: 10px 20px;
  box-shadow: 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.gallery-item .details-option .dropdown-menu.edge {
  left: 68px;
  right: initial;
}

.gallery-item .details-option .dropdown-menu.edge:after, .gallery-item .details-option .dropdown-menu.edge:before {
  right: initial;
  left: 33px;
}

.gallery-item .details-option .dropdown-menu:after, .gallery-item .details-option .dropdown-menu:before {
  bottom: 100%;
  top: -20px;
  right: 4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: translate(-50%);
  z-index: 99;
}

.gallery-item .details-option .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
}

.gallery-item .details-option .dropdown-menu:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #fff;
  border-width: 10px;
}

.gallery-item .details-option .dropdown-menu li {
  float: left;
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-left: 0;
}

.gallery-item .details-option .dropdown-menu li.break {
  border-bottom: 1px;
}

/*.gallery-item .details-option .dropdown-menu li.break a {*/
  /*color: #999;*/
/*}*/

.gallery-item .details-option .dropdown-menu a {
  color: #0770dd;
  padding: 15px 0;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gallery-item .details-option .dropdown-menu a:hover {
  background: transparent;
  color: #ccc;
}

.gallery-item .details-option .detail-icon {
  padding-left: 12px;
}

.gallery-item .details-option .detail-comment {
  margin-top: 10px;
  background: #fff;
  color: #333;
  padding: 10px 10px 10px 19px;
}

.gallery-item .details-option .detail-comment .comment-top {
  padding-left: 0;
  text-align: right;
}

.gallery-item .details-option .detail-comment .comment-cont {
  padding: 0;
  position: relative;
}

.gallery-item .details-option .detail-comment .comment-cont:hover {
  background: transparent;
}

.gallery-item .details-option .detail-comment .comment-cont .media-heading img {
  margin-right: 4px;
}

.gallery-item .details-option .detail-comment .comment-cont .media-heading span {
  float: right;
}

/* ------------------------------------------------------------------------ *|* img my gallery
\* ------------------------------------------------------------------------ */
#mygallery-sp {
  width: 98%;
  margin: 0 auto;
}

#mygallery-sp .hv-gag {
  transform: initial;
}

.my-gallery figure {
  margin: 0;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}

.my-gallery figure img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.pswp__counter {
  display: none !important;
}

.pswp__ui {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.pswp .pswp__top-bar .pswp__button--close {
  background: url("vendor/img/Scale_icon.svg") center no-repeat #363636 !important;
  width: 100px;
  height: 100px;
  float: right;
  border: none;
  background-size: cover !important;
}

/* model confirm hidden address */
#modal-comfirm-address .model-close {
  display: inline-block;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#modal-comfirm-address .modal-title{
  font-weight: normal!important;
}

#modal-comfirm-address .set-boder {
  border-bottom: 1px solid red;
  padding-bottom: 5px;
  color: #000000;
  font-weight: bold;
}

#modal-comfirm-address .modal-content {
  height: auto !important;
}

#modal-comfirm-address .modal-body {
  height: auto;
  overflow: visible;
  padding: 0px;
}

#modal-comfirm-address .modal-body .box-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px;
  text-align: center;
}

#modal-comfirm-address .modal-body p {
  padding: 0px 40px 0px 40px;
  color: #676767;
  font-size: 20px;
}

#modal-comfirm-address .modal-body p a {
  display: inline;
  padding-bottom: 5px;
  border-bottom: 1px solid #676767;
}

#modal-comfirm-address .modal-body p span {
  border-bottom: 1px solid #676767;
}

#modal-comfirm-address .modal-body .line-h-1 {
  border-bottom: 1px solid #676767;
  width: 35%;
  height: 1px;
  margin: auto;
}

#modal-comfirm-address .modal-footer {
  margin: 20px 0px 40px 0px;
}

#modal-comfirm-address .confirm-close {
  background: #999999;
  color: #fff;
  padding: 20px 50px 16px 50px;
  border-radius: 5px;
}

#modal-comfirm-address .confirm-setup {
  background: #0770dd;
  padding: 20px 50px 16px 50px;
  border-radius: 5px;
}

#modal-comfirm-address a.tooltips {
  position: relative;
  display: block;
  color: #676767;
  text-align: center;
  padding-top: 7px;
}

#modal-comfirm-address a.tooltips span {
  position: absolute;
  width: 60%;
  color: #676767;
  background: #fff;
  height: auto;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

#modal-comfirm-address a.tooltips span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 999;
}

#modal-comfirm-address a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

#modal-comfirm-address a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  top: 46px;
  left: 0%;
  margin-left: -76px;
  z-index: 999;
  width: 200%;
  text-align: left;
}

.text-right{
  text-align: right!important;
}
.text-left{
  text-align: left!important;
}

.user-activity ul li a {
  color: #333;
}

.user-activity ul li e:hover {
  color: #55acee;
}

/* ------------------------------------------------------------------------ *|* Gallery
\* ------------------------------------------------------------------------ */
/*==== avatar list ====*/
.avatar-list {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}

.avatar-list .list-items {
  margin-bottom: 20px;
}

.avatar-list .list-items li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

.avatar-list .list-items li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.avatar-list .list-items li.lock {
  background: none;
  margin-right: 0;
}

.avatar-list .list-items li.lock .ico, .avatar-list .list-items li.lock .fa {
  vertical-align: middle;
}

/*==== link show ====*/
.link-horizontal .dropdown-menu {
  right: -10px;
  left: inherit;
  margin-top: 11px;
  border: 1px;
  margin-top: 4px;
  padding: 5px 20px;
  box-shadow: 2px 20px 10px rgba(0, 0, 0, 0.2);
}

.link-horizontal .dropdown-menu li {
  float: left;
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-left: 0 !important;
  font-size: 24px;
}

.link-horizontal .dropdown-menu li.break {
  border-bottom: 1px;
}

.link-horizontal .dropdown-menu li.break a {
  color: #ccc;
}

.link-horizontal .dropdown-menu a {
  color: #0770dd;
  padding: 20px 10px !important;
}

.link-horizontal .dropdown-menu a:hover {
  background: #0770dd !important;
  color: #fff !important;
}

.link-horizontal .dropdown-menu .dropup {
  position: absolute;
  top: -18px;
  right: 15px;
}

.link-horizontal .dropdown-menu .caret {
  border-bottom: 15px dashed #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.link-horizontal .dropdown-menu .num-hot {
  padding: 8px 15px;
  background: #ee4f5b;
  border-radius: 50%;
  margin-left: 6px;
  color: #fff;
}

.list-categories-gallery a {
  display: inline-block;
  padding: 15px;
}

#btn-edit-category {
  padding: 15px;
}

/* ------------------------------------------------------------------------ *|* User page
\* ------------------------------------------------------------------------ */
/*==== container top ====*/
.ctn-user01 {
  color: #fff;
  position: relative;
  padding: 22px;
  background-size: cover;
  background-position: center;
}

.ctn-user01 .user-profile {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}

.ctn-user01 .user-profile .user-profile_avatar {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.ctn-user01 .user-profile .user-profile_avatar .avatar {
  display: block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: cover;
}

.ctn-user01 .user-profile .user-profile_nation {
  padding: 10px 0 15px;
}

.ctn-user01 .user-profile .user-profile_nation01 {
  padding: 30px 0 15px;
  font-size: 28px;
  font-weight: bold;
}

.ctn-user01 .user-profile .user-profile_nation01 .flag01 {
  vertical-align: middle;
  margin-right: 10px;
}

.ctn-user01 .user-profile .user-profile_name {
  font-size: 28px;
  font-weight: bold;
}

.ctn-user01 .user-create {
  position: absolute;
  right: 25px;
  top: 22px;
  border: 1px solid #fff;
}

.ctn-user01 .user-create a {
  padding: 12px 30px;
  display: block;
}

.ctn-user01 .user-activity ul {
  text-align: left;
}

.ctn-user01 .user-activity ul li {
  display: inline-block;
  margin-right: 20px;
}

.ctn-user01 .user-activity ul li:last-child {
  margin-right: 0;
}

/*==== drop toogle ====*/
.drop-toggle01 {
  font-size: 28px;
  position: relative;
  z-index: 102;
}

.drop-toggle01 .drop-title {
  padding: 30px 70px 30px 30px;
  background: #fff;
  position: relative;
}

.drop-toggle01 .drop-title .ico {
  background: url(../img/icon/ico-toogle-down.png) no-repeat left top;
  position: absolute;
  top: 45px;
  right: 30px;
  width: 38px;
  height: 14px;
  display: inline-block;
}

.drop-toggle01 .drop-title.open .ico {
  background: url(../img/icon/ico-toogle-up.png) no-repeat left top;
}

.drop-toggle01 .drop-content {
  background: #f5f5f5;
  display: none;
  position: absolute;
  width: 100%;
}

.drop-toggle01 .drop-content ul li {
  padding: 30px;
  border-top: 1px solid #cccccc;
}

.drop-toggle01 .drop-content ul li a {
  color: #333333;
  display: block;
}

/*==== gallery panel ====*/
.gallery-panel01 {
  background: #ebedf0;
}

.gallery-panel01 .panel-items .items-profile {
  overflow: hidden;
  padding: 40px 20px 10px;
  position: relative;
}

.gallery-panel01 .panel-items .items-profile .items-profile_avatar {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_avatar .avatar {
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: cover;
}

.gallery-panel01 .panel-items .items-profile .items-profile_avatar .avatar-administrator {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_name {
  font-weight: bold;
  padding: 5px 10px 0 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 370px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_name > img.img-rounded {
  vertical-align: middle;
}

.gallery-panel01 .panel-items .items-profile .items-profile_name .flag01 {
  margin: 0 5px 10px 0;
  width: 54px;
  height: 36px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_activity ul li {
  display: inline-block;
  margin-right: 20px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_activity ul li a {
  color: #333;
}

.gallery-panel01 .panel-items .items-profile .items-profile_activity ul li a:hover {
  color: #55acee;
}

.gallery-panel01 .panel-items .items-profile .items-profile_label {
  position: absolute;
  top: 40px;
  right: 20px;
}

.gallery-panel01 .panel-items .items-profile .items-profile_button {
  margin-top: 20px;
  text-align: center;
}

.gallery-panel01 .panel-items .items-profile .items-profile_button *[class*="btn-"] {
  width: 43%;
  margin: 0 5px;
}

.gallery-panel01 .panel-items .items-title {
  padding: 10px 30px;
  font-size: 22px;
  font-weight: bold;
}

/*==== user details ====*/
.user-detail {
  background: #ebedf0;
}

.user-detail .user-detail_infor {
  padding: 30px;
}

.user-detail .user-detail_infor .infor-profile {
  *zoom: 1;
  margin-bottom: 20px;
}

.user-detail .user-detail_infor .infor-profile:before {
  content: " ";
  display: table;
}

.user-detail .user-detail_infor .infor-profile:after {
  content: " ";
  display: table;
  clear: both;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_avatar {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 30px;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_avatar .avatar {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background-position: center;
  background-size: cover;
  display: block;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_name {
  font-weight: bold;
  margin-top: 10px;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_nation {
  margin-top: 10px;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_nation .flag01 {
  margin-right: 20px;
}

.user-detail .user-detail_infor .infor-profile .infor-profile_age {
  margin-top: 10px;
}

.user-detail .user-detail_infor .infor-text {
  margin-bottom: 20px;
}

.user-detail .user-detail_infor .infor-link a {
  color: #333333;
}

.user-detail .user-detail_map {
  margin-bottom: 50px;
}

.user-detail .user-detail_map .map-place {
  padding: 0 30px 30px;
}

.user-detail .user-detail_camera {
  padding: 0 30px 30px;
}

.user-detail .user-detail_camera dl dt {
  display: block;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

.user-detail .user-detail_camera dl dd {
  padding: 15px 25px;
}

.user-detail .user-detail_options {
  padding: 0 30px 30px;
}

.user-detail .user-detail_options .options-title {
  font-weight: bold;
  margin-bottom: 25px;
}

.user-detail .user-detail_options .options-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.user-detail .user-detail_options .options-list li .options-list_icon {
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 15px;
}

.user-detail .user-detail_options .options-list li .option-list_update {
  position: absolute;
  right: 0;
  top: 0;
}

.user-detail .user-detail_options .options-list li .option-list_update .ico-update {
  font-size: 48px;
  display: inline-block;
  color: #333;
  margin: 0 15px;
}

/* ------------------------------------------------------------------------ *|* my page
\* ------------------------------------------------------------------------ */
/*==== mypage panel box ====*/
.withdraw-profile .popup-head .title-eve {
  font-size: 24px;
  border-bottom: 1px solid #e70012;
  display: inline-block;
  padding: 0 56px 5px;
  color: #e70012;
  font-weight: bold;
  margin-bottom: 30px;
}

.withdraw-profile .popup-head p {
  font-weight: normal;
}

.withdraw-profile .popup-body {
  padding: 0;
  text-align: center;
  padding-bottom: 50px;
  width: 94%;
  display: block;
  margin: 15px auto 0 auto;
}

.withdraw-profile .popup-body h3 {
  margin-top: 45px;
  margin-bottom: 40px;
  color: #e70012;
  font-size: 28px;
  font-weight: normal;
}

.withdraw-profile .popup-body a {
  color: #0770dd;
  margin: 0 16px;
}

.withdraw-profile .popup-body .link-box {
  margin-top: 40px;
}

.withdraw-profile hr {
  width: 90%;
}

.withdraw-profile .box-form {
  padding-top: 30px;
}

.withdraw-profile .box-form .form-group {
  margin-bottom: 10px;
}

.withdraw-profile .box-form p:not(:last-child) {
  margin-bottom: 25px;
}

.withdraw-profile .box-form .items-field {
  margin-bottom: 15px;
}

.withdraw-profile .box-form button {
  background: #999;
  font-size: 28px;
  border-radius: 8px;
  padding: 30px 52px;
  color: #fff;
  display: inline-block;
  width: auto;
  margin-top: 30px;
  padding: 30px;
}

.withdraw-profile .box-form button#btn-sub02 {
  background: #0770dd;
}

.withdraw-profile .link-box-profile {
  font-weight: bold;
  padding: 40px;
  color: blue;
}
.withdraw-profile .link-box-profile a {
  color: blue;
  font-size: 24px;
}
.withdraw-profile .box-form .leave_group_policy {
  color: red;
  padding: 40px 30px;
  background: #f5f5f5;
  text-align: left;
}
.withdraw-profile .box-form .leave_group_policy span {
  font-size: 18px;
}
.withdraw-profile .box-form .form-items {
  margin-top: 10px;
}
.withdraw-profile .box-form .form-btn-items #btn-sub01 {
  width: 52%;
  margin-left: 0;
}
.withdraw-profile .box-form .form-btn-items .btn-submit-delete-account {
  width: 43%;
  margin-right: 0px;
}

/*==== mypage panel ====*/
.mypage-panel .mypage-panel_frame {
  position: relative;
  color: #fff;
}

.mypage-panel .mypage-panel_frame .frame-image img {
  width: 100%;
}

.mypage-panel .mypage-panel_frame .frame-text {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_name {
  display: inline;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_name .name-avatar {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_name .name-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_list {
  display: inline;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_list li {
  display: inline-block;
  margin-left: 40px;
}

.mypage-panel .mypage-panel_frame .frame-text .frame-text_list li .ico {
  vertical-align: middle;
  margin-right: 10px;
}

.mypage-panel .mypage-panel_frame .frame-tab {
  position: absolute;
  right: 20px;
  top: 30px;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub ul {
  border-radius: 10px;
  background: #fff;
  width: 430px;
  position: relative;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub ul li {
  border-bottom: 1px solid #ccc;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub ul li:last-child {
  border: none;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub ul li a {
  padding: 30px;
  color: #999;
  font-size: 28px;
  display: block;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub ul li a:hover {
  color: #fff;
  background: #0770dd;
}

.mypage-panel .mypage-panel_frame .frame-tab .frame-tab_sub:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

.mypage-panel .mypage-panel_content {
  background: #fff;
  padding: 22px;
  position: relative;
}

.mypage-panel .mypage-panel_content .content-avatar {
  float: left;
  vertical-align: middle;
  width: 62px;
  height: 62px;
  margin-right: 10px;
}

.mypage-panel .mypage-panel_content .content-avatar img {
  border-radius: 50%;
  width: 62px;
  height: 62px;
}

.mypage-panel .mypage-panel_content .content-text {
  overflow: hidden;
}

.mypage-panel .mypage-panel_content .content-text .text-name {
  font-weight: bold;
  color: #00a0e9;
  line-height: 1.2;
  padding-right: 50px;
}

.mypage-panel .mypage-panel_content .content-text .text-name .flag01 {
  width: 30px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

.mypage-panel .mypage-panel_content .content-comment {
  text-align: right;
  margin-top: 10px;
  color: #00a0e9;
}

.mypage-panel .mypage-panel_content .content-comment .ico {
  margin-right: 10px;
  vertical-align: middle;
}

.mypage-panel .mypage-panel_content .content-time {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #999999;
}

/*==== mypage search ====*/
.mypage-search {
  background: #ededed;
  border-top: 1px solid #cccccc;
}

.mypage-search .search-date {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding: 5px 0;
}

.mypage-search .search-date .ddl02 {
  margin: 0 50px 0 30px;
}

.mypage-search .search-keyword {
  border-right: 1px solid #cccccc;
  display: block;
  margin: 0 auto;
  position: relative;
}

.mypage-search .search-keyword .ipt-key {
  width: 100%;
  font-size: 24px;
  padding: 26px 70px 26px 15px;
  background: none;
  border: none;
  -webkit-appearance: none;
}

.mypage-search .search-keyword .ipt-btn {
  position: absolute;
  background: none;
  width: 50px;
  right: 20px;
  top: 20px;
  border: none;
  -webkit-appearance: none;
}

.mypage-search .search-keyword .ipt-btn .fa-search {
  font-size: 36px;
  color: #999999;
}

.mypage-search .search-cate {
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 24px 0;
  text-align: center;
  z-index: 3;
}

/*==== mypage social ====*/
.mypage-social {
  background: #f5f5f5;
  padding: 30px 40px;
}

.mypage-social .mypage-social_follow {
  color: #999999;
  text-align: right;
}

.mypage-social .mypage-social_infor li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  color: #0770dd;
}

.mypage-social .mypage-social_infor li .btn-03 {
  min-width: 160px;
  padding: 17px 30px;
  min-height: 60px;
}

.mypage-social .mypage-social_infor li .ico {
  vertical-align: bottom;
  margin-right: 10px;
}

.social-list01 {
  margin: 40px 0 30px;
  display: inline-block;
  width: 100%;
}

.social-list01 li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0 10px;
}

.social-list01 li a {
  display: block;
  background: #ededed;
  padding: 10px 0;
  line-height: 1;
  border-radius: 10px;
  text-align: center;
}

/*==== mypage comment ====*/
.mypage-comment {
  background: #ebedf0;
  padding: 30px 15px;
}

.mypage-comment .comment_title {
  color: #00a0e9;
  margin-bottom: 20px;
  padding: 0 15px;
}

.mypage-comment .comment_title .ico {
  margin-right: 15px;
  vertical-align: middle;
}

.mypage-comment .comment-items {
  padding: 20px 15px;
  position: relative;
}

.mypage-comment .comment-items .icon-del {
  position: absolute;
  right: 15px;
  top: 6px;
}

.mypage-comment .comment-items .icon-del i {
  font-size: 45px;
  color: #999;
}

.mypage-comment .comment-items .text-warning {
  position: absolute;
  right: 10px;
  bottom: 6px;
}

.mypage-comment .comment-items .text-warning i {
  color: #999;
  font-style: normal;
}

.mypage-comment .comment-items .text-warning i:before {
  position: relative;
  top: 2px;
  padding-right: 4px;
}

.mypage-comment .comment-items .items-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}

.mypage-comment .comment-items .items-image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.mypage-comment .comment-items .items-text {
  overflow: hidden;
}

.mypage-comment .comment-items .items-text .items-text_name {
  color: #00a0e9;
}

.mypage-comment .comment-items .items-text .items-text_name .post-time {
  color: #999999;
  font-size: 18px;
  padding-left: 15px;
}

.mypage-comment .comment-items .items-text .items-text_review {
  font-size: 22px;
}

.mypage-comment .comment-items.act-remove {
  background: #f5f6f8;
}

.mypage-comment .comment-group {
  position: relative;
  margin-top: 40px;
  padding: 0 15px;
}

.mypage-comment .comment-group .group-input {
  width: 100%;
  height: 100px;
  padding: 15px 130px 15px 15px;
  font-size: 24px;
}

.mypage-comment .comment-group .comment-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.bt-warning {
  text-align: right;
  padding: 0 30px 30px 30px;
}

.bt-warning .text-warning i {
  color: #999;
  font-style: normal;
}

.bt-warning .text-warning i:before {
  position: relative;
  top: 2px;
  padding-right: 4px;
}

/*==== mypage group ====*/
.mypage-group {
  padding: 30px 30px 5px 30px;
}

.mypage-group .group-title {
  margin-bottom: 20px;
}

.mypage-group .group-title .ico {
  margin-right: 10px;
}

.mypage-group .group-items {
  margin-bottom: 35px;
}

.mypage-group .group-items .items-image {
  float: left;
  margin-right: 20px;
}

.mypage-group .group-items .items-content {
  overflow: hidden;
}

.mypage-group .group-items .items-content .items-content_name {
  color: #00a0e9;
  font-weight: bold;
}

.mypage-group .group-items .items-content .items-content_name .ico {
  margin-right: 10px;
  vertical-align: top;
}

.mypage-group .group-items .items-content .items-content_details {
  padding: 19px 0;
}

.mypage-group .group-items .items-content .items-content_details ul li {
  display: inline-block;
  margin-right: 40px;
}

.mypage-group .group-items .items-content .items-content_details ul li .ico {
  margin-right: 10px;
}

.mypage-group .group-empty {
  border: 2px solid #dadbdd;
  padding: 50px 20px;
  text-align: center;
}

.mypage-group .group-empty p {
  margin-bottom: 20px;
}

.mypage-group .group-empty p.group-empty_note {
  color: #00a0e9;
  font-size: 28px;
  font-weight: bold;
}

.mypage-group .group-empty p.group-empty_note a {
  color: #00a0e9;
}

.list-avatar li {
  display: inline-block;
  margin-right: 5px;
}

.list-avatar li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

/*==== mypage camera ====*/
.mypage-camera {
  padding: 0 30px 30px 30px;
}

.mypage-camera div.camera-name {
  padding-bottom: 45px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.mypage-camera div.camera-name .ico {
  float: left;
  margin-right: 30px;
}

.mypage-camera div.camera-name .camera-name_title {
  overflow: hidden;
}

.mypage-camera div.camera-name .camera-name_title strong {
  font-weight: bold;
  display: block;
  color: #00a0e9;
}

.mypage-camera .camera-options {
  padding-bottom: 10px;
}

.mypage-camera .camera-options ul {
  margin-bottom: 20px;
  *zoom: 1;
}

.mypage-camera .camera-options ul:before {
  content: " ";
  display: table;
}

.mypage-camera .camera-options ul:after {
  content: " ";
  display: table;
  clear: both;
}

.mypage-camera .camera-options ul li {
  display: inline-block;
  width: 50%;
  margin-right: -0.4em;
  margin-bottom: 20px;
}

.mypage-camera .camera-options ul li .ico {
  margin-right: 25px;
  vertical-align: middle;
}

.mypage-camera .camera-options .cont-eixf .title_exixf {
  font-size: 24px;
  margin-bottom: 10px;
}

.mypage-camera .camera-options .cont-eixf .p-eixf {
  margin-bottom: 20px;
  padding-left: 77px;
}

.mypage-camera .camera-options .cont-eixf .p-eixf span {
  margin: 0 10px;
}

.mypage-camera .camera-tag {
  padding-top: 10px;
}

.mypage-camera .camera-tag li {
  display: inline-block;
}

.mypage-camera .camera-tag a {
  padding: 10px 10px;
  min-height: auto;
  margin: 4px 0px;
  text-align: center;
  min-width: 70px;
  font-size: 24px;
}

/*==== mypage user ====*/
.mypage-user {
  background: #ebedf0;
  padding: 30px;
  border-top: 1px solid #cccccc;
}

.mypage-user .user-infor {
  position: relative;
  *zoom: 1;
  margin-bottom: 15px;
}

.mypage-user .user-infor:before {
  content: " ";
  display: table;
}

.mypage-user .user-infor:after {
  content: " ";
  display: table;
  clear: both;
}

.mypage-user .user-infor .user-infor_avatar {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.mypage-user .user-infor .user-infor_avatar img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.mypage-user .user-infor .user-infor_name {
  overflow: hidden;
  font-weight: bold;
}

.mypage-user .user-infor .user-infor_name .user-nation {
  padding: 5px 0 10px;
}

.mypage-user .user-infor .user-infor_name .ico, .mypage-user .user-infor .user-infor_name .fa {
  margin-right: 10px;
  vertical-align: top;
}

.mypage-user .user-infor .user-infor_name span.title {
  font-size: 12px;
  color: #ddaa00;
}

.mypage-user .user-infor .user-infor_name p.t-name {
  display: inline-block;
}

.mypage-user .user-infor .user-infor_name p.t-name span {
  padding-left: 10px;
}

.mypage-user .user-infor .user-infor_plus {
  position: absolute;
  top: 45px;
  right: 10px;
}

.mypage-user .user-infor .user-infor_plus .fa, .mypage-user .user-infor .user-infor_plus .ico {
  font-size: 28px;
  vertical-align: top;
  margin-right: 10px;
}

.mypage-user .user-activity {
  margin-bottom: 30px;
}

.mypage-user .user-activity ul {
  margin-bottom: 15px;
}

.mypage-user .user-activity ul li {
  display: inline-block;
  margin-right: 80px;
}

.mypage-user .user-activity ul li .ico {
  margin-right: 10px;
}

.mypage-user .user-content {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 35px 0;
}

.mypage-user .user-content dt {
  font-weight: bold;
  font-size: 28px;
}

.mypage-user .user-content dd p {
  margin-top: 30px;
}

/*==== mypage panel02 ====*/
.mypage-panel02 {
  background: #ebedf0;
  padding: 20px 30px;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.mypage-panel02 .panel02-title {
  font-weight: bold;
  margin-bottom: 25px;
}

.mypage-panel02 .panel02-title.mypage-gal-detail {
  width: 70%;
  word-break: break-all;
}

.mypage-panel02 .panel02-list ul li {
  display: inline-block;
  margin-right: 20px;
}

.mypage-panel02 .panel02-list ul li .ico {
  vertical-align: middle;
  margin-right: 5px;
}

.mypage-panel02 .panel02-utility {
  position: absolute;
  top: 20px;
  right: 30px;
}

.mypage-panel02 .panel02-utility > ul > li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.mypage-panel02 .panel02-utility > ul > li .area-sub {
  width: 420px;
  right: 0;
  display: none;
}

.mypage-panel02 .panel02-utility > ul > li .area-sub:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

.mypage-panel02 .panel02-utility > ul > li .area-sub02 {
  right: -82px;
  display: none;
}

.mypage-panel02 .panel02-utility > ul > li .area-sub02:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 90px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

/*==== mypage profile ====*/
.mypage-profile {
  padding: 30px;
}

.mypage-profile profile-title {
  font-size: 28px;
  font-weight: bold;
}

.mypage-profile .profile-items {
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding: 20px 0;
  position: relative;
}

.mypage-profile .profile-items .items-avatar {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 20px;
}

.mypage-profile .profile-items .items-avatar img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.mypage-profile .profile-items .items-name {
  font-weight: bold;
  padding: 10px 220px 10px 0;
}

.mypage-profile .profile-items .items-name .flag01 {
  margin-right: 10px;
}

.mypage-profile .profile-items .items-activity ul li {
  display: inline-block;
  margin-right: 30px;
}

.mypage-profile .profile-items .items-activity ul li .ico, .mypage-profile .profile-items .items-activity ul li .fa {
  margin-right: 10px;
}

.mypage-profile .profile-items .items-button {
  position: absolute;
  top: 20px;
  right: 0px;
}

.mypage-profile .profile-items .items-button .ico, .mypage-profile .profile-items .items-button .fa {
  margin-right: 10px;
}

/*==== mypage collection ====*/
.mypage-collection {
  background: #fff;
}

.mypage-collection .collection-back {
  background: #ededed;
  padding: 5px 15px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.mypage-collection .collection-title {
  padding: 45px 30px 30px;
  position: relative;
  font-weight: bold;
  font-size: 28px;
}

.mypage-collection .collection-title *[class*="btn-"] {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mypage-collection .collection-title *[class*="btn-"] .fa, .mypage-collection .collection-title *[class*="btn-"] .ico {
  font-size: 36px;
  line-height: 1;
  margin-right: 10px;
}

.mypage-collection .collection-list {
  padding: 30px;
}

.mypage-collection .collection-list .list-items {
  *zoom: 1;
  margin-bottom: 20px;
  display: table;
}

.mypage-collection .collection-list .list-items:before {
  content: " ";
  display: table;
}

.mypage-collection .collection-list .list-items:after {
  content: " ";
  display: table;
  clear: both;
}

.mypage-collection .collection-list .list-items .items-img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 15px;
}

.mypage-collection .collection-list .list-items .items-img img {
  width: 120px;
  height: 120px;
}

.mypage-collection .collection-list .list-items .items-content {
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.mypage-collection .collection-list .list-items .items-content .content-text {
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 35px;
  max-width: 555px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mypage-collection .collection-list .list-items .items-content .content-name .content-name_avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
}

.mypage-collection .collection-list .list-items .items-content .content-name .content-name_avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}
.fw-b {
  font-weight: bold;
}
.list-gallery-member .items-profile > .items-profile_name {
  padding-left: 0px;
}
.list-gallery-member .items-profile_avatar > .img-avatar {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
/*custom layout map right*/
.earth-map.active .earth-map-zoom {
  display: block;
  height: 140px;
  width: 65px;
  bottom: -450px;
}

.earth-map .earth-map_close {
  margin: 10px 10px 0px;
  height: 65px;
  width: 65px;
}

.earth-map .earth-map_close .fa-times {
  background-image: url(../img/icon/ic_remove.png);
  width: 27px;
  height: 26px;
  position: absolute;
  left: 18px;
  top: 20px;
}

.earth-map .earth-map_close .fa-times::before {
  content: "";
}

.earth-map .earth-map-zoom {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px 10px 18px;
  display: none;
}

.earth-map .earth-map-zoom .map-zoom-out {
  display: block;
  text-align: center;
  height: 70px;
  padding-top: 20px;
}

.earth-map .earth-map-zoom .map-zoom-out .zoom-out {
  background-image: url(../img/icon/ic_zoomout.png);
  width: 31px;
  height: 31px;
}

.earth-map .earth-map-zoom .map-zoom-in {
  padding-top: 12px;
  display: block;
  text-align: center;
  height: 70px;
}

.earth-map .earth-map-zoom .map-zoom-in .zoom-in {
  background-image: url(../img/icon/ic_zoomin.png);
  width: 30px;
  height: 6px;
}

.earth-map .earth-map-zoom .line {
  height: 1px;
  background: #ccc;
  margin: 0px 5px 0px 5px;
}
#btn-cur-pos {
  position: inherit;
  margin-left: -1px;
  border-radius: 5px;
}

.icon-map-marker {
  background-image: url("../img/icon/ico-map.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 35px;
  margin: auto;
}
.photo-detail .jsComments {
  -webkit-text-size-adjust: none;
}
.photo-detail .user-shooting-date {
  -webkit-text-size-adjust: none; 
  font-size: 20px;
}
.photo-detail .jsComments .post-time time.timeago {
  font-size: 20px;
}
.photo-detail .mypage-comment .comment-items {
  border-bottom: 1px solid #cccccc;
}
.photo-detail .mypage-comment .comment-items .items-image {
  margin-top: 16px;
}
.photo-detail .mypage-comment .comment-items .items-text {
  position: relative;
  padding-bottom: 25px;
  padding-top: 20px;
}
.photo-detail .mypage-comment .comment-items .items-text_name {
  font-size: 24px;
}
.photo-detail .mypage-comment .comment-items .items-text .jsDeleteComment {
  top: 16px;
  right: 0;
}
.photo-detail .mypage-comment .comment-items .items-text .jsReportComment {
  right: 0;
  bottom: 0;
}
.photo-detail .mypage-comment .comment-items .items-text .jsReportComment .fa.fa-ban {
  font-size: 36px;
}

.border-top-fixed{
  border: none;
  border-top: 1px solid #999;
  border-radius: 0px;
}
.earth-map .upload-img-btn {
    position: absolute;
    top: -193px;
    right: 210px;
}
.earth-map .upload-img-btn .circle-icon {
    background: #fff;
    color: #00a0e9;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    font-size: 70px;
}
#error-ratio-img .modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
#error-ratio-img .btn-close-up {
    background: #0770dd;
    width: 175px;
    height: 35px;
    display: block;
    margin: 0 auto;
    border: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}

#popup-uploading .modal-dialog {
  width: 50%;
}

#popup-uploading .modal-body {
  padding: 70px;
}

#popup-uploading .modal-body .uploading-status {
  text-align: center;
}

#popup-uploading .modal-body .uploading-status img {
  width: 70px;
}

#popup-uploading .modal-body .lb-uploading {
  text-align: center;
  padding-top: 30px;
}

.edit-panel .btn-save-upload .btn-save {
  margin: 0;
}

.edit-panel .btn-save-upload .btn-gray {
  margin: 15px 0;
}

.sec-header-temporary {
  padding: 30px 15px;
  margin: 0px 30px;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
}

.sec-header-temporary .sec-upload-complete {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
}

.sec-header-temporary .sec-upload-complete .fa-camera {
  font-size: 1.7em;
  padding-right: 10px;
  vertical-align: sub;
}

.upload-img-btn .upload-img-complete, .upload-img-temporary .upload-img-complete {
  padding: 30px;
  color: #00a0e9;
  font-size: 1.5em;
  text-decoration: underline;
}

.upload-img-btn .upload-img-complete > .fa-camera, .upload-img-temporary .upload-img-complete > .fa-camera {
  padding-right: 10px;
  font-size: 1.6em;
  vertical-align: sub;
}

.edit-panel .save_and_next, .edit-panel .delete_save_and_next {
  margin: 15px 0 0;
}

/*breadcrumb notification*/
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  font-size: 17px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.bc-notification{
  margin: 10px 0 10px 0;
  border: none;
  background: #ffffff;
}
.bc-notification .breadcrumb{
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  font-size: 27px;
}
.bc-notification .breadcrumb a{
  color: #333333;
}
.bc-notification .breadcrumb a:hover{
  color: #0770dd;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 100;
  font-size: 30px;
}
/* end breadcrumb notification*/

/*fix slider color*/
.bg-white .pswp__item{
  background: #ffffff;
}

.bg-black .pswp__item{
  background: #111;
}
/*end fix slider color*/

/*file size size icon bravo*/
.hand-favourite-photo-white, .hand-favourite-gallery-white{
  margin-left: 0px!important;
}
.hand-favourite-photo-white a, .hand-favourite-gallery-white a{
  display: block;
  width: 120px;
  height: 120px;
}
.hand-favourite-photo-white a i.ico-start03, .hand-favourite-gallery-white a i.ico-start03,
.hand-favourite-photo-white a i.ic-start-on, .hand-favourite-gallery-white a i.ic-start-on,
.hand-favourite-photo-white a i.ic-start-white, .hand-favourite-gallery-white a i.ic-start-white{
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 5px;
  top:5px;
}
.hand-favourite-gallery-white a{
  transform: scale(1.0152);
}
.hand-favourite-gallery-white a i.ico-start03,
.hand-favourite-gallery-white a i.ic-start-on,
.hand-favourite-gallery-white a i.ic-start-white{
  transform: scale(1.0153);
}
/*page detail photo*/
.hand-favourite-photo{
  padding-left: 0px!important;
  display: block;
  width: 60px;
  height: 60px;
}
.hand-favourite-photo a{
  display: block;
  width: 60px;
  height: 60px;
}
.hand-favourite-photo a i.ico-start02, .hand-favourite-photo i.ico-start02{
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.hand-favourite-photo i, .hand-favourite-photo a i.ico-start03{
  width: 60px!important;
  height: 60px!important;
  display: block;
}
.hand-favourite-photo i.ico-start02{
  width: 34px!important;
  height: 34px!important;
  display: block;
}
/*page gallery detail*/
.hand-favourite-gallery a i.ico-start03{
  width: 60px!important;
  height: 60px!important;
  display: block;
}
.hand-favourite-gallery a{
  width: 60px!important;
  height: 60px!important;
  display: block;
}
.panel02-utility ul li div.hand-favourite-gallery{
  position: relative;
  top: 10px;
}
.hand-favourite-gallery a i.ico-start02{
  width: 34px!important;
  height: 34px!important;
  display: block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*end file size size icon bravo*/

/*bravo page photo detail full*/
.bravo-photo-full{
  z-index: 9999;
  position: absolute;
  right: 100px;
  width: 135px;
  height: 100px;
  bottom: 0px;
}
.bravo-photo-full li {
  display: inline-block;
}
body .bravo-photo-full .icon-display {
  position: relative;
  top: 18px;
  left: 15px;
}
/*body .bravo-photo-full .icon-display .jsLoginDetail a i.ic-start-white{
  background-image: url(../img/icon/ico-start02.png);
  width: 32px!important;
  height: 32px!important;
  position: absolute;
  top: 14px;
  left: 14px;
}*/
body.bg-white .bravo-photo-full .icon-display .jsFavourite i.ic-start-white, body.bg-white .bravo-photo-full .icon-display .jsLoginDetail i.ic-start-white {
  background-image: url("../img/icon/ico-start02.png");
  width: 34px!important;
  height: 34px!important;
  position: absolute;
  top: 13px;
  left: 12px;
}
body.bg-white .bravo-photo-full .icon-display .jsLoginDetail > a {
  display: block;
  width: 60px;
  height: 60px;
}
body.bg-white .bravo-photo-full li #number-bravo{
  color: #333;
  position: relative;
  left: 5px;
}

body.bg-black .bravo-photo-full .icon-display .jsFavourite i.ic-start-white {
  background-image: url(../img/icon/ic-start-white.svg);
}
body.bg-black .bravo-photo-full li #number-bravo{
  color: #fff;
  position: relative;
  right: -5px;
}
body.bg-black .bravo-photo-full .icon-display .jsLoginDetail a > i {
  display: block;
  width: 60px;
  height: 60px;
}
/*end bravo page photo detail full*/
.static-content-header {
  padding-top: 30px;
}

.guideline-body {
  word-break: initial;
  /*text-align: justify;*/
  padding: 0px 20px 20px 20px;
  text-size-adjust: 100%;
  font-size: 16px;
}

.guideline-content .title-eve06 {
  font-weight: bold;
  text-indent: -6px;
  margin-top: 20px;
}

.guideline-content .title-eve06 .guideline-dot {
  position: relative;
  font-size: 65px;
  color: #e70012;
  padding-right: 4px;
}

.guideline-content .title-eve06 span {
  font-size: 20px;
  vertical-align: middle;
}

.guideline-content .guideline-url {
  color: #0c7cd5;
  margin: 0 25px;
}

.guideline-content .guideline-body > p {
  margin: 0 25px;
  line-height: 30px;
}

.guideline-content .btn-back-top {
  margin-top: 80px;
  padding-bottom: 45px;
}

.static-content .btn-back-top {
  text-align: center;
  margin-bottom: 30px;
}

.static-content .hr-dotted {
  border-top: 1px solid #d6d6d6;
  margin: 15px 0;
}

.static-content .link-a {
  color: #0c7cd5;
}

.service-body {
  word-break: initial;
  /*text-align: justify;*/
  padding: 40px 40px 20px 30px;
  text-size-adjust: 100%;
  font-size: 16px;
}

.service-content .title-eve05 {
  text-align: left;
}

.service-content .title-eve05 > span {
  font-size: 18px;
  vertical-align: middle;
}

.service-content .title-eve05 .service-dot {
  font-size: 47px;
}

.service-content p {
  line-height: 30px;
}

.service-content .left-pr01 {
  text-indent: -28px;
  padding-left: 40px;
}

.service-content .left-pr02 {
  padding-left: 40px;
}

.service-content .box-pr01 > .box-pr02 {
  padding-left: 70px;
}

.service-content .box-pr01 > .left-pr01 {
  text-indent: -35px;
  padding-left: 70px;
}

.service-content .pr-content {
  text-indent: 30px;
  padding-left: 40px;
}

.service-content .btn-back-top, .privacy-body .btn-back-top {
  padding-top: 90px;
  padding-bottom: 60px;
}

.qa-body {
  word-break: initial;
  /*text-align: justify;*/
  padding: 0px 60px 10px 110px;
  text-size-adjust: 100%;
}

.qa-content .title-eve03 {
  font-size: 36px;
  font-weight: bold;
  color: #e70012;
  text-align: center;
  padding: 10px 0 30px;
}

.qa-content h4.title-eve04:after {
  position: absolute;
  top: -2px;
  left: -60px;
  content: "Q";
  font-size: 28px;
  background: #e70012;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.qa-content .question-a:after {
  position: absolute;
  top: -2px;
  left: -60px;
  content: "A";
  font-size: 28px;
  background: #fff;
  border: 1px solid #e70012;
  color: #e70012;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}

.qa-content .question-a {
    position: relative;
}

.qa-content h4.title-eve04 {
  position: relative;
  font-weight: bold;
  margin-bottom: 14px;
}

.qa-content .qa-group p {
  font-size: 20px;
  line-height: 35px;
}

.qa-content .qa-body > .hr-dotted {
  margin-left: -60px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.qa-content .form-btn {
  padding: 10px 40px 40px;
}

.traderule-content {
  word-break: initial;
  /*text-align: justify;*/
  text-size-adjust: 100%;
}

.traderule-body {
  padding: 0 50px 40px 50px;  
}

.traderule-body p {
  line-height: 35px;
}

.traderule-body ol {
  padding-bottom: 20px;
}

.traderule-body ol li {
  list-style-type: decimal;
  padding: 35px 0;
  font-weight: bold;
  margin-left: 40px;
}

.traderule-body ol li > p {
  font-weight: normal;
  font-size: 20px;
}

.privacy-body {
  word-break: initial;
  /*text-align: justify;*/
  padding: 0px 50px 20px 50px;
  text-size-adjust: 100%;
  font-size: 24px;
}

.privacy-body .table-privacy02 th {
  display: block;
  margin-bottom: 12px;
  text-align: left;
}

.privacy-body .table-privacy02 tr > td {
  /*text-align: justify;*/
}

.frm-search .map-input1 {
  padding: 25px 20px;
  font-size: 24px;
  border: 2px solid #e0e0e0;
  -webkit-appearance: none;
  background: #fff;
}

.register-required-icon {
  color: red;
  font-weight: bold;
}

/* SP用 */

.sp_fixed_notice_btn{
  display: block;
  position: fixed;
  bottom: 0;
  right:0;
  background: rgba(0,0,0,0.7);
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.sp_fixed_notice_btn img{
  display: block;
  width: 50px;
  padding: 10px;
}

.sp_fixed_notice_btn p{
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -4px;
  right: 3px;
  background: red;
  color: #fff;
  font-size: 10px;
}

.sp_fixed_notice_btn p span{
  position: absolute;
  left: 50%;
  top:50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.social-banner {
  width: 100%;
  height: 263px;
}
.banner {
  width: 100%;
  height: 540px;
  float: left;
  text-align: center;
}
#slide-equipment1,
#slide-equipment2,
#slide-equipment3
{
  position: relative;
}

#slide-equipment1 a,
#slide-equipment2 a,
#slide-equipment3 a
{
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
}
#slide-equipment1 .jsAds img,
#slide-equipment2 .jsAds img,
#slide-equipment3 .jsAds img {
  width: 95%;
  height: calc(100vw/364.5*410);
}

#slide-login1 {
  position: relative;
}
#slide-login1 a {
  position: absolute;
}
.adsB-banner {
  height: calc(100vw/364.5*410);
}
.adsD-banner {
  height: 80px;
}
.adsD-banner .jsAds.jsAdsClick {
  height: 80px;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  transition: .5s;
}
.adsD-banner .jsAds.jsAdsClick.fixed{
  position: fixed;
  top: 121px;
  z-index: 5;
}
.adsD-banner .jsAds.jsAdsClick.hide{
  transform: translateY(-100%);
}

.event-ul{
  margin: 20px;
  width: auto;
  height: auto;
}

.event-li {
  border: double 5px #ddd;
  border-radius: 5px 5px;
  margin: 0 auto 30px;
}

.eventPublish{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.eventStatus {
  display: block;
  text-align: left;
  padding: 10px 0;
  color: #FFF;
  height: 59px;
}

.eventImage {
  width: 100%;
}

.eventStatus1 {
  background-color: #ef5350;
}

.eventStatus2 {
  background-color: #3bafda;
}

.eventStatus3 {
  background-color: #00b19d;
}

.eventStatus4 {
  background: #4f595b;
}
