@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

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

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

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

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, .comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus, .search-form .search-field:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, .comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder, .search-form .search-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled], .search-form [disabled].search-field, .form-control[readonly], .comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly], .search-form [readonly].search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .comment-form input[type="text"], .comment-form
fieldset[disabled] input[type="text"],
fieldset[disabled]
.comment-form input[type="email"],
.comment-form
fieldset[disabled] input[type="email"],
fieldset[disabled]
.comment-form input[type="url"],
.comment-form
fieldset[disabled] input[type="url"],
fieldset[disabled]
.comment-form textarea,
.comment-form
fieldset[disabled] textarea,
fieldset[disabled] .search-form .search-field, .search-form
fieldset[disabled] .search-field {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], .comment-form input[disabled][type="text"],
.comment-form input[disabled][type="email"],
.comment-form input[disabled][type="url"],
.comment-form textarea[disabled], .search-form [disabled].search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .comment-form input[type="text"], .comment-form
fieldset[disabled] input[type="text"],
fieldset[disabled]
.comment-form input[type="email"],
.comment-form
fieldset[disabled] input[type="email"],
fieldset[disabled]
.comment-form input[type="url"],
.comment-form
fieldset[disabled] input[type="url"],
fieldset[disabled]
.comment-form textarea,
.comment-form
fieldset[disabled] textarea,
fieldset[disabled] .search-form .search-field, .search-form
fieldset[disabled] .search-field {
  cursor: not-allowed;
}

textarea.form-control,
.comment-form textarea, .search-form textarea.search-field {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .comment-form input[type="date"][type="text"],
  .comment-form input[type="date"][type="email"],
  .comment-form input[type="date"][type="url"], .search-form input[type="date"].search-field,
  input[type="time"].form-control,
  .comment-form input[type="time"][type="text"],
  .comment-form input[type="time"][type="email"],
  .comment-form input[type="time"][type="url"],
  .search-form input[type="time"].search-field,
  input[type="datetime-local"].form-control,
  .comment-form input[type="datetime-local"][type="text"],
  .comment-form input[type="datetime-local"][type="email"],
  .comment-form input[type="datetime-local"][type="url"],
  .search-form input[type="datetime-local"].search-field,
  input[type="month"].form-control,
  .comment-form input[type="month"][type="text"],
  .comment-form input[type="month"][type="email"],
  .comment-form input[type="month"][type="url"],
  .search-form input[type="month"].search-field {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .comment-form .input-group-sm > input[type="date"][type="text"],
  .comment-form .input-group-sm > input[type="date"][type="email"],
  .comment-form .input-group-sm > input[type="date"][type="url"], .search-form .input-group-sm > input[type="date"].search-field,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .comment-form
  .input-group-sm > .input-group-btn > input[type="date"][type="submit"], .search-form
  .input-group-sm > .input-group-btn > input[type="date"].search-submit,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .comment-form .input-group-sm > input[type="time"][type="text"],
  .comment-form .input-group-sm > input[type="time"][type="email"],
  .comment-form .input-group-sm > input[type="time"][type="url"],
  .search-form .input-group-sm > input[type="time"].search-field,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="time"].search-submit,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .comment-form .input-group-sm > input[type="datetime-local"][type="text"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="email"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="url"],
  .search-form .input-group-sm > input[type="datetime-local"].search-field,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="datetime-local"].search-submit,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .comment-form .input-group-sm > input[type="month"][type="text"],
  .comment-form .input-group-sm > input[type="month"][type="email"],
  .comment-form .input-group-sm > input[type="month"][type="url"],
  .search-form .input-group-sm > input[type="month"].search-field,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="month"].search-submit,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .comment-form .input-group-lg > input[type="date"][type="text"],
  .comment-form .input-group-lg > input[type="date"][type="email"],
  .comment-form .input-group-lg > input[type="date"][type="url"], .search-form .input-group-lg > input[type="date"].search-field,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .comment-form
  .input-group-lg > .input-group-btn > input[type="date"][type="submit"], .search-form
  .input-group-lg > .input-group-btn > input[type="date"].search-submit,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .comment-form .input-group-lg > input[type="time"][type="text"],
  .comment-form .input-group-lg > input[type="time"][type="email"],
  .comment-form .input-group-lg > input[type="time"][type="url"],
  .search-form .input-group-lg > input[type="time"].search-field,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="time"].search-submit,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .comment-form .input-group-lg > input[type="datetime-local"][type="text"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="email"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="url"],
  .search-form .input-group-lg > input[type="datetime-local"].search-field,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="datetime-local"].search-submit,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .comment-form .input-group-lg > input[type="month"][type="text"],
  .comment-form .input-group-lg > input[type="month"][type="email"],
  .comment-form .input-group-lg > input[type="month"][type="url"],
  .search-form .input-group-lg > input[type="month"].search-field,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="month"].search-submit,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group, .comment-form p, .search-form label {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static, .search-form .input-group-lg > .form-control-static.search-field,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .comment-form
.input-group-lg > .input-group-btn > input.form-control-static[type="submit"], .search-form
.input-group-lg > .input-group-btn > .form-control-static.search-submit, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static, .search-form .input-group-sm > .form-control-static.search-field,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .comment-form
.input-group-sm > .input-group-btn > input.form-control-static[type="submit"], .search-form
.input-group-sm > .input-group-btn > .form-control-static.search-submit {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .comment-form
.input-group-sm > .input-group-btn > input[type="submit"], .search-form
.input-group-sm > .input-group-btn > .search-submit {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .search-form .input-group-sm > select.search-field,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .search-form
.input-group-sm > .input-group-btn > select.search-submit {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > textarea.search-field,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .search-form
.input-group-sm > .input-group-btn > textarea.search-submit,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.search-form .input-group-sm > select[multiple].search-field,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.search-form
.input-group-sm > .input-group-btn > select[multiple].search-submit {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .comment-form input[type="text"], .comment-form .form-group-sm input[type="text"], .form-group-sm
.comment-form input[type="email"],
.comment-form .form-group-sm input[type="email"], .form-group-sm
.comment-form input[type="url"],
.comment-form .form-group-sm input[type="url"], .form-group-sm
.comment-form textarea,
.comment-form .form-group-sm textarea, .form-group-sm .search-form .search-field, .search-form .form-group-sm .search-field {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control, .form-group-sm .search-form select.search-field, .search-form .form-group-sm select.search-field {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm
.comment-form textarea,
.comment-form .form-group-sm textarea, .form-group-sm .search-form textarea.search-field, .search-form .form-group-sm textarea.search-field,
.form-group-sm select[multiple].form-control,
.form-group-sm .search-form select[multiple].search-field, .search-form
.form-group-sm select[multiple].search-field {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .comment-form
.input-group-lg > .input-group-btn > input[type="submit"], .search-form
.input-group-lg > .input-group-btn > .search-submit {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .search-form .input-group-lg > select.search-field,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .search-form
.input-group-lg > .input-group-btn > select.search-submit {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > textarea.search-field,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .search-form
.input-group-lg > .input-group-btn > textarea.search-submit,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.search-form .input-group-lg > select[multiple].search-field,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.search-form
.input-group-lg > .input-group-btn > select[multiple].search-submit {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .comment-form input[type="text"], .comment-form .form-group-lg input[type="text"], .form-group-lg
.comment-form input[type="email"],
.comment-form .form-group-lg input[type="email"], .form-group-lg
.comment-form input[type="url"],
.comment-form .form-group-lg input[type="url"], .form-group-lg
.comment-form textarea,
.comment-form .form-group-lg textarea, .form-group-lg .search-form .search-field, .search-form .form-group-lg .search-field {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control, .form-group-lg .search-form select.search-field, .search-form .form-group-lg select.search-field {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg
.comment-form textarea,
.comment-form .form-group-lg textarea, .form-group-lg .search-form textarea.search-field, .search-form .form-group-lg textarea.search-field,
.form-group-lg select[multiple].form-control,
.form-group-lg .search-form select[multiple].search-field, .search-form
.form-group-lg select[multiple].search-field {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .comment-form input[type="text"], .comment-form .has-feedback input[type="text"], .has-feedback
.comment-form input[type="email"],
.comment-form .has-feedback input[type="email"], .has-feedback
.comment-form input[type="url"],
.comment-form .has-feedback input[type="url"], .has-feedback
.comment-form textarea,
.comment-form .has-feedback textarea, .has-feedback .search-form .search-field, .search-form .has-feedback .search-field {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .comment-form .input-group-lg > input[type="text"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="email"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="url"] + .form-control-feedback,
.comment-form .input-group-lg > textarea + .form-control-feedback, .search-form .input-group-lg > .search-field + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .comment-form
.input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback, .search-form
.input-group-lg > .input-group-btn > .search-submit + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .comment-form input[type="text"] + .form-control-feedback, .comment-form
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg
.comment-form input[type="email"] + .form-control-feedback,
.comment-form
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg
.comment-form input[type="url"] + .form-control-feedback,
.comment-form
.form-group-lg input[type="url"] + .form-control-feedback,
.form-group-lg
.comment-form textarea + .form-control-feedback,
.comment-form
.form-group-lg textarea + .form-control-feedback,
.form-group-lg .search-form .search-field + .form-control-feedback, .search-form
.form-group-lg .search-field + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .comment-form .input-group-sm > input[type="text"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="email"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="url"] + .form-control-feedback,
.comment-form .input-group-sm > textarea + .form-control-feedback, .search-form .input-group-sm > .search-field + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .comment-form
.input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback, .search-form
.input-group-sm > .input-group-btn > .search-submit + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .comment-form input[type="text"] + .form-control-feedback, .comment-form
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm
.comment-form input[type="email"] + .form-control-feedback,
.comment-form
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm
.comment-form input[type="url"] + .form-control-feedback,
.comment-form
.form-group-sm input[type="url"] + .form-control-feedback,
.form-group-sm
.comment-form textarea + .form-control-feedback,
.comment-form
.form-group-sm textarea + .form-control-feedback,
.form-group-sm .search-form .search-field + .form-control-feedback, .search-form
.form-group-sm .search-field + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control, .has-success .comment-form input[type="text"], .comment-form .has-success input[type="text"], .has-success
.comment-form input[type="email"],
.comment-form .has-success input[type="email"], .has-success
.comment-form input[type="url"],
.comment-form .has-success input[type="url"], .has-success
.comment-form textarea,
.comment-form .has-success textarea, .has-success .search-form .search-field, .search-form .has-success .search-field {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .comment-form input[type="text"]:focus, .comment-form .has-success input[type="text"]:focus, .has-success
.comment-form input[type="email"]:focus,
.comment-form .has-success input[type="email"]:focus, .has-success
.comment-form input[type="url"]:focus,
.comment-form .has-success input[type="url"]:focus, .has-success
.comment-form textarea:focus,
.comment-form .has-success textarea:focus, .has-success .search-form .search-field:focus, .search-form .has-success .search-field:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning .comment-form input[type="text"], .comment-form .has-warning input[type="text"], .has-warning
.comment-form input[type="email"],
.comment-form .has-warning input[type="email"], .has-warning
.comment-form input[type="url"],
.comment-form .has-warning input[type="url"], .has-warning
.comment-form textarea,
.comment-form .has-warning textarea, .has-warning .search-form .search-field, .search-form .has-warning .search-field {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .comment-form input[type="text"]:focus, .comment-form .has-warning input[type="text"]:focus, .has-warning
.comment-form input[type="email"]:focus,
.comment-form .has-warning input[type="email"]:focus, .has-warning
.comment-form input[type="url"]:focus,
.comment-form .has-warning input[type="url"]:focus, .has-warning
.comment-form textarea:focus,
.comment-form .has-warning textarea:focus, .has-warning .search-form .search-field:focus, .search-form .has-warning .search-field:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control, .has-error .comment-form input[type="text"], .comment-form .has-error input[type="text"], .has-error
.comment-form input[type="email"],
.comment-form .has-error input[type="email"], .has-error
.comment-form input[type="url"],
.comment-form .has-error input[type="url"], .has-error
.comment-form textarea,
.comment-form .has-error textarea, .has-error .search-form .search-field, .search-form .has-error .search-field {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .comment-form input[type="text"]:focus, .comment-form .has-error input[type="text"]:focus, .has-error
.comment-form input[type="email"]:focus,
.comment-form .has-error input[type="email"]:focus, .has-error
.comment-form input[type="url"]:focus,
.comment-form .has-error input[type="url"]:focus, .has-error
.comment-form textarea:focus,
.comment-form .has-error textarea:focus, .has-error .search-form .search-field:focus, .search-form .has-error .search-field:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"], .form-inline
  .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"], .search-form
  .comment-form input[type="email"],
  .comment-form .search-form input[type="email"], .form-inline
  .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"], .search-form
  .comment-form input[type="url"],
  .comment-form .search-form input[type="url"], .form-inline
  .comment-form textarea,
  .comment-form .form-inline textarea, .search-form
  .comment-form textarea,
  .comment-form .search-form textarea, .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static, .search-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .search-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn, .search-form .input-group .input-group-btn,
  .form-inline .input-group .form-control, .search-form .input-group .form-control,
  .form-inline .input-group .comment-form input[type="text"], .comment-form
  .form-inline .input-group input[type="text"], .search-form .input-group .comment-form input[type="text"], .comment-form .search-form .input-group input[type="text"],
  .form-inline .input-group
  .comment-form input[type="email"],
  .comment-form
  .form-inline .input-group input[type="email"], .search-form .input-group
  .comment-form input[type="email"],
  .comment-form .search-form .input-group input[type="email"],
  .form-inline .input-group
  .comment-form input[type="url"],
  .comment-form
  .form-inline .input-group input[type="url"], .search-form .input-group
  .comment-form input[type="url"],
  .comment-form .search-form .input-group input[type="url"],
  .form-inline .input-group
  .comment-form textarea,
  .comment-form
  .form-inline .input-group textarea, .search-form .input-group
  .comment-form textarea,
  .comment-form .search-form .input-group textarea,
  .form-inline .input-group .search-form .search-field, .search-form .input-group .search-field {
    width: auto;
  }
  .form-inline .input-group > .form-control, .search-form .input-group > .form-control, .form-inline .comment-form .input-group > input[type="text"], .comment-form .form-inline .input-group > input[type="text"], .search-form .comment-form .input-group > input[type="text"], .comment-form .search-form .input-group > input[type="text"], .form-inline
  .comment-form .input-group > input[type="email"],
  .comment-form .form-inline .input-group > input[type="email"], .search-form
  .comment-form .input-group > input[type="email"],
  .comment-form .search-form .input-group > input[type="email"], .form-inline
  .comment-form .input-group > input[type="url"],
  .comment-form .form-inline .input-group > input[type="url"], .search-form
  .comment-form .input-group > input[type="url"],
  .comment-form .search-form .input-group > input[type="url"], .form-inline
  .comment-form .input-group > textarea,
  .comment-form .form-inline .input-group > textarea, .search-form
  .comment-form .input-group > textarea,
  .comment-form .search-form .input-group > textarea, .search-form .form-inline .input-group > .search-field, .search-form .input-group > .search-field {
    width: 100%;
  }
  .form-inline .control-label, .search-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .search-form .radio,
  .form-inline .checkbox, .search-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .search-form .radio label,
  .form-inline .checkbox label, .search-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .search-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .search-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group, .form-horizontal .comment-form p, .comment-form .form-horizontal p, .form-horizontal .search-form label, .search-form .form-horizontal label {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .comment-form p:before, .comment-form .form-horizontal p:before, .form-horizontal .search-form label:before, .search-form .form-horizontal label:before, .form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after, .form-horizontal .search-form label:after, .search-form .form-horizontal label:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after, .form-horizontal .search-form label:after, .search-form .form-horizontal label:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .comment-form input[type="submit"], .search-form .search-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit, .btn:active:focus, .comment-form input[type="submit"]:active:focus, .search-form .search-submit:active:focus, .btn:active.focus, .comment-form input[type="submit"]:active.focus, .search-form .search-submit:active.focus, .btn.active:focus, .comment-form input.active[type="submit"]:focus, .search-form .active.search-submit:focus, .btn.active.focus, .comment-form input.active.focus[type="submit"], .search-form .active.focus.search-submit {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover, .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
  color: #333;
  text-decoration: none;
}

.btn:active, .comment-form input[type="submit"]:active, .search-form .search-submit:active, .btn.active, .comment-form input.active[type="submit"], .search-form .active.search-submit {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn[disabled], .comment-form input[disabled][type="submit"], .search-form [disabled].search-submit,
fieldset[disabled] .btn,
fieldset[disabled] .comment-form input[type="submit"], .comment-form
fieldset[disabled] input[type="submit"],
fieldset[disabled] .search-form .search-submit, .search-form
fieldset[disabled] .search-submit {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .search-form a.disabled.search-submit,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit, .search-form
fieldset[disabled] a.search-submit {
  pointer-events: none;
}

.btn-default, .search-form .search-submit {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .search-form .search-submit:focus, .btn-default.focus, .search-form .focus.search-submit {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover, .search-form .search-submit:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .search-form .search-submit:active, .btn-default.active, .search-form .active.search-submit,
.open > .btn-default.dropdown-toggle, .search-form
.open > .dropdown-toggle.search-submit {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .search-form .search-submit:active:hover, .btn-default:active:focus, .search-form .search-submit:active:focus, .btn-default:active.focus, .search-form .search-submit:active.focus, .btn-default.active:hover, .search-form .active.search-submit:hover, .btn-default.active:focus, .search-form .active.search-submit:focus, .btn-default.active.focus, .search-form .active.focus.search-submit,
.open > .btn-default.dropdown-toggle:hover, .search-form
.open > .dropdown-toggle.search-submit:hover,
.open > .btn-default.dropdown-toggle:focus, .search-form
.open > .dropdown-toggle.search-submit:focus,
.open > .btn-default.dropdown-toggle.focus, .search-form
.open > .dropdown-toggle.focus.search-submit {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .search-form .search-submit:active, .btn-default.active, .search-form .active.search-submit,
.open > .btn-default.dropdown-toggle, .search-form
.open > .dropdown-toggle.search-submit {
  background-image: none;
}

.btn-default.disabled:hover, .search-form .disabled.search-submit:hover, .btn-default.disabled:focus, .search-form .disabled.search-submit:focus, .btn-default.disabled.focus, .search-form .disabled.focus.search-submit, .btn-default[disabled]:hover, .search-form [disabled].search-submit:hover, .btn-default[disabled]:focus, .search-form [disabled].search-submit:focus, .btn-default[disabled].focus, .search-form [disabled].focus.search-submit,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .search-form .search-submit:hover, .search-form
fieldset[disabled] .search-submit:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .search-form .search-submit:focus, .search-form
fieldset[disabled] .search-submit:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .search-form .focus.search-submit, .search-form
fieldset[disabled] .focus.search-submit {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge, .search-form .search-submit .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .comment-form input[type="submit"] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .comment-form input[type="submit"]:focus, .btn-primary.focus, .comment-form input.focus[type="submit"] {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover, .comment-form input[type="submit"]:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .comment-form input[type="submit"]:active, .btn-primary.active, .comment-form input.active[type="submit"],
.open > .btn-primary.dropdown-toggle, .comment-form
.open > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .comment-form input[type="submit"]:active:hover, .btn-primary:active:focus, .comment-form input[type="submit"]:active:focus, .btn-primary:active.focus, .comment-form input[type="submit"]:active.focus, .btn-primary.active:hover, .comment-form input.active[type="submit"]:hover, .btn-primary.active:focus, .comment-form input.active[type="submit"]:focus, .btn-primary.active.focus, .comment-form input.active.focus[type="submit"],
.open > .btn-primary.dropdown-toggle:hover, .comment-form
.open > input.dropdown-toggle[type="submit"]:hover,
.open > .btn-primary.dropdown-toggle:focus, .comment-form
.open > input.dropdown-toggle[type="submit"]:focus,
.open > .btn-primary.dropdown-toggle.focus, .comment-form
.open > input.dropdown-toggle.focus[type="submit"] {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .comment-form input[type="submit"]:active, .btn-primary.active, .comment-form input.active[type="submit"],
.open > .btn-primary.dropdown-toggle, .comment-form
.open > input.dropdown-toggle[type="submit"] {
  background-image: none;
}

.btn-primary.disabled:hover, .comment-form input.disabled[type="submit"]:hover, .btn-primary.disabled:focus, .comment-form input.disabled[type="submit"]:focus, .btn-primary.disabled.focus, .comment-form input.disabled.focus[type="submit"], .btn-primary[disabled]:hover, .comment-form input[disabled][type="submit"]:hover, .btn-primary[disabled]:focus, .comment-form input[disabled][type="submit"]:focus, .btn-primary[disabled].focus, .comment-form input[disabled].focus[type="submit"],
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .comment-form input[type="submit"]:hover, .comment-form
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .comment-form input[type="submit"]:focus, .comment-form
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .comment-form input.focus[type="submit"], .comment-form
fieldset[disabled] input.focus[type="submit"] {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge, .comment-form input[type="submit"] .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .comment-form .btn-group-xs > input[type="submit"], .search-form .btn-group-xs > .search-submit {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 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.428571429;
  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.428571429;
  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;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit,
.btn-group-vertical > .btn, .comment-form
.btn-group-vertical > input[type="submit"], .search-form
.btn-group-vertical > .search-submit {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .comment-form .btn-group > input[type="submit"]:hover, .search-form .btn-group > .search-submit:hover, .btn-group > .btn:focus, .comment-form .btn-group > input[type="submit"]:focus, .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .comment-form .btn-group > input[type="submit"]:active, .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:hover, .comment-form
.btn-group-vertical > input[type="submit"]:hover, .search-form
.btn-group-vertical > .search-submit:hover,
.btn-group-vertical > .btn:focus, .comment-form
.btn-group-vertical > input[type="submit"]:focus, .search-form
.btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active, .comment-form
.btn-group-vertical > input[type="submit"]:active, .search-form
.btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active, .comment-form
.btn-group-vertical > input.active[type="submit"], .search-form
.btn-group-vertical > .active.search-submit {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .comment-form input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .comment-form .btn + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group input[type="submit"] + input[type="submit"], .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .btn-group .search-form .search-submit + input[type="submit"], .search-form .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .btn-group .search-submit + input[type="submit"], .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .btn-group input[type="submit"] + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group, .comment-form
.btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group, .search-form
.btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"], .comment-form
.btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit, .search-form
.btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .comment-form input[type="submit"], .comment-form .btn-toolbar input[type="submit"], .btn-toolbar .search-form .search-submit, .search-form .btn-toolbar .search-submit,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .comment-form .btn-toolbar > input[type="submit"], .search-form .btn-toolbar > .search-submit,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .comment-form .btn-group > input[type="submit"]:first-child, .search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .comment-form .btn-group > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group > .search-submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .comment-form .btn-group > input[type="submit"] + .dropdown-toggle, .search-form .btn-group > .search-submit + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .comment-form .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle, .search-form .btn-group-lg.btn-group > .search-submit + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .comment-form input[type="submit"] .caret, .search-form .search-submit .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .comment-form .btn-group-lg > input[type="submit"] .caret, .search-form .btn-group-lg > .search-submit .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .comment-form .btn-group-lg > input[type="submit"] .caret, .comment-form .dropup .btn-group-lg > input[type="submit"] .caret, .dropup .search-form .btn-group-lg > .search-submit .caret, .search-form .dropup .btn-group-lg > .search-submit .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .comment-form .btn-group-vertical > input[type="submit"], .search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .comment-form
.btn-group-vertical > .btn-group > input[type="submit"], .search-form
.btn-group-vertical > .btn-group > .search-submit {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, .comment-form .btn-group-vertical > .btn-group > input[type="submit"], .search-form .btn-group-vertical > .btn-group > .search-submit {
  float: none;
}

.btn-group-vertical > .btn + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .comment-form .btn-group-vertical > .btn + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"], .comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"], .search-form .btn-group-vertical > .btn + .search-submit, .comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group, .comment-form
.btn-group-vertical > input[type="submit"] + .btn-group, .search-form
.btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn, .comment-form
.btn-group-vertical > .btn-group + input[type="submit"], .search-form
.btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child), .search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child), .search-form .btn-group-vertical > .search-submit:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group-vertical > .search-submit:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .comment-form .btn-group-justified > input[type="submit"], .search-form .btn-group-justified > .search-submit,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .comment-form input[type="submit"], .comment-form .btn-group-justified > .btn-group input[type="submit"], .btn-group-justified > .btn-group .search-form .search-submit, .search-form .btn-group-justified > .btn-group .search-submit {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"], .search-form [data-toggle="buttons"] > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .search-submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control, .input-group .comment-form input[type="text"], .comment-form .input-group input[type="text"], .input-group
.comment-form input[type="email"],
.comment-form .input-group input[type="email"], .input-group
.comment-form input[type="url"],
.comment-form .input-group input[type="url"], .input-group
.comment-form textarea,
.comment-form .input-group textarea, .input-group .search-form .search-field, .search-form .input-group .search-field {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .comment-form input[type="text"]:focus, .comment-form .input-group input[type="text"]:focus, .input-group
.comment-form input[type="email"]:focus,
.comment-form .input-group input[type="email"]:focus, .input-group
.comment-form input[type="url"]:focus,
.comment-form .input-group input[type="url"]:focus, .input-group
.comment-form textarea:focus,
.comment-form .input-group textarea:focus, .input-group .search-form .search-field:focus, .search-form .input-group .search-field:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"], .comment-form
.input-group input[type="text"],
.input-group
.comment-form input[type="email"],
.comment-form
.input-group input[type="email"],
.input-group
.comment-form input[type="url"],
.comment-form
.input-group input[type="url"],
.input-group
.comment-form textarea,
.comment-form
.input-group textarea,
.input-group .search-form .search-field, .search-form
.input-group .search-field {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child), .comment-form
.input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group
.comment-form input[type="email"]:not(:first-child):not(:last-child),
.comment-form
.input-group input[type="email"]:not(:first-child):not(:last-child),
.input-group
.comment-form input[type="url"]:not(:first-child):not(:last-child),
.comment-form
.input-group input[type="url"]:not(:first-child):not(:last-child),
.input-group
.comment-form textarea:not(:first-child):not(:last-child),
.comment-form
.input-group textarea:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child), .search-form
.input-group .search-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon, .search-form .input-group-sm > .input-group-addon.search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .comment-form
.input-group-sm > .input-group-btn > input.input-group-addon[type="submit"], .search-form
.input-group-sm > .input-group-btn > .input-group-addon.search-submit {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon, .search-form .input-group-lg > .input-group-addon.search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .comment-form
.input-group-lg > .input-group-btn > input.input-group-addon[type="submit"], .search-form
.input-group-lg > .input-group-btn > .input-group-addon.search-submit {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .comment-form input[type="text"]:first-child, .comment-form .input-group input[type="text"]:first-child, .input-group
.comment-form input[type="email"]:first-child,
.comment-form .input-group input[type="email"]:first-child, .input-group
.comment-form input[type="url"]:first-child,
.comment-form .input-group input[type="url"]:first-child, .input-group
.comment-form textarea:first-child,
.comment-form .input-group textarea:first-child, .input-group .search-form .search-field:first-child, .search-form .input-group .search-field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .comment-form
.input-group-btn:first-child > input[type="submit"], .search-form
.input-group-btn:first-child > .search-submit,
.input-group-btn:first-child > .btn-group > .btn, .comment-form
.input-group-btn:first-child > .btn-group > input[type="submit"], .search-form
.input-group-btn:first-child > .btn-group > .search-submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .comment-form
.input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .search-form
.input-group-btn:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .comment-form
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"], .search-form
.input-group-btn:last-child > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .comment-form input[type="text"]:last-child, .comment-form .input-group input[type="text"]:last-child, .input-group
.comment-form input[type="email"]:last-child,
.comment-form .input-group input[type="email"]:last-child, .input-group
.comment-form input[type="url"]:last-child,
.comment-form .input-group input[type="url"]:last-child, .input-group
.comment-form textarea:last-child,
.comment-form .input-group textarea:last-child, .input-group .search-form .search-field:last-child, .search-form .input-group .search-field:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .comment-form
.input-group-btn:last-child > input[type="submit"], .search-form
.input-group-btn:last-child > .search-submit,
.input-group-btn:last-child > .btn-group > .btn, .comment-form
.input-group-btn:last-child > .btn-group > input[type="submit"], .search-form
.input-group-btn:last-child > .btn-group > .search-submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .comment-form
.input-group-btn:first-child > input[type="submit"]:not(:first-child), .search-form
.input-group-btn:first-child > .search-submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .comment-form
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"], .search-form
.input-group-btn:first-child > .btn-group:not(:first-child) > .search-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .comment-form .input-group-btn > input[type="submit"], .search-form .input-group-btn > .search-submit {
  position: relative;
}

.input-group-btn > .btn + .btn, .comment-form .input-group-btn > input[type="submit"] + .btn, .search-form .input-group-btn > .search-submit + .btn, .comment-form .input-group-btn > .btn + input[type="submit"], .comment-form .input-group-btn > input[type="submit"] + input[type="submit"], .search-form .comment-form .input-group-btn > .search-submit + input[type="submit"], .comment-form .search-form .input-group-btn > .search-submit + input[type="submit"], .search-form .input-group-btn > .btn + .search-submit, .comment-form .search-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .comment-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .input-group-btn > .search-submit + .search-submit {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .comment-form .input-group-btn > input[type="submit"]:hover, .search-form .input-group-btn > .search-submit:hover, .input-group-btn > .btn:focus, .comment-form .input-group-btn > input[type="submit"]:focus, .search-form .input-group-btn > .search-submit:focus, .input-group-btn > .btn:active, .comment-form .input-group-btn > input[type="submit"]:active, .search-form .input-group-btn > .search-submit:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .comment-form .input-group-btn:first-child > input[type="submit"], .search-form .input-group-btn:first-child > .search-submit,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .comment-form .input-group-btn:last-child > input[type="submit"], .search-form .input-group-btn:last-child > .search-submit,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

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

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group, .navbar-form .comment-form p, .comment-form .navbar-form p, .navbar-form .search-form label, .search-form .navbar-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .comment-form input[type="text"], .comment-form .navbar-form input[type="text"], .navbar-form
  .comment-form input[type="email"],
  .comment-form .navbar-form input[type="email"], .navbar-form
  .comment-form input[type="url"],
  .comment-form .navbar-form input[type="url"], .navbar-form
  .comment-form textarea,
  .comment-form .navbar-form textarea, .navbar-form .search-form .search-field, .search-form .navbar-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .comment-form input[type="text"], .comment-form
  .navbar-form .input-group input[type="text"],
  .navbar-form .input-group
  .comment-form input[type="email"],
  .comment-form
  .navbar-form .input-group input[type="email"],
  .navbar-form .input-group
  .comment-form input[type="url"],
  .comment-form
  .navbar-form .input-group input[type="url"],
  .navbar-form .input-group
  .comment-form textarea,
  .comment-form
  .navbar-form .input-group textarea,
  .navbar-form .input-group .search-form .search-field, .search-form
  .navbar-form .input-group .search-field {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .comment-form .input-group > input[type="text"], .comment-form .navbar-form .input-group > input[type="text"], .navbar-form
  .comment-form .input-group > input[type="email"],
  .comment-form .navbar-form .input-group > input[type="email"], .navbar-form
  .comment-form .input-group > input[type="url"],
  .comment-form .navbar-form .input-group > input[type="url"], .navbar-form
  .comment-form .input-group > textarea,
  .comment-form .navbar-form .input-group > textarea, .navbar-form .search-form .input-group > .search-field, .search-form .navbar-form .input-group > .search-field {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group, .navbar-form .comment-form p, .comment-form .navbar-form p, .navbar-form .search-form label, .search-form .navbar-form label {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child, .navbar-form .comment-form p:last-child, .comment-form .navbar-form p:last-child, .navbar-form .search-form label:last-child, .search-form .navbar-form label:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .comment-form .btn-group-sm > input.navbar-btn[type="submit"], .search-form .btn-group-sm > .navbar-btn.search-submit {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .comment-form .btn-group-xs > input.navbar-btn[type="submit"], .search-form .btn-group-xs > .navbar-btn.search-submit {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .comment-form input[type="submit"] .label, .search-form .search-submit .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .comment-form .btn-group-xs > input[type="submit"] .badge, .search-form .btn-group-xs > .search-submit .badge,
.btn-group-xs > .btn .badge, .comment-form
.btn-group-xs > input[type="submit"] .badge, .search-form
.btn-group-xs > .search-submit .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail, .wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .wp-caption > img,
.thumbnail a > img, .wp-caption a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption, .wp-caption .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover, a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.active.wp-caption {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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.428571429;
}

.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, .modal-footer .comment-form input[type="submit"] + .btn, .comment-form .modal-footer input[type="submit"] + .btn, .modal-footer .search-form .search-submit + .btn, .search-form .modal-footer .search-submit + .btn, .modal-footer .comment-form .btn + input[type="submit"], .comment-form .modal-footer .btn + input[type="submit"], .modal-footer .comment-form input[type="submit"] + input[type="submit"], .comment-form .modal-footer input[type="submit"] + input[type="submit"], .modal-footer .search-form .comment-form .search-submit + input[type="submit"], .comment-form .modal-footer .search-form .search-submit + input[type="submit"], .search-form .modal-footer .comment-form .search-submit + input[type="submit"], .comment-form .search-form .modal-footer .search-submit + input[type="submit"], .modal-footer .search-form .btn + .search-submit, .search-form .modal-footer .btn + .search-submit, .modal-footer .comment-form .search-form input[type="submit"] + .search-submit, .search-form .modal-footer .comment-form input[type="submit"] + .search-submit, .comment-form .modal-footer .search-form input[type="submit"] + .search-submit, .search-form .comment-form .modal-footer input[type="submit"] + .search-submit, .modal-footer .search-form .search-submit + .search-submit, .search-form .modal-footer .search-submit + .search-submit {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .comment-form input[type="submit"] + .btn, .comment-form .modal-footer .btn-group input[type="submit"] + .btn, .modal-footer .btn-group .search-form .search-submit + .btn, .search-form .modal-footer .btn-group .search-submit + .btn, .modal-footer .btn-group .comment-form .btn + input[type="submit"], .comment-form .modal-footer .btn-group .btn + input[type="submit"], .modal-footer .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .modal-footer .btn-group input[type="submit"] + input[type="submit"], .modal-footer .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .modal-footer .btn-group .search-form .search-submit + input[type="submit"], .search-form .modal-footer .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .modal-footer .btn-group .search-submit + input[type="submit"], .modal-footer .btn-group .search-form .btn + .search-submit, .search-form .modal-footer .btn-group .btn + .search-submit, .modal-footer .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .modal-footer .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .modal-footer .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .modal-footer .btn-group input[type="submit"] + .search-submit, .modal-footer .btn-group .search-form .search-submit + .search-submit, .search-form .modal-footer .btn-group .search-submit + .search-submit {
  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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .comment-form input[type="submit"], .comment-form .carousel-caption input[type="submit"], .carousel-caption .search-form .search-submit, .search-form .carousel-caption .search-submit {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #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-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: "";
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'msjh-arial';
  src: local("Lantinghei"), local("Noto Sans TC"), local("微軟正黑體"), local("STHeiti"), local("メイリオ"), local("Meiryo"), local("ヒラギノ角ゴ Pro w3"), local("Hiragino Kaku Gothic Pro"), local("Osaka"), local("STXihei"), local("HEITI TC"), local("黑體-繁"), local("黑體");
}

@font-face {
  font-family: 'msjh-arial';
  src: local("Arial"), local("Segoe UI"), local("Verdana"), local("ＭＳ Ｐゴシック"), local("MS P Gothic"), local("Helvetica Neue"), local("Helvetica"), local("sans-serif");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+00-024F;
}

.font-default {
  font-family: "Noto Sans TC", "Arial", "Verdana", "Lantinghei", "Noto Sans TC", "microsoft jhenghei", "微軟正黑體", "Segoe UI", cursive;
}

.fontsize-reset {
  font-size: 13px;
}

.fontsize-11 {
  font-size: 84.6153846154%;
}

.fontsize-12 {
  font-size: 92.3076923077%;
}

.fontsize-13 {
  font-size: 100%;
}

.fontsize-14 {
  font-size: 107.692307692%;
}

.fontsize-15 {
  font-size: 115.384615385%;
}

.fontsize-16 {
  font-size: 123.076923077%;
}

.fontsize-17 {
  font-size: 130.769230769%;
}

.fontsize-18 {
  font-size: 138.461538462%;
}

.fontsize-19 {
  font-size: 146.153846154%;
}

.fontsize-20 {
  font-size: 153.846153846%;
}

.fontsize-21 {
  font-size: 161.538461538%;
}

.fontsize-22 {
  font-size: 169.230769231%;
}

.fontsize-23 {
  font-size: 176.923076923%;
}

.fontsize-24 {
  font-size: 184.615384615%;
}

.fontsize-25 {
  font-size: 192.307692308%;
}

.fontsize-26 {
  font-size: 200%;
}

.fontsize-27 {
  font-size: 207.692307692%;
}

.fontsize-28 {
  font-size: 215.384615385%;
}

.fontsize-29 {
  font-size: 223.076923077%;
}

.fontsize-30 {
  font-size: 230.769230769%;
}

.fontsize-31 {
  font-size: 238.461538462%;
}

.fontsize-32 {
  font-size: 246.153846154%;
}

.fontsize-33 {
  font-size: 253.846153846%;
}

.fontsize-34 {
  font-size: 261.538461538%;
}

.fontsize-35 {
  font-size: 269.230769231%;
}

.fontsize-36 {
  font-size: 276.923076923%;
}

.fontsize-37 {
  font-size: 284.615384615%;
}

.fontsize-38 {
  font-size: 292.307692308%;
}

.fontsize-39 {
  font-size: 300%;
}

.fontsize-40 {
  font-size: 307.692307692%;
}

.fontsize-41 {
  font-size: 315.384615385%;
}

.fontsize-42 {
  font-size: 323.076923077%;
}

.fontsize-43 {
  font-size: 330.769230769%;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.vertical-top:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: top;
}

.vertical-top > * {
  display: inline-block;
  vertical-align: top;
}

.vertical-middle:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.vertical-middle > * {
  display: inline-block;
  vertical-align: middle;
}

.vertical-bottom:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: bottom;
}

.vertical-bottom > * {
  display: inline-block;
  vertical-align: bottom;
}

.vertical-middle-circle > * {
  display: inline-block;
  vertical-align: middle;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

/* Space out content a bit */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  font-style: normal;
  text-rendering: optimizelegibility;
  font-family: "Noto Sans TC", cursive;
  font-size: 13px;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  overflow-x: hidden;
  color: #393939;
}

body ::-moz-selection, body ::-moz-selection {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}

body ::selection, body ::-moz-selection {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}

body a:focus {
  outline: none;
}

body .nav > li > a {
  border-radius: 0;
}

body .nav > li > a:hover, body .nav > li > a:focus {
  background-color: inherit;
}

body .nav > li.active > a {
  color: #91797a;
  background-color: transparent;
}

body .nav > li.active > a:hover, body .nav > li.active > a:active, body .nav > li.active > a:focus {
  background-color: transparent;
  color: #dc4f80;
}

body a {
  color: #91797a;
}

body a:hover, body a.active {
  color: #dc4f80;
  text-decoration: none;
}

html {
  min-width: 320px;
}

html .container {
  min-width: 320px;
}

html.ie body, html.firefox.windows body {
  font-family: "Arial", "Verdana", "Lantinghei", "Noto Sans TC", "microsoft jhenghei", "微軟正黑體", "Segoe UI";
}

.index body {
  min-width: 320px;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-backdrop.in {
  opacity: 1;
}

.modal-dialog .modal-content {
  border-radius: 4px;
  overflow: hidden;
}

.modal-dialog .modal-header {
  background-color: #dc4f80;
}

.modal-dialog .modal-header h4 {
  font-size: 16px;
  color: #fff;
}

.modal-dialog .modal-body {
  margin: 0 45px;
}

.modal-dialog .modal-body .row {
  margin-top: 15px;
}

.modal-dialog .modal-footer {
  margin: 0 60px 40px;
  padding: 15px 0 0;
}

.modal-dialog .btn-secondary {
  color: #fff;
  float: left;
  background-color: #c9c9c9;
}

.modal-dialog .btn-primary, .modal-dialog .comment-form input[type="submit"], .comment-form .modal-dialog input[type="submit"] {
  color: #fff;
  background-color: #dc4f80;
  border: 0;
  box-shadow: none;
}

.modal-dialog .form-control, .modal-dialog .comment-form input[type="text"], .comment-form .modal-dialog input[type="text"], .modal-dialog
.comment-form input[type="email"],
.comment-form .modal-dialog input[type="email"], .modal-dialog
.comment-form input[type="url"],
.comment-form .modal-dialog input[type="url"], .modal-dialog
.comment-form textarea,
.comment-form .modal-dialog textarea, .modal-dialog .search-form .search-field, .search-form .modal-dialog .search-field {
  border-radius: 2px;
}

.modal-dialog .form-control:focus, .modal-dialog .comment-form input[type="text"]:focus, .comment-form .modal-dialog input[type="text"]:focus, .modal-dialog
.comment-form input[type="email"]:focus,
.comment-form .modal-dialog input[type="email"]:focus, .modal-dialog
.comment-form input[type="url"]:focus,
.comment-form .modal-dialog input[type="url"]:focus, .modal-dialog
.comment-form textarea:focus,
.comment-form .modal-dialog textarea:focus, .modal-dialog .search-form .search-field:focus, .search-form .modal-dialog .search-field:focus {
  border-color: #dc4f80;
  box-shadow: 0 1px 1px #f7c6da inset;
}

.modal-dialog textarea {
  resize: none;
}

.modal-dialog label {
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
  white-space: nowrap;
}

.modal-dialog .close {
  color: #fff;
  opacity: 1;
}

.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: normal;
}

.main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .main {
    float: left;
    width: 100%;
  }
}

.sidebar-primary .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .sidebar-primary .main {
    float: left;
    width: 66.6666666667%;
  }
}

.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.3333333333%;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 10px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 10px;
  height: auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}

.wp-caption-text {
  padding: 9px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: static;
  padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity;
}

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -webkit-transform: skew(60deg, 0deg);
  transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -webkit-transform: skew(60deg, 0deg);
  transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-60deg, 0deg);
  transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-60deg, 0deg);
  transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 60deg);
  transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 60deg);
  transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -60deg);
  transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -60deg);
  transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.swraper {
  display: inline-block;
  overflow: hidden !important;
  /*width: 60px;*/
  /*line-height: 20px;*/
  vertical-align: middle;
  position: relative;
  margin: 5px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.swraper.disabled {
  opacity: .6;
  cursor: not-allowed;
}

.swraper .stoggler {
  position: relative;
  text-align: center;
  width: 200%;
  z-index: 1;
  -webkit-transition: all .4s ease-out .1s;
  transition: all .4s ease-out .1s;
}

.stoggler, .stoggler span {
  float: left;
}

.swraper.rtl .stoggler,
.swraper.rtl .stoggler span {
  float: right;
}

/* clear fix */
.swraper:before, .swraper:after,
.stoggler:before, .stoggler:after {
  content: "";
  display: table;
  clear: both;
}

.stoggler .sblob {
  display: inline-block;
  /*width: 20px;*/
  /*height: 20px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-right: -50%;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stoggler .slabel-on,
.stoggler .slabel-off {
  width: 50%;
  text-align: center;
  letter-spacing: 2px;
}

/* THEMES */
/* ------------  THEME LIGHT ------------ */
.swraper.light {
  border-radius: 99px;
  border: 1px solid rgba(100, 100, 100, 0.3);
}

.swraper.light .stoggler {
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: bold;
  font-family: Arial;
}

.swraper.light .stoggler.on {
  background: #45a31f;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.swraper.light .stoggler .sblob {
  border-radius: 99px;
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  box-shadow: 0 0 4px 1px #999;
}

.swraper.light .stoggler.on .sblob {
  box-shadow: 0 0 10px -1px #005e00;
}

.swraper.light .stoggler .sblob:hover {
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}

/* ------------  END THEME LIGHT ------------ */
/* ------------  THEME MODERN ------------ */
.swraper.modern {
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(#c0c5c9, #a1a9af);
  background: linear-gradient(#c0c5c9, #a1a9af);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.swraper.modern .stoggler {
  background: -webkit-linear-gradient(#737e8d, #3f454e);
  background: linear-gradient(#737e8d, #3f454e);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 9px;
  font-weight: 500;
  font-family: Arial;
}

.swraper.modern .stoggler.on {
  background: -webkit-linear-gradient(#4894cd, #2852a6);
  background: linear-gradient(#4894cd, #2852a6);
}

.swraper.modern .stoggler .sblob {
  background: -webkit-linear-gradient(#c0c6c9, #81898f);
  background: linear-gradient(#c0c6c9, #81898f);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.swraper.modern .stoggler .sblob:hover {
  background-image: -webkit-linear-gradient(#a1a9af, #a1a9af);
  background-image: linear-gradient(#a1a9af, #a1a9af);
}

/* ------------  END THEME MODERN ------------ */
/* ------------  THEME DARK ------------ */
.swraper.dark {
  border-radius: 5px;
}

.swraper.dark .stoggler {
  background: -webkit-linear-gradient(#242529 0%, #34363b 100%);
  background: linear-gradient(#242529 0%, #34363b 100%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 500;
  font-family: Arial;
}

.swraper.dark .stoggler.on {
  background: -webkit-linear-gradient(#1a70be 0%, #31a2e1 100%);
  background: linear-gradient(#1a70be 0%, #31a2e1 100%);
}

.swraper.dark .stoggler .sblob {
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: -webkit-linear-gradient(#cfcfcf 0%, #f5f5f5 100%);
  background: linear-gradient(#cfcfcf 0%, #f5f5f5 100%);
  box-shadow: inset 0 0 0 1px #888, inset 0 0 0 2px white;
}

.swraper.dark .stoggler .sblob:hover {
  background: -webkit-linear-gradient(#c0c0c0 0%, #dadada 100%);
  background: linear-gradient(#c0c0c0 0%, #dadada 100%);
  box-shadow: inset 0 0 0 1px #888,inset 0 0 0 2px #ddd;
}

/* ------------  END THEME DARK ------------ */
/* ------------  THEME FLAT ------------ */
.swraper.flat {
  border-radius: 4px;
  border: 1px solid #c6c5c5;
}

.swraper.flat .stoggler {
  background: #b2b2b2;
  color: #ffe;
  font-size: 11px;
}

.swraper.flat .stoggler.on {
  background: #76bc43;
  color: #ffe;
}

.swraper.flat .stoggler .sblob {
  border-radius: 3px;
  background: #f1f1f1;
  border: 1px solid #e6e5e5;
  box-shadow: 0 0 8px 1px #888;
}

.swraper.flat .stoggler.on .sblob {
  box-shadow: 0 0 10px -1px #337733;
}

/* ------------  END THEME Flat ------------ */
.page {
  background: #faf5f5;
  color: #626262;
  min-width: 1200px;
}

.page header .menu, .page header .search {
  display: none;
}

.page nav.sub {
  background: #626262;
}

.page nav.sub ul {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.page nav.sub ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}

.page nav.sub ul li a {
  font-size: 14px;
  padding: 12px 0;
  display: block;
  color: #dcdcdc;
}

.page nav.sub ul li a:hover {
  color: #fff;
}

.page nav.sub ul li.active a {
  color: #fff;
}

.page nav.sub ul li.underline {
  position: absolute;
  left: 0;
  border-bottom: 5px solid #dc4f80;
  display: block;
  width: 6.58em;
  bottom: 0;
  -webkit-transition: 0.35s ease-out 0s;
  transition: 0.35s ease-out 0s;
}

.page nav.sub ul li:nth-child(1).active ~ .underline {
  left: 0;
  width: 6.58em;
  -webkit-transition: 0.35s ease-out 0.25s;
  transition: 0.35s ease-out 0.25s;
}

.page nav.sub ul li:nth-child(2).active ~ .underline {
  left: calc(7em + 40px);
  width: 6.58em;
  -webkit-transition: 0.35s ease-out 0.25s;
  transition: 0.35s ease-out 0.25s;
}

.page nav.sub ul li:nth-child(3).active ~ .underline {
  left: calc(14em + 40px * 2);
  width: 4.4em;
  -webkit-transition: 0.35s ease-out 0.25s;
  transition: 0.35s ease-out 0.25s;
}

.page nav.sub ul li:nth-child(4).active ~ .underline {
  left: calc(18.8em + 40px * 3);
  width: 4.4em;
  -webkit-transition: 0.35s ease-out 0.25s;
  transition: 0.35s ease-out 0.25s;
}

.page nav.sub ul li:nth-child(5).active ~ .underline {
  left: calc(23.5em + 40px * 4);
  width: 4.4em;
  -webkit-transition: 0.35s ease-out 0.25s;
  transition: 0.35s ease-out 0.25s;
}

.page nav.sub ul li:nth-child(1):hover ~ .underline {
  left: 0;
  width: 6.58em;
}

.page nav.sub ul li:nth-child(2):hover ~ .underline {
  left: calc(7em + 40px);
  width: 6.58em;
}

.page nav.sub ul li:nth-child(3):hover ~ .underline {
  left: calc(14em + 40px * 2);
  width: 4.4em;
}

.page nav.sub ul li:nth-child(4):hover ~ .underline {
  left: calc(18.8em + 40px * 3);
  width: 4.4em;
}

.page nav.sub ul li:nth-child(5):hover ~ .underline {
  left: calc(23.5em + 40px * 4);
  width: 4.4em;
}

.page .side {
  width: 300px;
  display: block;
  float: left;
  margin: 0 25px 0 0;
}

.page .side aside {
  padding: 25px 25px;
  background: #fff;
}

.page .side aside + aside {
  margin-top: 25px;
}

.page .side aside + aside h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: normal;
}

.page .side aside + aside h3 img {
  width: 18px;
  margin-right: 8px;
}

.page .side aside .item-index {
  position: relative;
  letter-spacing: 0.3em;
  overflow: hidden;
}

.page .side aside .item-index:before {
  position: absolute;
  border-bottom: 1px dotted currentColor;
  content: '';
  width: 100%;
  bottom: 4px;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0.5;
}

.page .side aside .item-index span {
  padding: 0 0.3em;
  position: relative;
  background: #fff;
}

.page .side aside .item-index span.count {
  float: right;
  color: #dc4f80;
}

.page .side aside .item-index span.count:before {
  content: attr(data-count);
}

.page .side aside .progress-container {
  margin-top: 20px;
}

.page .side aside .progress-bar {
  box-shadow: none;
  background-color: #dc4f80;
}

.page .side aside .progress {
  display: inline-block;
  margin-bottom: 0;
  width: 170px;
  border-radius: 0;
  box-shadow: none;
  background-color: #ecf5fa;
}

.page .side aside .percent-text {
  display: inline-block;
  letter-spacing: 1px;
}

.page .side aside .percent-text span {
  display: block;
}

.page .side aside .percent-text span.numberic {
  font-size: 25px;
  font-family: 'Century Gothic';
  color: #dc4f80;
  line-height: 0.7;
  font-weight: bold;
  letter-spacing: -1px;
}

.page .side aside .percent-text span.numberic:before {
  margin-right: 4px;
  font-size: 34px;
  content: '0';
}

.page .side aside .percent-text sub {
  font-size: 10px;
  bottom: auto;
  margin-left: 6px;
}

.page .side aside hr {
  border-color: #e5e5e5;
  margin: 25px -25px;
}

.page .side aside .categories {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 14px;
}

.page .side aside .categories li {
  list-style: none;
}

.page .side aside .categories li input {
  display: none;
}

.page .side aside .categories li input:checked ~ i {
  opacity: 1;
}

.page .side aside .categories li input[type=radio]:checked ~ i {
  opacity: 1;
}

.page .side aside .categories li label {
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 7px;
}

.page .side aside .categories li label:before {
  top: 5px;
  left: -20px;
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 1em;
  width: 1em;
}

.page .side aside .categories li label i {
  background: #dc4f80;
  opacity: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -17px;
  top: 8px;
  border-radius: 50%;
}

.page .side .couple-name {
  font-size: 18px;
  color: #626262;
  text-align: center;
  margin: 25px 0 0;
}

.page .side .shape {
  height: 22px;
  text-align: center;
  margin: 5px 0;
}

.page .side .shape img {
  height: 22px;
}

.page .side .date {
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  margin: 0 0 25px;
}

.page .side .days-last {
  background: url(../images/common/last-background.png);
  width: 251px;
  height: 103px;
  margin: 0 auto;
  position: relative;
}

.page .side .days-last .count-down {
  font-size: 42.5px;
  position: absolute;
  color: #fff;
  right: 145px;
  top: 6px;
}

.page .side .profile-picture {
  border-radius: 50%;
  overflow: hidden;
}

.page .side .profile-picture img {
  border-radius: 50%;
}

.page .page-container {
  margin-top: 25px;
  margin-bottom: 65px;
  min-width: 1200px;
}

.page .page-content {
  width: 840px;
  float: left;
  background-color: #fff;
}

.page .page-content .date, .page .page-content .search {
  color: inherit;
  border-radius: 2px;
  padding: 3px 5px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
}

.page .page-content .date:hover, .page .page-content .date:focus, .page .page-content .search:hover, .page .page-content .search:focus {
  background-color: #eff5ff;
}

.page .page-content .date img, .page .page-content .search img {
  height: 13px;
}

.page .page-content .date input, .page .page-content .search input {
  border: 0;
  width: 95px;
  letter-spacing: 2px;
  background: none;
}

.page .page-content .percent-text {
  display: inline-block;
}

.page .page-content .percent-text span {
  display: block;
}

.page .page-content .percent-text span.numberic {
  font-size: 34px;
  font-family: 'Century Gothic';
  color: #dc4f80;
  line-height: 0.7;
  font-weight: bold;
}

.page .page-content .percent-text span.numberic:before {
  content: '0';
}

.page .page-content .percent-text span.sub {
  font-size: 11px;
  bottom: auto;
}

.page .new-item {
  border: 1px dashed #d4d6d9;
  padding: 7px;
  line-height: 1;
  background: #eff5ff;
  color: #898989;
}

.page .export, .page .import {
  color: inherit;
  border-radius: 2px;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin-left: 13px;
  display: inline-block;
}

.page .export:hover, .page .import:hover {
  background-color: #eff5ff;
}

.page .export img, .page .import img {
  height: 13px;
}

.page .item-list {
  padding: 0;
  margin: 0;
}

.page .item-list li {
  list-style: none;
}

.page .item-list .item {
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
}

.page .item-list .item .expend:checked ~ form .item-row {
  padding: 20px 0;
  height: auto;
  opacity: inherit;
}

.page .item-list .item .expend:checked ~ .item-row .edit {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  border-color: #dc4f80;
  background-color: #dc4f80;
}

.page .item-list .item .expend:checked ~ .item-row .edit svg > * {
  fill: none;
  stroke: #fff;
}

.page .item-list .item.disabled {
  border-color: #dcdcdc;
}

.page .item-list .item.disabled span {
  position: relative;
}

.page .item-list .item.disabled span:after {
  position: absolute;
  top: 50%;
  left: -35px;
  width: calc(100% + 35px);
  border-top: 1px solid currentColor;
  content: '';
}

.page .item-list .item.disabled:after {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.page .item-list label {
  margin: 0;
}

.page .item-list input[type=checkbox] {
  display: none;
  margin: 0;
}

.page .item-list input[type=checkbox]:checked ~ label .pick {
  border: 0;
  background: url(../images/pages/02/v.svg);
}

.page .item-list input[type=checkbox]:checked ~ span {
  color: #f4bbcf;
  position: relative;
}

.page .item-list input[type=checkbox]:checked ~ span:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f4bbcf;
  content: '';
}

.page .item-list .edit {
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #898989;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
  letter-spacing: -1em;
}

.page .item-list .edit label {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.page .item-list .edit svg > * {
  fill: none;
  stroke: #898989;
}

.page .item-list .edit:hover {
  border-color: #dc4f80;
  background-color: #dc4f80;
}

.page .item-list .edit:hover svg > * {
  fill: none;
  stroke: #fff;
}

.page .item-list .remove {
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  overflow: hidden;
  letter-spacing: -1em;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
  border: 1px solid #898989;
}

.page .item-list .remove svg {
  width: 16px;
}

.page .item-list .remove svg line {
  fill: none;
  stroke: #B5B5B5;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

.page .item-list .remove:hover {
  border-color: #dc4f80;
  background-color: #dc4f80;
}

.page .item-list .remove:hover svg line {
  stroke: #fff;
}

.page .item-list .pick {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid currentColor;
  margin: 0;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

.page .item-list .buttons {
  right: 13px;
  top: 20px;
  position: absolute;
}

.page .item-list .buttons a {
  margin: 0 5px;
}

.page .item-list .item-row {
  padding: 20px 0;
}

.page .item-list .item-row form .item-title {
  margin-right: 45px;
}

.page .item-list .item-row + form .item-row {
  height: 0;
  border-top: 1px solid currentColor;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

.page .item-list .radio-options {
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 4em;
  line-height: 2em;
  display: inline-block;
  max-width: 600px;
}

.page .item-list .radio-options .pick {
  border: 0;
}

.page .item-list .radio-options li {
  list-style: none;
  display: inline-block;
  letter-spacing: 1px;
}

.page .item-list .radio-options li input {
  display: none;
}

.page .item-list .radio-options li input:checked ~ i {
  opacity: 1;
}

.page .item-list .radio-options li input[type=radio]:checked ~ i {
  opacity: 1;
}

.page .item-list .radio-options li label {
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 18px;
}

.page .item-list .radio-options li label:before {
  top: 5px;
  left: 0;
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 1em;
  width: 1em;
}

.page .item-list .radio-options li label i {
  background: #dc4f80;
  opacity: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 3px;
  top: 8px;
  border-radius: 50%;
}

.progress-bar {
  width: 0;
}

.progress-ready .progress-bar {
  width: auto;
}

.progress-ready .percent-text .numberic:before {
  content: attr(data-percent) !important;
}

/* Custom page header */
.index header {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
  /* Make the masthead heading the same height as the navigation */
}

.index header.show {
  -webkit-transform: none;
          transform: none;
}

header {
  border-top: 6px solid #dc4f80;
  background-color: #fff;
  position: relative;
  z-index: 20;
  font-size: 15.5px;
}

header h1 {
  float: left;
  margin: 0;
  padding: 8px 18px 15px 20px;
}

header .nav-pills li a {
  padding: 25px 15px;
  color: #91797a;
}

header .nav-pills li a:hover, header .nav-pills li a.active {
  color: #dc4f80;
}

header .member {
  width: auto;
  line-height: 66px;
  font-weight: lighter;
  text-align: right;
  padding-right: 20px;
  position: relative;
}

header .member .hello {
  line-height: 66px;
  vertical-align: middle;
  color: #dc4f80;
  padding-right: 5px;
}

header .member .profile-picture {
  vertical-align: middle;
  height: 43px;
  width: 43px;
  line-height: 43px;
}

header .member .profile-picture img {
  display: block;
}

header .member li {
  display: block;
  padding: 0 20px;
}

header .member li a {
  color: #959595;
  padding: 20px 0;
  display: block;
  line-height: 1em;
}

header .member li a:hover {
  color: #dc4f80;
}

header .member li ~ li a {
  border-top: 1px solid #ffd5e2;
}

header .member ul {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ffd5e4;
  border-radius: 2px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s opacity 0s,0s height 5s;
  transition: 0.4s opacity 0s,0s height 5s;
}

header .member:hover ul {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s opacity 0s, 0s height 0s;
  transition: 0.4s opacity 0s, 0s height 0s;
}

header .profile-picture {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f7a3ba;
  display: inline-block;
}

header .login-panel {
  padding-right: 20px;
}

header .login-panel a {
  line-height: 66px;
  vertical-align: middle;
  color: #dc4f80;
}

header .login-panel a:hover {
  color: #dc4f80;
  opacity: .5;
}

header .login-panel a img {
  vertical-align: middle;
  margin: 0 5px;
}

header .login-panel a + a {
  margin-left: 15px;
}

header .translate {
  margin-right: 30px;
}

header .translate a {
  display: inline-block;
  vertical-align: middle;
  line-height: 66px;
  position: relative;
  text-decoration: none;
}

header .translate a:hover span {
  opacity: 1;
}

header .translate a:before {
  content: '繁';
  color: #fff;
  background: #dc4f80;
  border-radius: 2px;
  padding: 2px;
  font-size: 12.5px;
}

header .translate a span {
  line-height: 66px;
  right: 12px;
  top: 0;
  position: absolute;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

header .translate a span:after {
  height: 0;
  width: 0;
  border: 5px solid;
  border-color: #ffece5 transparent transparent #ffece5;
  content: '';
  display: inline-block;
  margin-left: -2px;
}

header .translate a span:before {
  content: '切換簡體中文';
  color: #91797a;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffece5;
  white-space: nowrap;
}

header .translate.simplify a:before {
  content: '簡';
}

header .translate.simplify a span:before {
  content: '切換繁體中文';
}

header .row {
  margin: 0;
}

/* Custom page header */
footer {
  background: #434343;
  color: #fff;
}

footer ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

footer ul li {
  display: inline;
  font-family: "century gothic";
}

footer ul li a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

footer ul li a:hover svg path {
  fill: #727171;
}

footer ul li a:hover svg circle {
  fill: #fff;
}

footer ul svg {
  height: 90px;
  width: 28px;
}

footer ul svg circle {
  fill: #ddd;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

footer ul svg path {
  fill: #b2b1b1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

footer ul li + li {
  margin-left: 28px;
}

footer .copy {
  font-family: "century gothic";
  margin: 8px auto 35px;
  font-weight: normal;
  font-size: 13px;
}

.home {
  min-width: 1200px;
}

.home header .menu, .home header .search {
  display: none;
}

.home .kv.tree {
  position: relative;
  overflow: hidden;
}



.home .kv.tree > img:nth-child(2) {
  position: relative;
  width: 100%;
}

.home .kv.tree > img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}


.home .kv.tree .logo {
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  top: 48px;
}



.home ::input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home .search-panel {
  position: absolute;
  top: 0;
  margin-top: 176px;
  left: 50%;
  margin-left: -220px;
  color: #fff;
}


.home .search-panel h3 {
  font-size: 52px;
  margin: 0 0 15px;
}

.home .search-panel h4 {
  font-size: 20px;
  margin: 0 0 40px;
}

.home .search-panel .search-form {
  display: inline-block;
  height: 42px;
  position: relative;
  letter-spacing: 0;
  word-spacing: 0;
}

.home .search-panel select {
  width: 385px;
  letter-spacing: 1px;
  display: inline-block;
  height: 100%;
  border: 1px solid #fff;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  float: left;
  padding: 0 17px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1em;
  margin-right: -17px;
}

.home .search-panel select option {
  color: #dc4f80;
}

.home .search-panel button {
  letter-spacing: 1px;
  background: none;
  border: 1px solid #fff;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  height: 100%;
  background-color: #dc4f80;
  padding: 10px 14px;
}

.home .search-panel button .fa-search {
  font-size: 10px;
  vertical-align: middle;
}

.home .scroll-hint {
  height: 0;
  position: relative;
  text-align: center;
  top: -120px;
  width: 100%;
}

.home .scroll-hint:before {
  color: #dc4f80;
  content: "SCROLL";
  display: inline-block;
  margin: 0 auto 0 -5px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.home .scroll-hint svg {
  width: 23px;
}

.home .jumbotron {
  font-size: 18px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 80px;
  text-align: center;
}

.home .jumbotron > h3 {
  font-size: 55px;
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
}

.home .jumbotron > h3 .front, .home .jumbotron > h3 .rear {
  font-size: 22px;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}

.home .jumbotron > h3 .front {
  margin-bottom: 12px;
}

.home .jumbotron > h3 .rear {
  margin-top: 12px;
}

.home .jumbotron > h3 .rear span {
  position: relative;
}

.home .jumbotron > h3 .rear span:before {
  border-top: 1px solid currentcolor;
  content: '';
  left: -2em;
  position: absolute;
  top: calc(50% - 1px);
  width: 1em;
}

.home .jumbotron > h3 .rear span:after {
  border-top: 1px solid currentcolor;
  content: '';
  right: -2em;
  position: absolute;
  top: calc(50% - 1px);
  width: 1em;
}

.home .jumbotron > h3 img {
  height: 55px;
}

.home .jumbotron h4 {
  line-height: 1.4;
}

.home .jumbotron > p {
  width: 505px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .home .jumbotron > p {
    width: auto;
  }
}

.home .jumbotron .row {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .row {
    margin-top: 5.2083333333vw;
  }
}

.home .jumbotron .row.two {
  margin-left: -33px;
  margin-right: -33px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .row.two {
    margin-left: -1.3020833333vw;
    margin-right: -1.3020833333vw;
  }
}

.home .jumbotron .col-lg-6 {
  padding: 0 33px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .col-lg-6 {
    padding: 0 1.953125vw;
  }
}

.home .jumbotron .col-lg-6 img {
  width: 100%;
}

.home .jumbotron .col-lg-6 h4 {
  margin: -0.6510416667vw 0 0;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .col-lg-6 h4 {
    font-size: 2.34375vw;
  }
}

.home .jumbotron .col-lg-6 hr {
  border-color: #dc4f80;
  margin: 50px 0 40px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .col-lg-6 hr {
    margin: 2.6041666667vw 0 2.6041666667vw;
  }
}

.home .jumbotron .col-lg-6 hr:before {
  background-color: #dc4f80;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 20px 35px 0;
          transform-origin: 20px 35px 0;
  width: 5px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .col-lg-6 hr:before {
    -webkit-transform-origin: 1.5vw 14px 0;
            transform-origin: 1.5vw 14px 0;
  }
}

.home .jumbotron .col-lg-6 p {
  font-size: 18px;
  margin-left: -0.08em;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .home .jumbotron .col-lg-6 p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.home .jumbotron.about {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .home .jumbotron.about {
    margin-top: -10px;
  }
}

.home .jumbotron.joinus {
  height: 385px;
  margin: 0;
}

.home .jumbotron.joinus h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.home .jumbotron.website .fade-in-left,
.home .jumbotron.website .fade-in-right {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.home .jumbotron.website .fade-in-left.active,
.home .jumbotron.website .fade-in-right.active {
  -webkit-transform: none;
          transform: none;
  opacity: inherit;
}

.home .jumbotron.website .fade-in-left {
  opacity: 0.1;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.home .jumbotron.website .fade-in-right {
  opacity: 0.1;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.home .jumbotron.website button {
  float: right;
  border: 0;
  background-color: #dc4f80;
  padding: 13px 34px;
  margin-top: 45px;
  margin-bottom: 70px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.home .jumbotron.website button img {
  width: 100px;
}

.home .jumbotron.website button img:nth-child(2) {
  width: 30px;
  margin-left: 10px;
}

.home .jumbotron.website button:hover {
  background-color: #f877a4;
}

.home .jumbotron.service {
  color: #fff;
}

.home .jumbotron.service ul {
  padding: 0;
  margin: 0;
}

.home .jumbotron.service li {
  list-style: none;
}

.home .jumbotron.service .list-item {
  margin: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
  padding: 32px;
}

.home .jumbotron.service .list-item:hover {
  background-color: rgba(220, 79, 128, 0.26);
}

.home .jumbotron.service .list-item img {
  width: 40px;
  height: 40px;
}

.home .jumbotron.service .list-item h6 {
  font-size: 18px;
}

.home .jumbotron.service .list-item p {
  font-size: 16px;
}

.home .jumbotron.service .list-item button {
  background-color: transparent;
  border: 0;
  float: right;
}

.home .jumbotron.service .list-item button img {
  width: auto;
  height: 20px;
}

.home .jumbotron.service .list-item button img:nth-child(2) {
  height: 10px;
  margin: 2px 0 0;
}

.home .jumbotron.report .list-item {
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
}

.home .jumbotron.report .list-item figure {
  padding-top: 290px;
}

.home .jumbotron.report .list-item .category {
  color: #fca0ba;
}

.home .jumbotron.report .list-item .date {
  margin-left: 20px;
  color: #b5b5b5;
  font-family: "Century Gothic";
}

.home .jumbotron.report .list-item h3 {
  font-size: 18px;
}

.home .jumbotron.report .list-item p {
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.home .background.white {
  background-color: #fff;
}

.home .background.pink {
  background-color: #faf5f5;
}

.home .background.star {
  background: url(../images/home/star-bg.png) fixed;
  position: relative;
}

.home .background.rightnow {
  background: url(../images/home/rightnow-bg.png) center center/cover;
  height: 510px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home .background.rightnow {
    height: 225px;
  }
}

.home .background.rightnow .love {
  width: 50px;
  height: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .home .background.rightnow .love {
    width: 21px;
    height: 21px;
    margin-top: 30px;
  }
}

.home .background.rightnow p {
  margin: 30px 0 0;
  font-size: 25px;
  font-family: "Century Gothic";
}

@media screen and (max-width: 768px) {
  .home .background.rightnow p {
    font-size: 15px;
    margin-top: 20px;
  }
}

.home .background.rightnow h3 {
  margin: 32px 0 0;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .home .background.rightnow h3 {
    font-size: 22px;
    margin-top: 10px;
  }
}

.home .background.rightnow button {
  margin: 65px 0 0;
  background: none;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-transition: 0.4s all 0s;
  transition: 0.4s all 0s;
}

.home .background.rightnow button img {
  width: 166px;
  height: 20px;
}

.home .background.rightnow button:hover {
  background-color: rgba(220, 79, 128, 0.26);
  border-color: #dc4f80;
}

@media screen and (max-width: 768px) {
  .home .background.rightnow button {
    margin: 20px 0 0;
  }
}

.home .grid .list-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.home .grid .list-item figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.home .grid .list-item figure img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
}

.home .grid .list-item .text {
  padding: 10px 20px 75px;
  /*min-height: 280px;*/
}

.home .grid .list-item .category {
  font-size: 13px;
  color: #898989;
}

.home .grid .list-item p {
  margin: 5px auto;
  font-size: 16px;
  font-weight: bold;
}

.home .grid .list-item .functions {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
}

.home .grid .list-item .functions ul {
  padding: 0;
  margin: 0;
}

.home .grid .list-item .functions ul li {
  list-style: none;
  display: inline-block;
}

.home .grid .list-item .functions ul li img {
  height: 15px;
}

.home .grid .list-item .star {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 85px;
}

.home .grid .list-item .star:before {
  content: '';
  display: inline-block;
  background: url(../images/common/star.svg) 0 0/17px auto;
  height: 17px;
  width: 0;
}

.home .grid .list-item .star:after {
  content: '';
  display: inline-block;
  background: url(../images/common/star_empty.svg) 0 0/17px auto;
  height: 17px;
  width: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.home .grid .list-item .star.rate1:before {
  width: 17px;
}

.home .grid .list-item .star.rate1:after {
  width: 68px;
}

.home .grid .list-item .star.rate2:before {
  width: 34px;
}

.home .grid .list-item .star.rate2:after {
  width: 51px;
}

.home .grid .list-item .star.rate3:before {
  width: 51px;
}

.home .grid .list-item .star.rate3:after {
  width: 34px;
}

.home .grid .list-item .star.rate4:before {
  width: 68px;
}

.home .grid .list-item .star.rate4:after {
  width: 17px;
}

.home .grid .list-item .star.rate5 {
  width: 85px;
}

.home .grid > section:nth-child(4) ~ section {
  margin-top: 45px;
}

.home .grid + button {
  border: 0;
  background-color: #dc4f80;
  padding: 13px 34px;
  margin-top: 45px;
  margin-bottom: 70px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.home .grid + button img {
  width: 100px;
}

.home .grid + button img:nth-child(2) {
  width: 30px;
  margin-left: 10px;
}

.home .grid + button:hover {
  background-color: #f877a4;
}

.home .container.coverflow {
  position: relative;
  height: 370px;
  margin-top: 30px;
  overflow: hidden;
}

.home .container.coverflow ul {
  bottom: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  word-spacing: 30px;
  z-index: 10;
}

.home .container.coverflow ul li {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.home .container.coverflow ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .container.coverflow ul li.active {
  background: #fff;
}

.home #coverflow {
  width: 100%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
}

.tinypic{
  width: 300px;
  height: 200px;
}

.home #waypoints {
  position: fixed;
  top: 30%;
  right: 0;
}

.home #waypoints a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 20px;
  border: 1px solid #dc4f80;
  border-radius: 50%;
  cursor: pointer;
}

.home #waypoints a.active {
  background-color: #dc4f80;
}

@media screen and (max-width: 768px) {
  .home #waypoints {
    display: none;
  }
}

.home .sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .sky .noite {
  background-image: -webkit-linear-gradient(top, #081032 20%, #012343 60%, #586e8e);
  background-image: linear-gradient(to bottom, #081032 20%, #012343 60%, #586e8e);
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.home .sky .constelacao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 600s infinite linear;
          animation: rotate 600s infinite linear;
  overflow: hidden;
}

.home .sky .estrela {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: estrela;
          animation-name: estrela;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.home .sky .estrela.style1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: estrela;
          animation-name: estrela;
}

.home .sky .estrela.style2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: estrela;
          animation-name: estrela;
}

.home .sky .estrela.style3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: estrela;
          animation-name: estrela;
}

.home .sky .estrela.style4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: estrelaDestacada;
          animation-name: estrelaDestacada;
}

.home .sky .estrela.tam1 {
  width: 1px;
  height: 1px;
}

.home .sky .estrela.tam2 {
  width: 2px;
  height: 2px;
}

.home .sky .estrela.tam3 {
  width: 3px;
  height: 3px;
}

.home .sky .estrela.opacity1 {
  opacity: 1;
}

.home .sky .estrela.opacity2 {
  opacity: .5;
}

.home .sky .estrela.opacity3 {
  opacity: .1;
}

.home .sky .meteoro {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home .sky .meteoro:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 85px solid white;
  position: absolute;
  left: 2px;
  top: 0;
}

.home .sky .meteoro.style1 {
  -webkit-animation-name: meteoroStyle1;
          animation-name: meteoroStyle1;
}

.home .sky .meteoro.style2 {
  -webkit-animation-name: meteoroStyle2;
          animation-name: meteoroStyle2;
}

.home .sky .meteoro.style3 {
  -webkit-animation-name: meteoroStyle3;
          animation-name: meteoroStyle3;
}

.home .sky .meteoro.style4 {
  -webkit-animation-name: meteoroStyle4;
          animation-name: meteoroStyle4;
}

@-webkit-keyframes escurecer {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes escurecer {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes estrela {
  0% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}

@keyframes estrela {
  0% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}

@-webkit-keyframes estrelaDestacada {
  0% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px white;
  }
  20% {
    background-color: #FFC4C4;
    box-shadow: 0 0 10px 0px #ffc4c4;
  }
  80% {
    background-color: #C4CFFF;
    box-shadow: 0 0 10px 0px #c4cfff;
  }
  100% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}

@keyframes estrelaDestacada {
  0% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px white;
  }
  20% {
    background-color: #FFC4C4;
    box-shadow: 0 0 10px 0px #ffc4c4;
  }
  80% {
    background-color: #C4CFFF;
    box-shadow: 0 0 10px 0px #c4cfff;
  }
  100% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes meteoroStyle1 {
  0% {
    opacity: 0;
    right: 300px;
    top: 100px;
  }
  30% {
    opacity: .3;
  }
  60% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    right: 1000px;
    top: 600px;
  }
}

@keyframes meteoroStyle1 {
  0% {
    opacity: 0;
    right: 300px;
    top: 100px;
  }
  30% {
    opacity: .3;
  }
  60% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    right: 1000px;
    top: 600px;
  }
}

@-webkit-keyframes meteoroStyle2 {
  0% {
    opacity: 0;
    right: 700px;
    top: 100px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1400px;
    top: 600px;
  }
}

@keyframes meteoroStyle2 {
  0% {
    opacity: 0;
    right: 700px;
    top: 100px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1400px;
    top: 600px;
  }
}

@-webkit-keyframes meteoroStyle3 {
  0% {
    opacity: 0;
    right: 300px;
    top: 300px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1000px;
    top: 800px;
  }
}

@keyframes meteoroStyle3 {
  0% {
    opacity: 0;
    right: 300px;
    top: 300px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1000px;
    top: 800px;
  }
}

@-webkit-keyframes meteoroStyle4 {
  0% {
    opacity: 0;
    right: 700px;
    top: 300px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1400px;
    top: 800px;
  }
}

@keyframes meteoroStyle4 {
  0% {
    opacity: 0;
    right: 700px;
    top: 300px;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 1400px;
    top: 800px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.index {
  min-width: 360px;
  overflow-x: hidden;
}

.index header .menu,
.index header .search,
.index header .hide-in-large {
  display: none;
}

.page01 .jumbotron {
  font-size: 18px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 80px;
  text-align: center;
}

.page01 .jumbotron > h3 {
  font-size: 55px;
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
}

.page01 .jumbotron > h3 .front, .page01 .jumbotron > h3 .rear {
  font-size: 22px;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}

.page01 .jumbotron > h3 .front {
  margin-bottom: 12px;
}

.page01 .jumbotron > h3 .rear {
  margin-top: 12px;
}

.page01 .jumbotron > h3 .rear span {
  position: relative;
}

.page01 .jumbotron > h3 .rear span:before {
  border-top: 1px solid currentcolor;
  content: '';
  left: -2em;
  position: absolute;
  top: calc(50% - 1px);
  width: 1em;
}

.page01 .jumbotron > h3 .rear span:after {
  border-top: 1px solid currentcolor;
  content: '';
  right: -2em;
  position: absolute;
  top: calc(50% - 1px);
  width: 1em;
}

.page01 .jumbotron > h3 img {
  height: 55px;
}

.page01 .jumbotron h4 {
  line-height: 1.4;
}

.page01 .jumbotron > p {
  width: 505px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron > p {
    width: auto;
  }
}

.page01 .jumbotron .row {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .row {
    margin-top: 5.2083333333vw;
  }
}

.page01 .jumbotron .row.two {
  margin-left: -33px;
  margin-right: -33px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .row.two {
    margin-left: -1.3020833333vw;
    margin-right: -1.3020833333vw;
  }
}

.page01 .jumbotron .col-lg-6 {
  padding: 0 33px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .col-lg-6 {
    padding: 0 1.953125vw;
  }
}

.page01 .jumbotron .col-lg-6 img {
  width: 100%;
}

.page01 .jumbotron .col-lg-6 h4 {
  margin: -0.6510416667vw 0 0;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .col-lg-6 h4 {
    font-size: 2.34375vw;
  }
}

.page01 .jumbotron .col-lg-6 hr {
  border-color: #dc4f80;
  margin: 50px 0 40px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .col-lg-6 hr {
    margin: 2.6041666667vw 0 2.6041666667vw;
  }
}

.page01 .jumbotron .col-lg-6 hr:before {
  background-color: #dc4f80;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 20px 35px 0;
          transform-origin: 20px 35px 0;
  width: 5px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .col-lg-6 hr:before {
    -webkit-transform-origin: 1.5vw 14px 0;
            transform-origin: 1.5vw 14px 0;
  }
}

.page01 .jumbotron .col-lg-6 p {
  font-size: 18px;
  margin-left: -0.08em;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron .col-lg-6 p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.page01 .jumbotron.about {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron.about {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron.vendor .grid > section:nth-child(2) ~ section {
    display: none;
  }
}

.page01 .jumbotron.joinus {
  height: 385px;
  margin: 0;
}

.page01 .jumbotron.joinus h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.page01 .jumbotron.website button {
  float: right;
  border: 0;
  background-color: #dc4f80;
  padding: 13px 34px;
  margin-top: 45px;
  margin-bottom: 70px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.page01 .jumbotron.website button img {
  width: 100px;
}

.page01 .jumbotron.website button img:nth-child(2) {
  width: 30px;
  margin-left: 10px;
}

.page01 .jumbotron.website button:hover {
  background-color: #f877a4;
}

.page01 .jumbotron.service {
  color: #fff;
}

.page01 .jumbotron.service ul {
  padding: 0;
  margin: 0;
}

.page01 .jumbotron.service li {
  list-style: none;
}

.page01 .jumbotron.service .list-item {
  margin: 0 0 30px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
  padding: 32px;
}

.page01 .jumbotron.service .list-item img {
  width: 40px;
  height: 40px;
}

.page01 .jumbotron.service .list-item h6 {
  font-size: 18px;
}

.page01 .jumbotron.service .list-item p {
  font-size: 16px;
}

.page01 .jumbotron.service .list-item button {
  background-color: transparent;
  border: 0;
  float: right;
}

.page01 .jumbotron.service .list-item button img {
  width: auto;
  height: 20px;
}

.page01 .jumbotron.service .list-item button img:nth-child(2) {
  height: 10px;
  margin: 2px 0 0;
}

.page01 .jumbotron.report .list-item {
  font-size: 14px;
  font-weight: normal;
  border-radius: 0;
}

.page01 .jumbotron.report .list-item figure {
  padding-top: 290px;
}

.page01 .jumbotron.report .list-item .category {
  color: #fca0ba;
}

.page01 .jumbotron.report .list-item .date {
  margin-left: 20px;
  color: #b5b5b5;
  font-family: "Century Gothic";
}

.page01 .jumbotron.report .list-item h3 {
  font-size: 18px;
}

.page01 .jumbotron.report .list-item p {
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .page01 .jumbotron.report .grid > section:nth-child(2) ~ section {
    display: none;
  }
}

.page01 .background.white {
  background-color: #fff;
}

.page01 .background.pink {
  background-color: #faf5f5;
}

.page01 .background.star {
  background: url(../images/home/star-bg.png) fixed;
}

.page01 .background.rightnow {
  background: url(../images/home/rightnow-bg.png) center center/cover;
  height: 510px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page01 .background.rightnow {
    height: 225px;
  }
}

.page01 .background.rightnow .love {
  width: 50px;
  height: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .page01 .background.rightnow .love {
    width: 21px;
    height: 21px;
    margin-top: 30px;
  }
}

.page01 .background.rightnow p {
  margin: 30px 0 0;
  font-size: 25px;
  font-family: "Century Gothic";
}

@media screen and (max-width: 768px) {
  .page01 .background.rightnow p {
    font-size: 15px;
    margin-top: 20px;
  }
}

.page01 .background.rightnow h3 {
  margin: 32px 0 0;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .page01 .background.rightnow h3 {
    font-size: 22px;
    margin-top: 10px;
  }
}

.page01 .background.rightnow button {
  margin: 65px 0 0;
  background: none;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-transition: 0.4s all 0s;
  transition: 0.4s all 0s;
}

.page01 .background.rightnow button img {
  width: 166px;
}

.page01 .background.rightnow button:hover {
  background-color: rgba(220, 79, 128, 0.26);
  border-color: #dc4f80;
}

@media screen and (max-width: 768px) {
  .page01 .background.rightnow button {
    margin: 20px 0 0;
  }
}

.page01 .page-content {
  padding: 50px;
}

.page01 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page01 .page-content .tool {
  height: 110px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding-top: 10px;
}

.page01 .page-content .tool:hover {
  border-color: #dc4f80;
}

.page01 .page-content .tool:hover .icon {
  background-color: #dc4f80;
}

.page01 .page-content .tool:hover .icon svg path, .page01 .page-content .tool:hover .icon svg polygon, .page01 .page-content .tool:hover .icon svg polyline, .page01 .page-content .tool:hover .icon svg circle, .page01 .page-content .tool:hover .icon svg line {
  stroke: #fff;
}

.page01 .page-content .tool:hover .title {
  color: #dc4f80;
}

.page01 .page-content .tool:hover:after, .page01 .page-content .tool:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.page01 .page-content .tool:hover:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page01 .page-content .tool:after {
  content: attr(alt);
  text-align: left;
  width: 130px;
  background: #ffece5;
  color: #b59797;
  padding: 10px 15px;
  line-height: 1.5;
  opacity: 0;
  display: block;
  position: absolute;
  margin-top: -8%;
  margin-left: calc(10% + 10px);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  border-radius: 3px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.page01 .page-content .tool:before {
  display: block;
  margin-top: 5%;
  margin-left: 10%;
  position: absolute;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  height: 0;
  width: 0;
  opacity: 0;
  border: 5px solid;
  border-color: #ffece5 #ffece5 transparent transparent;
  content: '';
  z-index: 1;
}

.page01 .page-content .tool .icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #ecf5fa;
  border-radius: 50%;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  position: relative;
}

.page01 .page-content .tool .icon img {
  width: 36px;
  height: 36px;
}

.page01 .page-content .tool .icon svg {
  width: 36px;
  height: 36px;
}

.page01 .page-content .tool .icon svg path {
  fill: none;
  stroke: #888989;
  stroke-width: 1.9416;
  stroke-miterlimit: 10;
}

.page01 .page-content .tool .icon svg circle {
  fill: none;
  stroke: #888989;
  stroke-width: 2.0177;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

.page01 .page-content .tool .icon svg polygon, .page01 .page-content .tool .icon svg polyline, .page01 .page-content .tool .icon svg line {
  fill: none;
  stroke: #888989;
  stroke-width: 2.1751;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.page01 .page-content .tool .icon .gear {
  position: absolute;
  bottom: 0;
  right: -23px;
  opacity: 0;
}

.page01 .page-content .tool .icon .gear img {
  width: 23px;
  height: 23px;
}

.page01 .page-content .tool .icon .gear:after {
  content: attr(alt);
  text-align: left;
  width: 130px;
  background: #ffece5;
  color: #b59797;
  padding: 10px 15px;
  line-height: 1.5;
  opacity: 0;
  display: block;
  position: absolute;
  margin-top: -100%;
  margin-left: 33px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  border-radius: 3px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.page01 .page-content .tool .icon .gear:before {
  display: block;
  margin-top: 8px;
  margin-left: 23px;
  position: absolute;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  height: 0;
  width: 0;
  opacity: 0;
  border: 5px solid;
  border-color: #ffece5 #ffece5 transparent transparent;
  content: '';
}

.page01 .page-content .tool .icon .gear:hover:after, .page01 .page-content .tool .icon .gear:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.page01 .page-content .tool .icon .gear:hover:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.page01 .page-content .tool + .tool {
  margin-top: 25px;
}

.page01 .page-content .tool + .tool:nth-child(5) polygon, .page01 .page-content .tool + .tool:nth-child(5) polyline, .page01 .page-content .tool + .tool:nth-child(5) line {
  fill: none;
  stroke: #888989;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.page01 .page-content .title {
  width: 130px;
  display: inline-block;
  margin-right: 25px;
  font-size: 16px;
}

.page01 .page-content .progress-container {
  width: 330px;
  display: inline-block;
  margin-right: 25px;
}

.page01 .page-content .progress-container figcaption {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
}

.page01 .page-content .progress-container figcaption .undone {
  float: right;
}

.page01 .page-content .progress-container .progress-bar {
  box-shadow: none;
  background-color: #dc4f80;
}

.page01 .page-content .progress-container .progress {
  border-radius: 0;
  box-shadow: none;
  background-color: #ecf5fa;
  display: block;
}

.page01 .page-content .rundown {
  display: inline-block;
  width: 420px;
}

.page01 .page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page01 .page-content ul li {
  padding: 0 20px 0 8px;
  display: inline-block;
  border-left: 1px solid #dc4f80;
}

.page01 .page-content ul li span {
  display: block;
}

.page02 .page-content {
  padding: 25px;
}

.page02 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page02 .page-content .peach {
  color: #dc4f80;
  margin-top: 23px;
  margin-bottom: 20px;
}

.page03 .page-content {
  padding: 25px;
}

.page03 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page03 .page-content #grid {
  margin-top: 25px;
  font-family: "Noto Sans TC", "Arial", "Verdana", "Lantinghei", "Noto Sans TC", "microsoft jhenghei", "微軟正黑體", "Segoe UI", cursive;
  border-radius: 2px;
  border-color: #a6bfbf;
}

.page03 .page-content #grid th {
  background: #84ccd0;
  border-color: #d5e1e1;
}

.page03 .page-content #grid th a {
  font-weight: normal;
  color: #fff;
}

.page03 .page-content #grid th:last-child {
  border-left: 0;
}

.page03 .page-content #grid td {
  border-bottom: 0;
  border-color: #d5e1e1;
}

.page03 .page-content #grid td:last-child {
  border-left: 0;
}

.page03 .page-content #grid .sui-input:focus {
  border-color: #dc4f80;
}

.page03 .page-content #grid .sui-alt-row {
  background-color: #f6fafa;
}

.page03 .page-content #grid .sui-gridheader {
  border: 0;
}

.page03 .page-content .sui-button-cell {
  text-align: center;
}

.page03 .page-content .sui-checkbox {
  font-size: 17px !important;
  padding-bottom: 4px !important;
}

.page03 .page-content .deleteButton {
  border: 0;
  background: none;
  color: inherit;
}

.page03 .page-content .bigicon {
  color: #5CB85C;
  font-size: 20px;
}

.page03 .side .agenda-list {
  padding: 0;
  margin: 0;
}

.page03 .side .agenda-list li {
  list-style: none;
}

.page03 .side .agenda-list li a {
  color: #626262;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
}

.page03 .side .agenda-list li a:hover {
  color: #dc4f80;
}

.page03 .side .agenda-list li a.active {
  color: #dc4f80;
}

.page03 .side .agenda-list li a.disabled {
  color: #a0a0a0;
}

.page04 .page-content {
  padding: 25px;
}

.page04 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page04 .page-content .grid {
  margin-top: 25px;
  font-family: "Noto Sans TC", "Arial", "Verdana", "Lantinghei", "Noto Sans TC", "microsoft jhenghei", "微軟正黑體", "Segoe UI", cursive;
  border-radius: 2px;
  border-color: #f7d2e1;
}

.page04 .page-content .grid th {
  background: #fd688e;
  border: 0;
}

.page04 .page-content .grid th a {
  font-weight: normal;
  color: #fff;
}

.page04 .page-content .grid th:last-child {
  border-left: 0;
}

.page04 .page-content .grid td {
  border: 0;
}

.page04 .page-content .grid td:last-child {
  border-left: 0;
}

.page04 .page-content .grid .sui-input:focus {
  border-color: #dc4f80;
}

.page04 .page-content .grid .sui-alt-row {
  background-color: #fff4f7;
}

.page04 .page-content .grid .sui-gridheader {
  border: 0;
}

.page04 .page-content .sui-button-cell {
  text-align: center;
}

.page04 .page-content .sui-checkbox {
  font-size: 17px !important;
  padding-bottom: 4px !important;
}

.page04 .page-content .deleteButton {
  border: 0;
  background: none;
  color: inherit;
}

.page04 .page-content .bigicon {
  color: #5CB85C;
  font-size: 20px;
}

.page04 .page-content .sum {
  width: 100%;
  margin-top: 60px;
}

.page04 .page-content .sum th {
  font-size: 14px;
  border-bottom: 2px solid #f7d2e1;
  color: #607474;
  font-weight: normal;
}

.page04 .page-content .sum td {
  font-family: arial;
  color: #dc4f80;
  font-weight: bold;
  font-style: italic;
}

.page04 .page-content .sum td:first-child {
  font-style: normal;
  font-family: 'century gothic';
}

.page04 .page-content .sum th, .page04 .page-content .sum td {
  padding: 7px;
}

.page04 .page-content .budget .grid {
  margin-top: 0;
}

.page04 .page-content .budget .grid + .grid {
  margin-top: 20px;
}

.page04 .page-content .budget .grid th {
  background: #ffd5e1;
  color: #b74477;
}

.page04 .page-content .budget .grid th a {
  color: inherit;
}

.page04 .page-content .budget .grid tbody tr {
  background: #fff;
}

.page04 .page-content .budget .grid tbody tr:nth-child(even) {
  background: #fff4f7;
}

.page04 .page-content .budget .grid tbody tr:nth-child(even) td, .page04 .page-content .budget .grid tbody tr:nth-child(even) input {
  background: #fff4f7;
}

.page04 .page-content .budget .grid input {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  box-shadow: none;
}

.page04 .page-content .budget .grid td.currency, .page04 .page-content .budget .grid th.currency {
  position: relative;
}

.page04 .page-content .budget .grid td.currency:before, .page04 .page-content .budget .grid th.currency:before {
  content: '$';
  position: absolute;
  left: 0;
  top: 13px;
  font-family: 'microsoft jhenghei';
}

.page04 .page-content .budget .grid td.currency input, .page04 .page-content .budget .grid td.currency a, .page04 .page-content .budget .grid th.currency input, .page04 .page-content .budget .grid th.currency a {
  text-align: right;
}

.page04 .page-content .budget .grid td.currency input, .page04 .page-content .budget .grid th.currency input {
  padding: 0;
}

.page04 .page-content .budget .grid a.remove {
  color: #c7c7c7;
  font-size: 14px;
  font-family: 'microsoft jhenghei';
  text-decoration: none;
}

.page04 .page-content .budget .grid th.currency:before {
  top: 5px;
}

.page04 .page-content .budget .grid a.additem {
  font-size: 13px;
  color: #b5b5b5;
  font-weight: normal;
  cursor: pointer;
}

.page04 .page-content .budget .grid i.fa-caret-down {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.page04 .page-content .budget .grid a.collapsed i {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.page04 .page-content .budget .grid a sub {
  bottom: 0;
  font-size: 12px;
  color: #e780ad;
}

.page05 .page-content {
  padding: 25px;
}

.page05 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page05 .page-content .grid {
  margin-top: 25px;
  font-family: "Noto Sans TC", "Arial", "Verdana", "Lantinghei", "Noto Sans TC", "microsoft jhenghei", "微軟正黑體", "Segoe UI", cursive;
  border-radius: 2px;
  border-color: #c7c5ce;
}

.page05 .page-content .grid th {
  background: #98acc7;
  border: 0;
}

.page05 .page-content .grid th a {
  font-weight: normal;
  color: #fff;
}

.page05 .page-content .grid th:last-child {
  border-left: 0;
}

.page05 .page-content .grid td {
  border: 0;
}

.page05 .page-content .grid td:last-child {
  border-left: 0;
}

.page05 .page-content .grid .sui-input:focus {
  border-color: #dc4f80;
}

.page05 .page-content .grid .sui-alt-row {
  background-color: #f3f7fb;
}

.page05 .page-content .grid .sui-gridheader {
  border: 0;
}

.page05 .page-content .sui-button-cell {
  text-align: center;
}

.page05 .page-content .sui-checkbox {
  font-size: 17px !important;
  padding-bottom: 4px !important;
}

.page05 .page-content .deleteButton, .page05 .page-content .editButton {
  border: 0;
  background: none;
  color: #c1c1c1 !important;
}

.page05 .page-content .deleteButton img, .page05 .page-content .editButton img {
  width: 15px;
}

.page05 .page-content .sui-cell:last-child button {
  border: 0;
  background: none;
  color: transparent;
}

.page05 .page-content .sui-update-buttons .sui-unselectable:nth-child(1) {
  border: 0;
  background: none;
  color: transparent;
}

.page05 .page-content .sui-update-buttons .sui-unselectable:nth-child(1):before {
  color: #c1c1c1;
  content: 'ˇ';
}

.page05 .page-content .sui-update-buttons .sui-unselectable:nth-child(2) {
  border: 0;
  background: none;
  color: transparent;
}

.page05 .page-content .sui-update-buttons .sui-unselectable:nth-child(2):before {
  color: #c1c1c1;
  content: '×';
}

.page05 .page-content .bigicon {
  color: #5CB85C;
  font-size: 20px;
}

.page05 .grid thead select {
  background: none;
  color: #fff;
  box-shadow: none;
  border: 0;
  display: inline-block;
  font-weight: normal;
  -moz-appearance: window;
  background-image: url(../images/common/08-3.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 29px;
  background-size: 20px;
  width: calc(100% + 29px);
}

.page05 .grid thead select:focus {
  outline: none;
}

.page05 .grid thead select option {
  background: #fff;
  color: #959595;
}

.page05 .grid thead select option:hover {
  background: #959595;
  color: #fff;
}

.page05 .switch-wrapper {
  cursor: pointer;
  width: 45px;
  height: 23px;
  display: inline-block;
  background: #eee;
  border-radius: 11px;
  position: relative;
}

.page05 .switch-wrapper img {
  height: 20px;
}

.page05 .switch-wrapper .switcher {
  position: absolute;
  top: 1px;
  width: 23px;
  left: 23px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.page05 .switch-wrapper .switcher img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  left: 0;
  position: absolute;
}

.page05 .switch-wrapper input {
  opacity: 0;
  position: absolute;
  left: -10px;
}

.page05 .switch-wrapper input:checked ~ .switcher {
  left: 2px;
}

.page05 .switch-wrapper input:checked ~ .switcher .attend-off {
  opacity: 0;
}

.page06 .page-content {
  padding: 25px;
}

.page06 .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.page06 .page-content .more {
  color: #898989;
  font-size: 12px;
}

.page06 .page-content .new {
  color: #fca0ba;
  font-size: 12px;
  text-decoration: none;
}

.page06 .page-content .peach {
  font-size: 16px;
  color: #dc4f80;
}

.page06 .page-content .vendors {
  padding: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 12px;
}

.page06 .page-content .vendors li {
  list-style: none;
  padding: 7px;
}

.page06 .page-content .vendors li article {
  border: 1px #e5e5e5 solid;
  padding: 10px;
  border-radius: 2px;
  margin: 0;
}

.page06 .page-content .vendors li article:hover {
  border: 1px #dc4f80 solid;
}

.page06 .page-content .vendors li article > figure, .page06 .page-content .vendors li article > aside {
  padding: 0;
}

.page06 .page-content .vendors li article > aside {
  padding-left: 10px;
}

.page06 .page-content .vendors li article h3 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 15px;
  color: #707070;
}

.page06 .page-content .vendors li article h3, .page06 .page-content .vendors li article span {
  padding: 0 0 0 5px;
}

.page06 .page-content .vendors li article .price {
  color: #dc4f80;
  font-size: 15px;
  margin-bottom: 10px;
}

.page06 .page-content .vendors li article .tel {
  color: #aaa;
  font-size: 14px;
}

.page06 .page-content .vendors li article .address {
  color: #d89aa9;
  font-size: 14px;
}

.page06 .page-content .vendors li article .star {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 85px;
}

.page06 .page-content .vendors li article .star:before {
  content: '';
  display: inline-block;
  background: url(../images/common/star.svg) 0 0/17px auto;
  height: 17px;
  width: 0;
}

.page06 .page-content .vendors li article .star:after {
  content: '';
  display: inline-block;
  background: url(../images/common/star_empty.svg) 0 0/17px auto;
  height: 17px;
  width: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.page06 .page-content .vendors li article .star.rate1:before {
  width: 17px;
}

.page06 .page-content .vendors li article .star.rate1:after {
  width: 68px;
}

.page06 .page-content .vendors li article .star.rate2:before {
  width: 34px;
}

.page06 .page-content .vendors li article .star.rate2:after {
  width: 51px;
}

.page06 .page-content .vendors li article .star.rate3:before {
  width: 51px;
}

.page06 .page-content .vendors li article .star.rate3:after {
  width: 34px;
}

.page06 .page-content .vendors li article .star.rate4:before {
  width: 68px;
}

.page06 .page-content .vendors li article .star.rate4:after {
  width: 17px;
}

.page06 .page-content .vendors li article .star.rate5 {
  width: 85px;
}

.page06 .page-content .vendors li article .remove {
  position: absolute;
  top: 0;
  right: 0;
}

.page06 .page-content .vendors li article .remove:after {
  color: #bfbfbf;
  font-size: 1.2em;
  content: '×';
}

.page06 .page-content .vendors li article .edit {
  position: absolute;
  top: 3px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/common/edit.svg) 0 0/cover;
}

.page06 .modal .profile-pic {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 100px;
  height: 100px;
}

.page06 .modal .profile-pic .preview {
  display: block;
  padding: 10px;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}

.page06 .modal .profile-pic .preview img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.page06 .modal .profile-pic a {
  color: #a0a0a0;
  font-size: 12px;
}

.page07-order #validate .al-body {
  color: #505050;
}

.page07-order .page-content {
  padding: 50px;
  letter-spacing: 3px;
}

.page07-order .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 7px;
}

.page07-order .page-content p {
  padding-right: 3px;
}

.page07-order .page-content table {
  width: 100%;
  height: 105px;
  text-align: center;
}

.page07-order .page-content table .table-title {
  background-color: #dc4f80;
  color: #fff;
  height: 30px;
  border-radius: 3px;
}

.page07-order .page-content table .pay {
  color: #dc4f80;
  cursor: pointer;
}

.page07-order .page-content table img {
  /*width: 60px;*/
  height: 60px;
}

.page07-order .page-content .orderinfo-box {
  padding: 0px 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.page07-order .page-content .tool {
  height: 110px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.page07-order .page-content .tool:hover {
  border-color: #dc4f80;
}

.page07-account #weddinginfo {
  display: none;
}

.page07-account #accountmanage {
  display: none;
}

.page07-account .side aside {
  padding: 0px;
}

.page07-account .side .account-btn {
  padding: 0px;
}

.page07-account .side .account-btn li {
  padding: 15px 25px;
  list-style-type: none;
  border-bottom: 1px solid #e5e5e5;
}

.page07-account .side .account-btn li .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  padding-top: 2px;
  float: left;
}

.page07-account .side .account-btn li .personal-icon {
  background: url("../images/common/07-1.svg");
}

.page07-account .side .account-btn li .wedding-icon {
  background: url("../images/common/07-2.svg");
}

.page07-account .side .account-btn li .account-icon {
  background: url("../images/common/07-3.svg");
}

.page07-account .side .account-btn li:nth-child(3) {
  border-bottom: 0px;
}

.page07-account .side .account-btn .active {
  background-color: #dc4f80;
}

.page07-account .side .account-btn .active a {
  color: #fff;
}

.page07-account .side .account-btn .active .personal-icon {
  background: url("../images/common/07-1-hover.svg");
}

.page07-account .side .account-btn .active .wedding-icon {
  background: url("../images/common/07-2-hover.svg");
}

.page07-account .side .account-btn .active .account-icon {
  background: url("../images/common/07-3-hover.svg");
}

.page07-account .page-content {
  padding: 25px;
  letter-spacing: 3px;
}

.page07-account .page-content .personimg-upload {
  width: 170px;
  height: 410px;
  border-right: 1px solid #e5e5e5;
}

.page07-account .page-content .personimg-upload .imgbox {
  width: 145px;
  height: 145px;
  border: 1px solid #e5e5e5;
}

.page07-account .page-content .personimg-upload .imgbox img {
  width: 145px;
  height: 145px;
}

.page07-account .page-content .personimg-upload .upload {
  padding: 4px 10px;
  height: 20px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  color: #888;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}

.page07-account .page-content .personimg-upload .upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.page07-account .page-content .personimg-upload .upload:hover {
  border-color: #ccc;
  text-decoration: none;
}

.page07-account .page-content .personimg-upload .icon {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}

.page07-account .page-content .form-content {
  padding-left: 20px;
  width: 78%;
}

.page07-account .page-content .form-content input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  height: 32px;
  padding-left: 10px;
}

.page07-account .page-content .form-content select:focus,
.page07-account .page-content .form-content input:focus {
  border-radius: 3px;
  outline: 1px solid #dc4f80;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.page07-account .page-content .form-content select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  height: 32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/common/08-3.svg") no-repeat scroll 98% center transparent;
  background-size: 15px 15px;
  padding-right: 14px;
  padding-left: 10px;
}

.page07-account .page-content .form-content select::-ms-expand {
  display: none;
}

.page07-account .page-content .form-content .half-input {
  width: 50%;
}

.page07-account .page-content .weddingform-content {
  width: 100%;
  padding-left: 0px;
}

.page07-account .page-content .weddingform-content .half-input {
  width: 48%;
}

.page07-account .page-content .weddingform-content .half-input:nth-child(odd) {
  margin-right: 30px;
}

.page07-account .page-content .weddingform-content .input-group {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 32px;
  padding: 0px;
  border: 0px;
}

.page07-account .page-content .weddingform-content .date:hover {
  background-color: initial;
}

.page07-account .page-content .weddingform-content .date-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 355px;
  cursor: pointer;
  top: 6px;
  border: none;
  background: url("../images/common/03-2.svg") no-repeat;
  z-index: 5;
}

.page07-account .page-content .weddingform-content .wedding-char {
  float: left;
  width: 99.5%;
}

.page07-account .page-content .weddingform-content .wedbud {
  margin-right: 30px;
}

.page07-account .page-content .weddingform-content .wedvis {
  margin-right: 0px !important;
}

.page07-account .page-content #accountmanage .setting-title {
  width: 93px;
}

.page07-account .page-content #accountmanage .setting-content {
  width: 88%;
  padding-left: 25px;
  border-left: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.page07-account .page-content #accountmanage .setting-content input {
  margin-bottom: 20px;
  margin-bottom: 20px;
  width: 315px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}

.page07-account .page-content #accountmanage .setting-content input:focus {
  border-radius: 3px;
  outline: 1px solid #dc4f80;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.page07-account .page-content #accountmanage .setting-content input[type="checkbox"] {
  display: none;
}

.page07-account .page-content #accountmanage .setting-content input[type="checkbox"]:checked + label {
  background: url("../images/common/02-4.svg");
}

.page07-account .page-content #accountmanage .setting-content label {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.page07-account .page-content #accountmanage .setting-content .new-password {
  width: 283px;
}

.page07-account .page-content #accountmanage hr {
  border: 1px solid #eeeeee;
  margin: 0px;
}

.page07-account .page-content .submit {
  margin: 15px 4px 0px;
  letter-spacing: 1px;
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  height: 100%;
  background-color: #dc4f80;
  color: white;
  padding: 10px 14px;
}

.page07-account .page-content .submit:hover {
  background-color: #f877a4;
}

.page07-account .page-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 7px;
}

.page08 .container {
  min-width: 1170px;
}

.page08 .side button {
  margin: 15px 0px;
  letter-spacing: 1px;
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  height: 100%;
  padding: 10px 14px;
  width: 120px;
  height: 40px;
}

.page08 .side button:hover {
  border: none;
  background-color: #fca0ba;
  color: white;
}

.page08 .preview {
  margin-right: 7px;
}

.page08 .preview a {
  color: #626262;
}

.page08 .preview:hover a {
  color: white;
}

.page08 .vartical-line {
  position: absolute;
  margin-top: 5px;
  margin-left: 6px;
  height: 185px;
  border: 1px solid #e3e3e3;
}

.page08 .categories li {
  margin: 10px;
}

.page08 .categories li .is-review {
  position: absolute;
  width: 20px;
  height: 15px;
  margin-left: 80px;
  margin-top: -13px;
  background: url("../images/pages/08/08-1.svg") no-repeat;
  cursor: pointer;
}

.page08 .categories li .disabled {
  background: url("../images/pages/08/08-2.svg") no-repeat;
}

.page08 .categories i {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: #e5e5e5;
  margin-top: 3px;
  margin-left: -30px;
}

.page08 .categories a {
  color: #626262;
}

.page08 .categories li:hover i {
  background: #fca0ba;
}

.page08 .categories li:hover a {
  color: #fca0ba;
}

.page08 .categories .active i {
  background: #dc4f80;
  z-index: 10;
}

.page08 .categories .active a {
  color: #dc4f80;
}

.page08 #aboutus {
  display: none;
}

.page08 #information {
  display: none;
}

.page08 #wedding-photo {
  display: none;
}

.page08 #wedding-record {
  display: none;
}

.page08 #attend-count {
  display: none;
}

.page08 .welcome-li {
  list-style: none;
}

.page08 .backimg {
  height: 980px;
  background: url("../images/pages/08/background.jpg");
}

.page08 .backimg .content-box {
  width: 685px;
  height: 895px;
  background: white;
  position: absolute;
  margin-top: 50px;
  margin-left: 50px;
  border: 1px solid #c9bc9c;
}

.page08 .backimg .content-box .content-img {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.page08 .backimg .content-box .content-img img {
  width: 400px;
  height: 200px;
}

.page08 .backimg .content-box .edit-box {
  position: relative;
  margin: 40px 30px;
  height: 450px;
  width: 625px;
  border: 1px solid #e3e3e3;
}

.page08 .backimg .content-box ul {
  color: #8c805e;
  font-size: 14px;
  margin-left: 50px;
}

.page08 .backimg .content-box ul li {
  display: list-item;
  list-style: disc;
  padding: 0px 20px 0px 10px;
  margin-left: 10px;
  float: left;
}

.page08 .backimg .content-box .mce-tinymce {
  border: 1px dashed #e3e3e3;
  margin: 40px 25px;
}

.page08 .backimg .content-box .row {
  margin-left: 0px;
  margin-right: -9px;
}

.page08 .tips {
  margin: 0px 25px 20px 25px;
  float: right;
}

.page08 .fillin-box {
  margin: 30px 25px 20px 25px;
}

.page08 .fillin-box .slogan {
  margin-bottom: 20px;
  color: #8c805e;
}

.page08 .fillin-box .half-input {
  width: 48%;
  position: relative;
}

.page08 .fillin-box .half-input:nth-child(odd) {
  margin-right: 25px;
}

.page08 .fillin-box .date-box {
  margin-right: 25px;
}

.page08 .fillin-box .time-box {
  margin-right: 0px !important;
}

.page08 .fillin-box .date-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 275px;
  top: 6px;
  background: url("../images/common/03-2.svg");
  border: none;
}

.page08 .fillin-box input {
  width: 92.5%;
  margin-bottom: 15px !important;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  height: 32px;
  padding-left: 10px;
}

.page08 .fillin-box select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/common/08-3.svg") no-repeat scroll 98% center transparent;
  background-size: 15px 15px;
  padding-right: 14px;
}

.page08 .fillin-box select::-ms-expand {
  display: none;
}

.page08 .fillin-box .date,
.page08 .fillin-box .time {
  width: 84%;
}

.page08 .fillin-box .traffic-title {
  vertical-align: top;
}

.page08 .fillin-box .traffic-info {
  width: 82%;
  height: 135px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 15px;
  margin-left: 25px;
}

.page08 .fillin-box .blue-btn {
  width: 125px;
  height: 30px;
  border: 1px dashed #e3e3e3;
  background-color: #eff5ff;
  margin-bottom: 15px;
}

.page08 .fillin-box .addinfo-btn {
  float: right;
}

.page08 .fillin-box .photo-box {
  margin-left: 0px !important;
}

.page08 .fillin-box .photo-box li {
  padding: 0px !important;
  margin-left: 0px !important;
}

.page08 .fillin-box .photo-box a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.page08 .fillin-box .photo-box a img {
  width: 153px;
  height: 153px;
  margin-top: 6px;
  margin-right: 5px;
}

.page08 .fillin-box .photo-box a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: background-color .15s ease 0s;
  transition: background-color .15s ease 0s;
}

.page08 .fillin-box .photo-box a .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: .8;
  width: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.page08 .fillin-box .photo-box a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.page08 .page-content {
  padding: 25px;
}

.page08 .page-content #themes {
  font-size: 14px;
  letter-spacing: 3px;
}

.page08 .page-content #themes .themes-box {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page08 .page-content #themes .themes-box .preview-btn {
  position: absolute;
  width: 120px;
  height: 36px;
  background: white;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  left: 75px;
  top: -50px;
  opacity: 0;
  z-index: 50;
}

.page08 .page-content #themes .themes-box .preview-btn:focus {
  outline: 1px solid #dc4f80;
}

.page08 .page-content #themes .themes-box .preview-mark {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.page08 .page-content #themes .themes-box:hover .preview-mark {
  background-color: white;
  opacity: 0.5;
}

.page08 .page-content #themes .themes-box:hover .preview-btn {
  opacity: 1;
  top: 120px;
  -webkit-transition: top 2s, opacity 1s;
  transition: top 2s, opacity 1s;
  -webkit-transition: top 1s, opacity 1s;
  -moz-transition: top 1s, opacity 1s;
}

.page08 .page-content #themes .themes-price {
  color: #fca0ba;
  font-style: italic;
}

.page08 .page-content #themes .free-price {
  text-decoration: line-through;
}

.page08 .page-content #themes .freepr {
  color: red;
}

.page08 .page-content #themes .buy-btn {
  float: right;
  letter-spacing: 3px;
  color: #a0a0a0;
  background: none;
  border: 0px;
  margin-right: 20px;
}

.page08 .page-content #themes .buy-btn:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 13px;
  margin: 5px;
  background: url("../images/pages/08/08-6.svg");
}

.page08 .page-content #themes .buy-btn:hover {
  color: #dc4f80;
}

.page08 .page-content #themes .buy-btn:hover:after {
  content: '';
  background: url("../images/pages/08/08-6-hover.svg");
}

.page08 .page-content #themes .themes-author {
  color: #a0a0a0;
  margin-bottom: 30px;
}

.page08 .page-content #setting .half-input span {
  float: left;
  margin-top: 6px;
}

.page08 .page-content #setting .edit-box {
  margin-top: 0px;
  margin-left: 0px;
}

.page08 .page-content #setting .box {
  width: 76%;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 15px;
}

.page08 .page-content #setting .setting-upload {
  width: 170px;
}

.page08 .page-content #setting .setting-upload .imgbox {
  width: 300px;
  height: 300px;
  border: 1px solid #e3e3e3;
}

.page08 .page-content #setting .setting-upload .imgbox img {
  width: 300px;
  height: 300px;
}

.page08 .page-content #setting .setting-upload .upload {
  padding: 4px 10px;
  height: 20px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  color: #888;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}

.page08 .page-content #setting .setting-upload .upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.page08 .page-content #setting .setting-upload .upload:hover {
  border-color: #ccc;
  text-decoration: none;
}

.page08 .page-content #setting .setting-upload .icon {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}

.page08 .page-content #attend-count .half-input span {
  float: left;
}

.page08 .page-content #attend-count .box {
  width: 76%;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 15px;
}

.page08 .page-content #attend-count select {
  width: 76%;
}

.page08 .page-content #attend-count .add {
  width: 88.5%;
}

.page08 .page-content #attend-count .remark {
  width: 88.5%;
  height: 180px;
}

.page08 .page-content #attend-count .email-title {
  margin-right: 18px;
}

.page08 .page-content #attend-count .table-title {
  margin-right: 27px;
  float: left;
}

.page08 .page-content #attend-count .remark-title {
  vertical-align: top;
  float: left;
}

.page08 .page-content #attend-count .traffic-info {
  margin-left: 25px;
  width: 89%;
  height: 150px;
}

.page08 .page-content #attend-count .attend-btn {
  letter-spacing: 1px;
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  height: 100%;
  color: white;
  padding: 10px 14px;
}

.page08 .page-content #attend-count .submit {
  float: right;
  background-color: #dc4f80;
}

.page08 .page-content #attend-count .submit:hover {
  background-color: #f877a4;
}

.page08 .page-content #attend-count .cancel {
  background-color: #7e7f80;
}

.page08 .page-content #attend-count .cancel:hover {
  background-color: #c9c9c9;
}

.page08 .modal .modal-content img {
  width: 70px;
  height: 80px;
  float: left;
  margin-right: 20px;
}

.page08 .modal .modal-content .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  margin-top: 10px;
  margin-right: 10px;
}

.page08 .modal .modal-content .text-content a {
  text-decoration: underline;
}

.page08 .modal .modal-content .text-content .pay-chk {
  margin-top: 20px;
}

.page08 .modal .btn-default, .page08 .modal .search-form .search-submit, .search-form .page08 .modal .search-submit {
  float: left;
}

.page08 .modal .modal-body {
  margin: 50px 60px 0px 60px;
  padding-left: 0px;
  padding-bottom: 25px;
}

.page08 .modal .modal-footer {
  margin: 0px 60px 35px 60px;
}

.page08 .modal .modal-footer .btn, .page08 .modal .modal-footer .comment-form input[type="submit"], .comment-form .page08 .modal .modal-footer input[type="submit"], .page08 .modal .modal-footer .search-form .search-submit, .search-form .page08 .modal .modal-footer .search-submit {
  color: #fff;
}

.page08 .modal .modal-footer .submit {
  float: right;
  background-color: #dc4f80;
}

.page08 .modal .modal-footer .submit:hover {
  background-color: #f877a4;
}

.page08 .modal .modal-footer .cancel {
  background-color: #7e7f80;
}

.page08 .modal .modal-footer .cancel:hover {
  background-color: #c9c9c9;
}

.page08 .modal input[type="checkbox"] {
  display: none;
}

.page08 .modal input[type="checkbox"]:checked + label {
  background: url("../images/common/02-4.svg");
}

.page08 .modal label {
  float: left;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.page08 .modal input[type="radio"] {
  outline: none;
}

.page08 .modal-backdrop {
  background-color: #fff;
}

#confirm-order .modal-body {
  padding-top: 0px;
}

#upload-file .modal-body, #upload-video .modal-body {
  padding: 0px;
  font-size: 16px;
}

#upload-file .modal-body input, #upload-video .modal-body input {
  width: 70%;
  height: 32px;
  border: 1px solid #e5e5e5;
}

#upload-file .modal-body .add-file, #upload-video .modal-body .add-file {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #b3d9e4;
  margin-left: 20px;
  border-radius: 25px;
}

#upload-file .modal-body .tips, #upload-video .modal-body .tips {
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 90px;
  padding-top: 5px;
  margin-bottom: 30px;
}

.edit-area .container {
  background-color: white;
  padding: 20px;
}

.edit-area .container p {
  font-size: 20px;
}

.edit-area .container .edit-photos, .edit-area .container .edit-videos {
  border: 1px solid #ddd;
  margin-bottom: 50px;
}

.edit-area .container .edit-photos .btn-save, .edit-area .container .edit-videos .btn-save {
  background-color: #dc4f80;
  color: #fff;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.edit-area .container .edit-photos .btn-save:hover, .edit-area .container .edit-videos .btn-save:hover {
  background-color: #f877a4;
}

.edit-area .container .edit-photos ul, .edit-area .container .edit-videos ul {
  padding-left: 0px;
}

.edit-area .container .edit-photos .edit-box, .edit-area .container .edit-videos .edit-box {
  height: 200px;
  width: 200px;
  border: 1px solid;
  margin: 10px;
  margin-bottom: 50px;
  display: inline-block;
  text-decoration: none;
}

.edit-area .container .edit-photos .edit-box .imgbox, .edit-area .container .edit-videos .edit-box .imgbox {
  width: 100%;
  height: 100%;
}

.edit-area .container .edit-photos .edit-box .imgbox img, .edit-area .container .edit-videos .edit-box .imgbox img {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.edit-area .container .edit-photos .edit-box input, .edit-area .container .edit-videos .edit-box input {
  width: 120px;
  margin: 10px;
  margin-top: 20px;
}

.page08-preview .page-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page08-preview article {
  height: 1425px;
  background: url("../images/pages/08/background.jpg");
  background-size: cover;
}

.page08-preview article .content {
  width: 1012px;
  height: 1270px;
  background: #fff;
  padding: 50px;
  margin: 80px;
  position: absolute;
  border: 1px solid #c9bc9c;
  display: block;
}

.page08-preview article .content .content-img {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page08-preview article .content .content-img img {
  width: 565px;
  height: 300px;
}

.page08-preview article .content ul {
  font-size: 20px;
  font-weight: 200;
  margin-left: 30px;
  color: #8c805e;
}

.page08-preview article .content ul li {
  float: left;
  display: list-item;
  padding: 0px 25px;
  margin-right: 25px;
  margin-left: 0px;
}

.page08-preview article section {
  margin-top: 50px;
}

.page08-preview #aboutusimg {
  display: none;
}

.page08-preview #informationimg {
  display: none;
}

.page08-preview #wedding-photoimg {
  display: none;
}

.page08-preview #wedding-recordimg {
  display: none;
}

.page08-preview #attend-countimg {
  display: none;
}

.page08-preview .page-content {
  width: 100%;
  margin-top: 45px;
  padding: 0px;
}

.page08-preview .page-content #welcome img {
  height: 30px;
  position: absolute;
  margin-top: 105px;
  margin-left: -15px;
}

.page08-preview .page-content #welcome .cm,
.page08-preview .page-content #welcome .cw {
  width: 50%;
  float: left;
  padding: 0px 30px;
  font-size: 30px;
  margin-bottom: 90px;
  margin-top: 60px;
}

.page08-preview .page-content #welcome .cm {
  text-align: right;
}

.page08-preview .page-content #welcome .cw {
  text-align: left;
}

.page08-preview .page-content #welcome .cw-title,
.page08-preview .page-content #welcome .cm-title {
  font-size: 19px;
  font-weight: 200;
  color: #8c805e;
  letter-spacing: 5px;
}

.page08-preview .page-content #welcome .slogan {
  font-size: 26px;
  text-align: center;
  color: #8c805e;
}

.page08-preview .page-content #aboutus {
  display: block;
}

.page08-preview .page-content #aboutus div {
  width: 50%;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.page08-preview .page-content #aboutus div img {
  width: 100%;
}

.page08-preview .page-content #aboutus .about-content {
  padding-right: 30px;
}

.page08-preview .page-content #information {
  text-align: center;
  font-size: 17px;
}

.page08-preview .page-content #information p {
  margin: 0px;
}

.page08-preview .page-content #information .slogan {
  margin-bottom: 30px;
  color: #8c805e;
  font-size: 20px;
  letter-spacing: 3px;
}

.page08-preview .page-content #information .cm,
.page08-preview .page-content #information .cw {
  width: 50%;
  float: left;
  padding: 0px 30px;
  font-size: 20px;
  margin-bottom: 30px;
}

.page08-preview .page-content #information .cm {
  text-align: right;
}

.page08-preview .page-content #information .cw {
  text-align: left;
}

.page08-preview .page-content #information .cw-title,
.page08-preview .page-content #information .cm-title {
  font-size: 19px;
  color: #8c805e;
}

.page08-preview .page-content #information .event-title {
  font-size: 18px;
  color: #8c805e;
}

.page08-preview .page-content #information .infobox {
  margin-bottom: 20px;
}

.page08-preview .page-content #attend-count {
  font-size: 20px;
}

.page08-preview .page-content #attend-count input {
  width: 65%;
  font-size: 17px;
  height: 42px;
}

.page08-preview .page-content #attend-count select {
  width: 65%;
  font-size: 17px;
  height: 42px;
}

.page08-preview .page-content #attend-count .add {
  width: 83.6%;
}

.page08-preview .page-content #attend-count .remark {
  width: 83.6%;
  height: 255px;
}

.page08-preview .page-content #attend-count .email-title {
  margin-right: 25px;
}

.page08-preview .page-content #attend-count .table-title {
  margin-right: 37px;
}

.page08-preview .page-content #attend-count .btn, .page08-preview .page-content #attend-count .comment-form input[type="submit"], .comment-form .page08-preview .page-content #attend-count input[type="submit"], .page08-preview .page-content #attend-count .search-form .search-submit, .search-form .page08-preview .page-content #attend-count .search-submit {
  color: #fff;
  margin-right: 65px;
}

.page08-preview .page-content .photo-box a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.page08-preview .page-content .photo-box a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color .15s ease 0s;
  transition: background-color .15s ease 0s;
}

.page08-preview .page-content .photo-box a .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: .8;
  width: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.page08-preview .page-content .photo-box img {
  width: 220px;
  height: 220px;
  margin-top: 10px;
  margin-right: 4px;
}

.page08-preview footer {
  background: #fff;
  color: #e5e5e5;
}

.page08-preview footer .copy {
  margin: 30px auto;
}

.page09 .container {
  min-width: 1170px;
}

.page09 .sign-up-div {
  position: relative;
  top: 0px;
  right: 0px;
  background: none;
  padding: 60px 20px;
  float: left;
}

.page09 .sign-up-div .title {
  font-size: 26px;
  font-weight: bold;
}

.page09 .sign-up-div .pink-hr {
  border-color: #dc4f80;
}

.page09 .sign-up-div .pink-hr:before {
  background-color: #dc4f80;
  content: '';
  height: 5px;
  left: 365px;
  position: absolute;
  top: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 20px 35px 0;
  transform-origin: 20px 35px 0;
  width: 5px;
}

.page09 .sign-up-div .input {
  height: 35px;
}

.page09 .sign-up-div .input button {
  height: 35px;
  color: white;
}

.page09 .sign-up-div .input .right {
  right: 30px;
}

.page09 .sign-up-div .input .left {
  margin-left: 10px;
}

.page09 .sign-up-div .fb-input {
  width: 48.5%;
  float: left;
  margin-right: 10px;
}

.page09 .sign-up-div .fb-input button {
  padding-left: 25px;
}

.page09 .sign-up-div .google-input {
  width: 48.5%;
  float: left;
}

.page09 .sign-up-div .custom-input {
  width: 100%;
  float: left;
}

.page09 .image-box {
  width: 725px;
  position: relative;
  float: left;
  padding: 120px 20px;
}

.page09 .image-box img {
  width: 100%;
  height: 430px;
}

.page09 .backgroundimg {
  background: url(../images/pages/09/backimg.png) no-repeat;
}

.page09 .backgroundimg .about {
  margin-bottom: 160px;
}

.page09 .backgroundimg .intro {
  width: 37%;
  color: white;
  font-size: 20px;
  text-align: right;
}

.page09 .backgroundimg .intro h4 {
  font-size: 28px;
}

.page09 .backgroundimg .intro button {
  float: right;
  border: 0;
  background-color: #dc4f80;
  padding: 13px 34px;
  margin-top: 45px;
  margin-bottom: 70px;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.page09 .backgroundimg .intro button img {
  width: 100px;
}

.page09 .backgroundimg .intro button img:nth-child(2) {
  width: 30px;
  margin-left: 10px;
}

.page09 .backgroundimg .intro button:hover {
  background-color: #f877a4;
}

.page09 .backgroundmac {
  margin-top: 90px;
  background: url("../images/pages/09/mac.png") -240px 0px no-repeat;
}

.page09 .backgroundmac .img-box {
  width: 909px;
  height: 503px;
  position: absolute;
  margin-top: 49px;
}

.page09 .backgroundmac .img-box .right-img {
  width: 100%;
  height: 99.2%;
}

.page09 .backgroundmac #img02 {
  display: none;
}

.page09 .backgroundmac #img03 {
  display: none;
}

.page09 .backgroundmac .fadein {
  opacity: 100;
  filter: alpha(opacity=100);
}

.page09 .backgroundmac .container {
  padding: 0px;
}

.page09 .backgroundmac .about-01 {
  float: right;
  width: 35%;
  margin-top: 0px;
}

.page09 .backgroundmac .about-01 .intro-list li {
  list-style: none;
}

.page09 .backgroundmac .about-01 .intro-list .intro-img {
  text-align: start;
  float: left;
  width: 32%;
}

.page09 .backgroundmac .about-01 .intro-list .intro-content {
  color: #505050;
  text-align: start;
  float: left;
  width: 68%;
  margin-bottom: 40px;
}

.page09 .backgroundmac .about-01 .intro-list .intro-content p {
  font-size: 18px;
  text-align: justify;
}

.page09 .backgroundmac .about-01 .intro-list .intro-content h4 {
  font-size: 26px;
}

.page09 .backgroundmac .about-01 .intro-list li:hover .intro-content {
  color: #dc4f80;
}

.page09 .peach {
  background-color: #dc4f80;
}

.page09 .peach .about-02 {
  float: left;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 100px;
}

.page09 .peach .about-02 .intro-list li {
  list-style: none;
}

.page09 .peach .about-02 .intro-list .intro-img {
  text-align: start;
  float: left;
  width: 25%;
}

.page09 .peach .about-02 .intro-list .intro-content {
  text-align: start;
  float: left;
  width: 68%;
  margin-bottom: 40px;
  padding-right: 30px;
  color: white;
}

.page09 .peach .about-02 .intro-list .intro-content p {
  font-size: 18px;
  text-align: justify;
}

.page09 .peach .about-02 .intro-list .intro-content h4 {
  font-size: 26px;
}

.page09 .peach .about-02 .intro-list li:hover .intro-content {
  color: #505050;
}

.page09 .peach .about02-img .img-box2 {
  width: 570px;
  height: 376px;
}

.page09 .peach .about02-img .img-box2 img {
  width: 100%;
  height: 100%;
}

.page09 .peach .about02-img #img05 {
  display: none;
}

.page09 .peach .about02-img #img06 {
  display: none;
}

@media screen and (max-width: 1680px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -300px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -60px;
  }
}

@media screen and (max-width: 1600px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -350px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -110px;
  }
}

@media screen and (max-width: 1440px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -400px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -160px;
  }
}

@media screen and (max-width: 1360px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -450px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -210px;
  }
}

@media screen and (max-width: 1300px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -500px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -260px;
  }
}

@media screen and (max-width: 1250px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -550px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -310px;
  }
}

@media screen and (max-width: 1200px) {
  .backgroundmac {
    background: url("../images/pages/09/mac.png") -600px 0px no-repeat !important;
  }
  .backgroundmac .img-box {
    left: -360px;
  }
}

.page10-3 {
  background: #fff;
}

.page10-3 .intro-content .article {
  margin-right: 30px;
}

.page10 .container {
  min-width: 1170px;
}

.page10 nav.pinkmenu {
  background: #fb94b1;
}

.page10 nav.pinkmenu ul {
  padding: 0;
  margin-bottom: 0;
  width: 80%;
  position: relative;
}

.page10 nav.pinkmenu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
}

.page10 nav.pinkmenu ul li a {
  font-size: 16px;
  margin: 12px 50px 24px 0px;
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.page10 nav.pinkmenu ul li a:hover {
  color: #dc4f80;
  border-left: 1px solid #dc4f80;
}

.page10 nav.pinkmenu ul li a:hover:before {
  color: #dc4f80;
  border-left: 1px solid #dc4f80;
}

.page10 nav.pinkmenu ul li.active a {
  color: #dc4f80;
  border-left: 1px solid #dc4f80;
}

.page10 nav.pinkmenu ul li.active a:before {
  color: #dc4f80;
  border-left: 1px solid #dc4f80;
}

.page10 nav.pinkmenu ul li a:before {
  position: absolute;
  margin-top: 20px;
  margin-left: -11px;
  color: #fdc4d4;
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.page10 nav.pinkmenu ul li .tips:before {
  content: 'WIDDING TIPS';
}

.page10 nav.pinkmenu ul li .news:before {
  content: 'HOT NEWS';
}

.page10 nav.pinkmenu ul li .interview:before {
  content: 'INTERVIEW';
}

.page10 nav.pinkmenu ul li .company:before {
  content: 'INTERVIEW';
}

.page10 nav.pinkmenu ul li .other:before {
  content: 'OTHERSS';
}

.page10 nav.pinkmenu .input {
  float: right;
  margin-top: -40px;
  position: relative;
}

.page10 nav.pinkmenu .input input {
  border-radius: 4px;
  border: 1px;
}

.page10 nav.pinkmenu .input img {
  position: absolute;
  right: 5px;
  top: 3px;
}

.page10 .transform-btn {
  width: 25px;
  height: 25px;
  border-radius: none;
  border: 1px solid #fff;
  background-color: #dc4f80;
  color: white;
  margin-right: 30px;
  vertical-align: sub;
}

.page10 .transform-btn:hover {
  background-color: #f877a4;
}

.page10 .tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page10 .tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

.page10 .tooltip.left {
  margin-left: 1px;
}

.page10 .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffece5;
}

.page10 .tooltip-inner {
  max-width: 200px;
  padding: 7px 8px;
  color: #c5aaa8;
  text-align: center;
  text-decoration: none;
  background-color: #ffece5;
  border-radius: 4px;
}

.page10 .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.page10 #photo-carousel {
  height: 780px;
}

.page10 #photo-carousel .carousel-indicators li {
  margin: 0px 10px;
}

.page10 #photo-carousel .carousel-inner .item img {
  width: 100%;
  height: 780px;
}

.page10 #photo-carousel .carousel-inner .item .carousel-caption {
  width: 480px;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  text-align: left;
  font-size: 13px;
  margin-bottom: 50px;
}

.page10 #photo-carousel .carousel-inner .item .carousel-caption .tips-icon {
  background: url("../images/pages/10/10-3.svg");
  width: 100px;
  height: 17px;
  margin-bottom: 25px;
}

.page10 #photo-carousel .carousel-inner .item .carousel-caption .tips-title {
  font-size: 26px;
}

.page10 #photo-carousel .carousel-inner .item .carousel-caption hr {
  width: 100px;
  float: left;
  border-top: 2px solid;
}

.page10 #photo-carousel .left {
  background: none;
}

.page10 #photo-carousel .left .glyphicon-chevron-left:before {
  content: '';
  background: url("../images/pages/10/left.png") no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.page10 #photo-carousel .right {
  background: none;
}

.page10 #photo-carousel .right .glyphicon-chevron-right:before {
  content: '';
  background: url("../images/pages/10/right.png") no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
}

.page10 .page-container .spotlight-area {
  height: 950px;
}

.page10 .page-container .img-title {
  width: 370px;
  height: 115px;
  margin: 0px auto;
  background: url("../images/pages/10/10-2.svg") no-repeat center;
  margin-top: 25px;
  margin-bottom: 50px;
}

.page10 .page-container .news-title:before {
  content: '';
  background: url("../images/pages/10/10-7.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 100px;
}

.page10 .page-container .sopt-title:before {
  content: '';
  background: url("../images/pages/10/10-8.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 100px;
}

.page10 .page-container .read-title:before {
  content: '';
  background: url("../images/pages/10/10-6.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 60px;
}

/*.page10 .page-container .weddingnews-title:before {
  content: '';
  background: url("../images/pages/10/10-5.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 60px;
}
*/
.page10 .page-container .wedding_tips:before {
  content: '';
  background: url("../images/pages/10/tips.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 80px;
}

.page10 .page-container .wedding_news:before {
  content: '';
  background: url("../images/pages/10/news.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 60px;
}

.page10 .page-container .wedding_interview:before {
  content: '';
  background: url("../images/pages/10/interview.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 60px;
}

.page10 .page-container .wedding_others:before {
  content: '';
  background: url("../images/pages/10/others.svg") no-repeat;
  position: absolute;
  width: 260px;
  height: 32px;
  margin-top: 45px;
  margin-left: 105px;
}


.page10 .page-container .img-info {
  padding: 30px 18px;
}

.page10 .page-container .img-info .font-pink {
  color: #fca0ba;
  font-size: 15px;
  margin-right: 10px;
}

.page10 .page-container .img-info .img-date {
  color: #b5b5b5;
  font-size: 14px;
}

.page10 .page-container .img-info .imginfo-title {
  font-size: 18px;
  font-weight: blod;
  padding: 30px 0px 20px 0px;
}

.page10 .page-container .img-info .imginfo-content {
  font-size: 15px;
  line-height: 25px;
}

.page10 .page-container .img-info .read-more {
  color: white;
  background: url("../images/pages/10/10-4.svg") no-repeat;
  background-size: 115px 30px;
  padding: 5px 24px;
  float: right;
  font-size: 15px;
  vertical-align: -webkit-baseline-middle;
  margin-right: -34px;
  margin-top: 20px;
}

.page10 .page-container .col-4 {
  width: 372px;
  height: 575px;
  background-color: #fff;
  padding: 0px;
  margin: 0px 10px;
  margin-bottom: 40px;
  float: left;
}

.page10 .page-container .col-4 figure {
  position: relative;
  overflow: hidden;
}

.page10 .page-container .col-4 figure img {
  width: 100%;
  height: auto;
  top: 0;
}

.page10 .page-container .col-6 {
  width: 568px;
  height: 740px;
  background-color: #fff;
  padding: 0px;
  margin: 0px 10px;
  float: left;
}

.page10 .page-container .col-6 figure {
  position: relative;
  overflow: hidden;
}

.page10 .page-container .col-6 figure img {
  width: 100%;
  height: auto;
  top: 0;
}

.page10 .page-container .intro-content .left-side {
  float: left;
  width: 800px;
}

.page10 .page-container .intro-content .article {
  clear: both;
  margin-bottom: 40px;
}

.page10 .page-container .intro-content .article .title {
  color: #dc4f80;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 22px;
  overflow: hidden;
}

.page10 .page-container .intro-content .article .author {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.page10 .page-container .intro-content .article .author .pink-text {
  display: inline-block;
  margin-right: 26px;
}

.page10 .page-container .intro-content .article .author .pink-text, .page10 .page-container .intro-content .article .author .pink-text > a {
  color: #d89aa9;
  font-size: 16px;
  line-height: 36px;
}

.page10 .page-container .intro-content .article .author .pink-text:hover, .page10 .page-container .intro-content .article .author .pink-text:focus, .page10 .page-container .intro-content .article .author .pink-text > a:hover, .page10 .page-container .intro-content .article .author .pink-text > a:focus {
  color: #e9abba;
}

.page10 .page-container .intro-content .article .author .fb-like {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 22px;
  margin-right: 45px;
  margin-top: 10px;
}

.page10 .page-container .intro-content .article .content {
  overflow: hidden;
  text-align: justify;
}

.page10 .page-container .intro-content .article .content img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page10 .page-container .intro-content .article .less {
  height: 180px;
}

.page10 .page-container .intro-content .article p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.page10 .page-container .intro-content .read-more, .page10 .page-container .intro-content .read-less {
  border-bottom: 1px dashed #b5b5b5;
  width: 100%;
  float: left;
  text-align: right;
}

.page10 .page-container .intro-content .read-more span, .page10 .page-container .intro-content .read-less span {
  cursor: pointer;
}

.page10 .page-container .intro-content .read-more::after, .page10 .page-container .intro-content .read-less::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
}

.page10 .page-container .intro-content .read-more::after {
  background: url("../images/pages/13/11-4.svg") center center/cover;
}

.page10 .page-container .intro-content .read-less::after {
  background: url("../images/pages/13/11-5.svg") center center/cover;
}

.page10 .page-container .right-side {
  float: right;
  width: 340px;
}

.page10 .page-container .right-side .tab-content {
  margin-bottom: 40px;
  border: 2px solid #dbdbdb;
}

.page10 .page-container .right-side .tab-content .tab-title {
  color: #dbdbdb;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  width: 120px;
  background-color: white;
  margin-left: 110px;
  margin-top: -21px;
}

.page10 .page-container .right-side .tab-content .ad-title {
  width: 180px;
  margin-left: 80px;
}

.page10 .page-container .right-side .tab-content .tab-list {
  text-align: justify;
}

.page10 .page-container .right-side .tab-content .tab-list + .tab-list {
  border-top: 1px solid #facadb;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box {
  margin: 25px 25px 30px 25px;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 25px;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .side-img {
  width: 100px;
  height: 70px;
  background-color: #dcdcdc;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .ad-img {
  width: 285px;
  height: 370px;
  background-color: #dcdcdc;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .side-right {
  float: right;
  width: 60%;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .side-right .font-pink {
  color: #d89aa9;
  font-size: 14px;
  padding-right: 10px;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .side-right .img-date {
  padding-left: 10px;
  border-left: 1px solid #dbdbdb;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box .side-right p {
  margin-top: 15px;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box:nth-child(1) {
  margin-top: 0px;
}

.page10 .page-container .right-side .tab-content .tab-list .list-box:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.page10 .page-container .right-side .tab-content .tab-question, .page10 .page-container .right-side .tab-content .tab-answer, .page10 .page-container .right-side .tab-content .tab-comment {
  padding: 8px 8px 8px 28px;
  margin: 0 18px 10px 18px;
  text-align: justify;
}

.page10 .page-container .right-side .tab-content .tab-question::before, .page10 .page-container .right-side .tab-content .tab-answer::before, .page10 .page-container .right-side .tab-content .tab-comment::before {
  content: "";
  position: absolute;
  margin-left: -20px;
}

.page10 .page-container .right-side .tab-content .tab-question {
  border: 1px solid #ffdeec;
  background-color: #fef5f9;
}

.page10 .page-container .right-side .tab-content .tab-question::before {
  content: "Ｑ";
  color: #dc4f80;
}

.page10 .page-container .right-side .tab-content .tab-answer {
  border: 1px dashed #c7d8fc;
  background-color: #f1f4f5;
}

.page10 .page-container .right-side .tab-content .tab-answer::before {
  content: "Ａ";
  color: #8cadd5;
}

.page10 .page-container .right-side .tab-content .tab-comment {
  border: 1px solid #ffdeec;
  margin: 20px 18px;
  padding: 60px 0;
  text-align: center;
  color: #c0c0c0;
}

.page10 .page-container .right-side .tab-content .arrow-up::after, .page10 .page-container .right-side .tab-content .arrow-down::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 250px;
  margin-top: -12px;
}

.page10 .page-container .right-side .tab-content .arrow-up::after {
  background: url("../images/pages/13/11-5.svg") center center/cover;
}

.page10 .page-container .right-side .tab-content .arrow-down::after {
  background: url("../images/pages/13/11-4.svg") center center/cover;
}

.group-buying {
  background: #faf5f5;
}

.group-buying-area {
  width: 1170px;
  margin: 40px auto;
}

.group-buying-area .shopping-item {
  clear: both;
  min-height: 432px;
  color: #707070;
  font-size: 14px;
  background-color: #fff;
  text-align: justify;
}

.group-buying-area .shopping-item + .shopping-item {
  margin-top: 48px;
}

.group-buying-area .shopping-item .special {
  z-index: 1;
  position: absolute;
  margin-top: -3px;
  margin-left: -3px;
  width: 116px;
  height: 116px;
  background: url("../images/pages/12/11-6.svg");
}

.group-buying-area .shopping-item .left {
  float: left;
  width: 575px;
  min-height: 432px;
}

.group-buying-area .shopping-item .left img {
  width: 575px;
  height: 432px;
}

.group-buying-area .shopping-item .right {
  float: left;
  width: 595px;
  min-height: 432px;
  padding: 28px;
}

.group-buying-area .shopping-item .right .buy-it-now-button {
  float: right;
  display: inline-block;
  border: 0;
}

.group-buying-area .shopping-item .right .buy-it-now-button .coupon {
  position: relative;
  cursor: pointer;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-indent: 16px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  background: -webkit-linear-gradient(to bottom, #DC4F80, #A52854);
  background: -webkit-linear-gradient(top, #DC4F80, #A52854);
  background: linear-gradient(to bottom, #DC4F80, #A52854);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.group-buying-area .shopping-item .right .buy-it-now-button .coupon::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 15px;
  width: 18px;
  height: 15px;
  background: url("../images/pages/11/11-3.svg") no-repeat center;
}

.group-buying-area .shopping-item .right .buy-it-now-button .coupon:hover {
  background: -webkit-linear-gradient(to bottom, #e0648f, #ba2d5e);
  background: -webkit-linear-gradient(top, #e0648f, #ba2d5e);
  background: linear-gradient(to bottom, #e0648f, #ba2d5e);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.group-buying-area .shopping-item .right .title {
  font-size: 28px;
  font-weight: 500;
  color: #dc4f80;
  line-height: 48px;
  overflow: hidden;
}

.group-buying-area .shopping-item .right .price {
  font-style: italic;
  line-height: 40px;
}

.group-buying-area .shopping-item .right .price .new-price {
  font-size: 32px;
  font-weight: 500;
  color: #dc4f80;
}

.group-buying-area .shopping-item .right .price .old-price {
  font-size: 16px;
  color: #b0b0b0;
  text-decoration: line-through;
}

.group-buying-area .shopping-item .text-line {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
}

.group-buying-area .shopping-item .text-line img {
  margin-top: -3px;
  width: 16px;
  height: 16px;
}

.group-buying-area .shopping-item .text-line .timer-text {
  color: #7ac5fd;
}

.group-buying-area .shopping-item .text-line .price-text {
  color: #ff9597;
}

.group-buying-area .shopping-item .explanation-area {
  margin-top: 20px;
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #b5b5b5;
  border-bottom: 1px dashed #b5b5b5;
}

.group-buying-area .shopping-item .explanation-area > span {
  margin: 4px 0 4px 16px;
}

.group-buying-area .shopping-item .explanation-area ul li {
  padding-left: 0;
  line-height: 24px;
}

.group-buying-area .shopping-item .read-more, .group-buying-area .shopping-item .read-less {
  padding: 7px 24px 7px 18px;
  float: right;
  text-align: right;
  background-color: #fff;
  cursor: pointer;
}

.group-buying-area .shopping-item .read-more {
  display: inline-block;
  color: #dc4f80;
}

.group-buying-area .shopping-item .read-more:hover {
  color: #cb3e69;
}

.group-buying-area .shopping-item .read-more img {
  width: 14px;
  height: 14px;
}

.group-buying-area .shopping-item .read-less {
  display: inline-block;
  text-align: right;
  background-size: 14px;
  background: url("../images/pages/13/11-5.svg") center no-repeat;
}

.group-buying-area .shopping-item .detail {
  position: relative;
  display: block;
  line-height: 24px;
  overflow: hidden;
  height: 0;
}

.group-buying-area .shopping-item .detail p {
  padding: 10px 0;
}

.height-20 {
  height: 20px;
}

.list-item {
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.list-item figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.list-item figure img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
}

.modal .tips {
  float: right;
  color: #dc4f80;
  margin: 15px;
}

.modal .tips a {
  text-decoration: underline;
  padding-bottom: 5px;
}

.vendor-information {
  background-color: #faf5f5;
}

.height-40 {
  height: 40px;
}

.vendor-container {
  width: 1170px;
  margin: 0 auto;
}

.vendor-container .main-title {
  margin-top: 24px;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #dc4f80;
}

.vendor-container .main-title img {
  height: 28px;
  width: 28px;
}

.vendor-container .main-subtitle {
  display: block;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 16px;
}

.vendor-container .large-area {
  float: left;
  margin-right: 26px;
  width: 770px;
  height: 540px;
}

.vendor-container .large-area img {
  width: 770px;
  height: 540px;
}

.vendor-container .small-area {
  float: left;
  margin-bottom: 20px;
  width: 368px;
  height: 260px;
}

.vendor-container .small-area img {
  width: 368px;
  height: 260px;
}

.vendor-container .one-third-area {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 372px;
  height: 380px;
}

.vendor-container .one-third-area a img {
  width: 372px;
  height: 260px;
}

.vendor-container .one-third-area a + .text-content {
  margin-top: 10px;
}

.vendor-container .one-third-area + .one-third-area {
  margin-left: 26px;
}

.vendor-container .text-content {
  width: 100%;
  height: 120px;
}

.vendor-container .text-content .title {
  color: #dc4f80;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 14px;
}

.vendor-container .text-content .title:hover, .vendor-container .text-content .title:focus {
  color: #cb3e69;
}

.vendor-container .text-content .half-text-area {
  width: 50%;
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
}

.vendor-container .text-content .text-right {
  text-align: right;
}

.vendor-container .text-content .price {
  color: #dc4f80;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.vendor-container .text-content .price:before {
  display: inline-block;
  position: absolute;
  content: "$";
  font-size: 11px;
  margin-left: -8px;
  line-height: 36px;
}

.vendor-container .text-content img.icon {
  width: 14px;
  height: 14px;
}

.vendor-container .text-content .stars img {
  margin-top: -6px;
  width: 14px;
  height: 14px;
}

.vendor-container .special {
  position: absolute;
  margin-top: -2px;
  margin-left: -2px;
  z-index: 1;
  width: 90px;
  height: 90px;
  background: url("../images/pages/12/11-6.svg");
}

.vendor-container .search-more-information {
  margin: 0 auto;
  width: 372px;
  display: block;
  text-align: center;
}

.vendor-container .search-more-information a {
  background-color: #dc4f80;
  padding: 12px 79px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.vendor-container .search-more-information a:hover {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.vendor-container .search-more-information a:hover, .vendor-container .search-more-information a:focus {
  background-color: #cb3e69;
  text-decoration: none;
}

.vendor-container .list-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.vendor-container .list-item figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.vendor-container .list-item figure img {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 2em 2em 1px;
          transform-origin: 2em 2em 1px;
  -webkit-transition: 5s transform ease-out 0.35s;
  transition: 5s transform ease-out 0.35s;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}

.vendor-container .list-item figure img:hover {
  -webkit-transition: 12s transform ease-out 0s;
  transition: 12s transform ease-out 0s;
  -webkit-transform: scale(1.5) translate(-4em, -4em);
          transform: scale(1.5) translate(-4em, -4em);
}

.vendor-container .sidebar {
  width: 230px;
  float: left;
  margin-top: 30px;
}

.vendor-container .sidebar .side-menu {
  background-color: #fff;
  margin-bottom: 2px;
}

.vendor-container .sidebar .side-menu .title {
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  background-color: #fcdfe7;
  color: #c789a3;
  padding-left: 16px;
  border-bottom: 2px solid #f6a9ca;
}

.vendor-container .sidebar .side-menu .title img.icon {
  margin-top: -4px;
  width: 18px;
  height: 18px;
}

.vendor-container .sidebar .side-menu .menu-item {
  padding: 8px 8px 8px 38px;
  line-height: 20px;
  font-size: 14px;
}

.vendor-container .sidebar .side-menu .menu-item a .angle-toggle {
  margin-bottom: 5px;
}

.vendor-container .sidebar .side-menu .menu-item a .angle-toggle .expand {
  float: right;
}

.vendor-container .sidebar .side-menu .menu-item a:focus, .vendor-container .sidebar .side-menu .menu-item a:active {
  color: #ac3f65;
  text-decoration: none;
}

.vendor-container .sidebar .side-menu .menu-item .item {
  height: 0;
  overflow: hidden;
}

.vendor-container .sidebar .side-menu .menu-item .item label {
  font-weight: normal;
  display: block;
}

.vendor-container .main-content {
  width: 920px;
  float: right;
}

.vendor-container .main-content .main-title {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
}

.vendor-container .main-content .main-title img.icon {
  margin-top: -3px;
  width: 18px;
  height: 18px;
}

.vendor-container .main-content .one-fourth-banner {
  width: 214px;
  height: 314px;
  float: left;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #fff;
}

.vendor-container .main-content .one-fourth-banner + .one-fourth-banner {
  margin-left: 20px;
}

.vendor-container .main-content .one-fourth-banner img {
  width: 214px;
  height: 214px;
}

.vendor-container .main-content .one-fourth-banner .intro {
  padding: 10px 12px;
  height: 100px;
  border: 1px solid #dcdcdc;
}

.vendor-container .main-content .one-fourth-banner .intro .title {
  font-size: 16px;
  font-weight: 500;
}

.vendor-container .main-content .one-fourth-banner .intro .title a {
  color: #535353;
}

.vendor-container .main-content .one-fourth-banner .intro .title a:hover, .vendor-container .main-content .one-fourth-banner .intro .title a:focus {
  color: #424242;
}

.vendor-container .main-content .one-fourth-banner .intro .price, .vendor-container .main-content .one-fourth-banner .intro .area, .vendor-container .main-content .one-fourth-banner .intro .favorite-icon, .vendor-container .main-content .one-fourth-banner .intro .stars {
  display: inline-block;
  width: 94px;
  overflow: hidden;
}

.vendor-container .main-content .one-fourth-banner .intro .price {
  margin-top: 4px;
  padding-left: 8px;
  text-align: left;
  color: #dc4f80;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.vendor-container .main-content .one-fourth-banner .intro .price::before {
  display: inline;
  position: absolute;
  margin-left: -8px;
  margin-top: 5px;
  content: "$";
  font-size: 11px;
}

.vendor-container .main-content .one-fourth-banner .intro .area {
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
  color: #dda9b6;
}

.vendor-container .main-content .one-fourth-banner .intro .favorite-icon {
  margin-top: 6px;
  float: right;
  text-align: right;
}

.vendor-container .main-content .one-fourth-banner .intro .favorite-icon a {
  cursor: pointer;
}

.vendor-container .main-content .one-fourth-banner .intro .favorite-icon a img {
  width: 26px;
  height: 26px;
}

.vendor-container .main-content .one-fourth-banner .intro .stars {
  margin-top: -24px;
  float: right;
  text-align: right;
}

.vendor-container .main-content .one-fourth-banner .intro .stars img {
  width: 15px;
  height: 15px;
}

.vendor-container hr.pink-solid-hr {
  border-bottom: 3px solid #f6a9ca;
  margin-bottom: 0;
}

.vendor-container .search-sort-bar {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #d2d2d2;
}

.vendor-container .search-sort-bar div {
  display: inline-block;
  padding: 4px 12px;
}

.vendor-container .search-sort-bar ul.sort-list {
  float: right;
  list-style: none;
}

.vendor-container .search-sort-bar ul.sort-list li {
  display: inline-block;
  text-align: center;
  padding: 4px 14px;
  margin-left: 9px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.vendor-container .search-sort-bar ul.sort-list li:last-child {
  width: 106px;
}

.vendor-container .search-sort-bar ul.sort-list li:hover, .vendor-container .search-sort-bar ul.sort-list li:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #eee;
}

.vendor-container .search-sort-bar ul.sort-list li a {
  color: #393939;
}

.vendor-container .search-sort-bar ul.sort-list li img {
  margin-top: -3px;
  width: 18px;
  height: 18px;
}

.vendor-container .vendor-item {
  margin-top: 20px;
  background-color: #fff;
  padding: 12px 18px 12px 12px;
  height: 174px;
  overflow: hidden;
}

.vendor-container .vendor-item .favorite-icon {
  margin-left: 860px;
  position: absolute;
  text-align: right;
}

.vendor-container .vendor-item .favorite-icon a img {
  width: 30px;
  height: 30px;
}

.vendor-container .vendor-item .left {
  float: left;
}

.vendor-container .vendor-item .right {
  float: right;
}

.vendor-container .vendor-item .banner {
  width: 200px;
  height: 145px;
  display: inline-block;
}

.vendor-container .vendor-item .banner img {
  width: 200px;
  height: 145px;
}

.vendor-container .vendor-item .content {
  width: 690px;
  padding-left: 18px;
}

.vendor-container .vendor-item .content .tags, .vendor-container .vendor-item .content .watched, .vendor-container .vendor-item .content .category, .vendor-container .vendor-item .content .favorite-icon, .vendor-container .vendor-item .content .stars, .vendor-container .vendor-item .content .area {
  margin-top: 4px;
  line-height: 32px;
  position: absolute;
  display: inline-block;
  overflow: hidden;
}

.vendor-container .vendor-item .content .title {
  text-align: left;
  margin-top: 36px;
  margin-left: 0;
}

.vendor-container .vendor-item .content .title a {
  color: #dc4f80;
  font-size: 18px;
  font-weight: 500;
}

.vendor-container .vendor-item .content .title a:hover, .vendor-container .vendor-item .content .title a:focus {
  color: #cb3e69;
}

.vendor-container .vendor-item .content .tags {
  font-size: 16px;
}

.vendor-container .vendor-item .content .tags a {
  color: #393939;
}

.vendor-container .vendor-item .content .tags a:hover, .vendor-container .vendor-item .content .tags a:focus {
  color: #505050;
}

.vendor-container .vendor-item .content .category {
  margin-left: 244px;
  font-size: 14px;
}

.vendor-container .vendor-item .content .category a {
  color: #393939;
}

.vendor-container .vendor-item .content .category a:hover, .vendor-container .vendor-item .content .category a:focus {
  color: #505050;
}

.vendor-container .vendor-item .content .category img {
  width: 16px;
  height: 16px;
}

.vendor-container .vendor-item .content .watched {
  margin-left: 356px;
  font-size: 14px;
}

.vendor-container .vendor-item .content .watched img {
  width: 16px;
  height: 16px;
}

.vendor-container .vendor-item .content .stars {
  margin-left: 444px;
  font-size: 14px;
}

.vendor-container .vendor-item .content .stars img {
  margin-top: -4px;
  width: 14px;
  height: 14px;
}

.vendor-container .vendor-item .content .price {
  margin-top: 2px;
  margin-left: 568px;
  color: #dc4f80;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

.vendor-container .vendor-item .content .price::before {
  display: inline-block;
  position: absolute;
  content: "$";
  font-size: 11px;
  margin-left: -8px;
  line-height: 36px;
}

.vendor-container .vendor-item .content .price::after {
  content: "元起";
  position: absolute;
  margin-top: 5px;
  color: #5e5e5e;
  font-weight: normal;
  font-size: 12px;
}

.vendor-container .vendor-item .content .area {
  min-width: 120px;
}

.vendor-container .vendor-item .content .area a {
  color: #dda9b6;
}

.vendor-container .vendor-item .content .area a:hover, .vendor-container .vendor-item .content .area a:focus {
  color: #cc98a5;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  width: 6px;
  height: 6px;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 3px;
  display: inline;
  margin-top: 4px;
  margin-right: 6px;
  float: left;
  position: relative;
}

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 16px;
  position: absolute;
  margin-top: -12px;
  left: 1px;
  color: #ec7ba9;
}

#login_dialog .login-dialog-medium {
  width: 415px;
}

#login_dialog .login-dialog-content {
  padding: 60px 40px;
}

#login_dialog .title {
  margin-bottom: 22px;
  color: #db4f80;
}

#login_dialog .title.indent {
  padding: 0 46px;
}

#login_dialog div.input {
  margin: 10px auto;
}

#login_dialog div.input input {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  color: black;
}

#login_dialog div.input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c9c9c9;
}

#login_dialog div.input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
  opacity: 1;
}

#login_dialog div.input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
  opacity: 1;
}

#login_dialog div.input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}

#login_dialog div.input img.right {
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  margin-top: 9px;
  right: 48px;
}

#login_dialog div.input div {
  position: absolute;
  height: 36px;
  width: 36px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#login_dialog div.input div > img.left {
  height: 18px;
  width: 18px;
  margin-top: 9px;
  margin-left: 9px;
}

#login_dialog div.input button {
  color: #fff;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 0;
  z-index: 1;
}

#login_dialog div.input button.sign-up {
  background-color: #dd4f81;
}

#login_dialog div.input button.facebook-sign-up {
  background-color: #6e84b5;
}

#login_dialog div.input button.google-sign-up {
  background-color: #eb5b5b;
}

#login_dialog div.input button.vendor-sign-up {
  background-color: #a0a0a0;
}

#login_dialog div.input button.sign-up, #login_dialog div.input button.facebook-sign-up, #login_dialog div.input button.google-sign-up, #login_dialog div.input button.vendor-sign-up {
  animation: color-fade-in .2s linear;
  -moz-animation: color-fade-in .2s linear;
  -ms-animation: color-fade-in .2s linear;
  -webkit-animation: color-fade-in .2s linear;
}

#login_dialog div.input button.sign-up:hover, #login_dialog div.input button.sign-up:focus, #login_dialog div.input button.sign-up:active, #login_dialog div.input button.facebook-sign-up:hover, #login_dialog div.input button.facebook-sign-up:focus, #login_dialog div.input button.facebook-sign-up:active, #login_dialog div.input button.google-sign-up:hover, #login_dialog div.input button.google-sign-up:focus, #login_dialog div.input button.google-sign-up:active, #login_dialog div.input button.vendor-sign-up:hover, #login_dialog div.input button.vendor-sign-up:focus, #login_dialog div.input button.vendor-sign-up:active {
  animation: color-fade-out .2s linear;
  -moz-animation: color-fade-out .2s linear;
  -ms-animation: color-fade-out .2s linear;
  -webkit-animation: color-fade-out .2s linear;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

#login_dialog .text-with-hr {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  margin: 10px auto 20px;
}

#login_dialog .text-with-hr span {
  background-color: white;
  color: #c9c9c9;
  padding: 0 10px;
}

#login_dialog .already-member {
  color: #c9c9c9;
  text-align: left;
  font-size: 14px;
}

#login_dialog .already-member a {
  color: #e26f96;
}

#login_dialog .already-member a:hover, #login_dialog .already-member a:focus {
  color: #d15e85;
}

#login_dialog .keep-login {
  text-align: left;
  font-size: 14px;
  color: #5e5e5e;
}

.vendor-introduction .intro-header {
  margin: 0 auto;
  height: 220px;
  background-color: #faf5f5;
  border-bottom: 1px solid #fee8f0;
}

.vendor-introduction .intro-container {
  background-color: #fff;
  margin: 50px auto;
}

.vendor-introduction .member-share-area {
  margin: 0 auto;
  background-color: #faf5f5;
  border-top: 1px solid #fee8f0;
}

.vendor-introduction .member-share-area .member-container {
  width: 1170px;
  margin: 0 auto;
}

.vendor-introduction .member-share-area .member-container::after {
  content: "";
  clear: both;
}

.vendor-introduction .intro-content {
  width: 1170px;
  margin: 0 auto;
}

.vendor-introduction .intro-content .vendor-image {
  float: left;
  margin-top: 32px;
  background: url("../images/pages/13/image-1.jpg") center center/cover;
  width: 155px;
  height: 155px;
  border-radius: 50%;
}

.vendor-introduction .intro-content img.icon {
  margin-top: -3px;
  width: 16px;
  height: 16px;
}

.vendor-introduction .intro-content .data-area-1, .vendor-introduction .intro-content .data-area-2, .vendor-introduction .intro-content .data-area-3 {
  overflow: hidden;
}

.vendor-introduction .intro-content .data-area-1 {
  width: 340px;
  float: left;
  margin-left: 40px;
  margin-bottom: 24px;
}

.vendor-introduction .intro-content .data-area-1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.vendor-introduction .intro-content .data-area-1 .title {
  padding-top: 32px;
  font-size: 22px;
  font-weight: 400;
  color: #dc4f80;
}

.vendor-introduction .intro-content .data-area-2 {
  width: 390px;
  float: right;
  padding-top: 32px;
}

.vendor-introduction .intro-content .data-area-2 .price {
  float: left;
  width: 132px;
  color: #dc4f80;
  font-weight: bold;
  font-size: 24.65px;
  line-height: 36px;
  letter-spacing: 1px;
  overflow: hidden;
  cursor: pointer;
}

.vendor-introduction .intro-content .data-area-2 .price:before {
  display: inline-block;
  position: absolute;
  content: "$";
  font-size: 14px;
  margin-left: -8px;
}

.vendor-introduction .intro-content .data-area-2 .price::after {
  content: "元起";
  position: absolute;
  margin-top: 4px;
  margin-left: 2px;
  color: #5e5e5e;
  font-weight: normal;
  font-size: 12px;
}

.vendor-introduction .intro-content .data-area-2 .price:hover ~ .price-detail {
  opacity: .95;
  -moz-opacity: .95;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s opacity ease-in, .2s transform .2s ease-in;
  transition: .4s opacity ease-in, .2s transform .2s ease-in;
}

.vendor-introduction .intro-content .data-area-2 .price:hover ~ .cusp {
  opacity: .95;
  -moz-opacity: .95;
  -webkit-transition: .4s opacity .2s ease-in;
  transition: .4s opacity .2s ease-in;
}

.vendor-introduction .intro-content .data-area-2 .cusp {
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: #ffece5 transparent;
  opacity: 0;
  -moz-opacity: 0;
}

.vendor-introduction .intro-content .data-area-2 .price-detail {
  display: table;
  position: absolute;
  margin-top: 38px;
  margin-left: -30px;
  text-align: left;
  padding: 10px 15px;
  width: 140px;
  color: #b59797;
  background-color: #ffece5;
  opacity: 0;
  -moz-opacity: 0;
  overflow: hidden;
  -webkit-transition: .2s opacity .2s ease-in, .4s transform ease-in;
  transition: .2s opacity .2s ease-in, .4s transform ease-in;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.vendor-introduction .intro-content .data-area-2 .price-detail .price-text {
  display: table-cell;
  vertical-align: middle;
}

.vendor-introduction .intro-content .data-area-2 .price-detail .price-text.center {
  text-align: center;
}

.vendor-introduction .intro-content .data-area-2 .stars {
  display: inline;
  position: relative;
  text-align: right;
  width: 134px;
  line-height: 36px;
}

.vendor-introduction .intro-content .data-area-2 .stars img {
  width: 22px;
  height: 22px;
}

.vendor-introduction .intro-content .data-area-2 .watching {
  float: right;
  display: inline;
  position: relative;
  font-size: 16px;
  color: #9c9c9c;
  line-height: 36px;
}

.vendor-introduction .intro-content .data-area-2 .add-to-favorite {
  clear: both;
  float: right;
  text-align: right;
  position: absolute;
  margin-top: 28px;
  margin-left: 350px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("../images/pages/13/11-10.svg") center center/cover;
}

.vendor-introduction .intro-content .data-area-5 {
  width: 250px;
  position: absolute;
    margin-top: 70px;
    margin-left: 250px;
}

.vendor-introduction .intro-content .data-area-2 .text-area {
  margin-top: 30px;
}

.vendor-introduction .intro-content .data-area-2 .note {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  color: #e6bec7;
}

.vendor-introduction .intro-content .data-area-3 {
  width: 975px;
  float: left;
  margin-left: 40px;
}

.vendor-introduction .intro-content .text {
  display: inline-block;
  font-size: 14px;
  color: #dfaeba;
}

.vendor-introduction .intro-content .text.banner {
  line-height: 30px;
}

.vendor-introduction .intro-content .text img {
  width: 16px;
  height: 16px;
}

.vendor-introduction .intro-content .text a {
  color: #dfaeba;
}

.vendor-introduction .intro-content .text a:hover, .vendor-introduction .intro-content .text a:focus {
  color: #ce9da9;
}

.vendor-introduction .intro-content .text-length-1 {
  width: 315px;
}

.vendor-introduction .intro-content .text-length-2 {
  width: 260px;
}

.vendor-introduction .intro-content .text-length-3 {
  width: 390px;
}

.vendor-introduction .intro-content .left-side {
  float: left;
  width: 800px;
}

.vendor-introduction .intro-content .left-side .large-slider #large_slider_image_1 {
  background: url("../images/pages/13/image-2.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .large-slider #large_slider_image_2 {
  background: url("../images/pages/13/image-3.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .large-slider #large_slider_image_3 {
  background: url("../images/pages/13/image-4.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .large-slider #large_slider_image_4 {
  background: url("../images/pages/13/image-5.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .large-slider .slider-image {
  width: 796px;
  height: 550px;
}

.vendor-introduction .intro-content .left-side .small-slider {
  margin-bottom: 26px;
}

.vendor-introduction .intro-content .left-side .small-slider #small_slider_image_1 {
  background: url("../images/pages/13/image-2.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .small-slider #small_slider_image_2 {
  background: url("../images/pages/13/image-3.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .small-slider #small_slider_image_3 {
  background: url("../images/pages/13/image-4.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .small-slider #small_slider_image_4 {
  background: url("../images/pages/13/image-5.jpg") center center/cover;
}

.vendor-introduction .intro-content .left-side .small-slider .small-slider-photo {
  cursor: default;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
  width: 800px;
  height: 180px;
  overflow: hidden;
}

.vendor-introduction .intro-content .left-side .small-slider .small-slider-photo .slider-image {
  width: 260px;
  height: 180px;
}

.vendor-introduction .intro-content .left-side .article {
  clear: both;
}

.vendor-introduction .intro-content .left-side .article .title {
  color: #dc4f80;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 22px;
  overflow: hidden;
}

.vendor-introduction .intro-content .left-side .article .author {
  display: block;
}

.vendor-introduction .intro-content .left-side .article .author .pink-text {
  display: inline-block;
  margin-right: 26px;
}

.vendor-introduction .intro-content .left-side .article .author .pink-text, .vendor-introduction .intro-content .left-side .article .author .pink-text > a {
  color: #d89aa9;
  font-size: 16px;
  line-height: 36px;
}

.vendor-introduction .intro-content .left-side .article .author .pink-text:hover, .vendor-introduction .intro-content .left-side .article .author .pink-text:focus, .vendor-introduction .intro-content .left-side .article .author .pink-text > a:hover, .vendor-introduction .intro-content .left-side .article .author .pink-text > a:focus {
  color: #e9abba;
}

.vendor-introduction .intro-content .left-side .article .author .satisfaction {
  line-height: 32px;
  float: right;
}

.vendor-introduction .intro-content .left-side .article .author .satisfaction .stars img {
  margin-top: -8px;
  width: 18px;
  height: 18px;
}

.vendor-introduction .intro-content .left-side .article .author .satisfaction::before {
  content: "滿意度：";
  font-size: 16px;
  line-height: 36px;
  color: #626262;
}

.vendor-introduction .intro-content .left-side .article .content {
  overflow: hidden;
  text-align: justify;
}

.vendor-introduction .intro-content .left-side .article .content img {
  width: 100%;
  margin-top: 10px;
}

.vendor-introduction .intro-content .left-side .article .less {
  height: 50px;
}

.vendor-introduction .intro-content .left-side .article p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.vendor-introduction .intro-content .left-side .read-more, .vendor-introduction .intro-content .left-side .read-less {
  border-bottom: 1px dashed #b5b5b5;
  width: 100%;
  float: left;
  text-align: right;
}

.vendor-introduction .intro-content .left-side .read-more span, .vendor-introduction .intro-content .left-side .read-less span {
  cursor: pointer;
}

.vendor-introduction .intro-content .left-side .read-more::after, .vendor-introduction .intro-content .left-side .read-less::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
}

.vendor-introduction .intro-content .left-side .read-more::after {
  background: url("../images/pages/13/11-4.svg") center center/cover;
}

.vendor-introduction .intro-content .left-side .read-less::after {
  background: url("../images/pages/13/11-5.svg") center center/cover;
}

.vendor-introduction .intro-content .right-side {
  float: right;
  width: 340px;
}

.vendor-introduction .intro-content .right-side .tab-content {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border: 2px solid #facadb;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-title {
  color: #fb699c;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  width: 120px;
  background-color: white;
  margin-left: 110px;
  margin-top: -21px;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-list {
  padding: 18px;
  margin: 0 18px 0 18px;
  text-align: justify;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-list + .tab-list {
  border-top: 1px solid #facadb;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-list::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  margin-top: 2px;
  margin-left: -20px;
  background: url("../images/pages/13/13-1.svg") center center/cover;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question, .vendor-introduction .intro-content .right-side .tab-content .tab-answer {
  max-height: 90px;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question .text, .vendor-introduction .intro-content .right-side .tab-content .tab-answer .text {
  max-height: 54px;
  overflow: hidden;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question, .vendor-introduction .intro-content .right-side .tab-content .tab-answer, .vendor-introduction .intro-content .right-side .tab-content .tab-comment {
  padding: 8px 8px 8px 28px;
  margin: 0 18px 10px 18px;
  text-align: justify;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question::before, .vendor-introduction .intro-content .right-side .tab-content .tab-answer::before, .vendor-introduction .intro-content .right-side .tab-content .tab-comment::before {
  content: "";
  position: absolute;
  margin-left: -20px;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question {
  border: 1px solid #ffdeec;
  background-color: #fef5f9;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-question::before {
  content: "Ｑ";
  color: #dc4f80;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-answer {
  border: 1px dashed #c7d8fc;
  background-color: #f1f4f5;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-answer::before {
  content: "Ａ";
  color: #8cadd5;
}

.vendor-introduction .intro-content .right-side .tab-content .tab-comment {
  border: 1px solid #ffdeec;
  margin: 20px 18px;
  padding: 60px 0;
  text-align: center;
  color: #c0c0c0;
}

.vendor-introduction .intro-content .right-side .tab-content .arrow-up, .vendor-introduction .intro-content .right-side .tab-content .arrow-down {
  cursor: pointer;
  text-align: right;
  height: 20px;
}

.vendor-introduction .intro-content .right-side .tab-content .arrow-up::after, .vendor-introduction .intro-content .right-side .tab-content .arrow-down::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  margin-left: -10px;
  margin-top: 8px;
}

.vendor-introduction .intro-content .right-side .tab-content .arrow-up::after {
  background: url("../images/pages/13/11-5.svg") center center/cover;
}

.vendor-introduction .intro-content .right-side .tab-content .arrow-down::after {
  background: url("../images/pages/13/11-4.svg") center center/cover;
}

.vendor-introduction .member-share-comment {
  position: relative;
  width: 800px;
}

.vendor-introduction .member-share-comment .caption {
  color: #dc4f80;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 48px;
  padding-top: 50px;
  border-bottom: 1px solid #facadb;
}

.vendor-introduction .member-share-comment .comment {
  clear: both;
  margin: 20px;
}

.vendor-introduction .member-share-comment .comment .user-avatar {
  width: 170px;
  float: left;
  margin-top: 16px;
}

.vendor-introduction .member-share-comment .comment .user-avatar .avatar {
  width: 128px;
  height: 128px;
  background-color: #999;
  border-radius: 50%;
}

.vendor-introduction .member-share-comment .comment .share-content {
  width: 590px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d1cfcf;
  float: right;
}

.vendor-introduction .member-share-comment .comment .share-content .title {
  color: #dc4f80;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
}

.vendor-introduction .member-share-comment .comment .share-content .timestamp, .vendor-introduction .member-share-comment .comment .share-content .pink-text {
  display: inline-block;
  margin-right: 26px;
}

.vendor-introduction .member-share-comment .comment .share-content .pink-text, .vendor-introduction .member-share-comment .comment .share-content .pink-text > a {
  color: #fdcaca;
}

.vendor-introduction .member-share-comment .comment .share-content .pink-text:hover, .vendor-introduction .member-share-comment .comment .share-content .pink-text:focus, .vendor-introduction .member-share-comment .comment .share-content .pink-text > a:hover, .vendor-introduction .member-share-comment .comment .share-content .pink-text > a:focus {
  color: #ecb9b9;
}

.vendor-introduction .member-share-comment .comment .share-content .stars img {
  margin-top: -8px;
  width: 20px;
  height: 20px;
}

.vendor-introduction .member-share-comment .comment .share-content .fb-share-button {
  float: right;
  text-align: right;
}

.vendor-introduction .member-share-comment .comment .share-content .content {
  margin-top: 28px;
  max-height: 56px;
  overflow: hidden;
  text-align: justify;
}

.vendor-introduction .member-share-comment .comment .share-content .read-more {
  clear: both;
  text-align: right;
}

.vendor-introduction .member-share-comment .comment .share-content .read-more a {
  color: #febaba;
}

.vendor-introduction .member-share-comment .comment .share-content .read-more a:hover, .vendor-introduction .member-share-comment .comment .share-content .read-more a:focus {
  color: #eda9a9;
}

.vendor-introduction .member-share-comment .comment .share-content .like, .vendor-introduction .member-share-comment .comment .share-content .bad, .vendor-introduction .member-share-comment .comment .share-content .leave-comment {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 40px;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.vendor-introduction .member-share-comment .comment .share-content .like:hover, .vendor-introduction .member-share-comment .comment .share-content .bad:hover, .vendor-introduction .member-share-comment .comment .share-content .leave-comment:hover {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  color: #848484;
  text-decoration: none;
  background-color: #e9e4e4;
}

.vendor-introduction .member-share-comment .comment .share-content .like a, .vendor-introduction .member-share-comment .comment .share-content .bad a, .vendor-introduction .member-share-comment .comment .share-content .leave-comment a {
  color: #959595;
  line-height: 32px;
  padding: 6px 8px;
  border: 1px solid #d1cfcf;
  border-radius: 2px;
}

.vendor-introduction .member-share-comment .comment .share-content .like a:active, .vendor-introduction .member-share-comment .comment .share-content .like a:focus, .vendor-introduction .member-share-comment .comment .share-content .bad a:active, .vendor-introduction .member-share-comment .comment .share-content .bad a:focus, .vendor-introduction .member-share-comment .comment .share-content .leave-comment a:active, .vendor-introduction .member-share-comment .comment .share-content .leave-comment a:focus {
  text-decoration: none;
}

.vendor-introduction .member-share-comment .comment .share-content .like a img, .vendor-introduction .member-share-comment .comment .share-content .bad a img, .vendor-introduction .member-share-comment .comment .share-content .leave-comment a img {
  width: 14px;
  height: 14px;
}

.vendor-introduction .member-share-comment .comment .share-content .like, .vendor-introduction .member-share-comment .comment .share-content .bad {
  margin-right: 4px;
}

.vendor-introduction .member-share-comment .comment .share-content .leave-comment {
  float: right;
}

.vendor-introduction .member-share-comment .comment::after {
  content: "";
  clear: both;
}

.vendor-introduction .member-share-comment .share-page-select {
  clear: both;
  margin: 40px 20px;
  padding-left: 170px;
  height: 50px;
  border-bottom: 1px solid #d1cfcf;
}

.vendor-introduction .member-share-comment .write-something {
  z-index: 1;
  padding-bottom: 100px;
}

.vendor-introduction .member-share-comment .write-something .text {
  line-height: 31px;
  text-align: center;
  font-size: 16px;
  color: #cfcece;
}

.vendor-introduction .member-share-comment .write-something .text a {
  color: #e16f94;
}

.vendor-introduction .member-share-comment .write-something .text a:hover, .vendor-introduction .member-share-comment .write-something .text a:focus {
  color: #d05e83;
}

.vendor-introduction .member-share-comment .write-something .text .icon {
  width: 18px;
  height: 18px;
}

#comment_dialog .comment-dialog-size, #error_report_dialog .comment-dialog-size {
  width: 860px;
  margin: 50px auto;
}

#comment_dialog .left, #error_report_dialog .left {
  float: left;
  width: 100px;
}

#comment_dialog .right, #error_report_dialog .right {
  float: right;
  width: 640px;
}

#comment_dialog .cd-body, #error_report_dialog .cd-body {
  padding: 44px 58px;
  font-size: 16px;
  line-height: 32px;
}

#comment_dialog .cd-body .margin-top-4, #error_report_dialog .cd-body .margin-top-4 {
  margin-top: 4px;
}

#comment_dialog .cd-body .full-width, #error_report_dialog .cd-body .full-width {
  width: 100%;
}

#comment_dialog .cd-body .little, #error_report_dialog .cd-body .little {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

#comment_dialog .cd-body input[type='text'], #comment_dialog .cd-body textarea, #error_report_dialog .cd-body input[type='text'], #error_report_dialog .cd-body textarea {
  border: 1px solid #cbcbcb;
}

#comment_dialog .cd-body input[type='file'], #error_report_dialog .cd-body input[type='file'] {
  line-height: 19px;
}

#comment_dialog .cd-body img, #error_report_dialog .cd-body img {
  height: 32px;
  margin-right: 10px;
}

#comment_dialog .cd-body textarea, #error_report_dialog .cd-body textarea {
  resize: none;
  overflow-y: hidden;
}

#comment_dialog .cd-body a, #error_report_dialog .cd-body a {
  color: #e9426f;
}

#comment_dialog .cd-body a:hover, #error_report_dialog .cd-body a:hover {
  color: #d8317e;
}

#comment_dialog .agree, #comment_dialog .disagree, #error_report_dialog .agree, #error_report_dialog .disagree {
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 0 12px;
  margin-right: 10px;
}

#comment_dialog .agree, #error_report_dialog .agree {
  float: right;
  background-color: #f87ea9;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

#comment_dialog .agree:hover, #error_report_dialog .agree:hover {
  background-color: #e76d98;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

#comment_dialog .disagree, #error_report_dialog .disagree {
  float: left;
  background-color: #c9c9c9;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

#comment_dialog .disagree:hover, #error_report_dialog .disagree:hover {
  background-color: #b8b8b8;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

/* jssor slider bullet navigator skin 03 css */
/*
.jssorb03 div           (normal)
.jssorb03 div:hover     (normal mouseover)
.jssorb03 .av           (active)
.jssorb03 .av:hover     (active mouseover)
.jssorb03 .dn           (mousedown)
*/
.jssorb03 {
  position: absolute;
}

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
  position: absolute;
  /* size of bullet elment */
  width: 21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: white;
  font-size: 12px;
  background: url("../images/pages/13/b03.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb03 div {
  background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover {
  background-position: -35px -4px;
}

.jssorb03 .av {
  background-position: -65px -4px;
}

.jssorb03 .dn, .jssorb03 .dn:hover {
  background-position: -95px -4px;
}

/* jssor slider arrow navigator skin 03 css */
/*
.jssora03l                  (normal)
.jssora03r                  (normal)
.jssora03l:hover            (normal mouseover)
.jssora03r:hover            (normal mouseover)
.jssora03l.jssora03ldn      (mousedown)
.jssora03r.jssora03rdn      (mousedown)
*/
.jssora03l, .jssora03r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("../images/pages/13/a03.png") no-repeat;
  overflow: hidden;
}

.jssora03l {
  background-position: -3px -33px;
}

.jssora03r {
  background-position: -63px -33px;
}

.jssora03l:hover {
  background-position: -123px -33px;
}

.jssora03r:hover {
  background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
  background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
  background-position: -303px -33px;
}

.create-new-post-section {
  width: 100%;
  background-color: #faf5f5;
}

.create-new-post-div {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 64px;
}

.create-new-post-container {
  width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 30px;
  color: #7d7d7d;
}

.create-new-post-container .text-area {
  margin: 8px 0;
  font-size: 16px;
  width: 100%;
  line-height: 34px;
}

.create-new-post-container .text-area input[type='text'] {
  float: right;
  width: 92%;
  border: 1px solid #ffdeec;
  border-radius: 2px;
}

.create-new-post-container .text-area label {
  float: left;
  margin-right: 30px;
  font-weight: normal;
}

.create-new-post-container .text-area label input[type='radio'] {
  outline: none;
  box-shadow: 0 0 5px 0 #ffdeec inset;
  border-radius: 50%;
}

.create-new-post-container .star-area {
  display: inline-block;
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 115px;
}

.create-new-post-container .star-area a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../images/pages/13/06-2.svg") no-repeat center center;
}

.create-new-post-container .star-area a.active {
  background: transparent url("../images/pages/13/06-1.svg") no-repeat center center;
}

.create-new-post-container .star-area a:hover::before, .create-new-post-container .star-area a:focus::before, .create-new-post-container .star-area a:active::before,
.create-new-post-container .star-area a:hover ~ a::before,
.create-new-post-container .star-area a:focus ~ a::before,
.create-new-post-container .star-area a:active ~ a::before {
  content: ' ';
  width: 16px;
  height: 16px;
  background: transparent url("../images/pages/13/06-1.svg") no-repeat center center;
  position: absolute;
}

.create-new-post-container hr.cn-hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 24px 0 34px;
  color: #fff;
  border-top: 1px solid #faf5f5;
}

.create-new-post-container .agree-area {
  margin: 8px 0;
  font-size: 16px;
  float: left;
}

.create-new-post-container .radio-area {
  width: 92%;
  float: right;
}

.create-new-post-container .tiny-text-area {
  width: 92%;
  float: right;
  margin: 6px 0;
  line-height: 28px;
}

.create-new-post-container .tiny-text-area span {
  text-align: left;
}

.create-new-post-container textarea {
  height: 600px;
}

.button-area {
  float: right;
  margin-top: 14px;
}

.button-area button + button {
  margin-left: 10px;
}

.button-area button {
  width: 60px;
  padding: 4px 0 6px 0;
  border: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  color: #7d7d7d;
  background-color: #eee;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.button-area button:hover, .button-area button:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #ddd;
}

.button-area button.pink {
  color: #fff;
  background-color: #f176a1;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.button-area button.pink:hover, .button-area button.pink:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #e06590;
}

.discuss-header {
  min-width: 1170px;
  width: 100%;
  height: 390px;
  background: url("../images/pages/14/image-1.jpg") center center/cover;
}

.discuss-header .title {
  padding-top: 70px;
  text-align: center;
  color: white;
}

.discuss-header .title h1 {
  font-weight: bold;
  font-size: 48px;
}

.discuss-header .title h4 {
  letter-spacing: 3px;
}

.discuss-header .title-2 {
  padding-top: 127px;
  text-align: center;
  color: white;
}

.discuss-header .title-2 h1 {
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 2px;
}

.discuss-header .title-2 h4 {
  letter-spacing: 3px;
}

.discuss-header .opacity-area {
  width: 100%;
  min-width: 1170px;
  margin-bottom: 0;
  margin-top: 105px;
  height: 114px;
  background-color: rgba(0, 0, 0, 0.5);
}

.discuss-header .opacity-area .search-area {
  display: table;
  margin: 0 auto;
  line-height: 38px;
  height: 114px;
  text-align: center;
}

.discuss-header .opacity-area .search-area .search-content {
  vertical-align: middle;
  display: table-cell;
}

.discuss-header .opacity-area .search-area .search-content select {
  border: 0;
  font-size: 18px;
  height: 38px;
  margin: 0 4px;
}

.discuss-header .opacity-area .search-area .search-content select#location, .discuss-header .opacity-area .search-area .search-content select#area, .discuss-header .opacity-area .search-area .search-content select#category {
  width: 120px;
}

.discuss-header .opacity-area .search-area .search-content select#vendor_category {
  width: 160px;
}

.discuss-header .opacity-area .search-area .search-content select#article_category {
  width: 194px;
}

.discuss-header .opacity-area .search-area .search-content select#price {
  width: 240px;
}

.discuss-header .opacity-area .search-area .search-content select:hover {
  background-color: #f9edf1;
}

.discuss-header .opacity-area .search-area .search-content input[type='text'] {
  padding-top: 0;
  padding-left: 10px;
  font-size: 18px;
  border: 0;
  width: 760px;
  margin: 0 4px;
}

.discuss-header .opacity-area .search-area .search-content input[type='text']:hover {
  background-color: #f9edf1;
}

.discuss-header .opacity-area .search-area .search-content input[type='text']::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c9c9c9;
}

.discuss-header .opacity-area .search-area .search-content input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
  opacity: 1;
}

.discuss-header .opacity-area .search-area .search-content input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
  opacity: 1;
}

.discuss-header .opacity-area .search-area .search-content input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}

.discuss-header .opacity-area .search-area .search-content button {
  border: 0;
  font-size: 16px;
  width: 116px;
  color: #fff;
  background-color: #f176a1;
  margin: 0 4px;
  border-radius: 2px;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.discuss-header .opacity-area .search-area .search-content button:hover, .discuss-header .opacity-area .search-area .search-content button:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #e06590;
}

.discuss-container {
  background-color: #faf5f5;
  width: 100%;
}

.discuss-container .container {
  width: 1170px;
  margin: 0 auto;
}

.discuss-container .container .link-area {
  padding-top: 58px;
}

.discuss-container .container .link-area .post-new-link {
  float: left;
  font-size: 14px;
  color: #fff;
  background-color: #f176a1;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.discuss-container .container .link-area .post-new-link:hover, .discuss-container .container .link-area .post-new-link:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #e06590;
}

.discuss-container .container .link-area ul.link-group {
  float: right;
}

.discuss-container .container .link-area ul.link-group li {
  float: left;
  list-style: none;
  display: inline;
  font-size: 14px;
  color: #7d7d7d;
  padding: 8px 36px;
  border: 1px solid #fad8e4;
  margin: 0;
  position: relative;
  background-color: transparent;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.discuss-container .container .link-area ul.link-group li:hover, .discuss-container .container .link-area ul.link-group li:focus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #f7eaef;
}

.discuss-container .container .link-area ul.link-group li:hover a, .discuss-container .container .link-area ul.link-group li:focus a {
  text-decoration: none;
  color: #dc4f80;
}

.discuss-container .container .link-area ul.link-group li.active {
  border-bottom: 3px solid #dc4f80;
}

.discuss-container .container .link-area ul.link-group li a:hover, .discuss-container .container .link-area ul.link-group li a:focus, .discuss-container .container .link-area ul.link-group li a:active {
  text-decoration: none;
  color: #dc4f80;
}

.discuss-container .container table.discuss-content {
  width: 100%;
  margin: 18px auto 28px;
}

.discuss-container .container table.discuss-content thead {
  background-color: #f6a9ca;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
}

.discuss-container .container table.discuss-content thead tr > th {
  text-align: center;
  vertical-align: middle;
}

.discuss-container .container table.discuss-content thead tr > th span {
  color: #fff;
  cursor: pointer;
}

.discuss-container .container table.discuss-content thead tr > th span:focus, .discuss-container .container table.discuss-content thead tr > th span:active {
  text-decoration: none;
}

.discuss-container .container table.discuss-content thead tr > th img.arrow {
  position: absolute;
  margin-top: 16px;
  width: 16px;
  height: 16px;
}

.discuss-container .container table.discuss-content thead tr > th img.arrow.reverse {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.discuss-container .container table.discuss-content tbody tr {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 2px solid #faf5f5;
}

.discuss-container .container table.discuss-content tbody tr:hover, .discuss-container .container table.discuss-content tbody trfocus {
  background-color: #faf5f5;
}

.discuss-container .container table.discuss-content tbody tr td:first-child {
  width: 100px;
}

.discuss-container .container table.discuss-content tbody tr td {
  height: 100px;
  padding: 18px 9px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.discuss-container .container table.discuss-content tbody tr td img.preview {
  /*
  width: 92px;
  height: 64px;
  */
}

.discuss-container .container table.discuss-content tbody tr td a {
  color: #d89aa9;
}

.discuss-container .container table.discuss-content tbody tr td span {
  position: absolute;
  margin-top: 20px;
  font-size: 12px;
  color: #9c9a9a;
}

.discuss-container .container table.discuss-content tbody tr td img.icon {
  width: 18px;
  height: 18px;
}

.discuss-container .container .discuss-content {
  margin-top: 60px;
  background-color: #fff;
  padding: 28px 16px;
}

.discuss-container .container .discuss-content .page-data .title {
  font-size: 20px;
  padding-bottom: 6px;
  color: #dc4f80;
  text-align: left;
}

.discuss-container .container .discuss-content .page-data a, .discuss-container .container .discuss-content .page-data span {
  font-size: 16px;
  float: left;
  min-width: 110px;
  text-align: left;
}

.discuss-container .container .discuss-content .page-data a img.icon, .discuss-container .container .discuss-content .page-data span img.icon {
  width: 18px;
  height: 18px;
}

.discuss-container .container .discuss-content .page-data .author {
  color: #a4a2a2;
}

.discuss-container .container .discuss-content .page-data .author:hover, .discuss-container .container .discuss-content .page-data .author:focus {
  color: #939191;
}

.discuss-container .container .discuss-content .page-data .color-pink {
  color: #e8c6ce;
  -webkit-transition: .2s color linear;
  transition: .2s color linear;
}

.discuss-container .container .discuss-content .page-data .color-pink:hover, .discuss-container .container .discuss-content .page-data .color-pink:focus {
  -webkit-transition: .2s color linear;
  transition: .2s color linear;
  color: #d7b5bd;
}

.discuss-container .container .discuss-content .page-data .left {
  float: left;
}

.discuss-container .container .discuss-content .page-data .right {
  float: right;
}

.discuss-container .container .discuss-content .page-data .content {
  padding-top: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.discuss-container .container .discuss-content .page-data .content p {
  clear: both;
  padding: 14px 0;
}

.discuss-container .container .discuss-content .page-data .content img.half-image {
  margin: 14px 0;
  width: 48%;
  display: inline-block;
}

.discuss-container .container .discuss-content .page-data .content img.half-image:last-child {
  float: right;
}

.discuss-container .container .comment-area {
  padding-top: 32px;
  position: relative;
}

.discuss-container .container .comment-area .title {
  font-weight: bold;
  line-height: 46px;
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #facadb;
}

.discuss-container .container .comment-area .comment {
  height: 120px;
  margin: 20px;
}

.discuss-container .container .comment-area .comment .user-avatar {
  width: 120px;
  float: left;
}

.discuss-container .container .comment-area .comment .user-avatar .avatar {
  width: 80px;
  height: 80px;
  background-color: #999;
  border-radius: 50%;
}

.discuss-container .container .comment-area .comment .user-data {
  width: 940px;
  min-height: 130px;
  float: right;
  display: inline-block;
  border-bottom: 1px solid #d2d2d2;
}

.discuss-container .container .comment-area .comment .user-data img.icon {
  width: 18px;
  height: 18px;
}

.discuss-container .container .comment-area .comment .user-data .username {
  color: #dc4f80;
  font-weight: 500;
}

.discuss-container .container .comment-area .comment .user-data .timestamp {
  margin-left: 40px;
}

.discuss-container .container .comment-area .comment .user-data .user-comment {
  margin: 10px 0 20px;
  text-align: left;
}

.discuss-container .container .comment-area .comment .user-data .leave-comment {
  padding: 4px 10px;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  float: left;
}

.discuss-container .container .comment-area .comment .reply {
  clear: both;
  width: 940px;
  min-height: 70px;
  float: right;
  display: inline-block;
}

.discuss-container .container .comment-area .comment .reply .user-avatar {
  float: left;
  width: 60px;
}

.discuss-container .container .comment-area .comment .reply .user-avatar img.avatar {
  width: 36px;
  height: 36px;
  background-color: #999;
  border-radius: 50%;
}

.discuss-container .container .comment-area .comment .reply .user-data {
  float: right;
  width: 880px;
  min-height: 60px;
  border: 0;
}

.discuss-container .container .comment-area .comment .reply .user-data .username {
  color: #dc4f80;
  font-weight: 500;
}

.discuss-container .container .comment-area .comment .reply .user-data .timestamp {
  margin-left: 40px;
}

.discuss-container .container .comment-area .comment .reply .user-data .user-reply {
  text-align: left;
}

.comment-textarea {
  margin-top: 40px;
  position: absolute;
  width: 100%;
  height: 260px;
  border: 1px solid #999;
  border-radius: 4px;
}

.give-some-comments {
  margin-top: 40px;
  width: 100%;
  height: 260px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #9a9a9a;
}

.give-some-comments span {
  cursor: pointer;
  color: #dc4f80;
}

.give-some-comments span:hover, .give-some-comments spanfocus {
  color: #cb3e6f;
}

.page-select-area {
  margin-bottom: 80px;
}

.page-select-area.center {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}

.page-select-area.center ul {
  padding: 0;
  display: block;
  position: relative;
  left: 50%;
}

.page-select-area.center ul li {
  list-style: none;
  margin: 2px;
  float: left;
  position: relative;
}

.page-select-area.center ul li a {
  padding: 3px 8px;
  color: #f6a9ca;
  border: 1px solid #b5b5b5;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.page-select-area.center ul li a:hover, .page-select-area.center ul li afocus {
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
  background-color: #f6a9ca;
  color: #fff;
}

.page-select-area .left-area ul {
  padding: 0;
}

.page-select-area .left-area ul li {
  list-style: none;
  float: left;
  margin: 2px;
}

.page-select-area .left-area ul li a {
  padding: 3px 8px;
  color: #f6a9ca;
  border: 1px solid #b5b5b5;
  -webkit-transition: .2s background-color linear, .2s color linear;
  transition: .2s background-color linear, .2s color linear;
}

.page-select-area .left-area ul li a:hover, .page-select-area .left-area ul li afocus {
  -webkit-transition: .2s background-color linear, .2s color linear;
  transition: .2s background-color linear, .2s color linear;
  background-color: #f6a9ca;
  color: #fff;
}

.page-select-area .right-area {
  float: right;
}

.page-select-area .right-area .color-lightblue {
  color: #02a7fd;
}

pre.pre-custom {
  display: block;
  font-size: inherit;
  font-family: inherit;
  text-align: justify;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.background.sign-up {
  background: url("../images/pages/15/image-1.jpg") center center/cover;
  height: 890px;
  text-align: center;
  color: #fff;
  position: relative;
}

.sign-up-div {
  position: absolute;
  width: 415px;
  padding: 60px 40px;
  top: 150px;
  right: 70px;
  background-color: white;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  animation: popup-sign .4s ease-out;
  -moz-animation: popup-sign .4s ease-out;
  -ms-animation: popup-sign .4s ease-out;
  -webkit-animation: popup-sign .4s ease-out;
}

.sign-up-div .title {
  margin-bottom: 22px;
  color: #db4f80;
}

.sign-up-div .title.indent {
  padding: 0 46px;
}

.sign-up-div div.input {
  margin: 10px auto;
}

.sign-up-div div.input input {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  color: black;
}

.sign-up-div div.input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c9c9c9;
}

.sign-up-div div.input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
  opacity: 1;
}

.sign-up-div div.input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
  opacity: 1;
}

.sign-up-div div.input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}

.sign-up-div div.input img.right {
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  margin-top: 9px;
  right: 48px;
}

.sign-up-div div.input div {
  position: absolute;
  height: 36px;
  width: 36px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.sign-up-div div.input div > img.left {
  height: 18px;
  width: 18px;
  margin-top: 9px;
  left: 48px;
}

.sign-up-div div.input button {
  color: #fff;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 0;
  z-index: 1;
}

.sign-up-div div.input button.sign-up {
  background-color: #dd4f81;
}

.sign-up-div div.input button.facebook-sign-up {
  background-color: #6e84b5;
}

.sign-up-div div.input button.google-sign-up {
  background-color: #eb5b5b;
}

.sign-up-div div.input button.vendor-sign-up {
  background-color: #a0a0a0;
}

.sign-up-div div.input button.sign-up, .sign-up-div div.input button.facebook-sign-up, .sign-up-div div.input button.google-sign-up, .sign-up-div div.input button.vendor-sign-up {
  animation: color-fade-in .2s linear;
  -moz-animation: color-fade-in .2s linear;
  -ms-animation: color-fade-in .2s linear;
  -webkit-animation: color-fade-in .2s linear;
}

.sign-up-div div.input button.sign-up:hover, .sign-up-div div.input button.sign-up:focus, .sign-up-div div.input button.sign-up:active, .sign-up-div div.input button.facebook-sign-up:hover, .sign-up-div div.input button.facebook-sign-up:focus, .sign-up-div div.input button.facebook-sign-up:active, .sign-up-div div.input button.google-sign-up:hover, .sign-up-div div.input button.google-sign-up:focus, .sign-up-div div.input button.google-sign-up:active, .sign-up-div div.input button.vendor-sign-up:hover, .sign-up-div div.input button.vendor-sign-up:focus, .sign-up-div div.input button.vendor-sign-up:active {
  animation: color-fade-out .2s linear;
  -moz-animation: color-fade-out .2s linear;
  -ms-animation: color-fade-out .2s linear;
  -webkit-animation: color-fade-out .2s linear;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.sign-up-div .text-with-hr {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
  margin: 10px auto 20px;
}

.sign-up-div .text-with-hr span {
  background-color: white;
  color: #c9c9c9;
  padding: 0 10px;
}

.sign-up-div .already-member {
  color: #c9c9c9;
  text-align: left;
  font-size: 14px;
}

.sign-up-div .already-member a {
  color: #e26f96;
}

.sign-up-div .already-member a:hover, .sign-up-div .already-member a:focus {
  color: #d15e85;
}

.sign-up-div .keep-login {
  text-align: left;
  font-size: 14px;
  color: #5e5e5e;
}

.popup {
  border-radius: 4px;
}

.popup .al-title {
  height: 44px;
  line-height: 44px;
  padding-left: 18px;
  color: #fff;
  background-color: #dc4f80;
  text-align: left;
  font-size: 16px;
}

.popup .al-body {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.popup .al-body.text-left {
  text-align: left;
}

.agree-license-div {
  width: 1170px;
  background-color: white;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 4px;
}

.agree-license-div.vendor-detail {
  z-index: 2;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -585px;
  animation: popup-sign .4s ease-out;
  -moz-animation: popup-sign .4s ease-out;
  -ms-animation: popup-sign .4s ease-out;
  -webkit-animation: popup-sign .4s ease-out;
}

.agree-license-div .al-title {
  height: 44px;
  line-height: 44px;
  padding-left: 18px;
  color: #fff;
  background-color: #dc4f80;
  text-align: left;
  font-size: 16px;
}

.agree-license-div .al-body {
  background-color: #fff;
  padding: 60px;
}

.agree-license-div .al-content {
  padding: 10px;
  height: 600px;
  border: 1px solid #393939;
  overflow-y: auto;
  text-align: justify;
  color: #393939;
  font-size: 15px;
  line-height: 22px;
}

.agree-license-div .form-content {
  line-height: 26px;
}

.agree-license-div .form-content input[type='text'] {
  padding-left: 8px;
  width: 100%;
  display: block;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

.agree-license-div .form-content .col-6 {
  width: 540px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.agree-license-div .form-content .date-btn {
  float: right;
  display: inline;
  position: absolute;
  margin-left: 484px;
  margin-top: -24px;
  text-align: right;
  width: 18px;
  height: 18px;
  background: url("../images/common/03-2.svg");
  border: none;
}

.agree-license-div .form-content select {
  padding-left: 8px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  height: 32px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/common/08-3.svg") no-repeat scroll 98% center transparent;
  background-size: 15px 15px;
  padding-right: 14px;
}

.agree-license-div .al-little {
  float: left;
  font-size: 14px;
  text-align: left;
  padding: 8px 0;
  position: relative;
  color: #393939;
}

.agree-license-div .al-little label {
  font-weight: normal;
}

.agree-license-div .al-button-area {
  clear: both;
  margin-top: 40px;
  position: relative;
  text-align: left;
}

.agree-license-div .al-button-area .agree, .agree-license-div .al-button-area .disagree {
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 5px 12px;
  margin-right: 10px;
}

.agree-license-div .al-button-area .agree {
  background-color: #f87ea9;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.agree-license-div .al-button-area .agree:hover {
  background-color: #e76d98;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.agree-license-div .al-button-area .disagree {
  background-color: #c9c9c9;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.agree-license-div .al-button-area .disagree:hover {
  background-color: #b8b8b8;
  -webkit-transition: .2s background-color linear;
  transition: .2s background-color linear;
}

.agree-license-div span.red {
  color: #ea587e;
}

.pink-background {
  background-color: #faf5f5;
  width: 100%;
  min-height: 960px;
  position: relative;
}

@-webkit-keyframes popup-sign {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 110px;
    opacity: 1;
  }
}

@keyframes popup-sign {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 110px;
    opacity: 1;
  }
}

@keyframes color-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}

@-webkit-keyframes color-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}

@keyframes color-fade-in {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes color-fade-in {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.page03 .page-content #grid td {
    border-bottom: 0;
    border-color: #d5e1e1;
}
.page03 .page-content #grid th {
    background: #84ccd0;
    border-color: #d5e1e1;
}

.wedding-list{
    border-collapse: collapse;
    border-style: none solid solid;
    border-width: 1px;
    height: auto;
    outline: 0 none;
    font-size: 14px;
    border-top: medium none;
    border-color: #c4c4c4;
    color: #6d6d6d;
    cursor:default;
}
.wedding-list .list-table{
    border: 0 none;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}
.wedding-list .list-headercell{
    border-collapse: collapse;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 1.1em;
    margin: -.5em -.6em -.4em;
    padding: .5em .6em .4em;
    white-space: normal;
    font-weight: 700;
    color:white;
    font-weight: normal;
}
.wedding-list .list-content{
    outline: medium none;
    overflow: hidden;
    background:#fff;
}
.wedding-list .list-cell{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: table-cell;
    overflow: hidden;
    padding: .6em;
    vertical-align: middle;
    white-space: normal;
    width: auto;
}
.wedding-list .list-alt-row{
      background-color: #f6fafa;
}
.wedding-list .list-button{
    padding: .1em;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-family: "Arial,Helvetica,sans-serif";
}
.wedding-list .list-delete{
    border: 0;
    background: none;
    color: inherit;
}
.wedding-list .list-edit{
    border: 0px;
    background: none;
    outline:none;
}
.wedding-list .list-edit img{
    width:15px;
}
.page04 .sui-edit{
    border: 0px;
    background: none;
    outline:none;
}
.page04 .sui-edit:hover{
  background:none;
}
.page04 .sui-edit img{
    width:15px;
}
.page04 .page-content .grid th {
    font-weight: 400;
    color: #fff;
}
.page04 .sui-table{
    border: 0 none;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}

.page04 .sui-headercell{
    border-collapse: collapse;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 1.1em;
    margin: -.5em -.6em -.4em;
    padding: .5em .6em .4em;
    white-space: normal;
    font-weight: 700;
    font-weight: normal;
}
.page04 .sui-headercell span{
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
}
.page04 .page-content .budget{
  cursor: default;
}
.page04 .page-content .budget .grid td.currency,
.page04 .page-content .budget .grid th.currency{
  text-align: right;
}
.page04 .page-content .budget .grid td.currency:before,
.page04 .page-content .budget .grid th.currency:before{
  top:8px;
}
.list-input{
  width:550px;
}
