.pt-base {
  padding-top: 9px;
}
.pb-base {
  padding-bottom: 9px;
}
.pv-base {
  padding-top: 9px;
  padding-bottom: 9px;
}
.lines-base-3 {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lines-base-3-forced {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lines-base-1 {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.lines-base-1-forced {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.lines-base-2 {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lines-base-2-forced {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/**
	generate button icons
**/
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-base {
  font-size: 14px;
}
.fs-lg-1 {
  font-size: 14px 1;
}
.fs-lg-2 {
  font-size: 14px 2;
}
.fs-lg-3 {
  font-size: 14px 3;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.txt-danger {
  color: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://adoption.com/community/PF.Site/flavors/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('https://adoption.com/community/PF.Site/flavors/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://adoption.com/community/PF.Site/flavors/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://adoption.com/community/PF.Site/flavors/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://adoption.com/community/PF.Site/flavors/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://adoption.com/community/PF.Site/flavors/bootstrap/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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #297fc7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1c5788;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e4e8eb;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f8f8f8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #eeeeee;
}
.text-primary {
  color: #297fc7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #20649d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #297fc7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #20649d;
}
.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 #f8f8f8;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #eeeeee;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f8f8f8;
}
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.42857143;
  color: #eeeeee;
}
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 #f8f8f8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #eeeeee;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #e4e8eb;
  padding: 10px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  z-index: 1;
  border: 1px solid #dddddd;
  outline: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.items-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.items-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.items-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.items-control:-ms-input-placeholder {
  color: #999999;
}
.items-control::-webkit-input-placeholder {
  color: #999999;
}
.items-control[disabled],
.items-control[readonly],
fieldset[disabled] .items-control {
  background-color: #f8f8f8;
  opacity: 1;
}
.items-control[disabled],
fieldset[disabled] .items-control {
  cursor: not-allowed;
}
textarea.items-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  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 {
  height: 49px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 34px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.6666662px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn,
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.button:focus,
.btn:active:focus,
.button:active:focus,
.btn.active:focus,
.button.active:focus,
.btn.focus,
.button.focus,
.btn:active.focus,
.button:active.focus,
.btn.active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus,
.btn.focus,
.button.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.button:active,
.btn.active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.button.disabled,
.btn.button_not_active,
.button.button_not_active,
.btn[disabled],
.button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
a.button.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.button {
  pointer-events: none;
}
.button,
.btn-default,
.button_off {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.button:focus,
.btn-default:focus,
.button_off:focus,
.button.focus,
.btn-default.focus,
.button_off.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.button:hover,
.btn-default:hover,
.button_off:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.button:active,
.btn-default:active,
.button_off:active,
.button.active,
.btn-default.active,
.button_off.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.button_off {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.button:active:hover,
.btn-default:active:hover,
.button_off:active:hover,
.button.active:hover,
.btn-default.active:hover,
.button_off.active:hover,
.open > .dropdown-toggle.button:hover,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.button_off:hover,
.button:active:focus,
.btn-default:active:focus,
.button_off:active:focus,
.button.active:focus,
.btn-default.active:focus,
.button_off.active:focus,
.open > .dropdown-toggle.button:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.button_off:focus,
.button:active.focus,
.btn-default:active.focus,
.button_off:active.focus,
.button.active.focus,
.btn-default.active.focus,
.button_off.active.focus,
.open > .dropdown-toggle.button.focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.button_off.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.button:active,
.btn-default:active,
.button_off:active,
.button.active,
.btn-default.active,
.button_off.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.button_off {
  background-image: none;
}
.button.disabled,
.btn-default.disabled,
.button_off.disabled,
.button[disabled],
.btn-default[disabled],
.button_off[disabled],
fieldset[disabled] .button,
fieldset[disabled] .btn-default,
fieldset[disabled] .button_off,
.button.disabled:hover,
.btn-default.disabled:hover,
.button_off.disabled:hover,
.button[disabled]:hover,
.btn-default[disabled]:hover,
.button_off[disabled]:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .button_off:hover,
.button.disabled:focus,
.btn-default.disabled:focus,
.button_off.disabled:focus,
.button[disabled]:focus,
.btn-default[disabled]:focus,
.button_off[disabled]:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .button_off:focus,
.button.disabled.focus,
.btn-default.disabled.focus,
.button_off.disabled.focus,
.button[disabled].focus,
.btn-default[disabled].focus,
.button_off[disabled].focus,
fieldset[disabled] .button.focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .button_off.focus,
.button.disabled:active,
.btn-default.disabled:active,
.button_off.disabled:active,
.button[disabled]:active,
.btn-default[disabled]:active,
.button_off[disabled]:active,
fieldset[disabled] .button:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .button_off:active,
.button.disabled.active,
.btn-default.disabled.active,
.button_off.disabled.active,
.button[disabled].active,
.btn-default[disabled].active,
.button_off[disabled].active,
fieldset[disabled] .button.active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .button_off.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.button .badge,
.btn-default .badge,
.button_off .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #297fc7;
  border-color: #297fc7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1a517f;
  border-color: #297fc7;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #297fc7;
  border-color: #297fc7;
}
.btn-primary .badge {
  color: #297fc7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #5cb85c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #5bc0de;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #5bc0de;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #5bc0de;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #f0ad4e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #f0ad4e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #f0ad4e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ee5454;
  border-color: #ffffff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d61515;
  border-color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ee5454;
  border-color: #ffffff;
}
.btn-danger .badge {
  color: #ee5454;
  background-color: #ffffff;
}
.btn-link,
.button_link {
  color: #297fc7;
  background-color: transparent;
  border-color: #297fc7;
}
.btn-link:focus,
.button_link:focus,
.btn-link.focus,
.button_link.focus {
  color: #297fc7;
  background-color: rgba(0, 0, 0, 0);
  border-color: #297fc7;
}
.btn-link:hover,
.button_link:hover {
  color: #297fc7;
  background-color: rgba(0, 0, 0, 0);
  border-color: #297fc7;
}
.btn-link:active,
.button_link:active,
.btn-link.active,
.button_link.active,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.button_link {
  color: #297fc7;
  background-color: rgba(0, 0, 0, 0);
  border-color: #297fc7;
}
.btn-link:active:hover,
.button_link:active:hover,
.btn-link.active:hover,
.button_link.active:hover,
.open > .dropdown-toggle.btn-link:hover,
.open > .dropdown-toggle.button_link:hover,
.btn-link:active:focus,
.button_link:active:focus,
.btn-link.active:focus,
.button_link.active:focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.button_link:focus,
.btn-link:active.focus,
.button_link:active.focus,
.btn-link.active.focus,
.button_link.active.focus,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.button_link.focus {
  color: #297fc7;
  background-color: rgba(0, 0, 0, 0);
  border-color: #297fc7;
}
.btn-link:active,
.button_link:active,
.btn-link.active,
.button_link.active,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.button_link {
  background-image: none;
}
.btn-link.disabled,
.button_link.disabled,
.btn-link[disabled],
.button_link[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .button_link,
.btn-link.disabled:hover,
.button_link.disabled:hover,
.btn-link[disabled]:hover,
.button_link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .button_link:hover,
.btn-link.disabled:focus,
.button_link.disabled:focus,
.btn-link[disabled]:focus,
.button_link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .button_link:focus,
.btn-link.disabled.focus,
.button_link.disabled.focus,
.btn-link[disabled].focus,
.button_link[disabled].focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .button_link.focus,
.btn-link.disabled:active,
.button_link.disabled:active,
.btn-link[disabled]:active,
.button_link[disabled]:active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .button_link:active,
.btn-link.disabled.active,
.button_link.disabled.active,
.btn-link[disabled].active,
.button_link[disabled].active,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .button_link.active {
  background-color: transparent;
  border-color: #297fc7;
}
.btn-link .badge,
.button_link .badge {
  color: transparent;
  background-color: #297fc7;
}
.btn-link {
  color: #297fc7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1c5788;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #eeeeee;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.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%;
}
.table_clear_button > li {
  margin-top: 5px;
}
.intl-tel-input {
  position: relative;
}
.intl-dial-container {
  position: absolute;
  left: 48px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  transition: background-color 100ms ease-out;
}
.intl-tel-input input.iti-invalid-key {
  transition: background-color 0s;
  background-color: #FFC7C7;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}
.intl-tel-input .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input input[disabled] + .flag-container:hover,
.intl-tel-input input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555555;
}
.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/misc/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/misc/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 1px 6px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  position: relative;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span > a {
  display: block;
  padding: 3px 30px 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu-limit {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .dropdown-menu-limit {
    width: 280px;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8c8c8c;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #555555;
  text-decoration: none;
  outline: 0;
  background-color: #dcdcdc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #eeeeee;
}
.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.42857143;
  color: #eeeeee;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
.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: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu > li.item_delete > a {
  background: #f38282;
  color: #fff;
}
.dropdown-menu > li.item_delete > a:hover {
  background: #ee5454;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
  z-index: 1;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
}
.input-group-addon.input-lg {
  padding: 14px 20px;
  font-size: 14px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.nav > li.disabled > a {
  color: #eeeeee;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #eeeeee;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f8f8f8;
  border-color: #297fc7;
}
.nav .nav-divider {
  height: 1px;
  margin: 1px 6px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f8f8f8 #f8f8f8 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #dddddd;
  background-color: #e4e8eb;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  display: block;
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
    vertical-align: middle;
  }
  .nav-tabs.nav-justified > li:hover,
  .nav-tabs.nav-justified > li:focus {
    text-decoration: none;
    background-color: #f8f8f8;
  }
  .nav-tabs.nav-justified > .active {
    background: #297fc7 !important;
    color: #fff !important;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > a:hover,
  .nav-tabs.nav-justified > li > a:focus {
    border: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #297fc7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
    vertical-align: middle;
  }
  .nav-tabs-justified > li:hover,
  .nav-tabs-justified > li:focus {
    text-decoration: none;
    background-color: #f8f8f8;
  }
  .nav-tabs-justified > .active {
    background: #297fc7 !important;
    color: #fff !important;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs-justified > li > a:hover,
  .nav-tabs-justified > li > a:focus {
    border: none;
  }
}
.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;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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 20px;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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: 992px) {
  .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: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #feffff;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #f4f5f6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #848586;
}
.navbar-default .navbar-nav > li > a.menu_is_selected,
.navbar-default .navbar-nav > li > a.menu_is_selected:hover,
.navbar-default .navbar-nav > li > a.menu_is_selected:focus {
  color: #ffffff;
  background-color: #848586;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ddffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #848586;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #f4f5f6;
  }
  .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: #ffffff;
    background-color: #848586;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #eeeeee;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #297fc7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #1c5788;
  background-color: #f8f8f8;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #297fc7;
  border-color: #297fc7;
  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: #eeeeee;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f8f8f8;
}
.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: #eeeeee;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #eeeeee;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d5d5d5;
}
.label-primary {
  background-color: #297fc7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #20649d;
}
.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: #ee5454;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e92626;
}
.badge {
  display: inline-block;
  min-width: 12px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #297fc7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.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: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.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.42857143;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.modal-footer,
.user_rows_mini,
#page_friend_profile ._block_content {
  display: inline-block;
  display: block;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after,
.user_rows_mini:before,
.user_rows_mini:after,
#page_friend_profile ._block_content:before,
#page_friend_profile ._block_content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.pager:after,
.modal-footer:after,
.user_rows_mini:after,
#page_friend_profile ._block_content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .header_bar_search_inner {
    padding-right: 30px;
  }
}
@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.close {
    display: none !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 (max-width: 767px) {
  .hidden-xs.open {
    display: block !important;
  }
  table.hidden-xs.open {
    display: table !important;
  }
  tr.hidden-xs.open {
    display: table-row !important;
  }
  th.hidden-xs.open,
  td.hidden-xs.open {
    display: table-cell !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;
  }
}
#section-header .site-logo {
  white-space: nowrap;
  overflow: hidden;
}
.header-right-menu ._image__50_square {
  display: block !important;
}
.header-right-menu .btn-abr {
  font-size: 1em;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #f8f8f8;
}
.header-right-menu .pl-5 {
  padding-left: 1px;
}
.header-right-menu li.open .btn-abr {
  background-color: #ffffff;
  color: #297fc7;
}
.header-right-menu .dropdown-menu {
  right: -1px;
}
.header-right-menu .dropdown-panel,
.header-right-menu .dropdown-menu {
  margin-top: -1px;
}
.header-right-menu .dropdown-panel-body {
  position: relative;
  padding-bottom: 40px;
}
.header-right-menu .panel_rows {
  max-height: 400px;
  overflow-y: scroll;
}
.header-right-menu .panel_actions {
  border-top: 1px solid #dddddd;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 1px;
  line-height: 38px;
}
.header-right-menu .panel_actions a {
  color: #555555;
}
.header-right-menu .panel_actions a:hover {
  color: #297fc7;
}
@media (min-width: 768px) {
  .dropdown-panel {
    right: -60px;
  }
}
footer {
  position: relative;
  background: #1a1a1a;
  color: #6f8494;
  font-size: 13px;
  margin-top: 20px;
}
footer a {
  color: #6f8494;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #e4e8eb;
  text-decoration: none;
}
.footer-holder {
  background: #1a1a1a;
  padding: 40px 0;
}
footer .list-inline li + li :before {
  content: "\00b7";
  display: inline-block;
  padding-right: 10px;
}
@media (min-width: 480px) {
  footer .footer-menu {
    float: right;
  }
}
@media (max-width: 767px) {
  footer .footer-menu {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding-bottom: 20px;
  }
}
#logo:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}
#main_content {
  margin: 0;
}
#container #content > ._block_h1 > h1 {
  background: transparent;
  padding: 20px 0px 20px 0px;
  margin-bottom: 0;
  border-bottom: 3px #dbe1e4 solid;
  line-height: normal;
  font-weight: 300;
  font-size: 22px;
  color: #222222;
  letter-spacing: 1px;
}
#container #content > ._block_h1 > h1 > a {
  color: #222222;
  white-space: normal;
  max-width: 100%;
  display: block;
}
#container #content > ._block_h1 > h1 a:hover {
  color: #297fc7;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  /* Fancy blur effect */
  /* Remove these to get rid of the spinner */
}
#nprogress .bar {
  background: #ee5454;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ee5454, 0 0 5px #ee5454;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ee5454;
  border-left-color: #ee5454;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._first_aa {
  background: #2980b9;
}
._first_ab {
  background: #c0392b;
}
._first_ac {
  background: #1abc9c;
}
._first_ad {
  background: #f1c40f;
}
._first_ae {
  background: #E87E04;
}
._first_af {
  background: #2c3e50;
}
._first_ag {
  background: #663399;
}
._first_ah {
  background: #663399;
}
._first_ai {
  background: #f1c40f;
}
._first_aj {
  background: #1abc9c;
}
._first_ak {
  background: #4ECDC4;
}
._first_al {
  background: #2c3e50;
}
._first_am {
  background: #4ECDC4;
}
._first_an {
  background: #9b59b6;
}
._first_ao {
  background: #663399;
}
._first_ap {
  background: #663399;
}
._first_aq {
  background: #1abc9c;
}
._first_ar {
  background: #2980b9;
}
._first_as {
  background: #663399;
}
._first_at {
  background: #d35400;
}
._first_au {
  background: #2980b9;
}
._first_av {
  background: #f1c40f;
}
._first_aw {
  background: #c0392b;
}
._first_ax {
  background: #d35400;
}
._first_ay {
  background: #81CFE0;
}
._first_az {
  background: #2c3e50;
}
._first_ba {
  background: #9b59b6;
}
._first_bb {
  background: #1abc9c;
}
._first_bc {
  background: #7f8c8d;
}
._first_bd {
  background: #2c3e50;
}
._first_be {
  background: #2c3e50;
}
._first_bf {
  background: #2980b9;
}
._first_bg {
  background: #F62459;
}
._first_bh {
  background: #F62459;
}
._first_bi {
  background: #d35400;
}
._first_bj {
  background: #81CFE0;
}
._first_bk {
  background: #4ECDC4;
}
._first_bl {
  background: #c0392b;
}
._first_bm {
  background: #f1c40f;
}
._first_bn {
  background: #E87E04;
}
._first_bo {
  background: #c0392b;
}
._first_bp {
  background: #2c3e50;
}
._first_bq {
  background: #81CFE0;
}
._first_br {
  background: #d35400;
}
._first_bs {
  background: #c0392b;
}
._first_bt {
  background: #7f8c8d;
}
._first_bu {
  background: #f1c40f;
}
._first_bv {
  background: #E87E04;
}
._first_bw {
  background: #f1c40f;
}
._first_bx {
  background: #d35400;
}
._first_by {
  background: #2c3e50;
}
._first_bz {
  background: #E87E04;
}
._first_ca {
  background: #1abc9c;
}
._first_cb {
  background: #663399;
}
._first_cc {
  background: #2980b9;
}
._first_cd {
  background: #2980b9;
}
._first_ce {
  background: #7f8c8d;
}
._first_cf {
  background: #1abc9c;
}
._first_cg {
  background: #f1c40f;
}
._first_ch {
  background: #1abc9c;
}
._first_ci {
  background: #c0392b;
}
._first_cj {
  background: #c0392b;
}
._first_ck {
  background: #E87E04;
}
._first_cl {
  background: #81CFE0;
}
._first_cm {
  background: #2c3e50;
}
._first_cn {
  background: #1abc9c;
}
._first_co {
  background: #E87E04;
}
._first_cp {
  background: #9b59b6;
}
._first_cq {
  background: #2c3e50;
}
._first_cr {
  background: #2980b9;
}
._first_cs {
  background: #c0392b;
}
._first_ct {
  background: #F62459;
}
._first_cu {
  background: #1abc9c;
}
._first_cv {
  background: #c0392b;
}
._first_cw {
  background: #7f8c8d;
}
._first_cx {
  background: #c0392b;
}
._first_cy {
  background: #f1c40f;
}
._first_cz {
  background: #2980b9;
}
._first_da {
  background: #4ECDC4;
}
._first_db {
  background: #1abc9c;
}
._first_dc {
  background: #9b59b6;
}
._first_dd {
  background: #f1c40f;
}
._first_de {
  background: #4ECDC4;
}
._first_df {
  background: #2c3e50;
}
._first_dg {
  background: #E87E04;
}
._first_dh {
  background: #f1c40f;
}
._first_di {
  background: #F62459;
}
._first_dj {
  background: #f1c40f;
}
._first_dk {
  background: #7f8c8d;
}
._first_dl {
  background: #2980b9;
}
._first_dm {
  background: #d35400;
}
._first_dn {
  background: #E87E04;
}
._first_do {
  background: #9b59b6;
}
._first_dp {
  background: #9b59b6;
}
._first_dq {
  background: #f1c40f;
}
._first_dr {
  background: #2c3e50;
}
._first_ds {
  background: #663399;
}
._first_dt {
  background: #c0392b;
}
._first_du {
  background: #2c3e50;
}
._first_dv {
  background: #f1c40f;
}
._first_dw {
  background: #1abc9c;
}
._first_dx {
  background: #9b59b6;
}
._first_dy {
  background: #1abc9c;
}
._first_dz {
  background: #E87E04;
}
._first_ea {
  background: #d35400;
}
._first_eb {
  background: #2980b9;
}
._first_ec {
  background: #f1c40f;
}
._first_ed {
  background: #d35400;
}
._first_ee {
  background: #E87E04;
}
._first_ef {
  background: #f1c40f;
}
._first_eg {
  background: #F62459;
}
._first_eh {
  background: #1abc9c;
}
._first_ei {
  background: #f1c40f;
}
._first_ej {
  background: #f1c40f;
}
._first_ek {
  background: #81CFE0;
}
._first_el {
  background: #1abc9c;
}
._first_em {
  background: #c0392b;
}
._first_en {
  background: #2980b9;
}
._first_eo {
  background: #7f8c8d;
}
._first_ep {
  background: #2c3e50;
}
._first_eq {
  background: #2980b9;
}
._first_er {
  background: #c0392b;
}
._first_es {
  background: #1abc9c;
}
._first_et {
  background: #663399;
}
._first_eu {
  background: #F62459;
}
._first_ev {
  background: #81CFE0;
}
._first_ew {
  background: #663399;
}
._first_ex {
  background: #E87E04;
}
._first_ey {
  background: #663399;
}
._first_ez {
  background: #663399;
}
._first_fa {
  background: #f1c40f;
}
._first_fb {
  background: #f1c40f;
}
._first_fc {
  background: #2c3e50;
}
._first_fd {
  background: #81CFE0;
}
._first_fe {
  background: #E87E04;
}
._first_ff {
  background: #7f8c8d;
}
._first_fg {
  background: #7f8c8d;
}
._first_fh {
  background: #81CFE0;
}
._first_fi {
  background: #E87E04;
}
._first_fj {
  background: #F62459;
}
._first_fk {
  background: #1abc9c;
}
._first_fl {
  background: #2980b9;
}
._first_fm {
  background: #F62459;
}
._first_fn {
  background: #d35400;
}
._first_fo {
  background: #81CFE0;
}
._first_fp {
  background: #2c3e50;
}
._first_fq {
  background: #2c3e50;
}
._first_fr {
  background: #1abc9c;
}
._first_fs {
  background: #4ECDC4;
}
._first_ft {
  background: #d35400;
}
._first_fu {
  background: #4ECDC4;
}
._first_fv {
  background: #E87E04;
}
._first_fw {
  background: #2980b9;
}
._first_fx {
  background: #2c3e50;
}
._first_fy {
  background: #f1c40f;
}
._first_fz {
  background: #E87E04;
}
._first_ga {
  background: #F62459;
}
._first_gb {
  background: #4ECDC4;
}
._first_gc {
  background: #9b59b6;
}
._first_gd {
  background: #9b59b6;
}
._first_ge {
  background: #f1c40f;
}
._first_gf {
  background: #7f8c8d;
}
._first_gg {
  background: #1abc9c;
}
._first_gh {
  background: #1abc9c;
}
._first_gi {
  background: #1abc9c;
}
._first_gj {
  background: #f1c40f;
}
._first_gk {
  background: #2980b9;
}
._first_gl {
  background: #2980b9;
}
._first_gm {
  background: #c0392b;
}
._first_gn {
  background: #f1c40f;
}
._first_go {
  background: #f1c40f;
}
._first_gp {
  background: #81CFE0;
}
._first_gq {
  background: #c0392b;
}
._first_gr {
  background: #7f8c8d;
}
._first_gs {
  background: #d35400;
}
._first_gt {
  background: #1abc9c;
}
._first_gu {
  background: #1abc9c;
}
._first_gv {
  background: #7f8c8d;
}
._first_gw {
  background: #c0392b;
}
._first_gx {
  background: #c0392b;
}
._first_gy {
  background: #F62459;
}
._first_gz {
  background: #2980b9;
}
._first_ha {
  background: #2c3e50;
}
._first_hb {
  background: #d35400;
}
._first_hc {
  background: #663399;
}
._first_hd {
  background: #d35400;
}
._first_he {
  background: #2980b9;
}
._first_hf {
  background: #F62459;
}
._first_hg {
  background: #f1c40f;
}
._first_hh {
  background: #663399;
}
._first_hi {
  background: #E87E04;
}
._first_hj {
  background: #7f8c8d;
}
._first_hk {
  background: #4ECDC4;
}
._first_hl {
  background: #1abc9c;
}
._first_hm {
  background: #d35400;
}
._first_hn {
  background: #f1c40f;
}
._first_ho {
  background: #1abc9c;
}
._first_hp {
  background: #f1c40f;
}
._first_hq {
  background: #4ECDC4;
}
._first_hr {
  background: #d35400;
}
._first_hs {
  background: #9b59b6;
}
._first_ht {
  background: #1abc9c;
}
._first_hu {
  background: #c0392b;
}
._first_hv {
  background: #E87E04;
}
._first_hw {
  background: #1abc9c;
}
._first_hx {
  background: #d35400;
}
._first_hy {
  background: #E87E04;
}
._first_hz {
  background: #7f8c8d;
}
._first_ia {
  background: #c0392b;
}
._first_ib {
  background: #d35400;
}
._first_ic {
  background: #2980b9;
}
._first_id {
  background: #7f8c8d;
}
._first_ie {
  background: #1abc9c;
}
._first_if {
  background: #4ECDC4;
}
._first_ig {
  background: #f1c40f;
}
._first_ih {
  background: #2c3e50;
}
._first_ii {
  background: #663399;
}
._first_ij {
  background: #E87E04;
}
._first_ik {
  background: #4ECDC4;
}
._first_il {
  background: #663399;
}
._first_im {
  background: #4ECDC4;
}
._first_in {
  background: #2c3e50;
}
._first_io {
  background: #2980b9;
}
._first_ip {
  background: #f1c40f;
}
._first_iq {
  background: #c0392b;
}
._first_ir {
  background: #4ECDC4;
}
._first_is {
  background: #2980b9;
}
._first_it {
  background: #9b59b6;
}
._first_iu {
  background: #1abc9c;
}
._first_iv {
  background: #2980b9;
}
._first_iw {
  background: #1abc9c;
}
._first_ix {
  background: #7f8c8d;
}
._first_iy {
  background: #9b59b6;
}
._first_iz {
  background: #81CFE0;
}
._first_ja {
  background: #9b59b6;
}
._first_jb {
  background: #c0392b;
}
._first_jc {
  background: #c0392b;
}
._first_jd {
  background: #E87E04;
}
._first_je {
  background: #81CFE0;
}
._first_jf {
  background: #9b59b6;
}
._first_jg {
  background: #E87E04;
}
._first_jh {
  background: #4ECDC4;
}
._first_ji {
  background: #c0392b;
}
._first_jj {
  background: #4ECDC4;
}
._first_jk {
  background: #4ECDC4;
}
._first_jl {
  background: #7f8c8d;
}
._first_jm {
  background: #F62459;
}
._first_jn {
  background: #2980b9;
}
._first_jo {
  background: #E87E04;
}
._first_jp {
  background: #E87E04;
}
._first_jq {
  background: #81CFE0;
}
._first_jr {
  background: #2980b9;
}
._first_js {
  background: #4ECDC4;
}
._first_jt {
  background: #2980b9;
}
._first_ju {
  background: #1abc9c;
}
._first_jv {
  background: #663399;
}
._first_jw {
  background: #F62459;
}
._first_jx {
  background: #2980b9;
}
._first_jy {
  background: #E87E04;
}
._first_jz {
  background: #F62459;
}
._first_ka {
  background: #2980b9;
}
._first_kb {
  background: #E87E04;
}
._first_kc {
  background: #663399;
}
._first_kd {
  background: #4ECDC4;
}
._first_ke {
  background: #81CFE0;
}
._first_kf {
  background: #E87E04;
}
._first_kg {
  background: #1abc9c;
}
._first_kh {
  background: #9b59b6;
}
._first_ki {
  background: #663399;
}
._first_kj {
  background: #9b59b6;
}
._first_kk {
  background: #2980b9;
}
._first_kl {
  background: #c0392b;
}
._first_km {
  background: #c0392b;
}
._first_kn {
  background: #663399;
}
._first_ko {
  background: #c0392b;
}
._first_kp {
  background: #f1c40f;
}
._first_kq {
  background: #d35400;
}
._first_kr {
  background: #F62459;
}
._first_ks {
  background: #663399;
}
._first_kt {
  background: #f1c40f;
}
._first_ku {
  background: #663399;
}
._first_kv {
  background: #d35400;
}
._first_kw {
  background: #c0392b;
}
._first_kx {
  background: #f1c40f;
}
._first_ky {
  background: #1abc9c;
}
._first_kz {
  background: #1abc9c;
}
._first_la {
  background: #1abc9c;
}
._first_lb {
  background: #d35400;
}
._first_lc {
  background: #9b59b6;
}
._first_ld {
  background: #663399;
}
._first_le {
  background: #2980b9;
}
._first_lf {
  background: #E87E04;
}
._first_lg {
  background: #f1c40f;
}
._first_lh {
  background: #9b59b6;
}
._first_li {
  background: #4ECDC4;
}
._first_lj {
  background: #9b59b6;
}
._first_lk {
  background: #81CFE0;
}
._first_ll {
  background: #4ECDC4;
}
._first_lm {
  background: #1abc9c;
}
._first_ln {
  background: #F62459;
}
._first_lo {
  background: #663399;
}
._first_lp {
  background: #F62459;
}
._first_lq {
  background: #F62459;
}
._first_lr {
  background: #2c3e50;
}
._first_ls {
  background: #F62459;
}
._first_lt {
  background: #c0392b;
}
._first_lu {
  background: #2980b9;
}
._first_lv {
  background: #2c3e50;
}
._first_lw {
  background: #f1c40f;
}
._first_lx {
  background: #f1c40f;
}
._first_ly {
  background: #F62459;
}
._first_lz {
  background: #9b59b6;
}
._first_ma {
  background: #4ECDC4;
}
._first_mb {
  background: #7f8c8d;
}
._first_mc {
  background: #7f8c8d;
}
._first_md {
  background: #2c3e50;
}
._first_me {
  background: #d35400;
}
._first_mf {
  background: #663399;
}
._first_mg {
  background: #1abc9c;
}
._first_mh {
  background: #9b59b6;
}
._first_mi {
  background: #663399;
}
._first_mj {
  background: #4ECDC4;
}
._first_mk {
  background: #81CFE0;
}
._first_ml {
  background: #2980b9;
}
._first_mm {
  background: #d35400;
}
._first_mn {
  background: #F62459;
}
._first_mo {
  background: #81CFE0;
}
._first_mp {
  background: #1abc9c;
}
._first_mq {
  background: #81CFE0;
}
._first_mr {
  background: #1abc9c;
}
._first_ms {
  background: #1abc9c;
}
._first_mt {
  background: #9b59b6;
}
._first_mu {
  background: #2980b9;
}
._first_mv {
  background: #1abc9c;
}
._first_mw {
  background: #663399;
}
._first_mx {
  background: #1abc9c;
}
._first_my {
  background: #c0392b;
}
._first_mz {
  background: #f1c40f;
}
._first_na {
  background: #F62459;
}
._first_nb {
  background: #d35400;
}
._first_nc {
  background: #81CFE0;
}
._first_nd {
  background: #4ECDC4;
}
._first_ne {
  background: #4ECDC4;
}
._first_nf {
  background: #1abc9c;
}
._first_ng {
  background: #f1c40f;
}
._first_nh {
  background: #4ECDC4;
}
._first_ni {
  background: #F62459;
}
._first_nj {
  background: #4ECDC4;
}
._first_nk {
  background: #c0392b;
}
._first_nl {
  background: #c0392b;
}
._first_nm {
  background: #c0392b;
}
._first_nn {
  background: #d35400;
}
._first_no {
  background: #E87E04;
}
._first_np {
  background: #E87E04;
}
._first_nq {
  background: #2980b9;
}
._first_nr {
  background: #F62459;
}
._first_ns {
  background: #81CFE0;
}
._first_nt {
  background: #7f8c8d;
}
._first_nu {
  background: #2980b9;
}
._first_nv {
  background: #F62459;
}
._first_nw {
  background: #663399;
}
._first_nx {
  background: #2c3e50;
}
._first_ny {
  background: #E87E04;
}
._first_nz {
  background: #E87E04;
}
._first_oa {
  background: #663399;
}
._first_ob {
  background: #663399;
}
._first_oc {
  background: #4ECDC4;
}
._first_od {
  background: #E87E04;
}
._first_oe {
  background: #f1c40f;
}
._first_of {
  background: #81CFE0;
}
._first_og {
  background: #E87E04;
}
._first_oh {
  background: #E87E04;
}
._first_oi {
  background: #81CFE0;
}
._first_oj {
  background: #1abc9c;
}
._first_ok {
  background: #7f8c8d;
}
._first_ol {
  background: #E87E04;
}
._first_om {
  background: #F62459;
}
._first_on {
  background: #d35400;
}
._first_oo {
  background: #9b59b6;
}
._first_op {
  background: #4ECDC4;
}
._first_oq {
  background: #4ECDC4;
}
._first_or {
  background: #f1c40f;
}
._first_os {
  background: #81CFE0;
}
._first_ot {
  background: #E87E04;
}
._first_ou {
  background: #4ECDC4;
}
._first_ov {
  background: #d35400;
}
._first_ow {
  background: #d35400;
}
._first_ox {
  background: #F62459;
}
._first_oy {
  background: #f1c40f;
}
._first_oz {
  background: #2980b9;
}
._first_pa {
  background: #f1c40f;
}
._first_pb {
  background: #81CFE0;
}
._first_pc {
  background: #1abc9c;
}
._first_pd {
  background: #81CFE0;
}
._first_pe {
  background: #E87E04;
}
._first_pf {
  background: #c0392b;
}
._first_pg {
  background: #f1c40f;
}
._first_ph {
  background: #E87E04;
}
._first_pi {
  background: #f1c40f;
}
._first_pj {
  background: #663399;
}
._first_pk {
  background: #663399;
}
._first_pl {
  background: #f1c40f;
}
._first_pm {
  background: #663399;
}
._first_pn {
  background: #1abc9c;
}
._first_po {
  background: #c0392b;
}
._first_pp {
  background: #1abc9c;
}
._first_pq {
  background: #81CFE0;
}
._first_pr {
  background: #663399;
}
._first_ps {
  background: #d35400;
}
._first_pt {
  background: #c0392b;
}
._first_pu {
  background: #F62459;
}
._first_pv {
  background: #F62459;
}
._first_pw {
  background: #d35400;
}
._first_px {
  background: #c0392b;
}
._first_py {
  background: #9b59b6;
}
._first_pz {
  background: #F62459;
}
._first_qa {
  background: #E87E04;
}
._first_qb {
  background: #f1c40f;
}
._first_qc {
  background: #F62459;
}
._first_qd {
  background: #81CFE0;
}
._first_qe {
  background: #F62459;
}
._first_qf {
  background: #d35400;
}
._first_qg {
  background: #c0392b;
}
._first_qh {
  background: #1abc9c;
}
._first_qi {
  background: #c0392b;
}
._first_qj {
  background: #f1c40f;
}
._first_qk {
  background: #f1c40f;
}
._first_ql {
  background: #81CFE0;
}
._first_qm {
  background: #4ECDC4;
}
._first_qn {
  background: #f1c40f;
}
._first_qo {
  background: #F62459;
}
._first_qp {
  background: #c0392b;
}
._first_qq {
  background: #c0392b;
}
._first_qr {
  background: #9b59b6;
}
._first_qs {
  background: #9b59b6;
}
._first_qt {
  background: #1abc9c;
}
._first_qu {
  background: #81CFE0;
}
._first_qv {
  background: #1abc9c;
}
._first_qw {
  background: #F62459;
}
._first_qx {
  background: #f1c40f;
}
._first_qy {
  background: #81CFE0;
}
._first_qz {
  background: #7f8c8d;
}
._first_ra {
  background: #81CFE0;
}
._first_rb {
  background: #1abc9c;
}
._first_rc {
  background: #d35400;
}
._first_rd {
  background: #c0392b;
}
._first_re {
  background: #2980b9;
}
._first_rf {
  background: #4ECDC4;
}
._first_rg {
  background: #81CFE0;
}
._first_rh {
  background: #9b59b6;
}
._first_ri {
  background: #4ECDC4;
}
._first_rj {
  background: #81CFE0;
}
._first_rk {
  background: #F62459;
}
._first_rl {
  background: #F62459;
}
._first_rm {
  background: #663399;
}
._first_rn {
  background: #E87E04;
}
._first_ro {
  background: #81CFE0;
}
._first_rp {
  background: #E87E04;
}
._first_rq {
  background: #f1c40f;
}
._first_rr {
  background: #7f8c8d;
}
._first_rs {
  background: #d35400;
}
._first_rt {
  background: #d35400;
}
._first_ru {
  background: #2980b9;
}
._first_rv {
  background: #F62459;
}
._first_rw {
  background: #2980b9;
}
._first_rx {
  background: #7f8c8d;
}
._first_ry {
  background: #663399;
}
._first_rz {
  background: #7f8c8d;
}
._first_sa {
  background: #F62459;
}
._first_sb {
  background: #d35400;
}
._first_sc {
  background: #7f8c8d;
}
._first_sd {
  background: #663399;
}
._first_se {
  background: #E87E04;
}
._first_sf {
  background: #663399;
}
._first_sg {
  background: #2c3e50;
}
._first_sh {
  background: #9b59b6;
}
._first_si {
  background: #F62459;
}
._first_sj {
  background: #81CFE0;
}
._first_sk {
  background: #c0392b;
}
._first_sl {
  background: #4ECDC4;
}
._first_sm {
  background: #d35400;
}
._first_sn {
  background: #4ECDC4;
}
._first_so {
  background: #7f8c8d;
}
._first_sp {
  background: #4ECDC4;
}
._first_sq {
  background: #2980b9;
}
._first_sr {
  background: #1abc9c;
}
._first_ss {
  background: #d35400;
}
._first_st {
  background: #F62459;
}
._first_su {
  background: #F62459;
}
._first_sv {
  background: #7f8c8d;
}
._first_sw {
  background: #81CFE0;
}
._first_sx {
  background: #F62459;
}
._first_sy {
  background: #E87E04;
}
._first_sz {
  background: #f1c40f;
}
._first_ta {
  background: #663399;
}
._first_tb {
  background: #81CFE0;
}
._first_tc {
  background: #E87E04;
}
._first_td {
  background: #E87E04;
}
._first_te {
  background: #7f8c8d;
}
._first_tf {
  background: #81CFE0;
}
._first_tg {
  background: #1abc9c;
}
._first_th {
  background: #E87E04;
}
._first_ti {
  background: #c0392b;
}
._first_tj {
  background: #4ECDC4;
}
._first_tk {
  background: #E87E04;
}
._first_tl {
  background: #663399;
}
._first_tm {
  background: #81CFE0;
}
._first_tn {
  background: #f1c40f;
}
._first_to {
  background: #d35400;
}
._first_tp {
  background: #7f8c8d;
}
._first_tq {
  background: #1abc9c;
}
._first_tr {
  background: #9b59b6;
}
._first_ts {
  background: #F62459;
}
._first_tt {
  background: #9b59b6;
}
._first_tu {
  background: #d35400;
}
._first_tv {
  background: #f1c40f;
}
._first_tw {
  background: #d35400;
}
._first_tx {
  background: #663399;
}
._first_ty {
  background: #81CFE0;
}
._first_tz {
  background: #c0392b;
}
._first_ua {
  background: #7f8c8d;
}
._first_ub {
  background: #F62459;
}
._first_uc {
  background: #d35400;
}
._first_ud {
  background: #1abc9c;
}
._first_ue {
  background: #c0392b;
}
._first_uf {
  background: #9b59b6;
}
._first_ug {
  background: #F62459;
}
._first_uh {
  background: #2c3e50;
}
._first_ui {
  background: #1abc9c;
}
._first_uj {
  background: #4ECDC4;
}
._first_uk {
  background: #2980b9;
}
._first_ul {
  background: #E87E04;
}
._first_um {
  background: #f1c40f;
}
._first_un {
  background: #9b59b6;
}
._first_uo {
  background: #81CFE0;
}
._first_up {
  background: #1abc9c;
}
._first_uq {
  background: #f1c40f;
}
._first_ur {
  background: #2c3e50;
}
._first_us {
  background: #d35400;
}
._first_ut {
  background: #663399;
}
._first_uu {
  background: #7f8c8d;
}
._first_uv {
  background: #E87E04;
}
._first_uw {
  background: #1abc9c;
}
._first_ux {
  background: #1abc9c;
}
._first_uy {
  background: #663399;
}
._first_uz {
  background: #81CFE0;
}
._first_va {
  background: #9b59b6;
}
._first_vb {
  background: #9b59b6;
}
._first_vc {
  background: #1abc9c;
}
._first_vd {
  background: #7f8c8d;
}
._first_ve {
  background: #2980b9;
}
._first_vf {
  background: #663399;
}
._first_vg {
  background: #1abc9c;
}
._first_vh {
  background: #2980b9;
}
._first_vi {
  background: #f1c40f;
}
._first_vj {
  background: #2980b9;
}
._first_vk {
  background: #F62459;
}
._first_vl {
  background: #9b59b6;
}
._first_vm {
  background: #c0392b;
}
._first_vn {
  background: #2980b9;
}
._first_vo {
  background: #4ECDC4;
}
._first_vp {
  background: #663399;
}
._first_vq {
  background: #2980b9;
}
._first_vr {
  background: #E87E04;
}
._first_vs {
  background: #f1c40f;
}
._first_vt {
  background: #1abc9c;
}
._first_vu {
  background: #81CFE0;
}
._first_vv {
  background: #2980b9;
}
._first_vw {
  background: #c0392b;
}
._first_vx {
  background: #E87E04;
}
._first_vy {
  background: #2c3e50;
}
._first_vz {
  background: #d35400;
}
._first_wa {
  background: #9b59b6;
}
._first_wb {
  background: #d35400;
}
._first_wc {
  background: #f1c40f;
}
._first_wd {
  background: #663399;
}
._first_we {
  background: #d35400;
}
._first_wf {
  background: #c0392b;
}
._first_wg {
  background: #E87E04;
}
._first_wh {
  background: #F62459;
}
._first_wi {
  background: #9b59b6;
}
._first_wj {
  background: #2c3e50;
}
._first_wk {
  background: #f1c40f;
}
._first_wl {
  background: #9b59b6;
}
._first_wm {
  background: #9b59b6;
}
._first_wn {
  background: #81CFE0;
}
._first_wo {
  background: #7f8c8d;
}
._first_wp {
  background: #1abc9c;
}
._first_wq {
  background: #E87E04;
}
._first_wr {
  background: #4ECDC4;
}
._first_ws {
  background: #81CFE0;
}
._first_wt {
  background: #c0392b;
}
._first_wu {
  background: #2c3e50;
}
._first_wv {
  background: #9b59b6;
}
._first_ww {
  background: #1abc9c;
}
._first_wx {
  background: #d35400;
}
._first_wy {
  background: #2c3e50;
}
._first_wz {
  background: #E87E04;
}
._first_xa {
  background: #c0392b;
}
._first_xb {
  background: #c0392b;
}
._first_xc {
  background: #1abc9c;
}
._first_xd {
  background: #d35400;
}
._first_xe {
  background: #f1c40f;
}
._first_xf {
  background: #d35400;
}
._first_xg {
  background: #9b59b6;
}
._first_xh {
  background: #F62459;
}
._first_xi {
  background: #4ECDC4;
}
._first_xj {
  background: #F62459;
}
._first_xk {
  background: #c0392b;
}
._first_xl {
  background: #f1c40f;
}
._first_xm {
  background: #F62459;
}
._first_xn {
  background: #7f8c8d;
}
._first_xo {
  background: #f1c40f;
}
._first_xp {
  background: #7f8c8d;
}
._first_xq {
  background: #2980b9;
}
._first_xr {
  background: #2980b9;
}
._first_xs {
  background: #c0392b;
}
._first_xt {
  background: #E87E04;
}
._first_xu {
  background: #c0392b;
}
._first_xv {
  background: #f1c40f;
}
._first_xw {
  background: #E87E04;
}
._first_xx {
  background: #d35400;
}
._first_xy {
  background: #2c3e50;
}
._first_xz {
  background: #4ECDC4;
}
._first_ya {
  background: #c0392b;
}
._first_yb {
  background: #f1c40f;
}
._first_yc {
  background: #f1c40f;
}
._first_yd {
  background: #81CFE0;
}
._first_ye {
  background: #9b59b6;
}
._first_yf {
  background: #9b59b6;
}
._first_yg {
  background: #F62459;
}
._first_yh {
  background: #F62459;
}
._first_yi {
  background: #9b59b6;
}
._first_yj {
  background: #E87E04;
}
._first_yk {
  background: #7f8c8d;
}
._first_yl {
  background: #F62459;
}
._first_ym {
  background: #81CFE0;
}
._first_yn {
  background: #c0392b;
}
._first_yo {
  background: #2c3e50;
}
._first_yp {
  background: #2980b9;
}
._first_yq {
  background: #f1c40f;
}
._first_yr {
  background: #f1c40f;
}
._first_ys {
  background: #4ECDC4;
}
._first_yt {
  background: #d35400;
}
._first_yu {
  background: #1abc9c;
}
._first_yv {
  background: #4ECDC4;
}
._first_yw {
  background: #E87E04;
}
._first_yx {
  background: #d35400;
}
._first_yy {
  background: #E87E04;
}
._first_yz {
  background: #2980b9;
}
._first_za {
  background: #E87E04;
}
._first_zb {
  background: #2980b9;
}
._first_zc {
  background: #F62459;
}
._first_zd {
  background: #81CFE0;
}
._first_ze {
  background: #F62459;
}
._first_zf {
  background: #9b59b6;
}
._first_zg {
  background: #81CFE0;
}
._first_zh {
  background: #d35400;
}
._first_zi {
  background: #2980b9;
}
._first_zj {
  background: #1abc9c;
}
._first_zk {
  background: #81CFE0;
}
._first_zl {
  background: #2c3e50;
}
._first_zm {
  background: #1abc9c;
}
._first_zn {
  background: #F62459;
}
._first_zo {
  background: #c0392b;
}
._first_zp {
  background: #1abc9c;
}
._first_zq {
  background: #d35400;
}
._first_zr {
  background: #81CFE0;
}
._first_zs {
  background: #2c3e50;
}
._first_zt {
  background: #f1c40f;
}
._first_zu {
  background: #7f8c8d;
}
._first_zv {
  background: #f1c40f;
}
._first_zw {
  background: #663399;
}
._first_zx {
  background: #2c3e50;
}
._first_zy {
  background: #9b59b6;
}
._first_zz {
  background: #f1c40f;
}
._first_no_utf8 {
  background: #ff6600;
}
._image__32_square {
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: contain;
}
._image_32 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: contain;
}
._image__40_square {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
}
._image_40 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
}
._image__50_square {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: contain;
}
._image_50 {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: contain;
}
._image__200_square {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: contain;
}
._image_200 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: contain;
}
textarea {
  resize: none;
}
*:focus {
  outline: none;
}
.table.form-group {
  padding-bottom: 0;
}
.clear {
  clear: both;
}
/**
	Main body holder. Keeps the site within a specific width.
*/
.holder {
  margin: auto;
  width: 100%;
}
.global_notification_site {
  background: #CDEB8B;
  display: block;
  line-height: 22px;
  height: 22px;
  padding: 0 6px 0 6px;
  margin-bottom: 10px;
}
input.button_register,
#main_registration_form_holder input.button_register {
  background: #6BBA70;
  color: #fff;
  font-weight: bold;
  border: 1px #508F54 solid;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
}
/**
 Default captcha
*/
.captcha_title {
  font-weight: bold;
  padding-bottom: 5px;
}
.captcha_form {
  border-top: 1px #dfdfdf solid;
  margin-top: 10px;
  padding-top: 10px;
}
#js_captcha_image {
  border: 1px #ccc solid;
}
/**
	Sub-menus
*/
#header_sub_menu a#pin,
#header_sub_menu a#pin:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/header_sub_menu_pin.png') no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  width: 30px;
  display: block;
  line-height: 40px;
}
#header_sub_menu a#pin:hover {
  background-color: #333;
}
#header_sub_menu:hover a#pin {
  background-color: #333;
}
.main_sub_menu {
  left: -1px;
  top: 40px;
  background: #333;
  width: 300px;
  position: absolute;
  z-index: 100;
  padding: 10px 5px 5px 10px;
  display: none;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
#header_sub_menu_holder:hover .main_sub_menu,
#header_sub_menu_holder:hover .main_sub_menu:hover {
  display: block;
}
.main_sub_menu .split {
  float: left;
  width: 44%;
  margin-right: 15px;
}
.main_sub_menu .title {
  color: #BFBFBF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px #4F4F4F solid;
  padding-bottom: 5px;
}
.main_sub_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main_sub_menu ul li a,
.main_sub_menu ul li a:hover {
  line-height: 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #333;
}
.main_sub_menu ul li a:hover {
  background: #fff;
  color: #333;
}
.main_sub_menu_end {
  border-top: 1px #4F4F4F solid;
  margin-top: 10px;
  padding: 10px 6px 6px 0;
}
.main_sub_menu_end a,
.main_sub_menu_end a:hover {
  color: #fff;
  display: block;
  line-height: 25px;
  width: 100px;
  background: #4F4F4F;
  text-align: center;
  text-decoration: none;
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.main_sub_menu_end a:hover {
  background: #BFBFBF;
  color: #fff;
}
/**
	Global Search
*/
#header_menu_space {
  padding-left: 8px;
  padding-top: 6px;
}
#header_sub_menu {
  position: absolute;
  left: 0;
}
/**
	Notifications
*/
#holder_notify {
  position: absolute;
  left: 270px;
}
#holder_notify ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#holder_notify ul li {
  position: relative;
  float: left;
}
#holder_notify ul li a.notify_drop_link,
#holder_notify ul li a.notify_drop_link:hover {
  display: block;
  text-decoration: none;
  line-height: 40px;
  overflow: hidden;
  text-indent: -1000px;
  width: 35px;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
}
#holder_notify ul li div.holder_notify_drop {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #333;
  width: 330px;
  left: 0;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 2px #000 solid;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title {
  border-bottom: 1px #DFDFDF solid;
  padding: 0 0 4px 0;
  margin: 8px 6px 0 6px;
  font-weight: bold;
  position: relative;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link {
  position: absolute;
  right: 5px;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a,
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a:hover {
  background: none;
  font-weight: normal;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link,
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  display: block;
  text-decoration: none;
  line-height: 30px;
  border-top: 1px #DFDFDF solid;
  background: #EFEFEF;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 4px 0 0 0;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  background: #333;
  color: #fff;
}
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  font-size: 11px;
}
#holder_notify ul li.with_padding span.user_profile_link_span a:hover,
#holder_notify ul li.with_padding .extra_info_link a:hover {
  background: #fff;
}
.holder_notify_drop_loader {
  text-align: center;
  padding-bottom: 5px;
}
#holder_notify ul li .holder_notify_drop_data ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#holder_notify ul li .holder_notify_drop_data ul li {
  overflow: hidden;
}
#holder_notify ul li .holder_notify_drop_data ul li.holder_notify_drop_data {
  display: block;
  border-top: 1px #EFEFEF solid;
  float: none;
}
#holder_notify ul li .holder_notify_drop_data ul li.with_padding {
  padding: 4px 6px 4px 6px;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link,
#holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
  display: block;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  color: #333;
}
#holder_notify ul li .holder_notify_drop_data ul li a.is_new,
#holder_notify ul li .holder_notify_drop_data ul li.is_new {
  background: #EDEFF4;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
  background: #333;
  color: #fff;
}
#holder_notify ul li .holder_notify_drop_data ul li.first {
  border: 0;
}
#holder_notify ul li .user_profile_link_span {
  font-weight: bold;
}
.drop_data_image {
  float: left;
}
.drop_data_content {
  margin-left: 55px;
}
.drop_data_time {
  color: #808080;
  font-size: 9px;
  padding-top: 4px;
}
.drop_data_user {
  color: #297fc7;
  font-weight: bold;
  position: relative;
}
.drop_data_action {
  position: absolute;
  right: 0;
}
#holder_notify ul li .holder_notify_drop_data ul li a:hover .drop_data_time,
#holder_notify ul li .holder_notify_drop_data ul li a:hover .drop_data_user {
  color: #fff;
}
.drop_data_empty {
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
  padding-top: 10px;
}
.holder_notify_drop_link_holder {
  display: none;
}
.holder_notify_count {
  position: absolute;
  display: none;
  z-index: 10;
  right: 0;
  background: red;
  color: #fff;
  padding: 2px 4px 2px 4px;
  font-weight: bold;
}
/**
 Content holders
*/
#main_content_holder {
  background: #ffffff url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/main_content_holder.png') repeat-x;
}
#content_holder {
  position: relative;
  z-index: 1;
}
#main_content {
  margin-left: 180px;
}
#main_content_padding {
  padding: 10px 0 10px 10px;
}
.no_sidebar #main_content_padding {
  padding-left: 0;
}
#content {
  position: relative;
  z-index: 1;
}
.content_float {
  float: left;
  width: 100%;
}
.content2 {
  width: 100%;
}
.content3 {
  width: 520px;
}
.content4 {
  width: 710px;
}
#main_content.no_sidebar {
  margin-left: 0;
  padding: 0;
}
/**
	Breadcrumb
*/
#breadcrumb_holder {
  border-bottom: 1px #DFDFDF solid;
}
#breadcrumb_holder.has_section_menu {
  min-height: 30px;
  height: auto !important;
}
h1,
.h1 {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  font-size: 22px;
  color: #333;
  font-weight: normal;
}
h1 a,
h1 a:hover,
.h1 a,
.h1 a:hover {
  text-decoration: none;
  color: #555555;
}
#content_load_data h1 {
  padding: 0;
  font-size: 22px;
  margin: 0 0 5px 0;
  color: #333;
}
#content_load_data h1 a,
#content_load_data h1 a:hover {
  color: #333;
}
h3 {
  border-bottom: 1px #DFDFDF solid;
  padding: 0 0 5px 0;
  margin: 5px 0 8px 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
/**
* Item Information
*/
.item_info {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #808080;
}
.item_info a {
  color: #808080;
  text-decoration: underline;
}
.item_info a:hover {
  color: #808080;
  text-decoration: none;
}
/**
* Item action bar
*/
.item_bar {
  padding: 4px 0 12px 0;
  position: relative;
}
a.item_bar_approve,
a.item_bar_approve:hover {
  display: block;
  background: #D0D0D0;
  line-height: 24px;
  padding: 0 5px 0 5px;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  color: #333;
}
a.item_bar_approve_image,
a.item_bar_approve_image:hover {
  background: none;
}
.item_bar ul {
  left: auto;
  right: 0;
}
a.item_bar_action,
a.item_bar_action:hover {
  background: #ffffff url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/item_bar_action.png') no-repeat;
  display: block;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  width: 140px;
  font-weight: bold;
}
a.item_bar_action_clicked,
a.item_bar_action_clicked:hover {
  background: #ffffff url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/item_bar_action.png') no-repeat 0 -24px;
  color: #333;
}
a.item_bar_action span {
  padding: 0 0 0 10px;
}
.item_bar_image {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 2px;
}
/**
 Item Content
*/
.item_image {
  float: left;
}
.item_image_content {
  padding-left: 5px;
}
.item_content img.parsed_image {
  border: 1px #ccc solid;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
/**
	Action Menu
*/
#section_menu {
  position: absolute;
  right: 0;
  top: 10px;
}
#section_menu ul {
  margin: 0;
  padding: 0;
}
#section_menu ul li {
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  position: relative;
}
#section_menu ul li a:active {
  background: #fff;
}
#section_menu ul li a#section_menu_more,
#section_menu ul li a#section_menu_more:hover {
  color: #808080;
  font-weight: normal;
  width: 20px;
  text-align: center;
  overflow: hidden;
  text-indent: -100px;
  position: relative;
}
#section_menu ul li span {
  background: #CDEB8B;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding-right: 16px;
  margin-right: 2px;
  display: inline;
  padding-top: 16px;
}
#section_menu ul li a#section_menu_more span.section_menu_more_image {
  display: block;
  width: 20px;
  height: 22px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/section_menu_more.png') no-repeat;
  position: absolute;
}
/**
 * section_menu_drop
 */
#section_menu_drop {
  position: absolute;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/action_drop.png') no-repeat 97% 0%;
  width: 200px;
  right: 0;
  top: 45px;
  z-index: 800;
  display: none;
}
#section_menu_drop ul {
  margin: 8px 0 0 0;
  padding: 0;
  list-style-type: none;
  background: #333;
}
#section_menu_drop ul li {
  display: block;
}
#section_menu_drop ul li a,
#section_menu_drop ul li a:hover {
  display: block;
  line-height: 26px;
  padding: 0 0 0 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#section_menu_drop ul li a:hover {
  background: #4F4F4F;
}
/**
	Blocks
 */
#content .block,
#right .block,
#left .block {
  margin-bottom: 15px;
}
#left .block .title,
#right .block .title {
  font-weight: bold;
  color: #333;
}
#content .block .title {
  font-weight: bold;
  color: #333;
  border-bottom: 1px #DFDFDF solid;
  font-size: 14px;
  padding-bottom: 8px;
}
.block .content {
  padding: 8px 0 0 0;
  position: relative;
}
.block .block_headline {
  padding-top: 4px;
  margin-top: 8px;
  border-top: 1px #dfdfdf solid;
  color: #333;
  font-weight: bold;
  padding-bottom: 6px;
}
.block_event_title {
  text-transform: uppercase;
  font-weight: bold;
  color: #AFAFAF;
  font-size: 10px;
}
.block_event_title_holder {
  padding-bottom: 5px;
}
.block_event_form {
  padding-bottom: 10px;
}
.block_event_form input {
  font-size: 11px;
}
.block_event_form select {
  font-size: 10px;
}
.block_event_form_input {
  width: 90%;
}
.block_event_form_input_off {
  color: #808080;
}
.block_event_sub {
  padding-top: 6px;
}
.block_event_sub_holder {
  display: none;
}
.block .js_edit_header_bar {
  float: right;
  margin-right: 3px;
}
.block .edit_bar {
  margin: 0;
  padding: 10px;
  background: #DFDFDF;
  color: #393939;
}
.block_comment_holder {
  margin-top: 10px;
}
.block .bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block .bottom ul li {
  display: block;
  position: relative;
}
.block .bottom ul li .ajax_image {
  position: absolute;
  left: 4px;
  top: 5px;
  z-index: 2;
  display: none;
}
.block .bottom ul li a,
.block .bottom ul li a:hover {
  line-height: 22px;
  height: 22px;
}
.block .bottom .no-height li a,
.block .bottom .no-height li a:hover {
  line-height: inherit;
  height: inherit;
}
#left .block .bottom ul li a,
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a,
#right .block .bottom ul li a:hover {
  display: block;
  color: #8F8F8F;
  border-bottom: 1px #EFEFEF solid;
  text-align: right;
  text-decoration: none;
  padding: 0 8px 0 0;
  position: relative;
}
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a:hover {
  background: #f8f8f8;
}
/**
* Block Menus
*/
div#content div.menu,
div#left div.menu,
div#right div.menu {
  margin: 5px 0 0 0;
  padding: 0;
}
div#content div.menu ul,
div#left div.menu ul,
div#right div.menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
div#content div.menu ul li,
div#left div.menu ul li,
div#right div.menu ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
div#content div.menu ul li a,
div#content div.menu ul li a:hover,
div#left div.menu ul li a,
div#right div.menu ul li a,
div#left div.menu ul li a:hover,
div#right div.menu ul li a:hover {
  padding: 0 6px 0 6px;
  line-height: 22px;
  margin: 0 4px 0 0;
  color: #9F9F9F;
  text-decoration: none;
  display: block;
  text-align: center;
  background: #F9F9F9;
  border: 1px #DFDFDF solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div#content div.menu ul li a:hover,
div#left div.menu ul li a:hover,
div#right div.menu ul li a:hover {
  background: #EFF9FF;
}
div#content div.menu li.active a,
div#content div.menu li.active a:hover,
div#left div.menu li.active a,
div#right div.menu li.active a,
div#left div.menu li.active a:hover,
div#right div.menu li.active a:hover {
  color: #333333;
  text-decoration: none;
  background: #CFEEFF;
}
/**
* Item Information
*/
div.info_holder {
  padding: 10px 0 10px 0;
}
div.info {
  margin-bottom: 8px;
  position: relative;
}
div.info_left {
  color: #3b3b3b;
  font-weight: 500;
}
div.info_right {
  padding: 2px 0 0 10px;
}
#content div.info {
  border-bottom: 1px #EFEFEF solid;
  padding-bottom: 8px;
  clear: both;
}
#content div.info_left {
  float: left;
  padding-right: 8px;
}
#content div.info_right {
  padding: 0;
  margin-left: 110px;
  padding-right: 10px;
  max-width: 100%;
}
/**
* Item Menu
*/
#menu {
  margin-bottom: 10px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
}
#menu ul li a,
#menu ul li a:hover {
  display: block;
  line-height: 22px;
  border-bottom: 1px #DFDFDF solid;
  text-decoration: none;
  padding-left: 5px;
}
#menu ul li a:hover {
  background: #EFF9FF;
}
/**
	Action Delete
*/
.action_delete:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f00d';
  color: #f1f1f1;
  background-color: #333;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
}
/**
* Activity feed textarea
*/
#activity_feed_share_this_one {
  float: left;
}
.feed_share_on_item a,
.feed_share_on_item a:hover {
  display: block;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  padding: 0 5px 0 5px;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.feed_share_on_item a:hover {
  background: #f1f1f1;
}
/* Hides the input in the feed, used in check-ins */
#js_add_location_input {
  display: none;
}
/* Displays a little map on the feed, used for check-ins*/
a.feed_share_map,
a.feed_share_map:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/feed_map.png') no-repeat center center;
}
a.feed_share_site,
a.feed_share_site:hover {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/feed_share.png');
}
a.feed_share_watch,
a.feed_share_watch:hover {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/feed_watch.png');
}
#activity_feed_share_this_one a.is_active,
#activity_feed_share_this_one a.is_active:hover {
  background-color: #f1f1f1;
}
.feed_share_on_item a.active,
.feed_share_on_item a.active:hover {
  background: #FEFFAF;
}
.feed_share_custom {
  padding-top: 10px;
}
.feed_share_custom_block {
  float: left;
}
.activity_feed_pages_post_as_page {
  position: absolute;
  left: 5px;
  top: -4px;
}
.activity_feed_pages_post_as_page select {
  background: #fff;
}
#activity_feed_updates_link_holder {
  display: none;
  height: 25px;
  margin: 5px 0 10px 0;
}
#activity_feed_updates_link_single,
#activity_feed_updates_link_plural {
  position: absolute;
  left: 0;
  line-height: 25px;
  height: 25px;
  background: #FFFFDF;
  color: #808080;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: 1px #dfdfdf solid;
  padding: 0 15px 0 15px;
  -moz-box-shadow: 3px 3px 3px #f1f1f1;
  -webkit-box-shadow: 3px 3px 3px #f1f1f1;
  box-shadow: 3px 3px 3px #f1f1f1;
}
.activity_feed_updates_link {
  display: none;
}
.activity_feed_form_button_status_info {
  display: none;
  padding-bottom: 6px;
}
.activity_feed_form_button_status_info textarea {
  height: 20px;
  width: 98%;
}
.activity_feed_form textarea {
  height: 40px;
  width: 98%;
  color: #808080;
}
.activity_feed_form_button {
  position: relative;
  display: none;
}
.activity_feed_form_button_position {
  position: relative;
}
.activity_feed_form_button_position .privacy_setting_mini {
  float: right;
}
.activity_feed_link_form,
.activity_feed_link_form_ajax,
.activity_feed_extra_info {
  display: none;
}
.feed_comment_extra ul {
  margin: 0;
  padding: 0;
}
.js_like_link_holder a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.js_dislike_link_holder a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f165';
}
.row_feed_loop {
  position: relative;
  min-height: 52px;
}
.feed_delete_link {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.row_feed_loop:hover .feed_delete_link,
.timeline_holder:hover .feed_delete_link {
  display: block;
}
.timeline_holder .feed_delete_link {
  right: 2px;
}
.feed_comment_delete_link {
  position: absolute;
  right: 4px;
  top: 4px;
  display: none;
}
.page_section_menu_header {
  padding-top: 10px;
}
a.page_section_menu_link,
a.page_section_menu_link:hover {
  position: absolute;
  right: 0;
}
.page_section_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page_section_menu ul li {
  float: left;
}
a.page_section_menu_link,
a.page_section_menu_link:hover {
  display: block;
  margin-right: 5px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 6px 0 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.page_section_menu ul li.active a,
.page_section_menu ul li.active a:hover {
  background: #297fc7 !important;
  color: #fff !important;
  text-decoration: none;
}
a.page_section_menu_link {
  color: #333;
  text-decoration: none;
}
a.page_section_menu_link:hover {
  text-decoration: none;
}
/**
	Global view item link
*/
.view_item_link {
  position: relative;
}
.view_item_link a,
.view_item_link a:hover {
  position: absolute;
  right: 0;
  top: -22px;
}
/**
	Datepicker
*/
.js_datepicker_core {
  position: relative;
}
/**
	Block Listing
*/
ul.block_listing {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.block_listing li {
  padding-bottom: 10px;
  position: relative;
}
ul.block_listing li > a,
ul.block_listing li > a:hover,
ul.block_listing li > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
ul.block_listing li .block_listing_image {
  float: left;
}
ul.block_listing li .block_listing_title a,
ul.block_listing li .block_listing_title a:hover {
  font-weight: 400;
}
.block_listing_inline {
  margin: 5px 0 5px 0;
}
.block_listing_inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block_listing_inline ul li {
  float: left;
  padding-right: 3px;
}
ul.block_listing_hover li {
  padding: 4px 0 4px 0;
}
ul.block_listing_hover li:hover {
  background: #f9f9f9;
}
/**
 Photo
 */
.albums_container {
  height: 226px;
}
.photo_holder {
  border: 1px #DFDFDF solid;
  background: #fff;
}
.photo_holder_square {
  width: 150px;
  height: 150px;
}
.photo_rotate {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 500;
}
.photo_rotate ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo_rotate ul li {
  float: left;
  display: inline;
}
.photo_rotate ul li a,
.photo_rotate ul li a:hover {
  background: #fff;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;
}
.photo_rotate ul li a.left,
.photo_rotate ul li a.left:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/photo_rotate_left.png') no-repeat;
}
.photo_rotate ul li a.right,
.photo_rotate ul li a.right:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/photo_rotate_right.png') no-repeat;
}
.photo_rotate ul li a.right:hover,
.photo_rotate ul li a.left:hover {
  background-color: #fff;
}
#js_photo_view_holder {
  background: #333;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
.photo_item_view {
  position: relative;
}
.photo_next_previous {
  position: absolute;
  right: 0;
  top: -4px;
}
.photo_next_previous ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo_next_previous ul li {
  display: inline;
  float: left;
  margin-left: 2px;
  height: 22px;
  line-height: 22px;
}
.photo_next_previous ul li.photo_stream_info {
  margin-right: 4px;
  border-right: 1px #DFDFDF solid;
  padding-right: 6px;
}
.photo_next_previous ul li a,
.photo_next_previous ul li a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  text-decoration: none;
  padding: 0 4px 0 4px;
}
.photo_next_previous ul li a:hover {
  background: #333;
  color: #fff;
}
.photo_view_ad {
  float: right;
  width: 170px;
}
.photo_view_detail {
  float: left;
  width: 220px;
}
.photo_view_detail_content {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.photo_view_comment {
  margin-left: 230px;
  overflow: hidden;
  width: 500px;
}
#photo_view_theater_mode {
  margin: auto;
}
#photo_view_theater_mode #js_photo_view_holder {
  min-height: 380px;
}
#photo_view_theater_mode #js_photo_view_holder #js_photo_view_image {
  margin: 46px auto;
}
#photo_view_theater_mode .photo_next_previous {
  position: static;
}
#photo_view_theater_mode .photo_next_previous ul li.next {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/photo_next_previous_icon.png') no-repeat 50% 50%;
}
#photo_view_theater_mode .photo_next_previous ul li.previous {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/photo_next_previous_icon_left.png') no-repeat 50% 50%;
}
#photo_view_theater_mode .photo_next_previous ul li,
#photo_view_theater_mode .photo_next_previous ul li a,
#photo_view_theater_mode .photo_next_previous ul li a:hover {
  position: absolute;
  height: 300px;
  bottom: 50%;
  margin-bottom: -150px;
  z-index: 799;
  text-indent: -1000px;
  overflow: hidden;
  width: 50px;
  padding: 0;
  line-height: 300px;
}
#photo_view_theater_mode .photo_next_previous ul li a:hover,
#photo_view_theater_mode .photo_next_previous ul li.next a.is_hover_active {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/photo_next_previous.png') no-repeat;
}
#photo_view_theater_mode .photo_next_previous ul li.previous,
#photo_view_theater_mode .photo_next_previous ul li.previous a,
#photo_view_theater_mode .photo_next_previous ul li.previous a:hover {
  left: 4px;
}
#photo_view_theater_mode .photo_next_previous ul li.next,
#photo_view_theater_mode .photo_next_previous ul li.next a,
#photo_view_theater_mode .photo_next_previous ul li.next a:hover {
  right: 4px;
}
.photo_clip_holder_main {
  height: 120px;
  width: 130px;
  position: relative;
}
.photo_clip_holder_main_big,
.photo_with_info {
  height: 196px;
  width: 196px;
  position: relative;
}
.photo_clip_holder_border {
  height: 120px;
  width: 128px;
  border: 1px #DFDFDF solid;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
}
.photo_clip_holder_border_big {
  height: 196px;
  width: 196px;
  border: 1px #DFDFDF solid;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
}
/* Used when auto_crop is enabled and dynamic view is disabled */
a.photo_clip_holder,
a.photo_clip_holder:hover {
  position: absolute;
  top: -4px;
  left: 1px;
  height: 120px;
  width: 128px;
  padding-top: 5px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
a.photo_clip_holder img,
a.photo_clip_holder:hover img {
  clip: rect(10px, 148px, 120px, 0);
}
a.photo_clip_holder_big,
a.photo_clip_holder_big:hover {
  position: absolute;
  top: 0;
  /*left:6px;*/
  height: 190px;
  width: 190px;
  background-position: 50% 25%;
  background-size: cover;
  transition-duration: 500ms;
  transition-property: width, height;
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-indent: -1000px;
}
.photo_row {
  width: 150px;
  margin-bottom: 10px;
  float: left;
  padding-top: 5px;
  z-index: 1;
}
.photo_row_holder {
  width: 100%;
  min-height: 90px;
  height: auto !important;
}
.photo_row_info {
  padding-top: 2px;
  text-align: left;
}
.photo_row_info_album {
  padding-top: 8px;
  text-align: center;
}
.photo_row_height {
  position: relative;
}
#photo_battle_full_mode {
  position: absolute;
  z-index: 5000;
  left: -180px;
  top: -60px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/thickbox_bg.png');
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
}
/**
	Polls
*/
.user_answered_this {
  background-color: #9F9F9F;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.user_answered_this .extra_info {
  color: #fff;
  font-weight: normal;
}
.poll_answer_container {
  margin-top: 8px;
}
.poll_answer_percentage {
  line-height: 6px;
}
.votes {
  width: 300px;
  background: #F2F2F2;
  border: 1px #DFDFDF solid;
  padding: 10px 4px 4px 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.answers_container {
  padding: 5px;
}
.poll_result_link {
  padding: 8px 0 8px 0;
  text-align: right;
}
.poll_result_link a {
  margin-left: 10px;
}
.poll_feed_answer {
  margin: 0 0 0 20px;
  padding: 0;
}
.poll_feed_answer li {
  padding-bottom: 5px;
}
.poll_feed_answer_add {
  padding-left: 20px;
}
/**
 * Global View More Link
 */
#feed_view_more_loader {
  padding: 0 5px 0 5px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-top: 15px;
  display: none;
}
.main_timeline #feed_view_more_loader {
  position: relative;
  height: 40px;
}
.main_timeline #feed_view_more_loader img {
  position: absolute;
  left: 49%;
  bottom: -14px;
}
/**
* JS Tooltip
*/
.js_hover_info {
  display: none;
}
#js_global_tooltip a,
#js_global_tooltip a:hover {
  color: #fff;
}
#js_global_tooltip_display {
  background: #333;
  line-height: 22px;
  height: 22px;
  min-width: 30px;
  padding: 0 6px 0 6px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#js_global_tooltip {
  position: absolute;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/action_drop_down.png') no-repeat 10px bottom;
  display: block;
  z-index: 9000;
  padding: 0 0 8px 0;
}
/**
* JS user tooltip
*/
.js_user_tool_tip_holder {
  position: absolute;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/action_drop.png') no-repeat 2px 0;
  z-index: 6000;
  padding: 8px 0 0 0;
  display: none;
}
.js_user_tool_tip_body {
  background: #333;
  color: #fff;
  position: relative;
  width: 250px;
  min-height: 70px;
  padding: 4px 0 0 0;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
.js_user_tool_tip_body a,
.js_user_tool_tip_body a:hover {
  color: #fff;
}
.user_tooltip_mutual {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px #6F6F6F solid;
}
.user_tooltip_info_user,
.user_tooltip_info_user:hover {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.user_tooltip_info_user a,
.user_tooltip_info_user a:hover {
  font-size: 15px;
  font-weight: bold;
}
.user_tooltip_image {
  float: left;
  padding-left: 4px;
  text-align: center;
  width: 80px;
}
.user_tooltip_info {
  margin-left: 84px;
  padding-right: 5px;
  color: #CFCFCF;
}
.user_tooltip_action {
  margin-top: 4px;
}
.user_tooltip_action ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.user_tooltip_action ul li {
  display: block;
}
.user_tooltip_action ul li a,
.user_tooltip_action ul li a:hover {
  display: block;
  line-height: 24px;
  padding: 0 0 0 6px;
  background: #5F5F5F;
  text-decoration: none;
  border-top: 1px #333 solid;
}
.user_tooltip_action ul li a:hover {
  background: #6F6F6F;
}
.attachment_image {
  float: left;
  width: 140px;
  text-align: center;
}
.attachment_body {
  margin-left: 140px;
}
.attachment_link_button {
  border-top: 1px #DFDFDF solid;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
  margin-left: 140px;
}
a.attachment_body_title,
a.attachment_body_title:hover {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
div.attachment_body_link {
  color: #808080;
}
div.attachment_pager {
  margin: 10px 0 5px 0;
}
div.attachment_pager ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.attachment_pager ul li {
  display: block;
  float: left;
  line-height: 20px;
}
div.attachment_pager ul li.counter {
  margin-left: 5px;
}
div.attachment_pager ul li.counter span.small {
  color: #808080;
  padding-left: 4px;
  font-size: 9px;
}
div.attachment_pager ul li a,
div.attachment_pager ul li a:hover {
  text-decoration: none;
  display: block;
  border: 1px #7F7F7F solid;
  line-height: 20px;
  overflow: hidden;
  text-indent: -1000px;
  width: 28px;
}
div.attachment_pager ul li.no_link a {
  border: 1px #ccc solid;
}
div.attachment_pager ul li a.first {
  border-right: 0;
}
div.attachment_pager ul li a.previous {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/attachment_pager.png') no-repeat;
}
div.attachment_pager ul li a.next {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/attachment_pager_next.png') no-repeat;
}
div.attachment_body label {
  vertical-align: middle;
}
div.attachment_body_description {
  margin-top: 5px;
}
div.attachment_body_description a,
div.attachment_body_description a:hover {
  text-decoration: none;
  color: #333;
}
a.attachment_body_title:hover,
div.attachment_body_description a:hover:hover {
  background: #FFFF88;
}
div.attachment_pager ul li.no_link a.previous {
  cursor: default;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/attachment_pager.png') no-repeat 0 -20px;
}
div.attachment_pager ul li.no_link a.next {
  cursor: default;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/attachment_pager_next.png') no-repeat 0 -20px;
}
div.attachment_pager ul li a:active {
  background: #627AAD;
}
.js_upload_form_image_holder {
  overflow: hidden;
  max-width: 100%;
  display: none;
  border-bottom: 1px #DFDFDF solid;
  padding: 4px 0 4px 0;
  margin-bottom: 6px;
  position: relative;
  text-overflow: ellipsis;
}
.js_upload_form_image_holder_image {
  position: absolute;
  right: 4px;
}
.attachment_holder {
  border-bottom: 1px #DFDFDF solid;
}
.attachment_header_holder {
  position: relative;
  height: 30px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/action_drop_down.png') no-repeat 10px 20px;
  margin-top: 10px;
}
.attachment_header {
  background: #333;
  color: #DFDFDF;
  padding: 5px 10px 5px 10px;
  position: absolute;
  left: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.attachment_row {
  padding: 6px 0 6px 0;
}
.attachment_row_title {
  padding: 0 0 6px 0;
  color: #BFBFBF;
}
a.attachment_row_link,
a.attachment_row_link:hover,
span.attachment_row_link {
  font-weight: bold;
  font-size: 11px;
  color: #333;
}
.attachment_inline_holder {
  border-top: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  margin: 4px 0 4px 0;
  padding: 10px 0 10px 0;
}
.play_link {
  position: relative;
}
.play_link_img {
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 30px;
  height: 22px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/play.png') no-repeat;
  overflow: hidden;
  text-indent: -100px;
}
.header_filter_holder .btn-group > .btn-group {
  margin-bottom: 9px;
}
#global_attachment_list_inline {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 40000;
  background: #fff;
  border: 1px #333 solid;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
@media (min-width: 767px) {
  #global_attachment_list_inline {
    width: 500px;
  }
}
#global_attachment_list_inline_holder {
  padding: 8px;
}
#global_attachment_list_inline_close {
  padding: 6px;
  border-top: 1px #dfdfdf solid;
  text-align: right;
  background: #DFDFDF;
}
/**
 Trending topics
*/
.tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tag_cloud ul li {
  display: inline;
}
.tag_cloud ul li a,
.tag_cloud ul li a:hover {
  display: block;
  float: left;
  line-height: 22px;
  padding: 0 6px 0 6px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/tag_cloud.png') repeat-x;
  border: 1px #DFDFDF solid;
  margin-right: 6px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}
.tag_cloud ul li a:hover {
  background: #F2F2F2;
}
#hashtag_cloud .tag_cloud ul li a,
#hashtag_cloud .tag_cloud ul li a:hover {
  background: transparent;
  border: 0;
  float: none;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
#hashtag_cloud .tag_cloud ul li a:hover {
  text-decoration: underline;
}
/**
	Footer
 */
#footer {
  padding: 10px 0 0 0;
  position: relative;
  color: #9F9F9F;
  margin: 10px 0 20px 0;
  border-top: 1px #DFDFDF solid;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
#footer ul#footer_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
#footer ul#footer_menu li {
  display: inline;
}
#footer ul#footer_menu li a,
#footer ul#footer_menu li a:hover {
  text-decoration: none;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px #DFDFDF solid;
}
#footer ul#footer_menu li a:hover {
  text-decoration: underline;
}
#footer ul#footer_menu li.first a,
#footer ul#footer_menu li.first a:hover {
  border-left: 0;
}
/**
* Likes
*/
#pages_like_join_position {
  position: relative;
}
a#pages_like_join,
a#pages_like_join:hover {
  display: block;
  line-height: 22px;
  padding: 0 8px 0 8px;
  background: #ffffff url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/section_menu.png') repeat-x center bottom;
  border-top: 1px solid #BFBFBF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.profile_no_timeline a#pages_like_join {
  border: 1px solid #BFBFBF;
  width: 80%;
  margin: auto;
}
.global_like_number {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}
.pages_view_sub_menu {
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
.pages_view_sub_menu ul li {
  padding-bottom: 5px;
}
.pages_view_sub_menu ul li.sub_menu_bar_li {
  float: none;
  margin: 0;
}
a.view_more,
a.view_more:hover {
  display: block;
  background: #f9f9f9;
  border: 1px #ccc solid;
  color: #333;
  line-height: 22px;
  height: 22px;
  padding-left: 5px;
  margin-bottom: 4px;
  margin-top: 4px;
  text-decoration: none;
}
a.view_more:hover,
a.view_more:focus {
  background: #333;
  color: #fff;
  border: 1px #000 solid;
}
.sample {
  border: 1px red dashed;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  margin: 4px 0 4px 0;
  color: #333;
}
#header .sample {
  color: #fff;
}
.video_info_toggle,
.video_info_toggle:hover {
  display: block;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/video_info_toggle.png') repeat-x bottom;
  padding: 5px;
  text-align: center;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.update_internet_explorer {
  background: #FFFF88;
  color: #333;
  padding: 10px;
  border: 1px #DEDF45 solid;
  margin-bottom: 10px;
}
.photo_view_all_sizes {
  padding-bottom: 5px;
  border-bottom: 1px #dfdfdf solid;
}
.photo_view_all_sizes ul li {
  display: inline;
}
.photo_view_all_sizes ul li a,
.photo_view_all_sizes ul li a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  float: left;
  margin-right: 5px;
  padding: 0 8px 0 8px;
}
.photo_view_all_sizes ul li.is_active a,
.photo_view_all_sizes ul li.is_active a:hover {
  background: #333;
  color: #fff;
}
#js_photo_view_all_sizes {
  padding-top: 5px;
}
.row_mini {
  min-height: 0;
}
.app_footer {
  padding-top: 20px;
}
.global_apps_title {
  color: #AFAFAF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.global_apps_title_padding {
  padding-bottom: 0;
}
.item_view_content ul {
  list-style-type: square;
  margin: 2px 0 2px 20px;
}
.item_view_content ol {
  list-style-type: decimal;
  margin: 2px 0 2px 25px;
}
.item_view_content h1 {
  font-size: 16px;
  font-weight: bold;
}
.item_view_content h2,
#js_is_user_profile .item_view_content h2 {
  font-size: 14px;
  font-weight: bold;
}
.item_view_content h3 {
  font-size: 12px;
  font-weight: bold;
}
.announcement_text {
  margin-top: 10px;
}
.announcement_text p {
  margin-top: 11px;
  margin-bottom: 11px;
}
#facebook_connection {
  margin: 20px auto 20px auto;
  width: 300px;
  font-size: 14px;
  background: #627AAD;
  padding: 10px;
  color: #fff;
  border: 1px #ccc solid;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#js_marketplace_click_image_viewer_inner {
  background: #fff;
  padding: 8px;
}
#js_marketplace_click_image_viewer {
  padding: 15px;
  position: absolute;
  width: 450px;
  z-index: 1000;
  left: 190px;
  display: none;
  text-align: center;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/thickbox_bg.png');
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#js_captcha_load_for_check {
  position: absolute;
  z-index: 4000;
  display: none;
  background: #fff;
  padding: 10px;
  border: 5px #ccc solid;
  width: 500px;
}
a.like_count_link,
a.like_count_link:hover {
  background: #dfdfdf url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/like.png') no-repeat 6px 4px;
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  padding: 0 8px 0 25px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
a.like_count_link:hover {
  background-color: #333;
  color: #fff;
}
/* The next blocks are the "popup" used to search for Inputs when clicking "Advanced Filters" */
#js_search_input_holder {
  display: none;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/thickbox_bg.png") repeat scroll 0 0 transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 14px;
  position: absolute;
  top: 50px;
  width: 750px;
  z-index: 1000;
}
#js_search_input_content {
  background: none repeat scroll 0 0 #FFFFFF;
  clear: both;
  padding: 15px;
  position: relative;
  text-align: left;
}
.js_search_input_close {
  position: absolute;
  right: 10px;
}
.table_below {
  margin-left: 20px;
}
.table_above {
  padding: 2px 0 6px 0;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  width: 290px;
}
/* This is the map showing on hover */
.js_location_map {
  position: absolute;
  height: 200px;
  width: 200px;
  margin-top: -220px;
  border: 1px solid;
  left: 150px;
}
.js_location_name_hover {
  color: #63799F;
  cursor: pointer;
}
.comment_mini_text,
.activity_feed_content_status,
.row_title_info,
#content_load_data h1,
.activity_feed_content_float,
.activity_feed_content_no_image {
  word-wrap: break-word;
}
.js_parent_module_feed_poll .activity_feed_content_float {
  overflow: hidden;
}
#js_location_feedback {
  text-align: right;
  font-style: italic;
}
.header_login_block span iframe {
  width: 60px;
  height: 60px;
}
#apps_iframe {
  height: 800px;
}
@media (max-device-width: 700px), (max-width: 700px) {
  #right #js_block_border_user_register > .content {
    display: block !important;
  }
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide-overflow {
  overflow: hidden;
}
header h1 a {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 22px;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header h1 a:hover {
  color: #222222;
  text-decoration: none;
}
header h4 {
  margin: 0;
}
header h4 a {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header h4 a,
header h4 a:hover {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
div.row_title_info div.extra_info {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 1.42857143;
  max-height: 4.28571429;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#profile_activity_points_block div.info_left {
  width: 50% !important;
  min-width: 200px;
}
.border_radius_4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.border_radius_5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.border_radius_6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.border_radius_7 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.border_radius_8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
ul.extra_info_middot {
  margin: 0;
  padding: 0;
  list-style-type: inline;
}
ul.extra_info_middot li {
  display: inline;
  padding-right: 6px;
}
ul.extra_info_middot li a,
ul.extra_info_middot li a:hover {
  color: #555555;
}
ul.extra_info_middot_normal li a,
ul.extra_info_middot_normal li a:hover {
  color: #555555;
}
.block_listing ul.extra_info_middot li a,
.block_listing ul.extra_info_middot li a:hover {
  font-weight: normal;
}
.detail_info {
  color: #555555;
}
/* Used in poll.block.vote */
.percentage {
  width: 75%;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.go_left {
  float: left;
  padding-right: 10px;
}
.go_right {
  float: right;
  padding-left: 10px;
}
/* Padding */
.p_2 {
  padding: 2px;
}
.p_4 {
  padding: 4px;
}
.p_10 {
  padding: 10px;
}
.p_top_4 {
  padding-top: 4px;
}
.p_top_8 {
  padding-top: 8px;
}
.p_top_15 {
  padding-top: 15px;
}
.p_top_25 {
  padding-top: 25px;
}
.p_bottom_5 {
  padding-bottom: 5px;
}
.p_bottom_10 {
  padding-bottom: 10px;
}
.p_bottom_15 {
  padding-bottom: 15px;
}
.p_bottom_25 {
  padding-bottom: 25px;
}
.p_left_10 {
  padding-left: 10px;
}
/* Margin */
.m_left_60 {
  margin-left: 60px;
}
.m_top_5 {
  margin-top: 5px;
}
.m_top_15 {
  margin-top: 15px;
}
.m_top_25 {
  margin-top: 25px;
}
.m_bottom_15 {
  margin-bottom: 15px;
}
/* Font Size */
.f_size_8 {
  font-size: 11px;
}
/* Vertical Align */
.v_middle {
  vertical-align: middle;
}
/* Width */
.w_95 {
  width: 95%;
}
.table {
  padding-bottom: 10px;
}
.user_register_form .table {
  position: relative;
}
.user_register_form .table_left {
  position: absolute;
  left: 0;
  font-weight: normal;
  text-align: right;
}
.user_register_form .table_right {
  margin-left: 90px;
}
div.table_clear {
  padding: 2px 0 10px 0;
}
.user_register_form div.table_clear {
  margin-left: 90px;
}
ul.table_clear_button {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.table_clear_button li {
  float: left;
  margin-right: 6px;
}
ul.table_clear_button li.table_clear_ajax {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/ajax/add.gif') no-repeat center center;
  width: 20px;
  height: 25px;
  display: none;
}
ul.inline {
  display: inline-flex;
}
.required {
  color: #999999;
}
.separate {
  border-top: 1px #D7D7D7 solid;
  padding: 2px;
  margin: 10px 0 10px 0;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.label_hover label:hover {
  background: #F4F4F4;
}
/*.label_flow {
    overflow: auto;

    & when (@use-input-outline) {
        padding: 10px;
        border: 1px solid @input-border;
    }
    label {
        display: block;
    }
}
*/
.label_flow_menu {
  margin-bottom: 10px;
  border-bottom: 1px #dfdfdf solid;
  padding: 0 0 5px 0;
  font-size: 12px;
}
.label_flow_menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.label_flow_menu ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
.label_flow_menu ul li a {
  padding: 4px 8px 4px 8px;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
}
.label_flow_menu ul li a:hover {
  text-decoration: underline;
}
.label_flow_menu ul li.label_flow_menu_active a,
.label_flow_menu ul li.label_flow_menu_active a:hover {
  text-decoration: none;
  background: #4F4F4F;
  color: #fff;
}
.button_warning {
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  padding: 4px 1px 4px 1px;
  vertical-align: middle;
  font-weight: bold;
  overflow: visible;
  color: #fff;
  background: #B70000;
  border: 1px #EEEEEE solid;
}
.button_warning:hover,
input.button_warning_hover {
  margin: 0;
  color: #fff;
  background: #e7041e;
  border: 1px #EEEEEE solid;
}
a.button_off_link,
a.button_off_link:hover {
  cursor: pointer;
  font-size: 11px;
  margin: 0;
  padding: 4px 8px 4px 8px;
  vertical-align: middle;
  font-weight: bold;
  overflow: visible;
  color: #fff;
  background: #666666 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/button.png') repeat-x bottom;
  border: 1px #000 solid;
  -moz-box-shadow: 2px 2px 2px #CFCFCF;
  -webkit-box-shadow: 2px 2px 2px #CFCFCF;
  box-shadow: 2px 2px 2px #CFCFCF;
}
a.button_off_link,
a.button_off_link:hover {
  background: #f2f2f2 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/button_off.png') repeat-x bottom;
  font-weight: normal;
  color: #8A8A8A;
  border: 1px #DFDFDF solid;
}
a.button_off_link,
a.button_off_link:hover {
  display: block;
  text-decoration: none;
  padding: 4px;
  line-height: 16px;
}
div#content input.header_bar_input {
  font-size: 12px;
  background: #fff;
}
div#content img.captcha {
  border: 1px #B2B2B2 solid;
}
div#content img.captcha:hover {
  border: 1px #54A4DE solid;
}
div#content div.drop_layer {
  font-size: 13px;
  padding: 4px;
  color: #333;
  display: none;
  width: 100%;
  background: #EEEEEE;
  border: 1px #c6c6c6 solid;
}
div#content div.drop_layer div.item {
  background: #fff;
  border-top: 1px #c6c6c6 solid;
  padding: 2px;
}
div#content div.drop_layer div.item:hover {
  background: #EEEEEE;
}
div#content div.drop_layer div.first {
  border-top: none;
}
div.error_message {
  background: #BF5F5F;
  margin: 4px 0 4px 0;
  color: #fff;
  padding: 4px;
  position: relative;
  font-weight: bold;
}
.valid_message {
  background: #CEEEB2;
  margin: 4px 0 4px 0;
  color: #000;
  padding: 6px;
}
#js_is_page div.js_no_feed_to_show {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}
a.message_link {
  position: absolute;
  right: 0;
  margin-right: 4px;
  background: #fff;
  display: block;
  padding: 1px 4px 1px 4px;
  text-decoration: none;
  color: #195B85;
  font-size: 12px;
}
div.alert_input {
  border: 1px #b70000 solid;
  background: #fff;
}
div.main_break {
  padding-top: 10px;
}
div#content div.drop_layer {
  font-size: 13px;
  padding: 4px;
  color: #333;
  display: none;
  width: 100%;
  background: #EEEEEE;
  border: 1px #c6c6c6 solid;
}
div#content div.drop_layer div.item {
  background: #fff;
  border-top: 1px #c6c6c6 solid;
  padding: 2px;
}
div#content div.drop_layer div.item:hover {
  background: #EEEEEE;
}
div#content div.drop_layer div.first {
  border-top: none;
}
div.row1,
div.row2 {
  padding-top: 20px;
}
div.row_no_border {
  border-bottom: none;
}
div.row3 {
  padding: 8px;
}
div.row_title_group {
  font-size: 15px;
  padding: 4px;
  background: #EDF7FA;
  border: 1px #AACCEE solid;
  color: #666666;
  font-weight: bold;
}
div.row_first {
  padding-top: 0;
}
div.hover_action {
  position: relative;
}
div.row_action {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 4px;
  display: none;
}
div.row_focus {
  background: #74b0e2 !important;
}
div.item_view_photo {
  position: absolute;
  right: 0;
  margin-right: 35px;
  margin-top: -50px;
}
div.row_title {
  position: relative;
}
div.row_title_image_header {
  position: absolute;
  left: 0;
  width: 130px;
  text-align: center;
  border-right: 1px #DFDFDF solid;
}
div.row_title_image_header_body {
  margin-left: 138px;
  min-height: 140px;
}
/*div.row_title_image {
    float: left;
    & when not (@use-block-box) {
        margin-left: @block-content-padding;
    }
    & when (@use-block-box) {
        margin-left: 0;
    }
    > a {
        display: block;
    }
}
*/
div.row_title_info {
  min-height: 55px;
}
.row_edit_bar_parent,
a.moderate_link {
  display: none;
}
#content_load_data div.row_title_info h1 {
  margin: 0;
  padding: 0;
  font-size: medium;
}
#content_load_data div.row_title_info h1 a.link {
  color: #3B5998;
}
div.row_title_info a.link,
a.item_link {
  font-size: 15px;
  font-weight: bold;
}
a.row_sub_link {
  font-weight: bold;
}
span.row_title_link a {
  font-size: 13px;
  font-weight: bold;
}
span.row_title_status {
  font-size: 11px;
}
.row_edit_bar {
  float: right;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.row_edit_bar > .row_edit_bar_action {
  color: #d9d9d9;
}
.row_edit_bar > .row_edit_bar_action:hover {
  color: #b3b3b3;
}
.row_edit_bar .dropdown-menu {
  right: 0;
  left: auto;
}
.row_edit_bar_holder {
  padding-top: 8px;
  display: none;
  z-index: 1000;
  position: absolute;
  margin-top: 19px;
}
.image_hover_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  z-index: 3000;
}
.image_hover_menu ul {
  width: 130px;
}
.image_hover_menu ul li {
  float: none;
  display: block;
}
.image_hover_menu ul li a,
.image_hover_menu ul li a:hover {
  width: auto;
  text-align: left;
  background: #333;
  color: #fff;
  padding: 0 0 0 10px;
  display: block;
  line-height: 24px;
  text-decoration: none;
}
.image_hover_menu ul li a:hover {
  background: #3F3F3F;
}
.image_hover_menu ul li.item_delete a:hover {
  background: #8F2C2C;
}
.item_tag_holder {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #DFDFDF solid;
}
.item_tag,
.item_tag a,
.item_tag a:hover {
  color: #808080;
}
div.isSelected {
  background: #FFC1DE;
}
div.row_moderate {
  background: #FEFBD9;
  padding-top: 10px;
}
li.row_moderate {
  background: #FEFBD9;
}
div.row_featured,
div.row_sponsored,
div.row_sponsored_image,
div.row_moderate_image,
div.row_featured_image {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/row_featured.png') repeat-x;
  border-top: 1px #dfdfdf solid;
}
div.row_featured {
  border-top: 0;
}
div.row_featured,
div.row_sponsored,
div.row_moderate {
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 5px 0;
}
.row_moderate_info {
  border-bottom: 1px #ccc solid;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.row_featured_link,
.row_sponsored_link,
.row_pending_link {
  line-height: 22px;
  padding: 0 7px 0 7px;
  position: absolute;
  left: 0;
  margin-top: 0;
  z-index: 10;
}
.photo_row_dynamic_view .row_featured_link,
.photo_row_dynamic_view .row_sponsored_link,
.photo_row_dynamic_view .row_pending_link {
  bottom: 5px;
  left: 1px;
}
.row_pending_link {
  background: #5bc0de;
  color: #fff;
  border: 1px #477F4B solid;
}
.row_featured_link {
  background: #297fc7;
  color: #fff;
  border: 1px #000 solid;
}
.row_sponsored_link {
  background: #ee5454;
  color: #fff;
  border: 1px #BF4F0B solid;
}
.new_quote {
  position: relative;
  margin-bottom: 15px;
}
.new_quote_header {
  padding-left: 10px;
}
.new_quote_content_holder {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/action_drop.png') no-repeat 10px 0;
  padding-top: 8px;
  margin-top: 5px;
  margin-left: 10px;
}
.new_quote_content {
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 3px 3px 3px #CFCFCF;
  -webkit-box-shadow: 3px 3px 3px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
  background: #333;
  color: #fff;
}
.new_quote .new_quote_content .new_quote .new_quote_content {
  background: #fff;
  color: #333;
  -moz-box-shadow: 3px 3px 3px transparent;
  -webkit-box-shadow: 3px 3px 3px transparent;
  box-shadow: 6px 6px 6px transparent;
  border: 1px #ccc solid;
}
.new_quote .new_quote_content .new_quote .new_quote_content a,
.new_quote .new_quote_content .new_quote .new_quote_content a:hover {
  color: #297fc7;
}
.new_quote .new_quote_content_holder .new_quote .new_quote_content_holder {
  background: transparent;
}
div.quote {
  padding: 5px;
  margin: 4px 0 2px 4px;
}
div.quote_body {
  border-top: 2px #F4F4F3 solid;
  border-right: 1px #F4F4F3 solid;
  border-bottom: 1px #F4F4F3 solid;
  border-left: 2px #F4F4F3 solid;
  padding: 10px;
  background: #f9f9f9;
  width: 94%;
  -moz-box-shadow: 5px 5px 5px #EFEFEF;
  -webkit-box-shadow: 5px 5px 5px #EFEFEF;
  box-shadow: 5px 5px 5px #EFEFEF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.action {
  list-style-type: none;
  position: relative;
}
ul.action > li {
  border-bottom: 1px solid #eeeeee;
  display: block;
  position: relative;
}
ul.action > li > ul {
  border-top: 1px solid #eeeeee;
  display: block;
  position: relative;
  padding: 10px 0;
}
ul.action > li > a {
  display: block;
  position: relative;
  color: #555555;
  line-height: 50px;
  padding: 0 5px;
  text-decoration: none;
}
ul.action > li > a:hover,
ul.action > li > a:focus {
  color: #555555;
}
ul.action > li > ul > li > a {
  display: block;
  position: relative;
  color: #555555;
  line-height: 34px;
  padding-left: 20px;
  text-decoration: none;
}
ul.action > li > ul > li > a:hover,
ul.action > li > ul > li > a:focus {
  color: #555555;
}
ul.action > li > ul > li > a:before {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 5px;
  text-align: left;
}
ul.action > li.active > a,
ul.action > li > ul > li.active > a,
ul.action > li.active > a:hover,
ul.action > li > ul > li.active > a:hover,
ul.action > li.active > a:focus,
ul.action > li > ul > li.active > a:focus {
  color: #555555;
}
ul.action li .category_show_more_less:hover {
  background: #333;
}
ul.action li a.category_show_more_less_link,
ul.action li a.category_show_more_less_link:hover {
  padding-left: 20px;
}
ul.action li.category ul li a,
ul.action li.category ul li a:hover {
  font-weight: normal;
}
ul.action li div.parent {
  background: #EDF7FA;
  padding: 4px;
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
}
ul.action li .category_show_more_less {
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
ul.mini_action {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.mini_action li {
  display: inline;
}
ul.mini_action li a {
  border: 1px #f1f1f1 solid;
  padding: 4px;
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
  font-size: 11px;
}
ul.mini_action li a:hover {
  padding: 4px;
  text-decoration: none;
  border: 1px #01AFEE solid;
  font-size: 11px;
}
/* NEW */
.table_header {
  background: #F4F4F4;
  color: #333333;
  border: 1px #CCCCCC solid;
}
.table_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table_header li {
  float: left;
  display: block;
  padding: 4px 5px 4px 2px;
  border-right: 1px #CCCCCC solid;
}
.table_header li.last {
  border: 0;
}
.table_info {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/table_info.png') repeat-x;
  color: #fff;
  padding: 0 0 0 6px;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 4px;
  height: 34px;
  line-height: 34px;
}
.table_info a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.table_info a:hover {
  color: #fff;
  text-decoration: underline;
}
.table_row {
  border-bottom: 1px #dfdfdf solid;
  position: relative;
  padding: 4px 0 10px 0;
  margin-bottom: 6px;
}
.table_row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table_row li {
  float: left;
  display: block;
  padding: 4px 5px 4px 2px;
  height: 50px;
}
.table_row li.checkbox {
  padding: 4px 5px 4px 2px;
}
.table_row li.last {
  border: 0;
}
.table_header li.checkbox {
  padding: 1px 5px 1px 2px;
}
.table_sub_row {
  background: #F4F4F3;
  padding: 4px 0 4px 60px;
  border-top: 1px #CCCCCC solid;
}
.table_sub_row_text {
  padding: 4px 0 20px 35px;
}
/**
 * Drop Navigation
 */
.sub_menu_bar,
.sub_menu_bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub_menu_bar {
  text-align: left;
}
.sub_menu_bar > li > a {
  display: block;
  padding: 0 4px 0 4px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #2D2E30;
}
.sub_menu_bar > li > a:hover {
  color: #2D2E30;
  text-decoration: underline;
}
.sub_menu_bar > li > a.is_already_open,
.sub_menu_bar > li > a.is_already_open:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
div.sub_menu_bar_main {
  margin: 0 0 8px 0;
  height: 25px;
}
.sub_menu_bar_main_bottom {
  padding-top: 8px;
}
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  position: absolute;
  left: 0;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  padding: 0 14px 0 14px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 2px #f1f1f1;
  -webkit-box-shadow: 2px 2px 2px #f1f1f1;
  box-shadow: 2px 2px 2px #f1f1f1;
  display: block;
  color: #333;
}
div.sub_menu_bar_main a:active {
  -moz-box-shadow: 2px 2px 2px #fff;
  -webkit-box-shadow: 2px 2px 2px #fff;
  box-shadow: 2px 2px 2px #fff;
}
.sub_menu_bar ul {
  margin: 0;
  padding: 0;
}
.sub_menu_bar > li,
.sub_menu_bar_li {
  float: left;
  margin-left: 4px;
  position: relative;
}
.sub_menu_bar li {
  position: relative;
}
.input_clone {
  padding: 5px;
  font-size: 13px;
  background: #f3f3f3;
  border: solid 1px #c6c6c6;
  padding-right: 3px;
  border-bottom: solid 1px #e3e3e3;
  color: #333;
}
.input_button {
  background: #ECF6FA;
  padding: 8px;
}
a.select_clone_select {
  font-size: 11px;
  background: #f3f3f3;
  border: 1px #c6c6c6 solid;
  border-bottom: 1px #e3e3e3 solid;
  color: #333;
  padding: 4px;
  cursor: pointer;
  display: block;
  width: 292px;
  text-decoration: none;
}
a:hover.select_clone_select {
  text-decoration: none;
}
div.select_clone {
  position: absolute;
  border: 1px #ccc solid;
  background: #f3f3f3;
  display: none;
  z-index: 1000;
  width: 300px;
}
div.select_clone ul {
  margin: 2px 0 5px 10px;
}
div.select_clone ul li {
  display: inline;
}
div.select_clone ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 2px;
  width: 98%;
}
div.select_clone ul li a:hover {
  color: #333;
  text-decoration: none;
  background: #f9f9f9;
}
div.select_clone ul li a.selected {
  background: #FFFF66;
}
div.select_clone_inner {
  overflow: auto;
  height: 200px;
}
div.select_clone_menu {
  border-top: 1px #c6c6c6 solid;
  text-align: right;
}
div.select_clone_menu ul {
  margin: 5px;
}
div.select_clone_menu ul li {
  display: inline;
}
div.select_clone_menu ul li a {
  display: inline;
  background: #fff;
  border: 1px #EEEEEE solid;
  padding: 2px;
  color: #54A4DE;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
div.select_clone_menu ul li a:hover {
  background: #54A4DE;
  border: 1px #EEEEEE solid;
  color: #fff;
  text-decoration: none;
}
.item_menu_holder_list {
  position: relative;
  height: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
}
ul.item_menu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.row1 ul.item_menu,
.row2 ul.item_menu {
  display: none;
}
ul.item_menu li {
  display: inline;
}
ul.item_menu li a {
  display: block;
  padding: 0 4px 0 4px;
  text-decoration: none;
  margin-left: 2px;
  float: left;
  line-height: 22px;
  border: 1px #fff solid;
}
ul.item_menu li a:hover {
  display: block;
  padding: 0 4px 0 4px;
  text-decoration: none;
  margin-left: 2px;
  float: left;
  line-height: 22px;
  border: 1px #fff solid;
  background: #f2f2f2 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/item_menu.png') repeat-x bottom;
  border-top: 1px #BFBFBF solid;
  border-left: 1px #BFBFBF solid;
  border-right: 1px #6F6F6F solid;
  border-bottom: 1px #6F6F6F solid;
  color: #333;
}
input.disabled,
textarea.disabled {
  background: #ccc;
  color: #000;
}
input.disabled:hover {
  background: #ccc;
  color: #000;
}
.link_menu {
  position: absolute;
}
.link_menu ul,
.sub_menu_bar .dropContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.link_menu li a,
.sub_menu_bar .dropContent li a,
.link_menu .div_menu {
  display: block;
}
#content a.drop_down_link {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/bullet_arrow_down.gif');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 12px;
}
.highlight {
  background: #DAEDE2;
  color: #528F6C;
}
.js_sort_holder {
  border: 2px #ccc dashed;
  display: block;
  width: 100%;
}
.image_hover_holder {
  position: relative;
}
.image_hover_menu_link {
  position: absolute;
  right: -1px;
  bottom: 0;
  margin-bottom: 3px;
  z-index: 200;
  line-height: 22px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/image_hover_menu_link.png') no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  width: 22px;
  display: none;
}
.image_hover_active {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/image_hover_menu_link.png') no-repeat 0 -22px;
}
.image_hover_menu {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 4px;
  z-index: 1000;
}
.position_fixed {
  position: fixed;
}
/**
 Footer
**/
/* The entire footer bar, including menu link and chat conversations */
.im_in_chat_menu_holder {
  position: relative;
}
.im_in_chat_menu_holder a,
.im_in_chat_menu_holder a:hover {
  display: block;
  float: left;
  line-height: 22px;
  height: 22px;
  padding: 0 4px 0 4px;
}
#im_footer_bar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1900;
}
#js_footer_im_holder {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: -1px;
}
#im_footer_bar li {
  float: left;
  position: relative;
  margin-left: 5px;
}
#im_footer_bar li .js_im_link a,
#im_footer_bar li .js_im_link a:hover,
#im_footer_bar li #main_messenger_link a,
#im_footer_bar li #main_messenger_link a:hover {
  line-height: 22px;
  height: 22px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/js_im_link.png') repeat-x;
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px #AFAFAF solid;
  border-bottom: 0;
  font-weight: bold;
  width: 250px;
}
#im_footer_bar li li.seen .js_im_link a,
#im_footer_bar li li.seen .js_im_link a:hover {
  width: 250px;
}
#im_footer_bar li li.seen .js_im_link a,
#im_footer_bar li li.seen .js_im_link a:hover,
#im_footer_bar li li #main_messenger_link a.seen,
#im_footer_bar li li #main_messenger_link a.seen:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/js_im_link.png') repeat-x 0 -22px;
  color: #333;
}
#im_footer_bar li li a#js_instant_messenger_link,
#im_footer_bar li li a#js_instant_messenger_link:hover,
#im_footer_bar li li.seen a#js_instant_messenger_link,
#im_footer_bar li li.seen a#js_instant_messenger_link:hover {
  width: 200px;
}
#im_footer_bar li li.new .js_im_link a,
#im_footer_bar li li.new .js_im_link a:hover {
  background: #FFFF88;
  color: #333;
}
#im_footer_bar li .js_im_link a:hover,
#im_footer_bar li #main_messenger_link a:hover,
.im_in_chat_menu_holder a:hover {
  background: #4F4F4F;
}
#im_chats_lists {
  display: none;
}
/* inside an li this div contains the list of messages to display */
.js_messages {
  position: absolute;
  top: -402px;
}
/* The following affect the Minimize and Maximize container inside a chat conversation */
.im_in_chat_menu {
  position: absolute;
  right: 0;
  z-index: 1000;
}
.im_main_search_bar {
  position: relative;
  padding-left: 20px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/im_main_search_bar.png') no-repeat 2px 4px;
}
.im_in_chat_menu_bar {
  position: absolute;
  background: #5F5F5F;
  left: 0;
  width: 250px;
  top: 22px;
  border-bottom: 4px #000 solid;
  display: none;
  z-index: 2000;
}
.im_in_chat_menu_bar_on {
  top: auto;
  bottom: 25px;
  border-bottom: 0;
  border-top: 2px #000 solid;
  width: 200px;
}
.im_in_chat_menu_bar a,
.im_in_chat_menu_bar a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  padding: 0 5px 0 5px;
  border-top: 1px #000 solid;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
.im_in_chat_menu_bar a:hover {
  background: #333;
}
/* This is the "im.link" for the main IM menu*/
#js_im_holder {
  width: 200px;
  position: relative;
}
#im_footer_wrapper {
  float: right;
  z-index: 999;
}
.footer_menu_flow {
  overflow: auto;
  border: 1px #E5E5E5 solid;
  padding: 4px;
}
.notification_count {
  position: absolute;
  right: 0;
  top: 0;
  background: #FF0000;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px 1px 3px;
  margin-right: 2px;
  cursor: pointer;
}
.js_new_message {
  position: absolute;
  right: 0;
  top: 0;
  background: #FEFBD9;
  height: 15px;
  line-height: 15px;
  padding: 1px 3px 1px 3px;
  cursor: pointer;
  color: #6B6B6B;
  border: 1px #EEE9B5 solid;
  margin-right: -2px;
  margin-top: -6px;
  z-index: 1;
}
div#sidebar div.title .block_edit,
div#content div.title .block_edit {
  position: absolute;
  background: #EEEEEE;
  font-size: 11px;
  width: 200px;
  left: 0;
  z-index: 10;
  border: 1px #DFDFDF solid;
  padding: 4px;
  margin-left: -194px;
  margin-top: -16px;
}
div#sidebar div.title .block_edit ul div#content div.title .block_edit ul {
  list-style-type: none;
}
div#sidebar div.title .block_edit ul li,
div#content div.title .block_edit ul li {
  display: block;
}
div#sidebar div.title .block_edit ul li a,
div#content div.title .block_edit ul li a {
  width: 96%;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 4px;
  color: #1A95E8;
}
div#sidebar .action li a {
  position: relative;
}
div#sidebar div.title .block_edit ul li a:hover,
div#content div.title .block_edit ul li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
div.footer_menu_content_bg {
  background: #fff;
}
div#favorite_menu {
  background: #D3D3D3;
  padding-bottom: 10px;
}
div#favorite_menu ul {
  margin: 0 0 0 5px;
  padding: 0;
}
div#favorite_menu ul li {
  display: inline;
  list-style-type: none;
}
div#favorite_menu ul li a {
  padding: 5px;
  background: #D5E7FB;
  display: block;
  float: left;
  margin: 0 2px 0 0;
  border-right: 1px #DFDFDF solid;
  border-left: 1px #DFDFDF solid;
  color: #131313;
  font-weight: bold;
  text-decoration: none;
}
div#favorite_menu ul li a:hover {
  background: #fff;
  text-decoration: none;
}
div#favorite_menu ul li a.active {
  background: #fff;
  text-decoration: none;
}
.input_drop_layer {
  font-size: 13px;
  background: #fff;
  border: 1px #dfdfdf solid;
  border-bottom: 2px #000 solid;
  color: #333;
  position: absolute;
  -moz-box-shadow: 6px 6px 6px #CCC;
  -webkit-box-shadow: 6px 6px 6px #CCC;
  box-shadow: 6px 6px 6px #CCC;
}
.input_drop_layer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input_drop_layer li a {
  padding: 0 6px 0 6px;
  display: block;
  line-height: 22px;
  text-decoration: none;
}
.input_drop_layer li a:hover {
  padding: 0 6px 0 6px;
  display: block;
  line-height: 22px;
  text-decoration: none;
  background: #333;
  color: #fff;
}
.item_action_active {
  color: green;
}
.item_action_pending_payment {
  color: red;
  font-weight: bold;
}
.item_action_pending_action {
  font-style: italic;
}
.item_action_cancel {
  color: #b70000;
}
.item_is_active_holder {
  position: relative;
  height: 30px;
}
.item_is_active,
.item_is_not_active {
  padding: 4px 8px 4px 4px;
  display: block;
  width: 50px;
  position: absolute;
}
.item_is_active input,
.item_is_not_active input {
  border: 0;
  background: none;
}
.item_is_active {
  background: #E3F6E5;
  border: 1px #B4E3B9 solid;
  cursor: default;
  left: 0;
}
.item_is_not_active {
  background: #F6E3E3;
  border: 1px #E3B4B4 solid;
  cursor: default;
  left: 0;
  margin-left: 64px;
}
.item_is_active input,
.item_is_not_active input {
  vertical-align: top;
}
#site_offline {
  background: #FFFFCC;
  border-bottom: 1px #F2E389 solid;
  color: #9B0F09;
  font-size: 13px;
  font-family: verdana;
  padding: 6px;
  text-align: center;
}
#site_offline a {
  color: #9B0F09;
  text-decoration: underline;
}
#site_offline a:hover {
  color: #9B0F09;
  text-decoration: none;
}
div.user_status_update {
  margin-bottom: 15px;
  background: #E6F2FA;
  padding: 5px;
  text-align: center;
  position: relative;
}
.user_status_update input.input_status {
  vertical-align: middle;
  width: 98%;
  font-size: 16px;
  padding: 5px;
}
.user_status_update_ajax {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 8px;
  display: none;
}
.js_sort_holder_active {
  border: 1px #ccc dashed;
  visibility: visible;
  display: block;
}
.js_temp_place_holder_hide {
  visibility: hidden;
}
.row_is_correct {
  background: #ACEE8A;
}
.row_is_incorrect {
  background: #F18281;
}
.forum_rss_link {
  position: absolute;
  right: 0;
  top: -22px;
}
.user_browse_info {
  position: absolute;
  left: 120px;
}
.user_browse_image {
  width: 120px;
  text-align: center;
}
.music_album_info {
  position: absolute;
  margin-left: 125px;
}
.music_album_image {
  width: 122px;
  text-align: center;
  height: 120px;
}
/* Feed module : entry template block */
#js_feed_comment_holder {
  display: none;
}
.feed_comment_buttons_wrap {
  margin-top: 4px;
}
.button-link {
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 5px 10px 6px 0;
  text-align: center;
  background: #165275;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 50, 0.8);
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 50, 0.8);
}
.button-link:hover {
  background: #35769b;
  color: #fff;
  text-decoration: none;
}
.dashboard_share_clear {
  position: absolute;
  left: 6px;
}
.dashboard_core {
  padding-right: 10px;
  margin-bottom: 10px;
  width: 150px;
}
.dashboard_user_group {
  margin-left: 10px;
}
.dashboard_info {
  padding-top: 2px;
}
.dashboard_menu {
  padding-right: 0;
}
.dashboard_menu_width {
  width: 35%;
}
.shoutbox_holder {
  margin: 0 0 5px 0;
  position: relative;
  height: 300px;
}
.shoutbox_input {
  width: 240px;
}
.sJsQuickEdit {
  cursor: default;
}
.js_temp_friend_search_form {
  position: absolute;
  width: 100%;
  z-index: 2000;
}
.js_temp_friend_search_form_holder {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 4px #ccc solid;
  background: #fff;
  font-size: 13px;
  padding: 4px;
}
.js_temp_friend_search_form_main .js_temp_friend_search_form_holder {
  padding: 4px 0 0 0;
}
.js_temp_friend_search_form_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.js_temp_friend_search_form_holder ul li a,
.js_temp_friend_search_form_holder ul li a:hover {
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 0;
}
.js_temp_friend_search_form_holder ul li a:hover,
.js_temp_friend_search_form_holder ul li a.js_temp_friend_search_form_holder_focus {
  background: #333;
  color: #fff;
}
.js_temp_friend_search_form_holder ul li a img {
  float: left;
  margin-right: 10px;
  margin-left: 3px;
}
.js_custom_search_friend_holder {
  border: 1px #ccc solid;
  padding: 4px;
  max-height: 300px;
  overflow: auto;
}
.js_custom_search_friend_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.js_custom_search_friend_holder ul li {
  position: relative;
  border-bottom: 1px #ccc solid;
  padding: 2px 0 2px 4px;
}
.js_custom_search_friend_holder ul li:hover {
  background: #627AAD;
  color: #fff;
}
.js_custom_search_friend_holder ul.inline_bubble li,
.js_custom_search_friend_holder ul.inline_bubble li:hover {
  float: left;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 20px 5px 8px;
  color: #333;
}
a.friend_search_remove,
a.friend_search_remove:hover {
  position: absolute;
  right: 2px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/misc/delete.gif') no-repeat;
  width: 13px;
  height: 14px;
  text-indent: -1000px;
  overflow: hidden;
}
.friend_search_image {
  float: left;
  margin-right: 10px;
}
.privacy_setting {
  position: relative;
  width: 202px;
}
.privacy_setting_div .txt-label {
  padding-right: 12px;
}
.fa-privacy:before {
  content: '\f013';
}
.fa-privacy-0:before {
  content: '\f0ac';
}
.fa-privacy-1:before {
  content: '\f007';
}
.fa-privacy-2:before {
  content: '\f0c0';
}
.fa-privacy-3:before {
  content: '\f023';
}
.dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-left: 30px;
}
.dropdown-menu.dropdown-menu-checkmark > li > a.is_active_image:before,
.dropdown-menu.dropdown-menu-checkmark > li > a.active:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f00c';
  position: absolute;
  left: 10px;
}
.dropdown-menu .fa-undo {
  right: 20px;
  position: absolute;
  top: 12px;
}
.nano-content .feed_form_menu {
  display: none;
}
.privacy_setting_mini .dropdown-menu {
  left: auto;
  right: 0;
}
.privacy_setting_mini {
  position: relative;
}
.privacy_setting_mini .btn-label {
  display: none;
}
.privacy_setting_mini a.is_active,
.privacy_setting_mini a.is_active:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/privacy_setting_active_mini.png') no-repeat 0 -25px;
}
.privacy_setting .privacy_setting_holder {
  left: 0;
}
.privacy_setting_mini .privacy_setting_holder .dropdown-menu {
  right: 0;
  left: auto;
}
.privacy_setting_active .btn-label {
  padding-right: 10px;
}
.privacy_setting_holder .dropdown-menu {
  display: block;
}
.privacy_setting_holder .dropdown-menu > li > a {
  padding: 3px 20px 3px 30px;
}
.privacy_setting_mini .privacy_setting_holder {
  right: 0;
  left: auto;
}
/**
 Global Moderation
*/
a.moderate_link,
a.moderate_link:hover {
  line-height: 20px;
  width: 20px;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/moderate_link.png') no-repeat;
  margin-top: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
div.video_moderate_link {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 200;
  width: 21px;
  height: 21px;
}
div.video_moderate_link a.moderate_link,
div.video_moderate_link a.moderate_link:hover {
  text-align: left;
  margin: 0;
}
.moderation_holder {
  background: #FDFDFD;
  border: 1px #DFDFDF solid;
  padding: 8px;
  margin: 10px 0 0 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
a.moderation_action_unselect,
a.moderation_action_unselect:hover {
  display: none;
  background: #333333 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/moderation_action.png') repeat-x 0 -24px;
  color: #333;
}
a.not_active,
a.not_active:hover {
  background: #fff;
  color: #ADADAD;
  cursor: default;
}
a.is_clicked,
a.is_clicked:hover {
  background: #333333 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/moderation_drop.png') no-repeat 0 -24px;
  color: #fff;
  border: 1px #000 solid;
}
a.moderation_drop span {
  padding-left: 6px;
}
.moderation_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
  width: 200px;
  border: 1px #000 solid;
  border-bottom: none;
  position: absolute;
  z-index: 500;
  display: none;
  left: 8px;
}
.moderation_holder ul li a,
.moderation_holder ul li a:hover {
  display: block;
  line-height: 22px;
  padding-left: 6px;
  text-decoration: none;
}
.moderation_holder ul li a:hover {
  background: #297fc7;
  color: #ffffff;
}
.moderation_holder ul li a.moderation_clear_all,
.moderation_holder ul li a.moderation_clear_all:hover {
  border-bottom: 1px #dddddd solid;
  border-top: 2px #297fc7 solid;
}
.moderation_process {
  position: absolute;
  left: 220px;
  top: 14px;
  display: none;
}
/**
 Global Attachment Link
*/
input.global_link_input {
  height: 30px;
  padding: 0 0 0 4px;
}
input.global_link_input_button {
  height: 32px;
  padding: 0 4px 0 4px;
  border: 1px #ccc solid;
  vertical-align: top;
}
.new_item {
  background: yellow;
}
.mass_uploader_table {
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #DFDFDF solid;
  width: 310px;
}
.mass_uploader_link {
  margin-top: 20px;
  color: #808080;
}
.swf_upload_text_holder {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #333;
  background: #F4F4F4;
  clear: both;
  width: 300px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px #DFDFDF solid;
  position: relative;
}
.swf_upload_progress {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/swf_upload_progress.png') repeat-x;
  width: 0%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  z-index: 5;
  display: none;
}
.swf_upload_text {
  z-index: 20;
  position: absolute;
  width: 300px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.swf_upload_holder {
  position: absolute;
  z-index: 880;
}
/* Rule for when using a delete button with a hover effect */
.delete_btn {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/misc/delete.gif') no-repeat 0 0%;
  width: 14px;
  height: 14px;
}
.delete_btn:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/misc/delete_hover.gif') no-repeat 0 0%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#designDnD {
  position: relative;
  background: #356AA0;
  border-bottom: 2px #3F4C6B solid;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px 0;
}
#designDnD .holder {
  position: relative;
}
#designDnDLink {
  position: absolute;
  right: 0;
  top: -2px;
}
#designDnDLink ul {
  margin: 0;
  padding: 0;
}
#designDnDLink ul li {
  float: left;
}
#designDnDLink ul li a,
#designDnDLink ul li a:hover {
  display: block;
  background: #333;
  padding: 0 10px 0 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}
.softNoticePositive {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  z-index: 9999;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/softNoticePositive.png') repeat-x;
  color: #333;
  font-weight: bold;
}
.holder .js_sortable_empty,
#js_can_move_blocks_9.js_sortable_empty,
#js_can_move_blocks_11.js_sortable_empty {
  border: 1px #000 dashed;
  margin: 4px 0 4px 0;
}
#header .js_sortable_empty {
  border: 1px #fff dashed;
}
.dnd_block_info {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.holder .js_sortable_empty:hover,
#js_can_move_blocks_9.js_sortable_empty:hover,
#js_can_move_blocks_11.js_sortable_empty:hover {
  background: #FEFFBF;
}
.dnd_move_module {
  border-bottom: 1px #ccc solid;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 0 5px 5px;
}
.dnd_move_module:hover {
  background: #f9f9f9;
}
.dnd_move_module_active,
.dnd_move_module_active:hover {
  background: #333;
  color: #fff;
}
.dnd_move_component {
  display: none;
  background: #4F4F4F;
  padding: 5px;
}
.dnd_move_component .js_can_move_blocks {
  cursor: move;
  padding: 5px;
  color: #fff;
}
.dnd_move_component .js_can_move_blocks:hover {
  background: #f9f9f9;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.design_dnd_stop {
  font-weight: bold;
  color: #333;
}
.row_edit_bar_parent,
div.row_title_image a.moderate_link,
div.row_title_image a.moderate_link:hover {
  display: none;
}
div.row_title_image:hover .row_edit_bar_parent,
div.row_title_image:hover a.moderate_link,
div.row_title_image:hover a.moderate_link:hover {
  display: block;
}
/* Following is code for the Tag feature*/
.chooseFriend {
  max-height: 150px;
  max-width: 100%;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  border-left: 1px #CCC solid;
  border-right: 1px #CCC solid;
  border-bottom: 4px #CCC solid;
  background-color: white;
  padding: 4px 0 0 0;
}
.tagFriendChooserImage {
  width: 25px;
  margin-right: 3px;
  float: left;
}
.tagFriendChooser {
  clear: both;
  width: 99%;
  overflow: auto;
  margin-bottom: 5px;
  line-height: 25px;
  height: 33px;
  padding: 4px 0 0 4px;
  vertical-align: baseline;
  color: #3B5998;
}
.tagFriendChooser a.no_image_user {
  vertical-align: baseline;
}
.tagFriendChooser:hover {
  background-color: #333;
  color: white;
}
.chooseFriend:hover {
  cursor: pointer;
}
#user_browse_advanced_link {
  display: block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin: 15px 0 15px 0;
  border: 1px #ccc solid;
  background: #DFDFDF;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.timeline_date_holder {
  display: none;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #dfdfdf solid;
}
.friend_search_holder {
  width: 30%;
  overflow: hidden;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 3px 3px 3px 0;
  padding: 0 0 3px 3px;
}
.friend_search_holder:hover {
  background: #BFE8FF;
}
.friend_search_active,
.friend_search_active:hover {
  background: #333;
  color: #fff;
}
.friend_search_holder_active {
  cursor: default;
  background: #EFEFEF;
  color: #868C8F;
}
.gateway_title {
  font-weight: bold;
  font-size: 16px;
}
.js_feed_comment_border .comment_mini_text ul li,
.js_feed_comment_border .comment_mini_text ol li {
  float: none;
  list-style-type: square;
  margin-left: 30px;
  display: list-item;
}
.js_feed_comment_border .comment_mini_text ol li {
  list-style-type: decimal;
}
#js_im_player,
#js_im_player h2,
#js_im_player h3 {
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
#content_load_data .main_video_div_container h1,
#content_load_data .forum_title h1 {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#content_load_data .forum_title h1 a,
#content_load_data .forum_title h1 a:hover,
#content_load_data .main_video_div_container h1 a,
#content_load_data .main_video_div_container h1 a:hover {
  color: #3B5998;
}
.item_view_more > a {
  text-transform: lowercase;
}
.global_view_more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #297fc7;
  border-color: #297fc7;
}
.global_view_more:focus,
.global_view_more:active:focus,
.global_view_more.active:focus,
.global_view_more.focus,
.global_view_more:active.focus,
.global_view_more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.global_view_more:hover,
.global_view_more:focus,
.global_view_more.focus {
  color: #333333;
  text-decoration: none;
}
.global_view_more:active,
.global_view_more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.global_view_more.disabled,
.global_view_more.button_not_active,
.global_view_more[disabled],
fieldset[disabled] .global_view_more {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.global_view_more.disabled,
fieldset[disabled] a.global_view_more {
  pointer-events: none;
}
.global_view_more.disabled,
.global_view_more.button_not_active,
.global_view_more[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.global_view_more:focus,
.global_view_more.focus {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.global_view_more:hover {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.global_view_more:active,
.global_view_more.active,
.open > .dropdown-toggle.global_view_more {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.global_view_more:active:hover,
.global_view_more.active:hover,
.open > .dropdown-toggle.global_view_more:hover,
.global_view_more:active:focus,
.global_view_more.active:focus,
.open > .dropdown-toggle.global_view_more:focus,
.global_view_more:active.focus,
.global_view_more.active.focus,
.open > .dropdown-toggle.global_view_more.focus {
  color: #ffffff;
  background-color: #1a517f;
  border-color: #297fc7;
}
.global_view_more:active,
.global_view_more.active,
.open > .dropdown-toggle.global_view_more {
  background-image: none;
}
.global_view_more.disabled,
.global_view_more[disabled],
fieldset[disabled] .global_view_more,
.global_view_more.disabled:hover,
.global_view_more[disabled]:hover,
fieldset[disabled] .global_view_more:hover,
.global_view_more.disabled:focus,
.global_view_more[disabled]:focus,
fieldset[disabled] .global_view_more:focus,
.global_view_more.disabled.focus,
.global_view_more[disabled].focus,
fieldset[disabled] .global_view_more.focus,
.global_view_more.disabled:active,
.global_view_more[disabled]:active,
fieldset[disabled] .global_view_more:active,
.global_view_more.disabled.active,
.global_view_more[disabled].active,
fieldset[disabled] .global_view_more.active {
  background-color: #297fc7;
  border-color: #297fc7;
}
.global_view_more .badge {
  color: #297fc7;
  background-color: #ffffff;
}
.to-lower {
  text-transform: lowercase;
}
.simple_listing_row {
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}
.simple_listing_row + .simple_listing_row {
  border-top: 1px solid #eeeeee;
}
.simple_listing_row .listing-header {
  float: left;
}
.simple_listing_row .listing-info {
  padding-left: 60px;
}
footer {
  background: none !important;
}
footer #subscribeResult {
  background: none;
}
html body {
  font-family: "Source Sans Pro", sans-serif !important;
}
div.container-fluid {
  margin: 0 auto !important;
  max-width: 1250px;
}
ul.globalnav-list li a i {
  width: auto !important;
}
#user_sticky_bar ul.header-right-menu li a {
  color: #848586;
  margin-top: 5px;
}
#bs-example-navbar-collapse-1 {
  padding-left: 0;
  padding-right: 0;
}
#bs-example-navbar-collapse-1 .navbar-nav.visible-md {
  margin-left: 0;
}
#js_block_border_user_register div.title {
  display: none;
}
.user_register_title {
  color: #fff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.user_register_title img {
  padding-left: 5px;
  vertical-align: middle;
  width: 150px;
}
.facebook_register {
  margin: 15px 0 0;
  text-align: center;
}
.extra_info,
.extra_info_link {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  padding: 4px 0;
}
.registration_from_top {
  border-bottom: 1px solid #dfdfdf;
  height: 20px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
input.button_register,
#main_registration_form_holder input.button_register {
  background: #ee793e none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 17px;
  height: 40px;
  padding: 0;
  width: 100%;
  font-style: italic;
}
input.button_register:hover,
#js_registration_holder .submit_button:hover {
  text-decoration: none;
}
.registration_from_top span {
  background: #000;
  color: #fff;
  left: 0;
  margin: 9px auto;
  padding: 0;
  position: absolute;
  right: 0;
  width: 40px;
}
.transparent-bg,
#page_core_index-visitor #right #js_block_border_user_register {
  background: rgba(12, 12, 12, 0.75) repeat 0 0 !important;
}
#page_core_index-visitor #dfp-Side_A,
#page_core_index-visitor #dfp-Side_B {
  display: none !important;
}
#page_core_index-visitor #js_block_border_user_featured {
  display: none;
}
.guest_login_small a {
  margin: 8px 8px 0 0;
}
.guest_login_small a.btn-orange-border {
  color: #ee793e;
}
.guest_login_small a.btn-orange {
  color: #fff;
}
#page_core_index-visitor #right #js_block_border_user_register .extra_info {
  color: #fff !important;
}
footer {
  margin-top: 0 !important;
}
#page_user_browse #dfp-Side_A {
  display: none !important;
}
._block_content .forum_holder article div.block.row1 {
  padding: 12px 0 5px 0 !important;
}
/*** Landing Pages Redesign css ***/
#welcome_message {
  padding: 5% 20px !important;
}
#welcome_message h1 {
  color: #fff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  padding: 10px;
  margin: 0;
}
#welcome_message h1 b,
#welcome_message h1 span {
  font-size: 29px;
  font-style: italic;
}
.grid-services article.item {
  margin-bottom: 15px;
}
.grid-services article.item img {
  height: 120px;
  width: 100%;
}
.grid-services .panel-body {
  background: rgba(77, 141, 153, 0.7) linear-gradient(to bottom, rgba(77, 141, 153, 0.7) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  bottom: 0;
  left: 15px;
  padding: 5px 8px;
  position: absolute;
  right: 15px;
}
.grid-services .panel-body span {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
}
.grid-services .panel-body a.btn {
  font-size: 11px;
  padding: 4px;
}
._forum_info > li {
  width: 80px !important;
}
.moderation_holder {
  width: 100% !important;
}
#section-header .sticky-bar-sm {
  display: block;
  margin-top: 6px;
}
#section-header .navbar-header {
  float: right;
}
ul.list-inline li a i {
  color: #848586;
}
/*** End ***/
@media screen and (max-width: 767px) {
  #bs-example-navbar-collapse-1 ul.navbar-nav {
    margin: 7.5px 0 !important;
  }
  #header_search_form_sm .form-control-feedback {
    padding-top: 10px;
  }
  .navbar-header {
    background-color: inherit !important;
  }
  .community-menu {
    width: 100%;
  }
  .sticky-bar-xs {
    display: block !important;
  }
  .sticky-bar-xs .dropdown-panel {
    left: 15px;
    right: 15px;
  }
  #hd-cof ul.dropdown-menu li a {
    padding: 8px 20px;
  }
  .grid-services article.item {
    padding: 0 5px;
  }
  .grid-services .panel-body {
    left: 5px;
    right: 5px;
  }
  .grid-services .panel-body span {
    font-size: 15px;
  }
  .grid-services .panel-body a.btn {
    font-size: 10px;
  }
  #welcome_message h1 {
    font-size: 20px;
    padding: 10px 0;
    line-height: 30px;
  }
  #welcome_message h1 b,
  #welcome_message h1 span {
    font-size: 22px;
  }
  #welcome_message br {
    display: block;
  }
  .user_register_title {
    font-size: 17px;
  }
  #section-header .sticky-bar-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #bs-example-navbar-collapse-1 ul.navbar-nav {
    margin: 7.5px 0 !important;
  }
  #header_search_form_sm .form-control-feedback {
    padding-top: 10px;
  }
  .navbar-header {
    background-color: inherit !important;
  }
  .community-menu {
    width: 100%;
  }
  .sticky-bar-xs {
    display: block !important;
  }
  .sticky-bar-xs .dropdown-panel {
    left: 15px;
    right: 15px;
  }
  #welcome_message h1 {
    font-size: 24px;
    line-height: 38px;
  }
  #welcome_message h1 span {
    font-size: 18px;
  }
  .grid-services article.item {
    padding: 0 5px;
  }
  .grid-services .panel-body {
    left: 5px;
    right: 5px;
  }
  .grid-services .panel-body span {
    font-size: 15px;
  }
  .grid-services .panel-body a.btn {
    font-size: 10px;
  }
  #section-header .sticky-bar-sm {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  #page_core_index-visitor #right {
    width: 310px !important;
  }
  .user_register_title {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  .empty-right #content-holder {
    width: 66.6667% !important;
  }
}
@media (min-width: 1080px) {
  .empty-right #content-holder {
    width: 75% !important;
  }
}
.js_box_image_holder {
  width: 100%;
  height: 100%;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  position: fixed;
  z-index: 2000;
}
.js_box_image_holder_full {
  width: 100%;
  height: 100%;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  z-index: 2000;
  position: fixed;
}
.js_box_content {
  clear: both;
  background: #fff;
  padding: 15px 15px 15px 15px;
  text-align: left;
  position: relative;
}
.js_box_image_holder_full .js_box_content {
  padding: 0;
}
.js_box_close,
#js_marketplace_click_image_viewer_close {
  background: #DFDFDF;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: none;
}
.js_box_close a,
.js_box_close a:hover,
#js_marketplace_click_image_viewer_close a,
#js_marketplace_click_image_viewer_close a:hover {
  text-decoration: none;
  margin: 5px;
  display: block;
  position: absolute;
  right: 0;
  line-height: 25px;
  color: #868686;
  font-weight: bold;
  padding: 0 8px 0 8px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/js_box_close.png') repeat-x;
  border: 1px #BFBFBF solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.js_box_history,
.js_box_title_store {
  display: none;
}
.js_box_image {
  text-align: center;
}
.js_box_loader {
  font-size: 16px;
}
.js_box_image_holder_browse {
  text-align: center;
}
.js_box_image_gallery_display img {
  vertical-align: middle;
}
.js_box_image_gallery {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #DFDFDF solid;
}
.js_box_image_gallery img {
  margin: 0 4px 0 4px;
  border: 4px #fff solid;
}
.js_box_image_gallery img.is_active {
  border: 4px #93D9FF solid;
}
.js_box_image_gallery img.is_active {
  border: 4px #93D9FF solid;
}
.js_box_content h1 {
  margin-top: 0;
  padding-top: 0;
}
.photo_view_box_user {
  padding-bottom: 5px;
}
.photo_view_box_user a,
.photo_view_box_user a:hover {
  font-weight: bold;
  font-size: 14px;
}
a.photo_box_photo_detail,
a.photo_box_photo_detail:hover {
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0 0 0 30px;
  text-decoration: none;
  border-top: 1px #dfdfdf solid;
  color: #8F8F8F;
  background: #f9f9f9;
  font-weight: bold;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/video_show_less.png') no-repeat 10px 8px;
}
.photo_view_box_holder {
  background: #000;
  z-index: 1000000;
}
.photo_view_in_photo {
  position: absolute;
  bottom: -28px;
  left: 5px;
  z-index: 1000;
}
#js_photo_box_view_bottom_ad {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 400px;
  margin: auto;
}
#js_photo_box_view_more {
  display: none;
  bottom: 30px;
  background: #333;
  position: absolute;
  z-index: 1000;
  width: 400px;
}
.js_photo_box_view_more_padding {
  padding: 8px;
  color: #fff;
}
.photo_view_box_comment {
  width: 400px;
  float: right;
  background: #fff;
  position: relative;
}
.photo_view_box_comment_padding {
  padding: 10px;
}
.photo_view_box_image {
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 10000000;
  overflow: hidden;
}
#photo_view_ajax_loader {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2000;
}
#photo_view_tag_photo {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  z-index: 10000001;
}
#photo_view_tag_photo a,
#photo_view_tag_photo a:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 0 5px 0 5px;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  display: block;
}
#photo_view_tag_photo a:hover {
  background: #2F2F2F;
}
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  background: #333;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_highlight-soft_75_ffe45c_1x100.png') 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_diagonals-thick_18_b81900_40x40.png') 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_222222_256x240.png');
}
.ui-widget-content .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_222222_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ffffff_256x240.png');
}
.ui-state-default .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-active .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-highlight .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_228ef1_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ffd27a_256x240.png');
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;
  opacity: .50;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;
  opacity: .20;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*
 * jQuery UI Resizable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.comment_header {
  background: #EDEFF4;
  padding: 4px;
  color: #000;
}
.comment_box {
  background: #EDEFF4;
  padding: 4px;
  margin-bottom: 10px;
}
.comment_content {
  width: 80%;
  background: #EDEFF4;
  position: relative;
  height: auto !important;
  min-height: 100px;
}
.comment_outer {
  position: relative;
}
.comment_sig {
  border-top: 1px #CACBCC solid;
  padding: 4px;
  margin-left: 4px;
  margin-top: 15px;
}
.comment_info {
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment_info_normal {
  float: right;
  width: 17%;
  padding: 4px;
  text-align: left;
}
.comment_link {
  padding: 4px;
  background: #EDEFF4;
  text-align: right;
}
.comment_link ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
.comment_link li {
  display: inline;
  padding-left: 4px;
}
.comment_link li a {
  background: #fff;
  border: 1px #EEEEEE solid;
  padding: 2px;
  color: #54A4DE;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}
.comment_link li a:hover {
  background: #54A4DE;
  border: 1px #EEEEEE solid;
  color: #fff;
  text-decoration: none;
}
.comment_moderate {
  background: #195B85;
  color: #fff;
}
.comment_moderate a {
  color: #fff;
}
.comment_moderate a:hover {
  color: #fff;
}
div.comment_mini_content_holder_icon {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/comment_mini_content_holder.png') no-repeat 10px 0;
  height: 8px;
  line-height: 8px;
}
div.comment_mini_content_border {
  background: #f5f5f5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.comment_mini_link_image {
  position: absolute;
  left: 2px;
}
.comment_mini_link {
  margin-left: 18px;
}
a.comment_mini_link_block,
a.comment_mini_link_block:hover {
  display: block;
}
a.comment_mini_link_block_hidden,
a.comment_mini_link_block_hidden:hover {
  text-decoration: none;
  color: #808080;
}
.comment_mini_link_loader {
  position: absolute;
  right: 8px;
}
div.js_mini_feed_comment {
  min-height: 52px;
  height: auto !important;
}
div.comment_mini_text {
  display: inline;
  margin-left: 5px;
}
/**
 * Comments
 */
.comment_mini_link_image {
  display: none;
}
.comment_mini_link {
  margin: 0;
}
a.comment_mini_link_block,
a.comment_mini_link_block:hover {
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px;
}
.js_feed_comment_border {
  background: #f7f7f7;
  font-size: 13px;
}
div.comment_mini_image {
  left: 20px;
  top: 20px;
  position: absolute;
}
div.comment_mini_content .user_profile_link_span > a,
div.comment_mini_content .user_profile_link_span > a:hover {
  color: #6f6f6f !important;
  font-weight: 600 !important;
}
div.comment_mini_content {
  margin-left: 52px;
}
div.comment_mini_content_holder_icon {
  display: none;
}
div.comment_mini_content_border {
  background: transparent;
}
div.comment_mini {
  position: relative;
  background: transparent;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 0;
  padding: 20px;
  padding-right: 0;
}
.comment_mini_link_like {
  background: #0c0c0c;
  color: #808080;
  padding: 15px;
  display: none;
}
.comment_mini_link_like > ul > li {
  float: none !important;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}
.comment_mini_link_like > ul > li > a,
.comment_mini_link_like > ul > li > a:hover {
  color: #808080 !important;
}
.comment_mini_link_like > ul > li > a:hover {
  color: #fff !important;
  transition: all 0.5s ease;
}
.comment_mini_link_like > ul > li:not(:first-of-type):before {
  content: '/';
  margin-right: 12px;
  display: inline-block;
}
.comment_mini_link_like.active {
  display: block;
}
div.comment_mini_end {
  border: 0;
  background: #ffffff;
  min-height: 74px;
}
.comment_feed {
  background: #EDEFF4;
  padding: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.js_feed_comment_process_form img {
  vertical-align: middle;
  margin-left: 20px;
}
.js_feed_comment_process_form {
  display: none;
  z-index: 700;
  padding: 4px 12px 4px 4px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.js_comment_feed_value {
  display: none;
}
.js_comment_text_area .w_95 {
  width: 100%;
}
.js_comment_text_area #text {
  height: 30px;
}
.comment_submit_button {
  padding-top: 4px;
  text-align: right;
}
.js_comment_form_holder {
  margin-left: 40px;
}
.comment_mini_child_holder {
  position: relative;
  margin: 10px 0 0 40px;
}
.comment_mini_child_holder_padding {
  padding-bottom: 30px;
}
.comment_mini_child_view_holder {
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  z-index: 2;
}
.comment_mini_child_view_holder a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 6px;
  text-decoration: none;
  font-style: italic;
}
.comment_mini_child_content div.comment_mini {
  border-bottom: 0;
  border-top: 1px #fff solid;
}
.js_mini_feed_comment div.comment_mini_end {
  margin-top: 15px;
}
.activity_feed_content_no_image .activity_feed_content_display {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  max-height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feed_share_holder {
  border: 1px #D3DAE8 solid;
  background: #ffffff;
  padding: 20px;
}
.feed_share_holder .activity_feed_content_link,
.feed_share_holder .activity_feed_content_status {
  padding: 20px 0;
}
.feed_sort_order {
  border-bottom: 1px #dfdfdf solid;
  margin: 12px 0 12px 0;
  position: relative;
}
.feed_sort_order a.feed_sort_order_link,
.feed_sort_order a.feed_sort_order_link:hover {
  position: absolute;
  right: 0;
  top: -0.8em;
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #777777;
}
.feed_sort_holder {
  position: absolute;
  top: 0.4em;
  right: 0;
  z-index: 20000;
  display: none;
}
.feed_sort_holder ul {
  margin: 0;
  padding: 0;
}
.feed_sort_holder ul li {
  display: inline;
}
.feed_sort_holder ul li a {
  display: block;
  color: #777777;
}
.feed_sort_holder ul li a.active,
.feed_sort_holder ul li a.active:hover,
.feed_sort_holder ul li a.active:focus {
  color: #ffffff;
  background-color: #848586;
}
.editor_holder {
  position: relative;
}
.edit_menu_container {
  background: #ffffff;
  position: relative;
  border: 1px solid #dddddd;
}
.edit_menu_container textarea {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-color: transparent;
}
.global_attachment {
  position: relative;
  background: #fafafa;
  height: 40px;
  line-height: 40px;
}
.global_attachment_manage {
  line-height: 26px;
  height: 26px;
  padding: 4px 0 4px 0;
  position: absolute;
  right: 0;
}
.global_attachment_manage a,
.global_attachment_manage a:hover {
  display: block;
  line-height: 26px;
  height: 26px;
  text-decoration: none;
  padding: 0 5px 0 5px;
}
.global_attachment_manage a.is_not_active,
.global_attachment_manage a.is_not_active:hover {
  color: #808080;
}
.global_attachment_manage a:hover,
.global_attachment_manage a.is_not_active:hover {
  background: #333;
  color: #fff;
}
.global_attachment ul.global_attachment_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.global_attachment ul.global_attachment_list li {
  float: left;
  line-height: 26px;
  padding: 4px 0 4px 0;
}
.global_attachment .global_attachment_title {
  color: #9F9F9F;
  margin-right: 5px;
}
.global_attachment ul.global_attachment_list li a,
.global_attachment ul.global_attachment_list li a:hover {
  display: block;
  line-height: 26px;
  text-decoration: none;
  padding: 0 5px 0 5px;
  border: 1px #fff solid;
}
.global_attachment ul.global_attachment_list li a:hover {
  background: #D0D0D0;
}
.global_attachment ul.global_attachment_list li a.active {
  background: #5F5F5F;
  border: 1px #000 solid;
  color: #fff;
}
.global_attachment_holder {
  margin-top: 10px;
  border-bottom: 1px #ccc solid;
  padding: 0 0 10px 0;
  display: none;
}
.global_attachment_holder_section {
  display: none;
}
div.global_attachment_sub_menu {
  margin: 0;
  padding: 0 0 10px 0;
}
div.global_attachment_sub_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.global_attachment_sub_menu ul li {
  float: left;
  margin-right: 4px;
  line-height: 22px;
  height: 22px;
}
div.global_attachment_sub_menu ul li a,
div.global_attachment_sub_menu ul li a:hover {
  background: #fff;
  color: #333;
  display: block;
  padding: 0 5px 0 5px;
  line-height: 22px;
  height: 22px;
  border: 1px #ccc solid;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.global_attachment_sub_menu ul li a.active {
  background: #5F5F5F;
  color: #fff;
}
.global_attachment_holder_title {
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
a.global_attachment_holder_cancel,
a.global_attachment_holder_cancel:hover {
  position: absolute;
  right: 0;
}
.global_attachment ul.global_attachment_list {
  margin-left: 5px;
}
.global_attachment ul.global_attachment_list li {
  float: none;
  line-height: normal;
  padding: 0;
  display: inline-block;
}
.global_attachment ul.global_attachment_list li a,
.global_attachment ul.global_attachment_list li a:hover {
  border: 0;
  line-height: normal;
  padding: 5px;
  background: transparent;
}
.global_attachment ul.global_attachment_list li a i:before,
.global_attachment ul.global_attachment_list li a:hover i:before {
  color: #4b4b4b;
}
.global_attachment ul.global_attachment_list li a:hover i:before {
  color: #297fc7;
}
.global_attachment ul.global_attachment_list li.global_attachment_title {
  display: none;
}
.global_attachment_manage a,
.global_attachment_manage a:hover,
.global_attachment_manage,
.global_attachment_manage a.is_not_active,
.global_attachment_manage a.is_not_active:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  opacity: 0.6;
}
.global_attachment_manage {
  position: absolute;
  right: 10px;
  top: 0;
}
.global_attachment_manage:hover {
  opacity: 1;
}
/*convert css to less form theme*/
.editor_menu {
  display: none;
  background: #F0F0EE;
  padding: 4px;
  border-bottom: 1px #dfdfdf solid;
  z-index: 0;
}
.editor_button_holder {
  float: left;
  position: relative;
}
.editor_drop_holder {
  position: absolute;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 3px 0%;
  z-index: 800;
  width: 250px;
  padding: 8px 0 0 0;
  display: none;
}
.editor_drop_content {
  background: #333;
  color: #fff;
  padding: 8px 8px 4px 8px;
}
a.editor_button {
  display: block;
  border: 1px solid #F0F0EE;
  margin-right: 1px;
  cursor: default;
  padding: 2px 4px 2px 4px;
}
a.editor_button:hover {
  border: 1px solid #0A246A;
  background-color: #B2BBD0;
  cursor: default;
}
.editor_separator {
  margin: 2px;
  margin-left: 4px;
  background-color: #F0F0EE;
  border-top: 1px solid buttonshadow;
  border-left: 1px solid buttonshadow;
  border-bottom: 1px solid buttonhighlight;
  border-right: 1px solid buttonhighlight;
  width: 0;
  height: 15px;
  float: left;
}
.user_browse_user {
  padding-top: 4px;
  overflow: hidden;
}
.user_browse_user .user_profile_link_span a,
.user_browse_user .user_profile_link_span a:hover {
  font-weight: bold;
}
.user_browse_add_friend {
  padding-top: 5px;
}
.user_browse_title {
  font-weight: bold;
}
.user_browse_mutual_friend {
  padding-top: 4px;
}
.user_browse_mutual_friend a,
.user_browse_mutual_friend a:hover {
  color: #808080;
}
#js_user_browse_advanced {
  position: absolute;
  top: 50px;
  left: 100px;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png");
  z-index: 1000;
  width: 750px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
  display: none;
}
.user_browse_content {
  clear: both;
  background: #fff;
  padding: 15px 15px 15px 15px;
  text-align: left;
  position: relative;
}
.user_browse_content .title {
  font-weight: bold;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
ul#js_user_browse_advanced_link {
  padding-top: 16px;
}
ul#js_user_browse_advanced_link li a,
ul#js_user_browse_advanced_link li a:hover {
  display: block;
}
#js_user_browse_advanced_link_close {
  position: absolute;
  right: 10px;
  padding-top: 8px;
}
#browse_custom_fields_popup_holder {
  overflow: auto;
  height: 300px;
}
#browse_custom_fields_popup_holder .go_left {
  width: 31%;
}
#js_country_child_id_value {
  width: 150px;
}
.colorpicker_select {
  background: #ffffff url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/select.gif");
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_background.png");
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 10000;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 10000;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_overlay.png");
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_select.gif");
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_indic.gif") left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hex.png") top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_r.png");
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_g.png");
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_b.png");
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_h.png");
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_s.png");
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_b.png");
  top: 112px;
  left: 282px;
}
.colorpicker_transparent {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/blank.gif") top;
  left: 295px;
  top: 142px;
  overflow: hidden;
  border: 1px #ccc dashed;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_submit.png") top;
  left: 322px;
  top: 142px;
  overflow: hidden;
  z-index: 10000;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_slider {
  background-position: bottom;
}
/*Main container*/
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}
.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
/*Text inputs*/
.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick_hex_field input {
  right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
/*full layout with no submit button*/
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color {
  display: none;
}
.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
.colpick_full_ns .colpick_hex_field {
  top: 135px;
}
/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b {
  display: none;
}
.colpick_rgbhex {
  width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
/*hex layout*/
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b {
  display: none;
}
.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none;
}
.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
#n_debug {
  margin: 20px auto 20px auto;
  text-align: left;
  width: 90%;
}
#n_debug_header {
  background: #000;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
}
.nDebugItem {
  background: #195B85;
  padding: 6px;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
}
.nDebugItem a,
.nDebugItem a:hover {
  color: #fff;
}
.nDebugContent {
  background: #fff;
  overflow: auto;
  border: 1px #b70000 solid;
}
.nDebugContentShell {
  padding: 15px;
}
.nDebugLeft {
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 5px;
}
.nDebugInfo {
  background: #54A4DE;
  color: #fff;
  padding: 6px;
  margin: 8px 8px 0 8px;
}
.nDebugItems {
  padding: 4px 10px 10px 20px;
  border-bottom: 1px #195B85 solid;
}
.nDebugExplainShell {
  margin-top: 10px;
  width: 100%;
}
.nDebugExplainHead {
  background: #000;
  padding: 4px;
  color: #fff;
  border-right: 1px #000 solid;
}
.nDebugExplain {
  padding: 4px;
  background: #E7E7E7;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  font-size: 8pt;
}
.nDebugLoadShell {
  width: 600px;
  padding: 10px;
  background: #000;
  color: #fff;
  border: 2px #b70000 solid;
}
.nDebugLoadShell a {
  color: #fff;
  text-decoration: underline;
}
.nDebugLoadShell a:hover {
  text-decoration: none;
}
.nDebugLoadPre {
  overflow: auto;
  height: 200px;
  border: 1px #000 solid;
}
.nDebugLoadMessage {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 4px;
  color: #000;
}
.nClear {
  clear: both;
}
.imgareaselect-border1 {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/border-v.gif') repeat-y left top;
}
.imgareaselect-border2 {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/border-h.gif') repeat-x left top;
}
.imgareaselect-border3 {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/border-v.gif') repeat-y right top;
}
.imgareaselect-border4 {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/border-h.gif') repeat-x left bottom;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.note {
  display: none;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/spacer.gif');
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 20000000;
}
.note_hover {
  border: 5px #D8DFEA solid;
}
.notep {
  display: none;
  background: #000;
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 0;
  padding: 4px;
  position: absolute;
  cursor: text;
}
.notep a,
.notep a:hover {
  color: #fff;
  text-decoration: none;
}
.notep i.fa.fa-remove {
  display: none;
}
#noteform {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  border: 1px #DFDFDF solid;
  padding: 5px;
  -moz-box-shadow: 6px 6px 6px #ccc;
  -webkit-box-shadow: 6px 6px 6px #ccc;
  box-shadow: 6px 6px 6px #ccc;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,
div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.rating-cancel,
div.rating-cancel a {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/delete.gif') no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/jquery/star.gif') no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating-on a {
  background-position: 0 -16px !important;
}
div.star-rating-hover a {
  background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}
/* END jQuery.Rating Plugin CSS */
.js_rating_value {
  background: #333;
  position: absolute;
  z-index: 10000;
  padding: 5px;
  color: #fff;
  width: 100px;
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: 0;
  left: 0;
}
#js_style_holder {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
}
#js_style_holder a,
#js_style_holder a:hover {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
}
div#js_style_holder {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1008;
  width: 100%;
  left: 0;
  border-bottom: 5px #CCCCCC solid;
}
.js_temp_hover_style {
  background: red;
}
body > div#js_style_holder {
  position: fixed;
}
div.style_header {
  background: #D3D3D3;
  padding: 5px;
  font-size: 12pt;
  color: #000;
  font-weight: bold;
}
div.style_box {
  float: left;
  width: 175px;
  text-align: center;
  background: #fff;
  margin: 0 4px 4px 0;
  padding: 5px;
  border: 1px #EFEFEF solid;
}
div.style_box_hover {
  background: #EFEFEF;
  border: 1px #D5E7FB solid;
}
div.style_box_active {
  background: #FCF6CF;
}
div.style_box_test {
  background: #CEEEB2;
}
div.style_box img {
  border: 1px #888888 solid;
}
div.style_top_menu {
  float: right;
  font-size: 9pt;
}
div.style_top_menu a {
  color: #1A1A1A;
  text-decoration: underline;
  font-weight: bold;
}
div.style_top_menu a:hover {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: bold;
}
div.style_content_left {
  float: left;
  width: 150px;
  overflow: hidden;
}
div.style_content_middle {
  float: left;
  height: 170px;
  width: 150px;
  overflow: auto;
  display: none;
}
div.style_separate {
  background: #CCCCCC;
  height: 170px;
  float: left;
  padding: 2px;
}
div.style_content_right a {
  color: #0D8AE1;
  text-decoration: none;
  outline: 0;
}
div.style_content_right a:hover {
  color: #0D8AE1;
  text-decoration: underline;
  outline: 0;
}
div.style_content_right {
  margin-left: 160px;
}
div.style_content_right div.style_main_content {
  overflow: auto;
  height: 137px;
}
div.style_content_left ul,
div.style_content_middle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.style_content_left ul li,
div.style_content_middle ul li {
  margin: 0 0 2px 0;
}
div.style_content_left ul li a,
div.style_content_middle ul li a {
  display: block;
  background: #D5E7FB;
  padding: 4px 0 4px 2px;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  width: 99%;
}
div.style_content_left ul li a:hover,
div.style_content_middle ul li a:hover {
  background: #EBF4FF;
  text-decoration: none;
}
div.style_content_left ul li a.active,
div.style_content_middle ul li a.active {
  background: #B4D1F2;
  text-decoration: none;
}
div.style_content_right fieldset {
  border: 1px #ccc solid;
  padding: 5px;
  margin: 0;
}
div.style_content_right fieldset legend {
  padding: 2px;
  font-size: 9pt;
  font-weight: bold;
  color: #666666;
}
div.style_submit_box {
  background: #ECECEC;
  padding: 4px;
  border-bottom: 1px #B3B3B3 solid;
}
div.style_submit_box_revert {
  position: absolute;
  right: 4px;
}
footer {
  background: none !important;
}
footer #subscribeResult {
  background: none;
}
body#page_core_index-member {
  font-family: "Source Sans Pro", sans-serif !important;
}
ul.globalnav-list li a i {
  width: auto !important;
}
div#welcome {
  padding: 10px 0 5px 0;
  border-bottom: 1px #DFDFDF solid;
  position: relative;
  min-height: 50px;
}
div#welcome .welcome_profile_image {
  position: absolute;
  left: 0;
}
div#welcome .welcome_profile_name {
  margin-left: 60px;
}
div#welcome .welcome_profile_right {
  position: absolute;
  right: 0;
  top: 16px;
  text-align: right;
}
div#welcome .user_display_name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 6px;
  width: 750px;
  overflow: hidden;
}
div#welcome .user_display_name a,
div#welcome .user_display_name a:hover {
  color: #333;
}
div#welcome div#theme {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
div#welcome div#time_stamp a,
div#welcome div#time_stamp a:hover {
  color: #AFAFAF;
}
div#welcome .welcome_quick_link ul {
  margin: 6px 0 0 0;
  padding: 0;
  list-style-type: none;
}
div#welcome .welcome_quick_link ul li {
  float: left;
  display: block;
  margin-right: 4px;
  position: relative;
}
div#welcome .welcome_quick_link ul li span {
  margin: 0 0 0 4px;
}
div#welcome .welcome_quick_link ul li a span {
  color: #BFBFBF;
}
.welcome_info_holder {
  position: absolute;
  left: 0;
  top: 14px;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 10px 0%;
  z-index: 800;
  width: 350px;
  padding: 8px 0 0 0;
  display: none;
}
.welcome_info_holder_custom {
  width: 450px;
}
.welcome_info {
  background: #333;
  padding: 8px 8px 4px 8px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
div#welcome .info,
div#welcome .info a,
div#welcome .info a:hover,
div#welcome .row,
div#welcome .row1,
div#welcome .row2,
div#welcome .title,
div#welcome .row1 a,
div#welcome .row2 a {
  color: #fff;
}
div#welcome .info .info_left {
  color: #CFCFCF;
}
div#welcome div.row1,
div#welcome div.row2 {
  border-bottom: 1px #5F5F5F solid;
}
#welcome .title {
  background: #000;
  color: #fff;
  margin-bottom: 8px;
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px #5F5F5F solid;
}
#welcome .item_action_active {
  color: #AFFFBA;
}
#welcome div.info {
  border-bottom: 1px #5F5F5F solid;
  padding-bottom: 8px;
  clear: both;
}
#welcome div.info_left {
  float: left;
}
#welcome div.info_right {
  padding: 0;
  margin-left: 150px;
}
#welcome a.manage_subscriptions,
#welcome a.manage_subscriptions:hover {
  display: block;
  line-height: 20px;
  padding: 0 0 0 5px;
  color: #fff;
  background: #5F5F5F;
  text-decoration: none;
  margin-bottom: 5px;
}
#welcome a.manage_subscriptions:hover {
  background: #4F4F4F;
}
#welcome .extra_info {
  color: #BFBFBF;
}
div#welcome #purchase_points_link {
  margin-left: 5px;
  color: #A0A0A0;
}
div#welcome #purchase_points_link a,
div#welcome #purchase_points_link a:hover {
  color: #A0A0A0;
}
ul#rate_bar {
  margin: 0 0 15px 0;
}
ul#rate_bar li {
  display: inline;
}
ul#rate_bar li a {
  padding: 2px 6px 1px 6px;
  background: #03B0EC;
  color: #fff;
  margin: 0 3px 0 0;
  text-decoration: none;
  font-size: 18px;
}
ul#rate_bar li a:hover {
  background: #195B85;
  color: #fff;
  text-decoration: none;
}
#js_photo_average_rating {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#js_photo_average_rating .extra_info {
  font-size: 12px;
  font-weight: normal;
}
body {
  background: #e4e8eb;
  color: #555555;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  line-height: 1.42857143;
}
a,
a:hover {
  color: #297fc7;
  text-decoration: none;
}
a:hover {
  color: #1c5788;
  text-decoration: none;
}
.fa:hover {
  transition: all 0.5s ease;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  padding: 0;
  margin: 0;
}
.holder {
  width: 920px;
}
#logo,
#logo:hover {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-indent: 45px;
  font-weight: 200;
  color: #e5e5e5;
  background: #20649d;
  letter-spacing: 2px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  overflow: hidden;
}
#logo > i,
#logo:hover > i {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
#logo > span > i,
#logo:hover > span > i {
  background: url('');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-indent: 0;
}
#panels.can_be_fixed {
  position: fixed;
}
#panels {
  width: 300px;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
#panels #right,
#panels #left {
  border: 0;
}
.right_is_fixed #panels {
  position: fixed;
  bottom: 5px;
  top: auto;
  right: auto;
  z-index: 100;
}
a.activity_feed_content_link_title,
a.activity_feed_content_link_title:hover,
#content div.row_title_info h1 a.link,
#content div.row_title_info h1 a.link:hover {
  font-size: 15px;
  color: #222222 !important;
  font-weight: 600 !important;
}
#content div.row_title_info h1 a.link:hover,
a.activity_feed_content_link_title:hover {
  color: #297fc7 !important;
  transition: all 0.5s ease;
}
.pages_link_span > a,
.user_profile_link_span > a,
.pages_link_span > a:hover,
.user_profile_link_span > a:hover {
  color: #222222 !important;
  font-weight: 600 !important;
}
.pages_link_span > a:hover,
.user_profile_link_span > a:hover {
  color: #297fc7 !important;
  transition: all 0.5s ease;
}
.offline_message {
  background: #ffffff;
  padding: 20px;
  max-width: 600px;
  margin: 50px auto;
}
.captcha_holder {
  background: #ffffff;
  color: #555555;
  padding: 20px;
}
#main-banner {
  position: fixed;
  top: 0;
  left: 200px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#main-banner .image_load {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-banner .image_info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  opacity: 0.4;
}
#right #js_block_border_user_register {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 10px 20px;
}
#right #js_block_border_user_register .title {
  color: #fff !important;
  border: 0;
}
#page_core_index-visitor._is_guest_user #header,
#page_core_index-visitor._is_guest_user #top,
#page_core_index-visitor._is_guest_user #feed,
#page_core_index-visitor._is_guest_user #js_feed_content {
  display: none;
}
#page_core_index-visitor._is_guest_user #panels {
  z-index: 100;
}
#page_core_index-visitor._is_guest_user .site_menu {
  display: none;
}
div#announcement {
  padding: 0 20px 20px;
  margin: 0 0 20px 0;
  background: #ffffff;
  color: #555555;
  border: 0;
}
div#announcement .js_announcement_close {
  margin: 0;
}
div#announcement .js_announcement_close > a {
  display: block;
  color: #d9534f;
  background: #333333;
  width: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
div#announcement .js_announcement_content {
  margin: 0;
}
div#announcement .js_announcement_subject {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 22px;
  text-overflow: ellipsis;
  line-height: 50px;
  height: 50px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #ee5454;
  letter-spacing: 1px;
}
#announcements_holder .article {
  padding: 10px;
  background: #ffffff;
}
#page_search_index .main_search_bar {
  position: relative;
  margin: 20px 0 0 0;
  border: 0;
}
#page_search_index .main_search_bar_button {
  position: absolute;
  right: 5px;
  top: 7px;
}
#page_search_index .main_search_bar_input {
  width: 100%;
  padding: 10px 0;
  text-indent: 10px;
}
.search_result {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.search_result_image {
  top: 0;
  left: 0;
}
#page_core_index-visitor #js_block_border_user_register.block,
#page_core_index-visitor #js_block_border_user_login-block.block {
  display: block;
}
select {
  text-indent: 0;
}
@media (max-width: 480px) {
  .js_box .action_contain {
    position: inherit !important;
  }
}
.js_box .table {
  padding: 0;
  margin-bottom: 10px;
}
.js_box input[type="text"],
.js_box input[type="email"],
.js_box input[type="password"],
.js_box textarea,
.js_box input:focus,
.js_box textarea:focus,
.js_box select {
  background: #f2f2f2;
}
.js_box .js_custom_search_friend_holder {
  background: #f2f2f2;
  border-top: #ebebeb;
}
.table {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.js_datepicker_image {
  position: absolute;
  right: 12px;
  top: 9px;
}
.js_datepicker_image:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f073';
  font-size: 14px;
}
.js_datepicker_holder {
  position: relative;
  display: inline-block;
}
.select-date-label {
  padding-right: 12px;
}
.select-date-separator {
  display: inline-block;
  padding: 0 12px;
}
.js_datepicker_selects {
  padding-top: 20px;
}
.js_date_picker {
  background-color: transparent;
}
div.table_clear {
  padding: 0;
  margin-top: 20px;
}
input.button_link,
input.button_link:hover,
input.button_link:focus {
  background: transparent;
  color: #297fc7 !important;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 12px;
}
input.button_link:hover {
  color: #222222 !important;
  transition: all 0.5s ease;
}
.page_section_menu_header {
  top: 0;
  position: relative;
}
a.page_section_menu_link:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f054';
  font-size: 20px;
  position: absolute;
  top: -40px;
  right: 5px;
}
a.page_section_menu_link > span {
  display: none;
}
a.page_section_menu_link,
a.page_section_menu_link:hover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  text-indent: -10000px;
  color: #eeeeee;
}
a.page_section_menu_link:hover {
  color: #222222;
}
.page_section_menu_holder > .block > .title:first-of-type {
  display: none;
}
a.page_section_menu_link:hover {
  color: #297fc7;
  transition: all 0.5s ease;
}
.block .table {
  padding: 0;
  margin-bottom: 20px;
}
._ajax_image_large {
  font-size: 30px;
  color: #297fc7;
  display: inline-block;
  margin: auto;
}
.js_tmp_upload_bar {
  background: #ffffff;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: auto;
  margin-bottom: 0;
}
.js_tmp_upload_bar_upload {
  height: 40px;
  line-height: 40px;
  background: #3bd27a;
  color: #fff;
}
.js_tmp_upload_bar_content {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  text-indent: 10px;
}
.js_temp_photo_holder {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.has_failed .js_tmp_upload_bar_upload {
  background: #ee5454;
}
code {
  font-family: monospace;
  white-space: pre;
  background: #000;
  color: #fff;
  padding: 10px;
  overflow: auto;
  max-height: 400px;
  display: block;
}
code br {
  display: none;
}
div.newline {
  padding: 6px 0;
  content: '';
}
button {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
}
.label_hover label,
.label_hover label:hover {
  background: transparent;
}
.label_hover label:hover {
  background: #ebebeb;
}
.field_separator {
  display: none;
}
#js_register_accept input#agree {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.notifications {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#holder_notify {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 10;
  background: transparent;
}
#holder_notify > ul > li > a,
#holder_notify > ul > li > a:hover {
  background: transparent !important;
}
#holder_notify > ul > li > a:hover {
  background: #287cc3 !important;
}
#holder_notify > ul > li.is_active > a,
#holder_notify > ul > li.is_active > a:hover {
  background: #297fc7 !important;
}
#holder_notify ul li:hover a:before {
  color: #ffffff;
}
#holder_notify ul li a.notification:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f0f3';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li a.message:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f01c';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li a.friend_notification:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f234';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li.is_active a:before {
  color: #ffffff;
}
#holder_notify ul li div.holder_notify_drop {
  border: 0;
  background: #ffffff;
  color: #555555;
  border-bottom: 4px #e0e0e0 solid;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link,
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  text-align: center;
  border: 1px #f5f5f5 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #297fc7;
  font-size: 10px !important;
  margin-top: 10px;
}
.dropdown-panel .panel_actions {
  font-size: 22px;
  text-align: center;
}
.dropdown-panel .panel_actions a {
  padding: 0 20px 0 0;
}
#notification-panel-body div.notification_delete,
#notification-panel-body-xs div.notification_delete {
  position: absolute;
  right: 0;
  z-index: 1;
}
#notification-panel-body div.notification_delete .js_hover_title,
#notification-panel-body-xs div.notification_delete .js_hover_title {
  background: #ee5454;
}
#notification-panel-body div.notification_delete .js_hover_title span.fa,
#notification-panel-body-xs div.notification_delete .js_hover_title span.fa {
  padding: 0 2px;
  color: #ffffff;
}
#left .block .bottom ul li a,
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a,
#right .block .bottom ul li a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  text-align: center;
  display: inline-block;
  background: #e4e8eb;
  color: #555555;
  border: 1px #d2d9de solid;
  padding: 8px 12px;
}
.user_block {
  padding: 20px;
}
#header_menu .block {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#left #js_block_border_user_login-block .content,
#right #js_block_border_user_login-block .content,
#content #js_block_border_user_login-block .content,
#header_menu #js_block_border_user_login-block .content {
  padding: 10px;
}
#left #js_block_border_user_login-block .title,
#right #js_block_border_user_login-block .title,
#content #js_block_border_user_login-block .title,
#header_menu #js_block_border_user_login-block .title {
  background: #ffffff;
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  padding-top: 20px;
}
#left #js_block_border_user_login-block .table_clear,
#right #js_block_border_user_login-block .table_clear,
#content #js_block_border_user_login-block .table_clear,
#header_menu #js_block_border_user_login-block .table_clear {
  margin-top: 4px;
}
#left #js_block_border_user_login-block .table_clear input.button,
#right #js_block_border_user_login-block .table_clear input.button,
#content #js_block_border_user_login-block .table_clear input.button,
#header_menu #js_block_border_user_login-block .table_clear input.button {
  width: auto;
}
#left #js_block_border_user_login-block .table,
#right #js_block_border_user_login-block .table,
#content #js_block_border_user_login-block .table,
#header_menu #js_block_border_user_login-block .table {
  margin-bottom: 5px;
  background: transparent;
}
#left #js_block_border_user_login-block .bottom,
#right #js_block_border_user_login-block .bottom,
#content #js_block_border_user_login-block .bottom,
#header_menu #js_block_border_user_login-block .bottom {
  background: transparent;
  padding: 0 10px;
}
#left #js_block_border_user_login-block .bottom > ul > li,
#right #js_block_border_user_login-block .bottom > ul > li,
#content #js_block_border_user_login-block .bottom > ul > li,
#header_menu #js_block_border_user_login-block .bottom > ul > li {
  margin: 0;
  padding: 0;
}
#left #js_block_border_user_login-block .bottom > ul > li a,
#right #js_block_border_user_login-block .bottom > ul > li a,
#content #js_block_border_user_login-block .bottom > ul > li a,
#header_menu #js_block_border_user_login-block .bottom > ul > li a,
#left #js_block_border_user_login-block .bottom > ul > li a:hover,
#right #js_block_border_user_login-block .bottom > ul > li a:hover,
#content #js_block_border_user_login-block .bottom > ul > li a:hover,
#header_menu #js_block_border_user_login-block .bottom > ul > li a:hover {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  opacity: 1;
  padding-left: 0;
  border-radius: 0;
}
#left .block,
#right .block,
#content .block,
#header_menu .block,
#left .block_clear,
#right .block_clear,
#content .block_clear,
#header_menu .block_clear {
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  background: transparent;
  display: inline-block;
  display: block;
}
#left .block:before,
#right .block:before,
#content .block:before,
#header_menu .block:before,
#left .block_clear:before,
#right .block_clear:before,
#content .block_clear:before,
#header_menu .block_clear:before,
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after {
  content: " ";
  display: table;
}
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after {
  clear: both;
}
#left .block:before,
#right .block:before,
#content .block:before,
#header_menu .block:before,
#left .block_clear:before,
#right .block_clear:before,
#content .block_clear:before,
#header_menu .block_clear:before,
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after {
  content: " ";
  display: table;
}
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after {
  clear: both;
}
#left .block .bottom,
#right .block .bottom,
#content .block .bottom,
#header_menu .block .bottom,
#left .block_clear .bottom,
#right .block_clear .bottom,
#content .block_clear .bottom,
#header_menu .block_clear .bottom {
  font-size: 11px;
}
#left .block .bottom > ul > li,
#right .block .bottom > ul > li,
#content .block .bottom > ul > li,
#header_menu .block .bottom > ul > li,
#left .block_clear .bottom > ul > li,
#right .block_clear .bottom > ul > li,
#content .block_clear .bottom > ul > li,
#header_menu .block_clear .bottom > ul > li {
  display: inline-block;
}
#left .block .bottom > ul > li a,
#right .block .bottom > ul > li a,
#content .block .bottom > ul > li a,
#header_menu .block .bottom > ul > li a,
#left .block_clear .bottom > ul > li a,
#right .block_clear .bottom > ul > li a,
#content .block_clear .bottom > ul > li a,
#header_menu .block_clear .bottom > ul > li a,
#left .block .bottom > ul > li a:hover,
#right .block .bottom > ul > li a:hover,
#content .block .bottom > ul > li a:hover,
#header_menu .block .bottom > ul > li a:hover,
#left .block_clear .bottom > ul > li a:hover,
#right .block_clear .bottom > ul > li a:hover,
#content .block_clear .bottom > ul > li a:hover,
#header_menu .block_clear .bottom > ul > li a:hover {
  display: block;
  padding: 8px 12px;
  color: #555555;
  background: #e4e8eb;
  border-radius: 30px;
  opacity: 0.8;
}
#left .block .bottom > ul > li a:hover,
#right .block .bottom > ul > li a:hover,
#content .block .bottom > ul > li a:hover,
#header_menu .block .bottom > ul > li a:hover,
#left .block_clear .bottom > ul > li a:hover,
#right .block_clear .bottom > ul > li a:hover,
#content .block_clear .bottom > ul > li a:hover,
#header_menu .block_clear .bottom > ul > li a:hover {
  border-color: #297fc7;
  color: #3b3b3b;
  opacity: 1;
  transition: all 0.5s ease;
}
#left .block > .title,
#right .block > .title,
#content .block > .title,
#header_menu .block > .title,
#left .block_clear > .title,
#right .block_clear > .title,
#content .block_clear > .title,
#header_menu .block_clear > .title {
  background: transparent;
  border: 0;
  border-bottom: 3px #d8dee2 solid;
  color: #555555;
  padding: 10px 0 10px 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
#left .block > .title a,
#right .block > .title a,
#content .block > .title a,
#header_menu .block > .title a,
#left .block_clear > .title a,
#right .block_clear > .title a,
#content .block_clear > .title a,
#header_menu .block_clear > .title a,
#left .block > .title a:hover,
#right .block > .title a:hover,
#content .block > .title a:hover,
#header_menu .block > .title a:hover,
#left .block_clear > .title a:hover,
#right .block_clear > .title a:hover,
#content .block_clear > .title a:hover,
#header_menu .block_clear > .title a:hover {
  color: #555555;
  display: block;
  position: relative;
}
#left .block > .title a > span,
#right .block > .title a > span,
#content .block > .title a > span,
#header_menu .block > .title a > span,
#left .block_clear > .title a > span,
#right .block_clear > .title a > span,
#content .block_clear > .title a > span,
#header_menu .block_clear > .title a > span,
#left .block > .title a:hover > span,
#right .block > .title a:hover > span,
#content .block > .title a:hover > span,
#header_menu .block > .title a:hover > span,
#left .block_clear > .title a:hover > span,
#right .block_clear > .title a:hover > span,
#content .block_clear > .title a:hover > span,
#header_menu .block_clear > .title a:hover > span {
  display: block;
  position: absolute;
  font-size: 18px;
  right: -1px;
  top: 12px;
  background: #f2f2f2;
  padding: 2px 6px;
  line-height: 20px;
}
@media (max-width: 480px) {
  #left .block > .title a > span,
  #right .block > .title a > span,
  #content .block > .title a > span,
  #header_menu .block > .title a > span,
  #left .block_clear > .title a > span,
  #right .block_clear > .title a > span,
  #content .block_clear > .title a > span,
  #header_menu .block_clear > .title a > span,
  #left .block > .title a:hover > span,
  #right .block > .title a:hover > span,
  #content .block > .title a:hover > span,
  #header_menu .block > .title a:hover > span,
  #left .block_clear > .title a:hover > span,
  #right .block_clear > .title a:hover > span,
  #content .block_clear > .title a:hover > span,
  #header_menu .block_clear > .title a:hover > span {
    right: 22px;
  }
}
#left .block > .title a:hover,
#right .block > .title a:hover,
#content .block > .title a:hover,
#header_menu .block > .title a:hover,
#left .block_clear > .title a:hover,
#right .block_clear > .title a:hover,
#content .block_clear > .title a:hover,
#header_menu .block_clear > .title a:hover {
  color: #297fc7;
  transition: all 0.5s ease;
}
#left .block > .title a:hover > span,
#right .block > .title a:hover > span,
#content .block > .title a:hover > span,
#header_menu .block > .title a:hover > span,
#left .block_clear > .title a:hover > span,
#right .block_clear > .title a:hover > span,
#content .block_clear > .title a:hover > span,
#header_menu .block_clear > .title a:hover > span {
  transition: all 0.5s ease;
  background: #297fc7;
  color: #ffffff;
}
#left .block > .title > span.title_count,
#right .block > .title > span.title_count,
#content .block > .title > span.title_count,
#header_menu .block > .title > span.title_count,
#left .block_clear > .title > span.title_count,
#right .block_clear > .title > span.title_count,
#content .block_clear > .title > span.title_count,
#header_menu .block_clear > .title > span.title_count {
  display: block;
  position: absolute;
  font-size: 18px;
  right: -1px;
  top: 12px;
  background: #f2f2f2;
  padding: 2px 6px;
  line-height: 20px;
}
@media (max-width: 480px) {
  #left .block > .title > span.title_count,
  #right .block > .title > span.title_count,
  #content .block > .title > span.title_count,
  #header_menu .block > .title > span.title_count,
  #left .block_clear > .title > span.title_count,
  #right .block_clear > .title > span.title_count,
  #content .block_clear > .title > span.title_count,
  #header_menu .block_clear > .title > span.title_count {
    right: 22px;
  }
}
#left .block > .content,
#right .block > .content,
#content .block > .content,
#header_menu .block > .content,
#left .block_clear > .content,
#right .block_clear > .content,
#content .block_clear > .content,
#header_menu .block_clear > .content {
  padding: 20px 0 20px 0;
  font-size: 14px;
}
#left .block > .content .title,
#right .block > .content .title,
#content .block > .content .title,
#header_menu .block > .content .title,
#left .block_clear > .content .title,
#right .block_clear > .content .title,
#content .block_clear > .content .title,
#header_menu .block_clear > .content .title {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
#content .user_block {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  height: 160px;
  margin: 0 8px 10px 0;
  position: relative;
}
#content .user_block > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#content .user_block > a > img {
  margin-top: 4px;
  max-width: 120px;
  max-height: 120px;
}
#content .user_block > header {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
}
#content .user_block > header h1 {
  font-size: 13px;
  text-align: left;
}
#content .user_block > header h1 a,
#content .user_block > header h1 a:hover {
  display: block;
  text-indent: 5px;
  text-decoration: none;
}
.block_sample {
  background: rgba(255, 255, 0, 0.1);
  border: 1px yellow dashed;
  color: #222;
  padding: 10px;
  cursor: pointer;
}
#content .block {
  background: #ffffff;
}
._block.location_4 {
  position: relative;
}
.block div.row1,
.block div.row2 {
  padding-top: 20px;
  border-top: 1px #ebebeb solid;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.block div.row1 h1,
.block div.row2 h1,
.block div.row1 .h1,
.block div.row2 .h1 {
  padding: 0;
}
.block div.row_first {
  border-top: 0;
  padding-top: 0;
}
div.row1,
div.row2 {
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  padding-bottom: 0;
}
div.row_first {
  padding-top: 20px;
}
div.row_title_image {
  padding: 0;
  left: 0;
  top: 0;
  width: auto;
}
div.row_title_info {
  margin-left: 0;
}
div.row_title_info header {
  min-height: 51px;
  margin-left: 70px;
}
div.row_title_info header h1,
div.row_title_info header .h1 {
  padding: 0;
}
div.row_title_info header .row_header {
  padding-top: 5px;
  font-size: 13px;
}
div.row_title_info header .row_header > ul {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
}
div.row_title_info header .row_header > ul > li {
  display: inline-block;
  margin-right: 5px;
}
div.row_title_info header .row_header > ul > li:not(:first-of-type):before {
  content: '-';
  margin-right: 8px;
}
.item_banner {
  height: 300px;
}
.item_content {
  padding: 20px 0;
  font-size: 14px;
  word-wrap: break-word;
}
.extra_info,
.extra_info_link {
  color: #555555;
  padding: 5px 0;
}
div.row_title_info div.extra_info {
  margin: 0;
}
#content > ._block_content > .extra_info {
  padding: 20px;
}
#js_album_outer_content .extra_info {
  padding: 20px;
}
.page_section_menu_holder > .extra_info {
  background: #ffffff;
  padding: 20px;
  color: #555555;
  margin-bottom: 20px;
  font-size: 13px;
}
.item_view {
  background: #ffffff;
  position: relative;
}
.item_info {
  border-bottom: 1px #f0f0f0 solid;
  height: 40px;
  line-height: 40px;
  margin-top: -10px;
}
.item_info > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.item_info > ul > li:not(:first-of-type):before {
  content: '-';
  margin-right: 8px;
}
.item_bar {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
._is_pages_view a.item_bar_action,
._is_pages_view a.item_bar_action:hover {
  background: rgba(0, 0, 0, 0.4);
}
a.item_bar_action,
a.item_bar_action:hover {
  background: #e6e6e6;
  width: 40px;
  height: 40px;
}
a.item_bar_action > span,
a.item_bar_action:hover > span {
  display: none;
}
.user_rows_mini .user_rows {
  display: block;
  float: left;
  width: 96px;
  height: 120px;
  margin: 0 -1px -1px 0;
  border-color: #ffffff;
}
.user_rows_mini .user_rows .pages_link_span > a,
.user_rows_mini .user_rows .pages_link_span > a:hover,
.user_rows_mini .user_rows .user_profile_link_span > a,
.user_rows_mini .user_rows .user_profile_link_span > a:hover {
  background: #ffffff;
}
.user_rows:hover .pages_link_span > a,
.user_rows:hover .pages_link_span > a:hover,
.user_rows:hover .user_profile_link_span > a,
.user_rows:hover .user_profile_link_span > a:hover {
  color: #297fc7 !important;
  transition: all 0.5s ease;
}
.user_rows {
  display: inline-block;
  margin: 0 4px 4px 0;
  width: 120px;
  height: 130px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border: 1px #e6e6e6 solid;
}
.user_rows .user_rows_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.user_rows .pages_link_span > a,
.user_rows .pages_link_span > a:hover,
.user_rows .user_profile_link_span > a,
.user_rows .user_profile_link_span > a:hover {
  position: absolute;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
  color: #3b3b3b;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_rows:hover .user_profile_link_span > a {
  display: block;
}
.attachment_holder_view .attachment_header_holder,
.attachment_holder_view .attachment_header {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.attachment_holder_view .attachment_header_holder {
  background: #f5f5f5;
  color: #555555;
  padding: 20px;
}
.attachment_holder_view .attachment_row {
  padding: 20px;
}
.js_attachment_list {
  padding-bottom: 50px;
}
.row p {
  margin-bottom: 10px;
  font-weight: 300;
}
.row .row-100 {
  width: calc(100% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-90 {
  width: calc(90% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-80 {
  width: calc(80% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-70 {
  width: calc(70% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-60 {
  width: calc(60% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-50 {
  width: calc(50% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-40 {
  width: calc(40% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-30 {
  width: calc(30% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-20 {
  width: calc(20% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row .row-10 {
  width: calc(10% - 20px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 10px;
}
.row-transparent {
  background: transparent;
  border: 0;
  padding: 0;
}
.margin-100 {
  margin: 100;
}
.margin-90 {
  margin: 90;
}
.margin-80 {
  margin: 80;
}
.margin-70 {
  margin: 70;
}
.margin-60 {
  margin: 60;
}
.margin-50 {
  margin: 50;
}
.margin-40 {
  margin: 40;
}
.margin-30 {
  margin: 30;
}
.margin-20 {
  margin: 20;
}
.margin-10 {
  margin: 10;
}
.margin-bottom-100 {
  margin-bottom: 100;
}
.margin-bottom-90 {
  margin-bottom: 90;
}
.margin-bottom-80 {
  margin-bottom: 80;
}
.margin-bottom-70 {
  margin-bottom: 70;
}
.margin-bottom-60 {
  margin-bottom: 60;
}
.margin-bottom-50 {
  margin-bottom: 50;
}
.margin-bottom-40 {
  margin-bottom: 40;
}
.margin-bottom-30 {
  margin-bottom: 30;
}
.margin-bottom-20 {
  margin-bottom: 20;
}
.margin-bottom-10 {
  margin-bottom: 10;
}
.row_banner {
  min-height: 90px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.row_banner.has_image header {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.row_banner header {
  padding: 9px 0;
}
.row_banner header > ul > li {
  display: inline-block;
}
.row_banner header > ul > li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 8px;
  margin-left: 5px;
}
.row_banner.has_image {
  height: 300px;
}
._block_breadcrumb {
  display: inline-block;
  display: block;
}
._block_breadcrumb:before,
._block_breadcrumb:after {
  content: " ";
  display: table;
}
._block_breadcrumb:after {
  clear: both;
}
._block_breadcrumb:before,
._block_breadcrumb:after {
  content: " ";
  display: table;
}
._block_breadcrumb:after {
  clear: both;
}
.breadcrumbs_menu > ul > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #ee5454;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a:active:focus,
.breadcrumbs_menu > ul > li > a.active:focus,
.breadcrumbs_menu > ul > li > a.focus,
.breadcrumbs_menu > ul > li > a:active.focus,
.breadcrumbs_menu > ul > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.focus {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.breadcrumbs_menu > ul > li > a.disabled,
.breadcrumbs_menu > ul > li > a.button_not_active,
.breadcrumbs_menu > ul > li > a[disabled],
fieldset[disabled] .breadcrumbs_menu > ul > li > a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.breadcrumbs_menu > ul > li > a.disabled,
fieldset[disabled] a.breadcrumbs_menu > ul > li > a {
  pointer-events: none;
}
.breadcrumbs_menu > ul > li > a.disabled,
.breadcrumbs_menu > ul > li > a.button_not_active,
.breadcrumbs_menu > ul > li > a[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.focus {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a:hover {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a {
  color: #ffffff;
  background-color: #e92626;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a:active:hover,
.breadcrumbs_menu > ul > li > a.active:hover,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a:active:focus,
.breadcrumbs_menu > ul > li > a.active:focus,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a:active.focus,
.breadcrumbs_menu > ul > li > a.active.focus,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a.focus {
  color: #ffffff;
  background-color: #d61515;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a {
  background-image: none;
}
.breadcrumbs_menu > ul > li > a.disabled,
.breadcrumbs_menu > ul > li > a[disabled],
fieldset[disabled] .breadcrumbs_menu > ul > li > a,
.breadcrumbs_menu > ul > li > a.disabled:hover,
.breadcrumbs_menu > ul > li > a[disabled]:hover,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a.disabled:focus,
.breadcrumbs_menu > ul > li > a[disabled]:focus,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.disabled.focus,
.breadcrumbs_menu > ul > li > a[disabled].focus,
fieldset[disabled] .breadcrumbs_menu > ul > li > a.focus,
.breadcrumbs_menu > ul > li > a.disabled:active,
.breadcrumbs_menu > ul > li > a[disabled]:active,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.disabled.active,
.breadcrumbs_menu > ul > li > a[disabled].active,
fieldset[disabled] .breadcrumbs_menu > ul > li > a.active {
  background-color: #ee5454;
  border-color: #ffffff;
}
.breadcrumbs_menu > ul > li > a .badge {
  color: #ee5454;
  background-color: #ffffff;
}
._is_page_view .breadcrumbs_menu li a,
._is_page_view .breadcrumbs_menu li a:hover {
  background: transparent;
}
.breadcrumbs .breadcrumbs_menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.breadcrumbs h1 {
  padding: 10px 0;
}
#page_core_index-visitor ._block_breadcrumb {
  display: none;
}
@media (max-width: 480px) {
  .breadcrumbs-holder .btn:not(:first-child) {
    margin-top: 5px;
  }
}
.breadcrumbs-holder .btn {
  padding: 15px 12px;
  text-transform: uppercase;
}
.breadcrumbs-top {
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.breadcrumbs-bottom {
  padding: 0 20px;
  margin-bottom: 9px;
}
.breadcrumbs-bottom a {
  word-break: break-all;
  word-wrap: break-word;
}
.breadcrumbs-list a {
  display: block;
  color: #555555;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
  float: left;
}
.breadcrumbs-list a + a:before {
  content: "\002f";
  display: inline-block;
  width: 16px;
  text-indent: 4px;
  text-align: center;
}
.header_bar_menu {
  padding-top: 0;
}
.header_filter_holder .inline-block {
  position: relative;
  margin-bottom: 20px;
  padding-right: 8px;
}
.header_filter_holder .inline-block:last-child {
  padding-right: 0;
}
.header_filter_holder .btn {
  padding: 11px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  background: #dddddd;
  border-color: transparent;
}
.header_filter_holder .dropdown-menu {
  margin-top: -1px;
}
b,
strong {
  font-weight: 600;
}
.image_load {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.image_content_holder img {
  max-width: 560px;
}
.hide_it {
  display: none;
}
a.moderate_link,
a.moderate_link:hover {
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  float: none;
  text-indent: 0;
  display: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
a.row_edit_bar_action {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  float: none;
  text-indent: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
}
a.row_edit_bar_action span {
  display: none;
}
.fa-action:before {
  content: '\f013';
  font-size: 18px;
}
a.row_edit_bar_action:hover:before {
  color: #297fc7;
  transition: all 0.5s ease;
}
.user_rows > ._moderator {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  height: auto;
  line-height: normal;
  background: transparent;
  border: 0;
}
.user_rows > ._moderator a.moderate_link,
.user_rows > ._moderator a.moderate_link:hover {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.user_rows > ._moderator a.moderate_link_active,
.user_rows > ._moderator a.moderate_link:hover {
  opacity: 1;
}
.user_rows > ._moderator i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
._moderator {
  background: #ffffff;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px #ebebeb solid;
}
._moderator .row_edit_bar_parent,
._moderator a.moderate_link,
._moderator a.moderate_link:hover {
  display: block !important;
  margin: 0;
}
._moderator a.moderate_link i:before {
  content: '\f0c8';
  font-size: 18px;
  color: #d9d9d9;
}
._moderator a.moderate_link:hover i:before {
  color: #b3b3b3;
  transition: all 0.5s ease;
}
._moderator a.moderate_link_active i:before,
._moderator a.moderate_link_active:hover i:before {
  content: '\f046';
  color: #297fc7;
}
.row_edit_bar_holder {
  right: 0;
  left: auto;
  background-position: 100% 0;
}
.moderation_holder,
a.moderation_action,
a.moderation_action:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.moderation_holder ul {
  left: 0;
  top: -60px;
  border: 0;
  background: #ffffff;
  color: #555555;
}
.moderation_holder {
  position: fixed;
  background: #ffffff;
  border-top: 1px #e6e6e6 solid;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border-left: 1px #e6e6e6 solid;
  font-size: 12px !important;
  opacity: 1;
}
.moderation_holder.not_active {
  opacity: 0.5;
}
a.moderation_action,
a.moderation_action:hover {
  position: absolute;
  right: 100px;
  top: 0;
}
a.moderation_drop,
a.moderation_drop:hover,
a.moder.moderation_holderation_drop:hover {
  height: 30px;
  width: 200px;
  display: block;
  line-height: 18px;
  border: 0;
  background: #297fc7;
  color: #ffffff;
  text-indent: 5px;
}
a.moderation_action_unselect {
  color: #297fc7;
  transition: all 0.5s ease;
}
a.not_active,
a.not_active:hover {
  opacity: 0.5;
}
.item_is_active,
.item_is_not_active {
  background: #ebebeb;
  color: #555555;
  border: 0;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}
.item_is_active > input,
.item_is_not_active > input,
.item_is_active > label > input,
.item_is_not_active > label > input {
  display: none;
}
.item_is_active:hover,
.item_is_not_active:hover {
  background: #d9d9d9;
  transition: all 0.5s ease;
}
.item_is_active_holder {
  height: 40px;
  line-height: 40px;
}
.item_selection_not_active .item_is_not_active,
.item_selection_active .item_is_active {
  background: #297fc7;
  color: #ffffff;
}
#content div.info_holder {
  background: #ffffff;
  color: #555555;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
}
#content div.info_list div.info:last-of-type {
  border: 0;
}
#content div.info {
  border-bottom: 1px #f2f2f2 solid;
  padding: 8px 0;
}
#content div.info_left {
  padding-left: 20px;
  padding-right: 0;
  font-weight: 300;
  width: 20%;
}
@media (max-width: 768px) {
  #content div.info_left {
    width: 50%;
  }
}
#content div.info_right {
  margin-left: 22%;
}
.view_item_link a,
.view_item_link a:hover {
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: -42px;
  right: 5px;
}
.view_item_link a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f18e';
  text-indent: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #888888;
}
.view_item_link a:hover:before {
  color: #297fc7;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.pager:after,
.modal-footer:after,
.user_rows_mini:after,
#page_friend_profile ._block_content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.modal-footer,
.user_rows_mini,
#page_friend_profile ._block_content {
  display: inline-block;
}
* html .clearfix,
* html .dl-horizontal dd,
* html .container,
* html .container-fluid,
* html .row,
* html .form-horizontal .form-group,
* html .btn-toolbar,
* html .btn-group-vertical > .btn-group,
* html .nav,
* html .navbar,
* html .navbar-header,
* html .pager,
* html .modal-footer,
* html .user_rows_mini,
* html #page_friend_profile ._block_content {
  height: 1%;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.modal-footer,
.user_rows_mini,
#page_friend_profile ._block_content {
  display: block;
}
.js_user_tool_tip_holder {
  background: transparent;
}
.js_user_tool_tip_holder .user_tooltip_image {
  width: auto;
  float: none;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body {
  background: #ffffff;
  color: #555555;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  padding: 0;
  width: 400px;
}
.js_user_tool_tip_holder .user_tooltip_info {
  padding: 0;
  padding-top: 10px;
  color: #555555;
  margin-left: 70px;
  font-size: 12px;
  min-height: 60px;
}
.js_user_tool_tip_holder .user_tooltip_info > ul > li {
  display: inline-block;
}
.js_user_tool_tip_holder .user_tooltip_info > ul > li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 6px;
  padding-left: 4px;
}
.js_user_tool_tip_holder .user_tooltip_action ul li a,
.js_user_tool_tip_holder .user_tooltip_action ul li a:hover {
  background: #e6e6e6;
  color: #555555;
  border: 0;
  padding: 6px 0;
  text-indent: 6px;
  line-height: normal;
  height: auto;
  display: block;
}
.js_user_tool_tip_holder .user_tooltip_action ul li a:hover {
  background: #297fc7;
  color: #ffffff;
}
.js_user_tool_tip_holder .user_tooltip_mutual {
  border-top: 1px #ebebeb solid;
}
.js_user_tool_tip_holder .js_user_tool_tip_body a,
.js_user_tool_tip_holder .js_user_tool_tip_body a:hover {
  color: #297fc7;
}
#js_global_tooltip {
  background: transparent;
  padding: 0;
}
#js_global_tooltip_display {
  background: #0c0c0c;
  color: #f1f1f1;
  padding: 0 8px;
  border-radius: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.parsed_image {
  max-width: 560px;
}
a.item_bar_approve,
a.item_bar_approve:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  border: 1px #297fc7 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #297fc7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  margin: 10px;
  background: #297fc7;
  color: #ffffff;
}
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve:active:focus,
a.item_bar_approve:hover:active:focus,
a.item_bar_approve.active:focus,
a.item_bar_approve:hover.active:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus,
a.item_bar_approve:active.focus,
a.item_bar_approve:hover:active.focus,
a.item_bar_approve.active.focus,
a.item_bar_approve:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.item_bar_approve:hover,
a.item_bar_approve:hover:hover,
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus {
  color: #333333;
  text-decoration: none;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.item_bar_approve.disabled,
a.item_bar_approve:hover.disabled,
a.item_bar_approve.button_not_active,
a.item_bar_approve:hover.button_not_active,
a.item_bar_approve[disabled],
a.item_bar_approve:hover[disabled],
fieldset[disabled] a.item_bar_approve,
fieldset[disabled] a.item_bar_approve:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
aa.item_bar_approve.disabled,
aa.item_bar_approve:hover.disabled,
fieldset[disabled] aa.item_bar_approve,
fieldset[disabled] aa.item_bar_approve:hover {
  pointer-events: none;
}
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
a.item_bar_approve:hover,
a.item_bar_approve:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active,
.open > .dropdown-togglea.item_bar_approve,
.open > .dropdown-togglea.item_bar_approve:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
a.item_bar_approve:active:hover,
a.item_bar_approve:hover:active:hover,
a.item_bar_approve.active:hover,
a.item_bar_approve:hover.active:hover,
.open > .dropdown-togglea.item_bar_approve:hover,
.open > .dropdown-togglea.item_bar_approve:hover:hover,
a.item_bar_approve:active:focus,
a.item_bar_approve:hover:active:focus,
a.item_bar_approve.active:focus,
a.item_bar_approve:hover.active:focus,
.open > .dropdown-togglea.item_bar_approve:focus,
.open > .dropdown-togglea.item_bar_approve:hover:focus,
a.item_bar_approve:active.focus,
a.item_bar_approve:hover:active.focus,
a.item_bar_approve.active.focus,
a.item_bar_approve:hover.active.focus,
.open > .dropdown-togglea.item_bar_approve.focus,
.open > .dropdown-togglea.item_bar_approve:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active,
.open > .dropdown-togglea.item_bar_approve,
.open > .dropdown-togglea.item_bar_approve:hover {
  background-image: none;
}
a.item_bar_approve.disabled,
a.item_bar_approve:hover.disabled,
a.item_bar_approve[disabled],
a.item_bar_approve:hover[disabled],
fieldset[disabled] a.item_bar_approve,
fieldset[disabled] a.item_bar_approve:hover,
a.item_bar_approve.disabled:hover,
a.item_bar_approve:hover.disabled:hover,
a.item_bar_approve[disabled]:hover,
a.item_bar_approve:hover[disabled]:hover,
fieldset[disabled] a.item_bar_approve:hover,
fieldset[disabled] a.item_bar_approve:hover:hover,
a.item_bar_approve.disabled:focus,
a.item_bar_approve:hover.disabled:focus,
a.item_bar_approve[disabled]:focus,
a.item_bar_approve:hover[disabled]:focus,
fieldset[disabled] a.item_bar_approve:focus,
fieldset[disabled] a.item_bar_approve:hover:focus,
a.item_bar_approve.disabled.focus,
a.item_bar_approve:hover.disabled.focus,
a.item_bar_approve[disabled].focus,
a.item_bar_approve:hover[disabled].focus,
fieldset[disabled] a.item_bar_approve.focus,
fieldset[disabled] a.item_bar_approve:hover.focus,
a.item_bar_approve.disabled:active,
a.item_bar_approve:hover.disabled:active,
a.item_bar_approve[disabled]:active,
a.item_bar_approve:hover[disabled]:active,
fieldset[disabled] a.item_bar_approve:active,
fieldset[disabled] a.item_bar_approve:hover:active,
a.item_bar_approve.disabled.active,
a.item_bar_approve:hover.disabled.active,
a.item_bar_approve[disabled].active,
a.item_bar_approve:hover[disabled].active,
fieldset[disabled] a.item_bar_approve.active,
fieldset[disabled] a.item_bar_approve:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
a.item_bar_approve .badge,
a.item_bar_approve:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
a.item_bar_approve.disabled,
a.item_bar_approve:hover.disabled,
a.item_bar_approve.button_not_active,
a.item_bar_approve:hover.button_not_active,
a.item_bar_approve[disabled],
a.item_bar_approve:hover[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
a.item_bar_approve:hover {
  transition: all 0.5s ease;
  background: #ffffff;
  color: #297fc7;
}
.user_is_online i {
  color: #00cd00;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_info_user,
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_info_user:hover {
  color: #222222;
}
.comment_mini .pager_view_more_link a,
.comment_mini .pager_view_more_link a:hover,
.pager_view_more_link a,
.pager_view_more_link a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  border: 1px #297fc7 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #297fc7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  border-color: #dee3e7;
  color: #6f6f6f;
  height: 50px;
  line-height: 50px;
}
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a:active:focus,
.comment_mini .pager_view_more_link a:hover:active:focus,
.pager_view_more_link a:active:focus,
.pager_view_more_link a:hover:active:focus,
.comment_mini .pager_view_more_link a.active:focus,
.comment_mini .pager_view_more_link a:hover.active:focus,
.pager_view_more_link a.active:focus,
.pager_view_more_link a:hover.active:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus,
.comment_mini .pager_view_more_link a:active.focus,
.comment_mini .pager_view_more_link a:hover:active.focus,
.pager_view_more_link a:active.focus,
.pager_view_more_link a:hover:active.focus,
.comment_mini .pager_view_more_link a.active.focus,
.comment_mini .pager_view_more_link a:hover.active.focus,
.pager_view_more_link a.active.focus,
.pager_view_more_link a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.comment_mini .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a:hover:hover,
.pager_view_more_link a:hover,
.pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus {
  color: #333333;
  text-decoration: none;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.comment_mini .pager_view_more_link a.disabled,
.comment_mini .pager_view_more_link a:hover.disabled,
.pager_view_more_link a.disabled,
.pager_view_more_link a:hover.disabled,
.comment_mini .pager_view_more_link a.button_not_active,
.comment_mini .pager_view_more_link a:hover.button_not_active,
.pager_view_more_link a.button_not_active,
.pager_view_more_link a:hover.button_not_active,
.comment_mini .pager_view_more_link a[disabled],
.comment_mini .pager_view_more_link a:hover[disabled],
.pager_view_more_link a[disabled],
.pager_view_more_link a:hover[disabled],
fieldset[disabled] .comment_mini .pager_view_more_link a,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a,
fieldset[disabled] .pager_view_more_link a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.comment_mini .pager_view_more_link a.disabled,
a.comment_mini .pager_view_more_link a:hover.disabled,
a.pager_view_more_link a.disabled,
a.pager_view_more_link a:hover.disabled,
fieldset[disabled] a.comment_mini .pager_view_more_link a,
fieldset[disabled] a.comment_mini .pager_view_more_link a:hover,
fieldset[disabled] a.pager_view_more_link a,
fieldset[disabled] a.pager_view_more_link a:hover {
  pointer-events: none;
}
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a:hover:hover,
.pager_view_more_link a:hover,
.pager_view_more_link a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a,
.open > .dropdown-toggle.pager_view_more_link a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active:hover,
.comment_mini .pager_view_more_link a:hover:active:hover,
.pager_view_more_link a:active:hover,
.pager_view_more_link a:hover:active:hover,
.comment_mini .pager_view_more_link a.active:hover,
.comment_mini .pager_view_more_link a:hover.active:hover,
.pager_view_more_link a.active:hover,
.pager_view_more_link a:hover.active:hover,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover:hover,
.open > .dropdown-toggle.pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a:active:focus,
.comment_mini .pager_view_more_link a:hover:active:focus,
.pager_view_more_link a:active:focus,
.pager_view_more_link a:hover:active:focus,
.comment_mini .pager_view_more_link a.active:focus,
.comment_mini .pager_view_more_link a:hover.active:focus,
.pager_view_more_link a.active:focus,
.pager_view_more_link a:hover.active:focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover:focus,
.open > .dropdown-toggle.pager_view_more_link a:focus,
.open > .dropdown-toggle.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a:active.focus,
.comment_mini .pager_view_more_link a:hover:active.focus,
.pager_view_more_link a:active.focus,
.pager_view_more_link a:hover:active.focus,
.comment_mini .pager_view_more_link a.active.focus,
.comment_mini .pager_view_more_link a:hover.active.focus,
.pager_view_more_link a.active.focus,
.pager_view_more_link a:hover.active.focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a.focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover.focus,
.open > .dropdown-toggle.pager_view_more_link a.focus,
.open > .dropdown-toggle.pager_view_more_link a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a,
.open > .dropdown-toggle.pager_view_more_link a:hover {
  background-image: none;
}
.comment_mini .pager_view_more_link a.disabled,
.comment_mini .pager_view_more_link a:hover.disabled,
.pager_view_more_link a.disabled,
.pager_view_more_link a:hover.disabled,
.comment_mini .pager_view_more_link a[disabled],
.comment_mini .pager_view_more_link a:hover[disabled],
.pager_view_more_link a[disabled],
.pager_view_more_link a:hover[disabled],
fieldset[disabled] .comment_mini .pager_view_more_link a,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a,
fieldset[disabled] .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a.disabled:hover,
.comment_mini .pager_view_more_link a:hover.disabled:hover,
.pager_view_more_link a.disabled:hover,
.pager_view_more_link a:hover.disabled:hover,
.comment_mini .pager_view_more_link a[disabled]:hover,
.comment_mini .pager_view_more_link a:hover[disabled]:hover,
.pager_view_more_link a[disabled]:hover,
.pager_view_more_link a:hover[disabled]:hover,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:hover,
fieldset[disabled] .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a.disabled:focus,
.comment_mini .pager_view_more_link a:hover.disabled:focus,
.pager_view_more_link a.disabled:focus,
.pager_view_more_link a:hover.disabled:focus,
.comment_mini .pager_view_more_link a[disabled]:focus,
.comment_mini .pager_view_more_link a:hover[disabled]:focus,
.pager_view_more_link a[disabled]:focus,
.pager_view_more_link a:hover[disabled]:focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:focus,
fieldset[disabled] .pager_view_more_link a:focus,
fieldset[disabled] .pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.disabled.focus,
.comment_mini .pager_view_more_link a:hover.disabled.focus,
.pager_view_more_link a.disabled.focus,
.pager_view_more_link a:hover.disabled.focus,
.comment_mini .pager_view_more_link a[disabled].focus,
.comment_mini .pager_view_more_link a:hover[disabled].focus,
.pager_view_more_link a[disabled].focus,
.pager_view_more_link a:hover[disabled].focus,
fieldset[disabled] .comment_mini .pager_view_more_link a.focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover.focus,
fieldset[disabled] .pager_view_more_link a.focus,
fieldset[disabled] .pager_view_more_link a:hover.focus,
.comment_mini .pager_view_more_link a.disabled:active,
.comment_mini .pager_view_more_link a:hover.disabled:active,
.pager_view_more_link a.disabled:active,
.pager_view_more_link a:hover.disabled:active,
.comment_mini .pager_view_more_link a[disabled]:active,
.comment_mini .pager_view_more_link a:hover[disabled]:active,
.pager_view_more_link a[disabled]:active,
.pager_view_more_link a:hover[disabled]:active,
fieldset[disabled] .comment_mini .pager_view_more_link a:active,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:active,
fieldset[disabled] .pager_view_more_link a:active,
fieldset[disabled] .pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.disabled.active,
.comment_mini .pager_view_more_link a:hover.disabled.active,
.pager_view_more_link a.disabled.active,
.pager_view_more_link a:hover.disabled.active,
.comment_mini .pager_view_more_link a[disabled].active,
.comment_mini .pager_view_more_link a:hover[disabled].active,
.pager_view_more_link a[disabled].active,
.pager_view_more_link a:hover[disabled].active,
fieldset[disabled] .comment_mini .pager_view_more_link a.active,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover.active,
fieldset[disabled] .pager_view_more_link a.active,
fieldset[disabled] .pager_view_more_link a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a .badge,
.comment_mini .pager_view_more_link a:hover .badge,
.pager_view_more_link a .badge,
.pager_view_more_link a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
.comment_mini .pager_view_more_link a.disabled,
.comment_mini .pager_view_more_link a:hover.disabled,
.pager_view_more_link a.disabled,
.pager_view_more_link a:hover.disabled,
.comment_mini .pager_view_more_link a.button_not_active,
.comment_mini .pager_view_more_link a:hover.button_not_active,
.pager_view_more_link a.button_not_active,
.pager_view_more_link a:hover.button_not_active,
.comment_mini .pager_view_more_link a[disabled],
.comment_mini .pager_view_more_link a:hover[disabled],
.pager_view_more_link a[disabled],
.pager_view_more_link a:hover[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.comment_mini .pager_view_more_link a > img,
.comment_mini .pager_view_more_link a:hover > img,
.pager_view_more_link a > img,
.pager_view_more_link a:hover > img {
  display: none;
}
.comment_mini .pager_view_more_link a > span,
.comment_mini .pager_view_more_link a:hover > span,
.pager_view_more_link a > span,
.pager_view_more_link a:hover > span {
  display: none;
}
.comment_mini .pager_view_more_link a:hover,
.pager_view_more_link a:hover {
  border-color: #20649d;
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.comment_mini .pager_view_more_link a,
.comment_mini .pager_view_more_link a:hover {
  border: 0;
}
.js_pager_view_more_link {
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.6;
  clear: both;
}
.next_page,
.next_page:hover {
  visibility: hidden;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
}
.next_page i,
.next_page:hover i {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #3089d4;
  font-size: 22px;
}
.next_page span,
.next_page:hover span {
  display: none;
}
.next_page.focus {
  visibility: visible;
}
/*convert css to less from theme*/
/**
 * Pager Navigation
 */
.pager_outer {
  margin: 10px 0 10px 0;
  height: 25px;
  position: relative;
  text-align: left;
}
.pager {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.pager li {
  display: inline;
  list-style-type: none;
  float: left;
  height: 22px;
  line-height: 22px;
  color: #808080;
}
.pager li.pager_total {
  margin-right: 8px;
}
.pager li.first a {
  border-left: 1px #dfdfdf solid;
}
.pager li a,
.pager li a:hover {
  padding: 0 8px 0 8px;
  text-decoration: none;
  background: #f9f9f9;
  color: #333;
  border: 1px #dfdfdf solid;
  border-left: 0;
  display: block;
  line-height: 22px;
}
.pager li a.active,
.pager li a:hover {
  background: #333;
  color: #fff;
}
.pager_view_more_holder {
  margin-top: 5px;
}
.pager_view_more_link a {
  position: relative;
  background: #f9f9f9;
  border: 1px #dfdfdf solid;
  padding: 0 5px 0 5px;
  display: block;
  line-height: 25px;
  text-decoration: none;
}
.pager_view_more_link a:hover {
  position: relative;
  border: 1px #dfdfdf solid;
  padding: 0 5px 0 5px;
  display: block;
  line-height: 25px;
  text-decoration: none;
  background: #333;
  color: #fff;
}
.pager_view_more_link a img {
  padding-right: 5px;
}
.pager_view_more_link a span {
  position: absolute;
  right: 5px;
  color: #808080;
}
.pager_view_more_link a:hover span {
  color: #fff;
}
.comment_mini .pager_view_more_link a {
  border: 1px transparent solid;
  background: #F5F5F5;
}
.comment_mini .pager_view_more_link a:hover {
  background: #333;
  color: #fff;
}
.pager_links_holder {
  margin: 10px 0 10px 0;
  height: 25px;
  position: relative;
  text-align: left;
}
.pager_links {
  position: absolute;
  right: 0;
}
a.pager_previous_link,
a.pager_next_link {
  height: 25px;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
  text-indent: -1000px;
  border: 1px #BFBFBF solid;
  border-bottom: 2px #AFAFAF solid;
  display: block;
  float: left;
}
a.pager_previous_link {
  border-right: 0;
}
a.pager_next_link {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/pager_next_link.png') repeat-x;
}
a.pager_previous_link {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/pager_previous_link.png') repeat-x;
}
a.pager_next_link:active,
a.pager_previous_link:active {
  border-bottom: 2px #000 solid;
}
a.pager_next_link_not,
a.pager_previous_link_not {
  cursor: default;
  border-bottom: 2px #BFBFBF solid;
}
a.pager_next_link_not {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/pager_next_link_not.png') repeat-x;
}
a.pager_previous_link_not {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/pager_previous_link_not.png') repeat-x;
}
a.pager_next_link_not:active,
a.pager_previous_link_not:active {
  border-bottom: 2px #AFAFAF solid;
}
.js_box {
  position: absolute;
  z-index: 5002;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  color: #000000;
  display: none;
  text-align: left;
  top: 50%;
  left: 50%;
}
.js_box .table_left {
  padding: 12px 0 0 0;
}
.js_box .table_right {
  padding: 0;
  border: 0;
}
.js_box form > .table:nth-of-type(1) .table_left {
  padding-top: 0px;
}
.js_box_title {
  background: #fff;
  color: #555555;
  padding: 10px;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 2px solid #dddddd;
  cursor: default;
}
.js_box_content {
  background: #ffffff;
  color: #555555;
  padding: 20px;
}
.js_box_content iframe {
  max-width: 100%;
}
.js_box_loader {
  margin: auto;
  display: block;
  text-align: center;
}
.js_box_loader i {
  color: #555555;
}
.js_box_close {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: absolute;
  right: 10px;
  top: 12px;
}
.js_box_close a,
.js_box_close a:hover,
#js_marketplace_click_image_viewer_close a,
#js_marketplace_click_image_viewer_close a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.js_box_close a i,
.js_box_close a:hover i,
#js_marketplace_click_image_viewer_close a i,
#js_marketplace_click_image_viewer_close a:hover i {
  color: #888888;
  font-size: 22px;
}
.js_box_full {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: block;
}
.js_box_full .js_box_title {
  height: 40px;
  line-height: 40px;
}
.js_box_full .js_box_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  top: 40px;
  padding: 0px;
}
.ace_editor {
  width: 100%;
  height: 100%;
}
.page_editor_content {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 20%;
}
.page_editor_data {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  background: #e6e6e6;
  color: #555555;
  overflow: auto;
}
.page_editor_data .table_header {
  display: none;
}
.page_editor_data .table {
  padding: 5px;
  margin: 0px;
}
.page_editor_data .table .table_left {
  padding-top: 5px;
}
.page_editor_data > div {
  padding: 10px;
}
.no_image_user,
.no_image_user:hover {
  display: inline-block;
  color: #fff;
  position: relative;
  vertical-align: bottom;
}
.no_image_user > span,
.no_image_user:hover > span {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}
.no_image_user._size__200,
.no_image_user:hover._size__200,
.no_image_user._size__120,
.no_image_user:hover._size__120 {
  max-width: 100%;
}
._size__40,
._size__40:hover {
  width: 40px;
  height: 40px;
}
._size__40 > span,
._size__40:hover > span {
  top: 9px;
  left: 2px;
  font-size: 16px;
}
._size__50,
._size__50:hover {
  width: 50px;
  height: 50px;
}
._size__50 > span,
._size__50:hover > span {
  top: 10px;
  left: 2px;
}
.i_size_32,
.i_size_32:hover,
._size__32,
._size__32:hover,
._size__30,
._size__30:hover {
  width: 32px;
  height: 32px;
}
.i_size_32 > span,
.i_size_32:hover > span,
._size__32 > span,
._size__32:hover > span,
._size__30 > span,
._size__30:hover > span {
  top: 7px;
  left: 0;
  font-size: 12px;
}
._size__120,
._size__120:hover {
  width: 120px;
  height: 120px;
}
._size__120 > span,
._size__120:hover > span {
  top: 36px;
  font-size: 30px;
}
._size__200,
._size__200:hover {
  width: 200px;
  height: 200px;
}
._size__200 > span,
._size__200:hover > span {
  top: 46px;
  font-size: 30px;
}
@media (max-width: 700px) {
  ._size__200,
  ._size__200:hover {
    width: 100px;
    height: 100px;
  }
  ._size__200 > span,
  ._size__200:hover > span {
    top: 38px;
    font-size: 20px;
  }
}
.no_image_item_cover::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f05e';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.4;
  color: #555555;
}
.no_image_item_cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 1;
}
.no_image_item {
  display: inline-block;
  background: #fafafa;
}
.i_size__32,
.i_size_32 {
  width: 32px;
  height: 32px;
}
.i_size__50,
.i_size_50 {
  width: 50px;
  height: 50px;
}
.i_size__100,
.i_size_100 {
  width: 100px;
  height: 100px;
}
.i_size__120_square,
.i_size__120,
.i_size_120 {
  width: 120px;
  height: 120px;
}
.i_size__160,
.i_size_160 {
  width: 160px;
  height: 160px;
}
.i_size__200_square,
.i_size__200,
.i_size_200 {
  width: 200px;
  height: 200px;
}
.i_size__250_square,
.i_size__250,
.i_size_250 {
  width: 250px;
  height: 250px;
}
#panel {
  position: fixed;
  top: 0;
  left: -500px;
  bottom: 0;
  width: 300px;
  z-index: 299;
  background: #ffffff;
  color: #555555;
  overflow: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-left: 1px #e6e6e6 solid;
}
#panel > i {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.panel_is_active #panel {
  left: 200px;
  transition: all 0.5s ease;
}
.panel_is_active .panel_actions {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  text-align: center;
  overflow: hidden;
  background: #f7f7f7;
}
.panel_is_active .panel_actions i {
  font-size: 20px;
  line-height: 50px;
  margin-right: 10px;
}
.panel_is_active #panel:not(.is_feed) .panel_rows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.panel_is_active #panel.is_feed {
  z-index: 2000;
  bottom: auto;
  left: 50%;
  top: 0;
  margin-left: -300px;
  width: 600px;
  overflow: visible;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.panel_is_active #panel.is_feed > i {
  position: fixed;
}
.mail_in_shift_mode .panel_rows {
  padding-left: 30px;
  transition: all 0.5s ease;
}
.panel_rows {
  transition: all 0.5s ease;
  background: #ffffff;
  color: #555555;
  position: relative;
  font-size: 12px;
}
.panel_rows li {
  position: relative;
  display: block;
}
.panel_rows li > a,
.panel_rows li > a:hover,
.panel_rows li > .panel_row {
  display: block;
  color: #555555;
  border-bottom: 1px #ebebeb solid;
  position: relative;
}
.panel_rows li > a.is_new .panel_focus:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f111';
  color: #297fc7;
  margin-right: 5px;
}
.panel_rows li .panel_rows_action:hover {
  background: #df1616;
}
.panel_rows li .panel_rows_action {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  background: #ee5454;
  z-index: 10;
  width: 30px;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 6px 0 0 6px;
}
.panel_rows li .panel_rows_action i {
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -14px;
  font-size: 1.5em;
}
.panel_rows li .panel_rows_time {
  margin-top: 5px;
}
.panel_rows li .panel_focus .drop_data_user,
.panel_rows li .panel_focus > span {
  color: #222222;
  font-weight: 600;
  font-size: 12px;
}
.panel_rows li .panel_rows_image {
  position: absolute;
  left: 10px;
  top: 10px;
}
.panel_rows li .panel_rows_content {
  margin-left: 70px;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.panel_rows li .panel_rows_content .panel_focus {
  word-break: normal;
  word-wrap: break-word;
}
.panel_rows li .panel_rows_preview {
  padding: 6px 0;
}
.panel_rows li .drop_data_user {
  color: #222222;
}
.panel_rows li .panel_action {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #f0f0f0 solid;
}
.panel_rows li .panel_action > span {
  display: inline-block;
  background: #297fc7;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 10px !important;
  cursor: pointer;
  margin-right: 5px;
}
.panel_rows li .panel_action > span.deny {
  background: #ee5454;
}
.panel_rows li .panel_action > span:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.panel_rows li > a:hover {
  background: #f5f5f5;
}
/** initial setup **/
.nano {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.has-scrollbar {
  visibility: visible;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: #287cc3;
  position: absolute;
  width: 10px;
  right: -4px;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.nano > .nano-pane > .nano-slider {
  background: #9ec8eb;
  position: relative;
  margin: 0 1px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
div.message,
div.error_message,
.valid_message,
div.public_message {
  background: #5bc0de;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 20px;
  border: 0;
}
div.message a,
div.error_message a,
.valid_message a,
div.public_message a,
div.message a:hover,
div.error_message a:hover,
.valid_message a:hover,
div.public_message a:hover {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
}
div.message a:hover,
div.error_message a:hover,
.valid_message a:hover,
div.public_message a:hover {
  transition: all 0.5s ease;
  opacity: 0.6;
}
div.error_message {
  background: #ee5454;
}
.valid_message {
  background: #5cb85c;
}
div.public_message {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: -50px;
  display: none;
  z-index: 1000000;
  background: rgba(46, 204, 113, 0.8);
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}
.ajax_processing {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 100000000;
  height: 40px;
  text-align: right;
  left: auto;
}
.ajax_processing i {
  display: inline-block;
  font-size: 20px;
  color: #297fc7;
  margin-right: 10px;
  vertical-align: middle;
}
table.default_table {
  margin-top: 20px;
}
table.default_table th {
  background: transparent;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
table.default_table td {
  padding: 20px;
  background: #ffffff;
  color: #555555;
  border-bottom: 1px #ebebeb solid;
}
#page_theme_demo {
  background: #D2D2D2;
}
.demo-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #D2D2D2;
  color: #808080;
}
.demo-buttons {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  height: 30px;
  padding-left: 10px;
  z-index: 1;
}
.demo-buttons > ul li {
  display: inline-block;
  vertical-align: top;
}
.demo-buttons > ul li:not(.tab) {
  width: 16px;
  height: 30px;
  position: relative;
}
.demo-buttons > ul li:not(.tab) span {
  display: block;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: green;
  border-radius: 50%;
}
.demo-buttons > ul li:not(.tab) span.g {
  background: #2ECC71;
}
.demo-buttons > ul li:not(.tab) span.y {
  background: #F1C40F;
}
.demo-buttons > ul li:not(.tab) span.r {
  background: #E74C3C;
}
.demo-buttons > ul li.tab {
  background: #EEEEEE;
  color: #808080;
  padding: 0 15px;
  margin-left: 10px;
  font-size: 12px;
  margin-top: 6px;
  line-height: 24px;
  border-radius: 4px;
  padding-bottom: 20px;
}
.demo-buttons > div {
  position: absolute;
  right: 20px;
  top: -2px;
}
.demo-buttons > div li {
  display: inline-block;
  font-size: 12px;
  color: #222;
  height: 30px;
  line-height: 30px;
}
.demo-buttons > div li:hover {
  color: #297fc7;
  transition: all 0.5s ease;
  cursor: default;
}
.demo-buttons > div li.get a,
.demo-buttons > div li.get a:hover {
  display: block;
  height: 20px;
  line-height: 20px;
  background: #0c0c0c;
  color: #fff;
  border-radius: 30px;
  margin: 0 10px;
  padding: 0 15px;
  font-size: 11px;
}
.demo-content,
.demo-overlay,
.demo-themes {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.demo-content iframe,
.demo-overlay iframe,
.demo-themes iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
}
.demo-overlay {
  z-index: 30;
  background: #fff;
}
.demo-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
}
.demo-overlay-full {
  top: 0;
}
.demo-themes {
  z-index: 20;
  background: #e5e5e5;
  color: #808080;
  text-align: center;
  padding: 50px;
  overflow: auto;
  display: none;
}
.themes .theme_colors {
  padding-top: 40px;
  text-align: center;
}
.themes .theme_colors > span {
  display: inline-block;
  width: 120px;
  height: 150px;
  margin: 10px;
  border: 1px #e6e6e6 solid;
}
.themes article {
  width: 300px;
  height: 400px;
  background: #ffffff;
  color: #555555;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.themes article h1 a,
.themes article h1 a:hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.themes article h1 a em,
.themes article h1 a:hover em {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  padding: 6px 20px;
  text-indent: 0;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #297fc7;
  color: #ffffff;
  font-size: 16px;
}
.themes article h1 a span,
.themes article h1 a:hover span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #222;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 8px;
}
.themes article h1 a:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.themes article h1 a:hover em {
  display: block;
}
/*convert css to less from theme*/
table.default_table {
  width: 100%;
}
table.default_table th {
  background: #585858;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
}
table.default_table td {
  padding: 6px 0 6px 0;
  border-bottom: 1px #dfdfdf solid;
}
table.default_table tr.on {
  background: #f9f9f9;
}
.block_clear {
  display: inline-block;
  display: block;
}
.block_clear:before,
.block_clear:after {
  content: " ";
  display: table;
}
.block_clear:after {
  clear: both;
}
.block_clear:before,
.block_clear:after {
  content: " ";
  display: table;
}
.block_clear:after {
  clear: both;
}
.app-block {
  background: #ffffff;
  color: #555555;
}
.app-block-padding {
  padding: 20px;
}
.app-block-border {
  border: 1px #f2f2f2 solid;
}
.app-block-border-color {
  border-color: #f2f2f2;
}
.app-form {
  background: #ffffff;
  color: #555555;
}
#attachment_manage {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  height: 100%;
}
#attachment_manage .content_attachment {
  background: #e4e8eb;
  border-radius: 2px;
  display: flex;
  flex: none;
  margin: 6px auto;
  min-height: 70px;
  position: relative;
  width: 95%;
}
#attachment_manage #details {
  -webkit-border-start: 1px #d8d8d8 solid;
  -webkit-padding-end: 16px;
  -webkit-padding-start: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 12px;
  padding-top: 16px;
}
#attachment_manage .icon-wrapper {
  align-self: center;
  flex: none;
  justify-content: center;
  margin: 0 24px;
}
#attachment_manage #remove-wrapper {
  align-self: flex-start;
  margin: 0;
}
#attachment_manage .icon-wrapper {
  align-self: center;
  flex: none;
  justify-content: center;
  margin: 0 24px;
}
#attachment_manage #file-icon-wrapper i {
  font-size: 30px;
}
#attachment_manage .date {
  color: #687174;
  font-size: 100%;
  font-weight: 500;
  margin: 24px auto 10px;
  width: 95%;
}
div#announcement {
  margin-bottom: 10px;
  margin-top: 10px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 10px;
  border: 1px solid #D4DAE8;
  background-color: #EDEFF4;
  position: relative;
}
div#announcement .js_announcement_subject {
  font-size: 14pt;
  font-weight: bold;
}
div#announcement .js_announcement_content {
  margin-top: 10px;
  margin-left: 10px;
}
div#announcement .js_announcement_close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
  margin-right: -5px;
}
div#announcement div.announcement_date {
  float: right;
  font-size: 8pt;
  color: #808080;
  font-weight: normal;
}
div#announcement div.js_announcement_more {
  text-align: right;
  margin: 5px 5px 0 5px;
}
#panel .js_friend_search_link {
  border-bottom: 1px #f0f0f0 solid;
  padding: 4px 0;
  cursor: pointer;
}
.js_temp_friend_search_form_holder {
  background: #ffffff;
  color: #555555;
  border: 1px #ebebeb solid;
  padding: 0;
}
.js_temp_friend_search_form_holder .js_friend_search_link > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.js_temp_friend_search_form_holder .js_friend_search_link > span img,
.js_temp_friend_search_form_holder .js_friend_search_link > span .no_image_user {
  max-width: 32px;
  max-height: 32px;
  padding: 0;
}
.js_friend_search_link:hover {
  background: #f0f0f0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.js_custom_search_friend_holder {
  border: 1px transparent solid;
  background: #ffffff;
  padding: 0;
}
.js_custom_search_friend_holder > ul {
  margin: 10px;
}
.js_custom_search_friend_holder > ul > li {
  border: 0;
  padding: 2px 20px 2px 4px;
  display: inline-block;
  margin: 0 8px 8px 0;
  background: #ffffff;
  color: #555555;
}
.js_custom_search_friend_holder > ul > li .friend_search_image,
.js_custom_search_friend_holder > ul > li .friend_search_name {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.js_custom_search_friend_holder > ul > li .friend_search_image {
  margin-top: 5px;
}
.js_custom_search_friend_holder > ul > li:hover {
  background: #297fc7;
  color: #ffffff;
}
#js_friend_search_content .friend_search_holder {
  font-size: 12px;
}
#js_friend_loader input {
  background: #ffffff;
  color: #555555;
  border: 0;
  padding: 5px 0;
  width: 100%;
  outline: none;
  text-indent: 0;
}
#js_friend_loader input {
  padding: 5px 5px;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
#js_friend_loader .label_flow {
  padding: 10px;
  border: 1px solid #dddddd;
}
#js_mp_block_invite .title {
  border-bottom: 0;
  line-height: 25px;
}
.friend_search_holder,
.friend_search_holder:hover {
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  background: transparent;
  display: inline-block;
  width: 31%;
  margin: 0 6px 10px 0;
  vertical-align: top;
}
.friend_search_holder > span,
.friend_search_holder:hover > span {
  display: inline-block;
  vertical-align: middle;
}
.friend_search_holder:hover {
  background: #f2f2f2;
}
.friend_search_active,
.friend_search_active:hover {
  background: #297fc7;
  color: #ffffff;
}
.friend_search_holder_active,
.friend_search_holder_active:hover {
  background: transparent;
  color: inherit;
  opacity: 0.4;
}
#page_friend_profile #content {
  width: 100%;
}
#js_block_content_profile_friend .user_rows_mini .user_rows {
  width: 80px;
  height: 110px;
}
#js_block_content_profile_friend .user_rows .user_profile_link_span > a,
#js_block_content_profile_friend .user_rows .user_profile_link_span > a:hover {
  text-align: left;
  text-indent: 2px;
}
#js_block_content_profile_friend ._size__120 > span,
#js_block_content_profile_friend ._size__120:hover > span {
  top: 20px;
  left: 0;
  width: 81px;
}
.list_manager_holder {
  position: relative;
}
.list_manager {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 100000;
}
.list_manager i {
  display: none;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.list_manager.active,
.list_manager:hover {
  background: rgba(0, 0, 0, 0.6);
}
.list_manager.active i,
.list_manager:hover i {
  display: block;
}
.list_manager.active {
  background: rgba(255, 255, 255, 0.6);
}
.list_manager.active i {
  color: #297fc7;
}
#sFriendImage {
  border: 1px #297fc7 dashed;
}
#sFriendImage img {
  max-width: 30px;
  max-height: 30px;
}
#sFriendInput {
  background: #f2f2f2;
  color: #555555;
}
.pending-friend-request {
  opacity: 0.8;
  background: rgba(41, 127, 199, 0.8);
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 2px 4px;
}
.friend_action_edit_list_holder {
  left: 5px;
  right: 5px;
  top: 5px;
}
#page_friend_index .user_rows,
#page_friend_pending .user_rows,
#page_friend_suggestion .user_rows,
#page_friend_profile .user_rows {
  overflow: visible;
  position: relative;
  height: 130px;
  display: block;
  float: left;
}
#page_friend_index .friend_action,
#page_friend_pending .friend_action,
#page_friend_suggestion .friend_action,
#page_friend_profile .friend_action {
  position: absolute;
  right: 5px;
  top: 0;
}
#page_friend_index .friend_action > a,
#page_friend_pending .friend_action > a,
#page_friend_suggestion .friend_action > a,
#page_friend_profile .friend_action > a {
  color: #cccccc;
}
#page_friend_index .fa-remove,
#page_friend_pending .fa-remove,
#page_friend_suggestion .fa-remove,
#page_friend_profile .fa-remove {
  color: #333;
}
.user_rows:hover a.friend_action_delete {
  display: block;
}
.row_unfriend {
  padding-top: 5px;
  font-size: 11px;
  display: none;
}
.row_friend_browse:hover .row_unfriend {
  display: block;
}
.friend_row_holder {
  position: relative;
  height: 50px;
}
.friend_image {
  position: absolute;
}
.friend_user_name {
  margin-left: 60px;
}
.friend_user_name span.user_profile_link_span a,
.friend_user_name span.user_profile_link_span a:hover {
  font-weight: bold;
}
.friend_action {
  position: static;
  right: 0;
  top: 0;
}
.friend_action_holder {
  background: red;
  width: auto;
  position: static;
}
.friend_list_form {
  position: absolute;
  left: 0;
  top: -30px;
  display: none;
}
.friend_list_edit_ajax {
  display: none;
}
.js_friend_sort_handler {
  display: none;
  cursor: move;
}
.js_friend_edit_order {
  display: none;
}
#js_block_border_friend_suggestion #js_friend_suggestion .row_title {
  padding-top: 10px;
}
#js_block_border_friend_suggestion #js_friend_suggestion .row_title .row_title_image {
  margin-right: 10px;
}
.js_suggestion_parent .dropdown-menu {
  min-width: 180px;
}
.js_suggestion_parent .dropdown-menu li {
  overflow: hidden;
}
#page_friend_profile ._block_content .js_pager_view_more_link {
  clear: both;
}
#page_friend_index .friend_list_holder {
  margin-bottom: 10px;
}
.mail_thread {
  width: 600px;
  top: 20px;
  bottom: 20px;
  left: 50%;
  margin-left: -300px;
  display: block;
  z-index: 4500;
  position: fixed;
}
@media (max-width: 700px) {
  .mail_thread {
    width: 300px;
    margin-left: -150px;
  }
  .mail_thread ._image_50 {
    width: 25px;
    height: 25px;
  }
  .mail_thread .is_user .mail_content {
    margin-right: 40px !important;
  }
  .mail_thread .mail_text img {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .mail_thread {
    width: 300px;
    margin-left: -150px;
  }
}
.mail_thread .js_box_close {
  z-index: 300;
}
.mail_thread .js_box_title {
  padding: 0;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  text-indent: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 600px;
  padding-right: 40px;
}
.mail_thread .js_box_title h1 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.mail_thread #js_ajax_compose_error_message {
  width: 600px;
  position: fixed;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 700px) {
  .mail_thread #js_ajax_compose_error_message {
    width: 300px;
  }
}
@media (max-width: 390px) {
  .mail_thread #js_ajax_compose_error_message {
    width: 200px;
  }
}
.mail_thread .js_box_content,
.mail_thread .mail_messages {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mail_thread .mail_messages {
  background: #e4e8eb;
  top: 40px;
  bottom: 65px;
  overflow: auto;
  padding: 10px 0;
}
.mail_thread .mail_thread_form_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 60px;
  margin: 0;
  padding: 0;
}
.mail_thread .mail_thread_form_holder textarea,
.mail_thread .mail_thread_form_holder textarea:focus {
  height: 50px;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  text-indent: 0;
  font-size: 13px;
  background: #ffffff;
  color: #555555;
}
.mail_thread_holder.is_user {
  margin-right: 0;
  margin-left: auto;
}
.mail_thread_holder.is_user .mail_user_image {
  left: auto;
  right: 10px;
}
.mail_thread_holder.is_user .mail_content {
  margin-left: auto;
  margin-right: 70px;
}
.mail_thread_holder {
  width: 80%;
  position: relative;
  font-size: 13px;
}
.mail_thread_holder .mail_user_image {
  position: absolute;
  left: 10px;
  top: 0;
}
.mail_thread_holder .mail_content {
  margin-left: 70px;
  min-height: 50px;
  position: relative;
  background: #ffffff;
  color: #555555;
  padding: 20px;
  margin-bottom: 20px;
}
.mail_thread_holder .mail_time_stamp {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
}
@media (max-width: 700px) {
  .mail_thread_holder .mail_time_stamp {
    top: 3px;
  }
}
.mail_thread_form_holder_inner {
  padding: 5px;
  background: #ffffff;
}
.mail_view_more,
.mail_view_more:hover {
  display: block;
  text-align: center;
  padding: 6px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.mail_holder {
  border-bottom: 1px #dfdfdf solid;
  padding: 10px 0;
  position: relative;
  min-height: 60px;
  margin-bottom: 10px;
}
.mail_holder .extra_info {
  font-size: 10px;
  padding-top: 5px;
}
.mail_image {
  position: absolute;
  left: 25px;
  width: 50px;
  height: 50px;
}
.mail_content {
  margin-left: 85px;
  position: relative;
  min-width: 250px;
}
@media (max-width: 700px) {
  .mail_content {
    min-width: 150px;
  }
}
@media (max-width: 390px) {
  .mail_content {
    min-width: 100px;
  }
}
.mail_action {
  position: absolute;
  right: 4px;
  bottom: 12px;
  font-size: 10px;
  color: #808080;
}
.mail_action li {
  float: left;
  height: 16px;
  line-height: 16px;
  padding-left: 6px;
}
.mail_link {
  font-weight: bold;
  font-size: 13px;
}
.mail_preview {
  padding: 5px 0 0 0;
  color: #808080;
}
.mail_delete,
.mail_delete:hover,
.mail_read,
.mail_read:hover {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
}
.mail_delete {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/action_delete.png') no-repeat;
}
.mail_delete:hover {
  background-color: #333;
}
.mail_read {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/mail_read.png') no-repeat;
}
.mail_read:hover {
  background-color: #333;
}
.mail_is_new {
  background: #EDEFF4;
}
.mail_moderation {
  position: absolute;
  left: 2px;
  top: 20px;
}
#js_mail_textarea #message {
  height: 30px;
}
.mail_next_prev {
  position: absolute;
  right: 0;
  background: #f9f9f9;
  border: 1px #dfdfdf solid;
  -moz-box-shadow: 3px 3px 3px #f9f9f9;
  -webkit-box-shadow: 3px 3px 3px #f9f9f9;
  box-shadow: 3px 3px 3px #f9f9f9;
}
.mail_next_prev ul li a,
.mail_next_prev ul li a:hover {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 50px;
  overflow: hidden;
  text-indent: -1000px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent;
}
.mail_next_prev ul li.next_message a,
.mail_next_prev ul li.next_message a:hover {
  border-left: 1px #dfdfdf solid;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/next_message.png') no-repeat;
}
.mail_next_prev ul li.previous_message a,
.mail_next_prev ul li.previous_message a:hover {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/previous_message.png') no-repeat;
}
.mail_next_prev ul li.next_message a:hover,
.mail_next_prev ul li.previous_message a:hover {
  background-color: #f1f1f1;
}
.mail_thread_holder {
  position: relative;
}
.mail_thread_holder .mail_action {
  top: 0;
}
#js_mail_thread_current_cnt {
  display: none;
}
.mail_thread_user {
  font-weight: bold;
  padding-bottom: 4px;
  width: 85%;
  overflow: hidden;
}
.mail_thread_time {
  position: absolute;
  right: 0;
  top: 0;
}
#js_main_mail_thread_holder .global_attachment {
  border-top: 0;
}
div.is_last_submessage {
  border-bottom: 0;
}
.mail_thread_forward {
  border-left: 3px #EFEFEF solid;
  padding-left: 5px;
  margin-top: 5px;
}
.mail_thread_forward .row_title_image {
  width: 36px;
}
.mail_thread_forward .row_title_info {
  margin-left: 42px;
}
#js_main_mail_thread_holder a.global_view_more,
#js_main_mail_thread_holder a.global_view_more:hover {
  margin-top: 0;
}
#js_main_mail_thread_holder .item_bar {
  padding-bottom: 0;
}
#mail-pf-loading-message {
  position: relative;
}
.profiles_second_nav {
  padding: 0 20px;
  background: #ffffff;
  margin: 0 20px;
}
.profiles_second_nav:after {
  clear: both;
  content: " ";
  display: block;
}
.profiles_second_nav > ul > li {
  float: left;
}
.profiles_second_nav > ul > li.pull-right {
  float: right;
}
.profiles_second_nav > ul > li,
.profiles_second_nav > ul > li > a {
  display: block;
  position: relative;
  color: #297fc7;
}
.profiles_second_nav > ul > li > a:hover {
  color: #1c5788;
}
.profiles_second_nav > ul > li > a {
  line-height: 50px;
  padding: 0 10px;
}
#page_pages_add #js_pages_add_holder > .extra_info,
#page_pages_add #js_pages_add_holder > form > strong,
#page_pages_add #js_pages_add_holder > form > select {
  display: none;
}
#page_pages_add .pages_type_add_form_holder {
  padding-top: 0;
}
#page_pages_add input.pages_type_add_input {
  width: 100%;
}
#page_pages_add .pages_type_add_holder {
  text-align: left;
  background: #ffffff;
  border-bottom: 1px #f2f2f2 solid;
}
#page_pages_add a.pages_type_add_inner_link,
#page_pages_add a.pages_type_add_inner_link:hover {
  text-align: left;
  display: block;
  padding: 20px;
  background: #ffffff;
  color: #555555;
}
#page_pages_add a.pages_type_add_inner_link:hover {
  background: #fafafa;
  color: #484848;
}
#page_pages_add a.pages_type_add_inner_link.focus {
  background: #297fc7;
  color: #ffffff;
}
#page_pages_add a.pages_type_add_inner_link.unfocus {
  opacity: 0.4;
}
#page_pages_add .pages_type_add_form {
  padding: 10px;
  background: #f0f0f0;
  display: none;
}
#page_pages_add .pages_type_add_form .table {
  background: transparent;
  padding: 0;
}
#page_pages_add #js_pages_block_info {
  background: #ffffff;
  padding: 10px;
}
#page_pages_add #js_pages_block_info div.table_clear {
  padding-top: 10px;
}
#page_groups_add #js_groups_add_holder > .extra_info,
#page_groups_add #js_groups_add_holder > form > strong,
#page_groups_add #js_groups_add_holder > form > select {
  display: none;
}
#page_groups_add .groups_type_add_form_holder {
  padding-top: 0;
}
#page_groups_add input.groups_type_add_input {
  width: 100%;
}
#page_groups_add .groups_type_add_holder {
  text-align: left;
  background: #ffffff;
  border-bottom: 1px #f2f2f2 solid;
}
#page_groups_add a.groups_type_add_inner_link,
#page_groups_add a.groups_type_add_inner_link:hover {
  text-align: left;
  display: block;
  padding: 20px;
  background: #ffffff;
  color: #555555;
}
#page_groups_add a.groups_type_add_inner_link:hover {
  background: #fafafa;
  color: #484848;
}
#page_groups_add a.groups_type_add_inner_link.focus {
  background: #297fc7;
  color: #ffffff;
}
#page_groups_add a.groups_type_add_inner_link.unfocus {
  opacity: 0.4;
}
#page_groups_add .groups_type_add_form {
  padding: 10px;
  background: #f0f0f0;
  display: none;
}
#page_groups_add .groups_type_add_form .table {
  background: transparent;
  padding: 0;
}
#page_groups_add #js_groups_block_info {
  background: #ffffff;
  padding: 10px;
}
#page_groups_add #js_groups_block_info div.table_clear {
  padding-top: 10px;
}
#page_pages_index .pages_item {
  margin-bottom: 10px;
  margin-top: 10px;
}
#page_pages_index .user_rows {
  display: block;
  float: left;
}
.pages_header {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  min-height: 140px;
}
.pages_header .pages_header_cover {
  overflow: hidden;
}
.pages_header .pages_header_cover img {
  background-size: cover;
  width: 100%;
}
.pages_header .pages_header_cover .ui-draggable {
  cursor: move;
}
.pages_header .pages_header_cover #save_reposition_cover {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.pages_like_join,
.js_claim_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #297fc7;
  border-color: #297fc7;
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.pages_like_join.focus,
.js_claim_page.focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pages_like_join:hover,
.js_claim_page:hover,
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #333333;
  text-decoration: none;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join.button_not_active,
.js_claim_page.button_not_active,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pages_like_join.disabled,
a.js_claim_page.disabled,
fieldset[disabled] a.pages_like_join,
fieldset[disabled] a.js_claim_page {
  pointer-events: none;
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join.button_not_active,
.js_claim_page.button_not_active,
.pages_like_join[disabled],
.js_claim_page[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.pages_like_join:hover,
.js_claim_page:hover {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  color: #ffffff;
  background-color: #20649d;
  border-color: #297fc7;
}
.pages_like_join:active:hover,
.js_claim_page:active:hover,
.pages_like_join.active:hover,
.js_claim_page.active:hover,
.open > .dropdown-toggle.pages_like_join:hover,
.open > .dropdown-toggle.js_claim_page:hover,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.open > .dropdown-toggle.pages_like_join:focus,
.open > .dropdown-toggle.js_claim_page:focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus,
.open > .dropdown-toggle.pages_like_join.focus,
.open > .dropdown-toggle.js_claim_page.focus {
  color: #ffffff;
  background-color: #1a517f;
  border-color: #297fc7;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  background-image: none;
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page,
.pages_like_join.disabled:hover,
.js_claim_page.disabled:hover,
.pages_like_join[disabled]:hover,
.js_claim_page[disabled]:hover,
fieldset[disabled] .pages_like_join:hover,
fieldset[disabled] .js_claim_page:hover,
.pages_like_join.disabled:focus,
.js_claim_page.disabled:focus,
.pages_like_join[disabled]:focus,
.js_claim_page[disabled]:focus,
fieldset[disabled] .pages_like_join:focus,
fieldset[disabled] .js_claim_page:focus,
.pages_like_join.disabled.focus,
.js_claim_page.disabled.focus,
.pages_like_join[disabled].focus,
.js_claim_page[disabled].focus,
fieldset[disabled] .pages_like_join.focus,
fieldset[disabled] .js_claim_page.focus,
.pages_like_join.disabled:active,
.js_claim_page.disabled:active,
.pages_like_join[disabled]:active,
.js_claim_page[disabled]:active,
fieldset[disabled] .pages_like_join:active,
fieldset[disabled] .js_claim_page:active,
.pages_like_join.disabled.active,
.js_claim_page.disabled.active,
.pages_like_join[disabled].active,
.js_claim_page[disabled].active,
fieldset[disabled] .pages_like_join.active,
fieldset[disabled] .js_claim_page.active {
  background-color: #297fc7;
  border-color: #297fc7;
}
.pages_like_join .badge,
.js_claim_page .badge {
  color: #297fc7;
  background-color: #ffffff;
}
.pages_header_info {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.pages_header_info .pages_header_name {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.pages_header_info .pages_header_name h1 {
  color: #fff;
  line-height: normal;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}
.pages_header_info .pages_header_name ul {
  margin-top: 1px;
  margin-bottom: 5px;
}
.pages_header_info .pages_header_name ul li {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}
.pages_header_info .pages_header_name ul li:first-of-type:after {
  content: ' - ';
}
.pages_header_info > div {
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: -6px;
  -webkit-flex: auto;
  flex: auto;
}
.pages_header_info > div:first-child {
  max-width: 120px;
  min-width: 100px;
}
.pages_header_info > div:nth-child(2) {
  overflow: hidden;
}
.pages_header_info .pages_header_image {
  min-width: 100px;
  min-height: 100px;
  background: #fff;
}
.pages_header_info .pages_header_image img {
  min-width: 100px;
  min-height: 100px;
  background-size: cover;
}
.pages_menu {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 10;
}
.pages_menu > ul li {
  display: inline-block;
  margin-left: 10px;
}
.pages_menu > ul li a,
.pages_menu > ul li a:hover {
  color: #cccccc;
  font-weight: 200;
  font-size: 17px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.pages_menu > ul li a:hover {
  color: #fff;
  transition: all 0.5s ease;
}
.pages_header {
  background: transparent;
  margin: auto;
}
.pages_header_cover {
  display: none;
  max-height: 420px;
}
@media (max-width: 480px) {
  .pages_header_cover {
    max-height: 210px;
  }
}
#page_pages_view .pages_header_cover,
._is_pages_view .pages_header_cover {
  display: block;
}
#page_pages_view .pages_header,
._is_pages_view .pages_header {
  background: inherit;
  margin: auto;
}
#page_pages_view #panels,
._is_pages_view #panels,
#page_pages_view #content,
._is_pages_view #content {
  vertical-align: top;
}
#page_pages_view #container,
._is_pages_view #container {
  display: table;
}
#page_pages_view #content,
._is_pages_view #content {
  margin-left: 0;
}
#page_pages_view #panels,
._is_pages_view #panels {
  position: static;
}
._is_pages_view .breadcrumbs_menu,
._is_pages_view .profiles_second_breadcrumbs {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 200;
  bottom: auto;
  min-height: 30px;
}
._is_pages_view div.header_bar_menu {
  margin: auto;
}
._is_pages_view #activity_feed_share_this_one ul li div.parent {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
._is_pages_view #activity_feed_share_this_one ul li div.parent select {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  font-size: 12px;
  height: 25px;
}
._is_pages_view #activity_feed_share_this_one {
  position: static;
  margin-bottom: -10px;
}
._is_pages_view #header {
  display: none;
}
._is_pages_view #top {
  background: transparent;
  margin-top: 20px;
}
._is_pages_view .item_bar {
  display: block;
  top: auto;
  bottom: 45px;
  right: 10px;
  left: auto;
  z-index: 100;
  overflow: visible;
}
.pages_edit_widget_tools {
  position: absolute;
  left: auto;
  right: 0;
}
.groups_edit_widget li.widget,
.pages_edit_widget li.widget {
  position: relative;
  border-bottom: 1px #dfdfdf solid;
  padding: 10px 0 10px 40px;
}
.nav_pages a,
.nav_pages a:hover {
  vertical-align: top;
}
#js_block_border_pages_profile ._size__120 > span,
.user_rows_mini ._size__120 > span,
#js_block_border__apps_phpfox_groups_block_groupprofile ._size__120 > span,
#js_block_border_pages_profile ._size__120:hover > span,
.user_rows_mini ._size__120:hover > span,
#js_block_border__apps_phpfox_groups_block_groupprofile ._size__120:hover > span {
  top: 22px;
}
#js_is_user_profile #js_is_page #section_menu {
  top: 10px;
}
.pages_edit_widget_tools {
  position: absolute;
  left: 0;
  top: 0;
}
.pages_create_new_widget {
  padding-bottom: 10px;
}
.pages_create_new_widget a,
.pages_create_new_widget a:hover {
  font-size: 13px;
}
#_privacy_holder_table .table {
  margin-bottom: 0;
}
#js_pages_like_join_holder .user_rows_mini .user_rows,
#js_block_border_pages_profile .user_rows_mini .user_rows,
#js_block_border_pages_groups .user_rows_mini .user_rows,
#js_block_border__apps_phpfox_groups_block_groupprofile .user_rows_mini .user_rows {
  width: 80px;
  height: 110px;
}
@media (max-width: 768px) {
  #page_pages_view #activity_feed_share_this_one > ul > li,
  #page_groups_view #activity_feed_share_this_one > ul > li {
    position: relative;
  }
  #page_pages_view #activity_feed_share_this_one > ul > li a.btn,
  #page_groups_view #activity_feed_share_this_one > ul > li a.btn {
    display: block;
    border: 0;
  }
  #page_pages_view #activity_feed_share_this_one,
  #page_groups_view #activity_feed_share_this_one {
    float: none;
    display: block;
    margin-bottom: 0;
    border: 0;
  }
  #page_pages_view .activity_feed_form_button_position_button,
  #page_groups_view .activity_feed_form_button_position_button {
    display: block;
    float: none;
  }
  #page_pages_view #activity_feed_submit,
  #page_groups_view #activity_feed_submit {
    display: block;
    width: 100%;
  }
}
#js_add_location_suggestions {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  /* Wrapper for locations in the feed*/
}
#js_add_location_suggestions .js_div_place {
  width: 100%;
  padding: 10px;
}
#js_add_location_suggestions .js_div_place:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
#js_add_location_suggestions .js_div_place_name,
#js_add_location_suggestions .js_div_place_vicinity {
  display: inline-block;
}
#js_vanity_url_new {
  display: inline-block;
  width: auto;
}
.collection-item-stage {
  padding-bottom: 10px;
}
.profiles_banner_bg > .cover_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.profiles_banner_bg .cover {
  display: block;
  overflow: hidden;
  max-height: 420px;
}
.profiles_banner_bg .cover .ui-draggable {
  cursor: move;
}
.profiles_banner_bg #save_reposition_cover {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.profiles_banner_bg h1 a,
.profiles_banner_bg h1 a:hover,
.profiles_banner_bg .h1 a,
.profiles_banner_bg .h1 a:hover {
  color: #fff;
}
.profiles_banner_bg .profiles_extra_info {
  color: #e6e6e6 !important;
  font-weight: 400 !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.profiles_banner {
  min-height: 250px;
  max-height: 500px;
  position: relative;
  background: #262626;
}
.profiles_banner .cover > img {
  background-size: cover;
  width: 100%;
  min-height: 380px;
}
.profiles_banner h1 a,
.profiles_banner h1 a:hover,
.profiles_banner .h1 a,
.profiles_banner .h1 a:hover {
  color: #fff;
}
.profiles_banner .profiles_extra_info {
  color: #bfbfbf;
}
@media (max-width: 480px) {
  .profiles_banner .profiles_extra_info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#change_cover_function {
  position: absolute;
  top: 15px;
  left: 40px;
}
#change_cover_function .fa-camera {
  font-size: 25px;
  color: #297fc7;
}
#change_cover_function .fa-camera :hover {
  font-size: 30px;
}
.profile_image {
  background: #ffffff;
  border: 2px #e6e6e6 solid;
  border-radius: 0;
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 480px) {
  .profile_image {
    height: 80px;
    width: 80px;
  }
}
.profile_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.profile_image > .p_4 {
  display: none;
}
.profile_image > .p_4 input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.profile_image > .p_4 > span {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 30%;
}
.profile_image > .p_4 > span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f093';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -20px;
}
.profile_menu_is_fixed.panel_is_active .profiles_menu,
.profile_menu_is_fixed.panel_is_active .profile_image {
  z-index: 298;
}
._is_groups_view .profiles_menu > ul {
  padding-left: inherit;
}
.profiles_menu {
  background: #297fc7;
  height: 40px;
  position: relative;
}
.profiles_menu span.badge_number {
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 10px;
  display: inline-block;
  background: #f2f2f2;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
}
.profiles_menu li.active span.badge_number {
  background: #cccccc;
}
.profiles_menu > ul {
  position: relative;
  padding-left: 180px;
}
.profiles_menu > ul > li {
  vertical-align: top;
  border-bottom: 3px transparent solid;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: -2px;
  position: relative;
}
.profiles_menu > ul > li > a.explore,
.profiles_menu > ul > li > a.explore:hover {
  font-size: 24px;
  border-left: 2px #246fae solid;
}
.profiles_menu > ul > li > a.explore:hover {
  background: #297fc7;
  color: #ffffff;
}
.profiles_menu > ul > li > a.explore:hover i:hover {
  color: #ffffff;
}
.profiles_menu > ul > li > a,
.profiles_menu > ul > li > a:hover {
  display: block;
  color: #b2b2b2;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.profiles_menu > ul > li > a > span,
.profiles_menu > ul > li > a:hover > span {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 2px;
  background: #2572b2;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
}
.profiles_menu > ul > li:hover {
  border-color: #297fc7;
  transition: all 0.5s ease;
}
.profiles_menu > ul > li:hover > a,
.profiles_menu > ul > li:hover > a:hover {
  color: #ffffff;
}
.profiles_menu > ul > li:hover > a.explore,
.profiles_menu > ul > li:hover > a.explore:hover {
  background: #297fc7;
  color: #ffffff;
}
.profiles_menu > ul > li:hover > ul {
  display: block;
}
.profiles_menu > ul > li.active {
  border-color: #297fc7;
}
.profiles_info {
  position: absolute;
  max-width: 100%;
  bottom: 30px;
  padding-left: 200px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .profiles_info {
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    bottom: 55px;
  }
}
.profiles_info.groups_profile {
  bottom: 10px;
  padding-left: 0px;
  left: 20px;
}
@media (max-width: 480px) {
  .profiles_info.groups_profile {
    left: 0;
    bottom: 55px;
  }
}
.profiles_info h1 {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 0;
}
@media (max-width: 480px) {
  .profiles_info h1 {
    font-size: 25px;
  }
}
.profiles_info h1 a {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 24px;
  text-overflow: ellipsis;
  line-height: 32px;
  height: 32px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.profiles_action {
  position: absolute;
  right: 0;
  top: 0;
}
.profiles_action > ul > li:hover {
  background: #297fc7;
  color: #ffffff;
}
.profiles_action > ul > li:hover > ul {
  display: block;
}
.profiles_action > ul > li {
  float: left;
  display: block;
  position: relative;
}
.profiles_action > ul > li > a,
.profiles_action > ul > li > a:hover {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 10px;
  border-left: 1px #2269a5 solid;
}
.profiles_action > ul > li > a i,
.profiles_action > ul > li > a:hover i {
  color: #dbdbdb;
}
.profiles_action > ul > li > a span,
.profiles_action > ul > li > a:hover span {
  display: none;
}
.profiles_action > ul > li > a:hover i {
  color: #ffffff;
}
.profiles_action > ul > li > ul {
  margin: 0;
}
.pages_view_sub_menu {
  border: 0;
  font-size: 13px;
  padding: 0;
}
.pages_view_sub_menu a,
.pages_view_sub_menu a:hover {
  color: #b3b3b3;
}
.pages_view_sub_menu a:hover {
  color: #297fc7;
  transition: all 0.5s ease;
}
#page_profile_index #panels #right {
  right: -300px;
}
.profile_image_holder i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -20px;
}
._is_profile_view #top {
  margin-top: 0;
}
._is_profile_view #header {
  display: none;
}
._is_profile_view .profiles_banner .breadcrumbs_menu {
  top: auto;
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 10;
}
#page_profile_index #container #right {
  width: auto;
}
#page_user_privacy .table_right {
  background: inherit;
  border: none;
}
@media (max-width: 480px) {
  #page_user_privacy .table_right .privacy_setting_div {
    width: 100%;
  }
  #page_user_privacy .table_right .privacy_setting_div a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #page_user_privacy .table_right .privacy_setting_div a i.fa-caret-down {
    display: none;
  }
  #page_user_privacy .table_right .privacy_setting_div ul.dropdown-menu {
    left: auto;
    right: 0;
  }
}
.search_result {
  padding-bottom: 10px;
  position: relative;
}
.search_result_title a,
.search_result_title a:hover {
  font-weight: bold;
  font-size: 13px;
}
.search_result_image {
  position: absolute;
}
.search_result_info {
  margin-left: 60px;
  min-height: 60px;
}
a.search_result_clip_holder,
a.search_result_clip_holder:hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  clip: rect(0, 50px, 50px, 0);
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-indent: -1000px;
}
.search_result_new {
  padding: 2px;
  border-top: 1px #dfdfdf solid;
  margin-bottom: 10px;
}
.search_result_new:empty {
  display: none;
}
.main_search_bar {
  margin: 10px 0 20px 0;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 15px;
}
.search_result_photo {
  padding-top: 8px;
}
.main_search_bar_input {
  width: 300px;
}
.main_search_bar_button {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/main_search_bar_button.png') no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}
#welcome {
  padding: 0;
  margin-bottom: 20px;
}
.blog-category {
  padding: 10px;
  font-size: 11px;
  color: #555555;
  display: inline-block;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.blog-category a {
  color: #555555;
}
.row_title_info_blog .item_tag_holder {
  display: none;
}
.feed_info {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.activity_feed_header_info .user_profile_link_span {
  padding-right: 5px;
}
.activity_feed_content_link > div > a,
.feed_block_title_content > a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js_comment_like_holder {
  min-height: 40px;
}
.js_comment_feed_textarea {
  margin: 6px 20px 0 0;
  border: 0;
  background: #ffffff;
  color: #555555;
  width: 100%;
  font-size: 14px -1;
  line-height: 20px;
  padding: 0;
  height: 20px;
}
.row_feed_loop {
  padding-bottom: 0 !important;
}
.activity_feed_header {
  padding-left: 90px;
  padding-right: 20px;
}
.activity_feed_header_info {
  min-height: 51px;
  margin-bottom: 0;
  font-size: 16px;
}
.activity_feed_header_info time {
  display: block;
  font-size: 13px;
}
.activity_feed_header_info time > a,
.activity_feed_header_info time > a:hover {
  color: #6f6f6f;
}
.activity_feed_content {
  padding: 0;
}
.activity_feed_content .feed_banner img {
  max-width: 100%;
}
.activity_feed_content_text {
  margin: 0;
}
.activity_like_holder {
  height: 40px;
  line-height: 40px;
}
.comment_mini_content_commands {
  position: relative;
  display: block;
  height: 40px;
}
.comment_mini_content_commands > div {
  display: block;
  float: left;
  position: relative;
}
.comment_mini_content_commands > div.feed_options_holder,
.comment_mini_content_commands > div.feed_comment_share_holder {
  float: right;
}
.feed_like_link a.js_like_link_toggle {
  display: block;
  background: #ebebeb;
  color: #bdbdbd;
  width: 40px;
  height: 40px;
}
.feed_like_link a.js_like_link_toggle:hover {
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_like_link a.js_like_link_toggle:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}
.feed_like_link a.js_like_link_toggle:hover:before {
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_like_link a.js_like_link_toggle.liked {
  color: #297fc7;
}
.feed_like_link a.js_like_link_toggle > span {
  display: none;
}
.feed_options_holder {
  position: absolute;
  right: 0;
  top: 0;
}
.feed_options_holder a.feed_options {
  display: block;
  background: #ebebeb;
  color: #bdbdbd;
  width: 40px;
  height: 40px;
}
.feed_options_holder a.feed_options:hover {
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_options_holder a.feed_options:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f141';
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}
.feed_options_holder a.feed_options:hover:before {
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_options_holder a.feed_options.checked {
  color: #297fc7;
}
.feed_options_holder a.feed_options > span {
  display: none;
}
.feed_options_holder .dropdown-menu {
  right: 0;
  left: auto;
}
.comment_mini_action > ul > li {
  display: inline;
}
.comment_mini_action > ul > li + li:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.activity_feed_content_link,
.activity_feed_content_status {
  margin: 0;
  padding: 20px;
}
._app_link .activity_feed_content_link .activity_feed_content_image {
  max-width: 30%;
}
._app_PHPfox_Videos .feed_block_title_content iframe {
  max-width: 100%;
  width: 100%;
}
.empty-right ._app_PHPfox_Videos .feed_block_title_content iframe {
  max-width: 100%;
  width: 480px;
}
.activity_feed_content_status {
  padding-bottom: 0;
}
.feed_stream {
  background: #ffffff;
  min-height: 200px;
  margin-bottom: 20px;
}
.feed_form_textarea {
  background: #ffffff;
  color: #555555;
  padding: 10px;
}
.feed_form_textarea textarea {
  font-size: 12px;
  height: 20px;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: 0;
}
.feed_form_actions {
  display: none;
  position: relative;
  margin-top: 10px;
}
.feed_form_actions a,
.feed_form_actions a:hover {
  display: block;
  border: 1px #297fc7 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #297fc7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a:active:focus,
.feed_form_actions a:hover:active:focus,
.feed_form_actions a.active:focus,
.feed_form_actions a:hover.active:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus,
.feed_form_actions a:active.focus,
.feed_form_actions a:hover:active.focus,
.feed_form_actions a.active.focus,
.feed_form_actions a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.feed_form_actions a:hover,
.feed_form_actions a:hover:hover,
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus {
  color: #333333;
  text-decoration: none;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.feed_form_actions a.disabled,
.feed_form_actions a:hover.disabled,
.feed_form_actions a.button_not_active,
.feed_form_actions a:hover.button_not_active,
.feed_form_actions a[disabled],
.feed_form_actions a:hover[disabled],
fieldset[disabled] .feed_form_actions a,
fieldset[disabled] .feed_form_actions a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.feed_form_actions a.disabled,
a.feed_form_actions a:hover.disabled,
fieldset[disabled] a.feed_form_actions a,
fieldset[disabled] a.feed_form_actions a:hover {
  pointer-events: none;
}
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.feed_form_actions a:hover,
.feed_form_actions a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active,
.open > .dropdown-toggle.feed_form_actions a,
.open > .dropdown-toggle.feed_form_actions a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.feed_form_actions a:active:hover,
.feed_form_actions a:hover:active:hover,
.feed_form_actions a.active:hover,
.feed_form_actions a:hover.active:hover,
.open > .dropdown-toggle.feed_form_actions a:hover,
.open > .dropdown-toggle.feed_form_actions a:hover:hover,
.feed_form_actions a:active:focus,
.feed_form_actions a:hover:active:focus,
.feed_form_actions a.active:focus,
.feed_form_actions a:hover.active:focus,
.open > .dropdown-toggle.feed_form_actions a:focus,
.open > .dropdown-toggle.feed_form_actions a:hover:focus,
.feed_form_actions a:active.focus,
.feed_form_actions a:hover:active.focus,
.feed_form_actions a.active.focus,
.feed_form_actions a:hover.active.focus,
.open > .dropdown-toggle.feed_form_actions a.focus,
.open > .dropdown-toggle.feed_form_actions a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active,
.open > .dropdown-toggle.feed_form_actions a,
.open > .dropdown-toggle.feed_form_actions a:hover {
  background-image: none;
}
.feed_form_actions a.disabled,
.feed_form_actions a:hover.disabled,
.feed_form_actions a[disabled],
.feed_form_actions a:hover[disabled],
fieldset[disabled] .feed_form_actions a,
fieldset[disabled] .feed_form_actions a:hover,
.feed_form_actions a.disabled:hover,
.feed_form_actions a:hover.disabled:hover,
.feed_form_actions a[disabled]:hover,
.feed_form_actions a:hover[disabled]:hover,
fieldset[disabled] .feed_form_actions a:hover,
fieldset[disabled] .feed_form_actions a:hover:hover,
.feed_form_actions a.disabled:focus,
.feed_form_actions a:hover.disabled:focus,
.feed_form_actions a[disabled]:focus,
.feed_form_actions a:hover[disabled]:focus,
fieldset[disabled] .feed_form_actions a:focus,
fieldset[disabled] .feed_form_actions a:hover:focus,
.feed_form_actions a.disabled.focus,
.feed_form_actions a:hover.disabled.focus,
.feed_form_actions a[disabled].focus,
.feed_form_actions a:hover[disabled].focus,
fieldset[disabled] .feed_form_actions a.focus,
fieldset[disabled] .feed_form_actions a:hover.focus,
.feed_form_actions a.disabled:active,
.feed_form_actions a:hover.disabled:active,
.feed_form_actions a[disabled]:active,
.feed_form_actions a:hover[disabled]:active,
fieldset[disabled] .feed_form_actions a:active,
fieldset[disabled] .feed_form_actions a:hover:active,
.feed_form_actions a.disabled.active,
.feed_form_actions a:hover.disabled.active,
.feed_form_actions a[disabled].active,
.feed_form_actions a:hover[disabled].active,
fieldset[disabled] .feed_form_actions a.active,
fieldset[disabled] .feed_form_actions a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.feed_form_actions a .badge,
.feed_form_actions a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
.feed_form_actions a.disabled,
.feed_form_actions a:hover.disabled,
.feed_form_actions a.button_not_active,
.feed_form_actions a:hover.button_not_active,
.feed_form_actions a[disabled],
.feed_form_actions a:hover[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.feed_form_actions a:hover {
  border-color: #20649d;
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_form_user {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ebebeb solid;
  height: 60px;
}
.feed_form_user img {
  position: absolute;
  left: 0;
  top: 15px;
}
.feed_form_user .feed_form_user_info {
  position: absolute;
  left: 60px;
  top: 0;
  right: 0;
}
.feed_form_user .feed_form_user_info .user_profile_link_span > a,
.feed_form_user .feed_form_user_info .user_profile_link_span > a:hover {
  color: #808080 !important;
}
.feed_form_user .feed_form_user_info > span > a {
  font-size: 14px;
}
.feed_form_user .feed_form_user_info > div {
  padding-top: 5px;
}
.feed_form_user .feed_form_user_info > div a,
.feed_form_user .feed_form_user_info > div a:hover {
  font-size: 13px;
  color: #a6a6a6;
  display: inline-block;
  margin-right: 8px;
}
.feed_form_user .feed_form_user_info > div a:hover {
  text-decoration: underline;
}
.feed_form_user .feed_form_user_info > div a.logout:before {
  content: '/';
  padding-right: 10px;
}
.feed_form.active .feed_form_actions {
  display: block;
}
.feed_form_drop {
  margin: 10px;
  position: relative;
}
.feed_form_toggle {
  position: absolute;
  right: 10px;
  bottom: -2px;
  cursor: pointer;
  font-size: 15px;
}
.is_toggle_mode i:before {
  content: '\f151';
}
.user_block {
  display: none;
}
@media (min-width: 992px) {
  .user_block {
    display: block;
  }
}
.user_block_is_active .user_block {
  display: block;
}
.feed_form_menu {
  margin-left: -5px;
}
.feed_banner > img {
  max-width: 100%;
}
#hashtag_cloud .tag_cloud ul li {
  display: block;
}
#hashtag_cloud .tag_cloud ul li a,
#hashtag_cloud .tag_cloud ul li a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: inline-block;
  font-size: 14px;
}
.site_hash_tag,
.site_hash_tag:hover {
  color: #297fc7 !important;
  display: inline-block;
}
.site_hash_tag:hover {
  background: #297fc7 !important;
  color: #ffffff !important;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
.js_feed_comment_process_form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  overflow: hidden;
}
.js_feed_comment_process_form > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #297fc7;
}
._load_is_feed,
._load_is_feed:hover {
  display: block;
  background: #ebebeb;
  color: #9a9a9a;
  padding: 15px 0 15px 10px;
  font-size: 12px;
  cursor: text;
  transition: all 0.5s ease;
}
._load_is_feed:hover {
  background: #e0e0e0;
}
#panel .activity_feed_form_share {
  background: #297fc7;
}
#panel .activity_feed_form_share a,
#panel .activity_feed_form_share a:hover {
  color: #e5e5e5;
}
#panel .activity_feed_form_button {
  display: block;
}
#panel .activity_feed_form {
  background-color: #ffffff;
  margin-bottom: 0;
}
#panel .activity_feed_form input.button {
  padding-left: 20px;
  padding-right: 20px;
}
#panel .activity_feed_form_button_position_button {
  margin: 0;
}
#panel .activity_feed_form_button_position_button #activity_feed_submit {
  display: inline-block;
  vertical-align: middle;
}
#panel .activity_feed_form_button_position_button > i,
#panel .activity_feed_form_button_position_button > i:hover {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #555555;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
}
#panel .activity_feed_form_button_position_button > i:hover,
#panel .activity_feed_form_button_position_button > i.active {
  background: #297fc7;
  color: #ffffff;
}
#panel .activity_feed_form_button_position_button > i::before {
  margin-top: 10px;
  display: block;
}
#panel .activity_feed_form_button_position {
  border-top: 1px #e6e6e6 solid;
  margin-top: 10px;
  padding-top: 10px;
}
#global_attachment_status.global_attachment_holder_section {
  background: transparent;
  padding: 0;
  margin: 0;
}
.global_attachment_holder_section {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 10px;
}
.global_attachment_holder_section #divFileInput {
  overflow: hidden;
}
.cancel_post {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
.activity_feed_content_image {
  padding-right: 10px;
}
.activity_feed_content_image img {
  max-width: 120px;
}
.load_more_comments,
.load_more_comments:hover {
  display: block;
  text-align: center;
  color: #555555;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
.load_more_comments i,
.load_more_comments:hover i {
  line-height: 40px;
  display: none;
}
.load_more_comments span,
.load_more_comments:hover span {
  display: block;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.load_more_comments:hover span {
  opacity: 1;
  color: #484848;
  transition: all 0.5s ease;
}
.load_more_comments.active {
  opacity: 1;
}
.load_more_comments.active i {
  display: block;
  margin: auto;
}
.load_more_comments.active span {
  display: none;
}
.feed_show_more_content,
.feed_show_more_content:hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: block;
  color: #676767;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
.feed_show_more_content:hover {
  background: #fff;
  color: #222;
  transition: all 0.5s ease;
}
#feed_check_new_count {
  padding-bottom: 20px;
}
.activity_feed_form_button_position_button {
  float: left;
}
.activity_feed_form {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}
.activity_feed_form textarea,
.activity_feed_form textarea:focus {
  border: 0;
  padding: 0;
  text-indent: 0;
  background: transparent;
  width: 100%;
}
ul.activity_feed_form_attach {
  list-style-type: none;
}
ul.activity_feed_form_attach > li {
  display: block;
  float: left;
  font-weight: bold;
}
ul.activity_feed_form_attach li a.active .drop {
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/activity_feed_form_attach.png') no-repeat;
  position: absolute;
  width: 25px;
  height: 12px;
  left: -5px;
  bottom: -9px;
}
.activity_feed_form_share {
  margin-bottom: 2px;
  background: #ffffff;
  color: #555555;
}
.activity_feed_form_share_process {
  position: absolute;
  right: 8px;
  top: 4px;
  display: none;
}
ul.activity_feed_multiple_image {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.activity_feed_multiple_image li {
  float: left;
  margin-right: 10px;
}
/**
* Activity feed
*/
a.activity_feed_report,
a.activity_feed_report:hover {
  color: #77859F;
}
.item_feed_entry {
  width: 500px;
}
#js_block_border_feed_display .user_profile_link_span a,
.item_feed_entry .user_profile_link_span a {
  font-weight: bold;
}
.activity_feed_image {
  float: left;
  margin-left: 20px;
}
.activity_feed_image a {
  display: block;
}
.activity_feed_image a span {
  display: block;
}
.activity_recent_holder {
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px #DFDFDF solid;
}
.activity_recent_title {
  color: #AFAFAF;
  text-transform: uppercase;
  margin-left: 56px;
  font-weight: bold;
  font-size: 9px;
  margin-bottom: 10px;
}
.activity_feed_content_text {
  margin-bottom: 10px;
  margin-right: 0;
}
.activity_feed_content_info {
  font-size: 13px;
  color: #808080;
  margin-bottom: 6px;
  overflow: hidden;
}
.activity_feed_content_image {
  float: left;
  padding-right: 5px;
  overflow: hidden;
  max-width: 100%;
}
.activity_feed_content_image img {
  max-width: 100%;
}
.activity_feed_content_no_image {
  padding-left: 20px;
  border-left: 4px solid #f0f0f0;
}
.activity_feed_content_no_image .activity_feed_content_display > img,
.activity_feed_content_no_image .activity_feed_content_display > img + div.newline {
  display: none;
}
a.activity_feed_content_view_more,
a.activity_feed_content_view_more:hover {
  display: block;
  border-top: 1px #DFDFDF solid;
  margin: 6px 0 10px 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}
.comment_mini_action {
  margin: 0;
  color: #808080;
}
.js_feed_comment_border ul,
.comment_mini_action ul,
.activity_feed_content_status ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.activity_feed_content_status_left {
  float: left;
  margin-right: 8px;
}
.feed_entry_rate {
  position: absolute;
  right: 4px;
}
.feed_comment_buttons_wrap {
  display: none;
}
.item_feed_entry .js_feed_comment_border ul li a,
.item_feed_entry .js_feed_comment_border ul li a:hover {
  font-weight: normal;
  font-size: 12px;
}
.feed_comment_extra {
  position: absolute;
  right: 0;
  top: 10px;
}
ul.activity_feed_form_attach li.share,
ul.activity_feed_form_attach li a.active .drop {
  display: none;
}
ul.activity_feed_form_attach > li > a {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  transition: all 0.5s ease;
  border-bottom: solid 4px;
  border-color: transparent;
}
ul.activity_feed_form_attach > li > a:hover {
  text-decoration: none;
}
ul.activity_feed_form_attach > li > a.active {
  border-color: #297fc7;
}
.js_comment_like_holder {
  padding-left: 8px;
}
.js_comment_like_holder .hide_it {
  line-height: 40px;
}
@media (max-width: 480px) {
  .js_comment_like_holder .hide_it {
    display: block;
  }
}
.feed_share_holder .listing_row,
.feed_share_holder .music_row {
  border-bottom: none;
}
div.activity_feed_content_image {
  width: 100%;
}
div.activity_feed_multiple_image {
  display: block;
  width: 100%;
}
div.activity_feed_multiple_image > div {
  display: block;
  float: left;
}
div.activity_feed_multiple_image > div > a {
  width: 100%;
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  position: relative;
}
div.activity_feed_multiple_image > div > a > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 22px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed-img-stage-5 .img-1,
.feed-img-stage-6 .img-1,
.feed-img-stage-5 .img-2,
.feed-img-stage-6 .img-2 {
  width: 50%;
}
.feed-img-stage-5 .img-3,
.feed-img-stage-6 .img-3,
.feed-img-stage-5 .img-4,
.feed-img-stage-6 .img-4,
.feed-img-stage-5 .img-5,
.feed-img-stage-6 .img-5 {
  width: 33.3333%;
}
.feed-img-stage-5 .img-6,
.feed-img-stage-6 .img-6 {
  display: none;
}
.feed-img-stage-4 .img-1,
.feed-img-stage-4 .img-2,
.feed-img-stage-4 .img-3,
.feed-img-stage-4 .img-4 {
  width: 50%;
}
.feed-img-stage-3 .img-1 {
  width: 100%;
}
.feed-img-stage-3 .img-2,
.feed-img-stage-3 .img-3 {
  width: 50%;
}
.feed-img-stage-2 .img-1,
.feed-img-stage-2 .img-2 {
  width: 50%;
}
#js_location_input {
  border-top: 1px dashed #dddddd;
}
#js_location_input a {
  position: absolute;
  right: 0;
  width: 40px;
}
#js_location_input input {
  border: 0;
  width: 100% !important;
  padding-right: 40px;
}
#js_location_input input:focus {
  box-shadow: none;
}
.feed_like_link > li {
  list-style-type: none;
}
.report_this_item {
  padding: 20px;
}
a.item_bar_flag {
  color: #555555;
}
a.item_bar_flag:hover {
  color: #ee5454;
  transition: all 0.5s ease;
}
a.item_bar_flag:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f024';
  padding-right: 10px;
}
.forum_content img {
  vertical-align: top;
}
.forum_post_tag {
  margin: 5px 0 5px 2px;
}
.forum_post_tag_title {
  padding-bottom: 5px;
}
div.forum_outer {
  position: relative;
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
div.forum_outer div.forum_user_info_holder {
  position: absolute;
  width: 100px;
  left: 0;
}
div.forum_outer div.forum_user_info_holder_inner {
  position: relative;
  width: 141px;
}
div.forum_outer div.forum_user_info {
  width: 100px;
  background: #f7f7f7;
  border: 1px #dfdfdf solid;
  padding: 5px 15px 5px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
}
.forum_user_info_holder_inner_image {
  position: absolute;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/layout/forum_user_info_holder_inner.png') no-repeat;
  z-index: 100;
  width: 10px;
  height: 16px;
  top: 10px;
  right: 0;
}
.forum_thread_photo {
  padding-bottom: 5px;
}
.forum_thread_user a,
.forum_thread_user a:hover {
  font-size: 12px;
  font-weight: bold;
}
div.forum_main {
  margin-left: 150px;
  position: relative;
}
div.forum_header {
  background: #F1F1F1;
  padding: 5px;
  border-bottom: 1px #F1F1F1 solid;
}
div.forum_content {
  padding: 5px;
  height: auto !important;
  min-height: 150px;
}
span.forum_post_id {
  float: right;
  position: relative;
  margin-right: 1px;
}
div.forum_signature {
  padding: 6px 4px 4px 4px;
  margin-top: 12px;
  border-top: 1px #DDE4EB solid;
}
div.forum_post_title {
  border-bottom: 1px #DDE4EB solid;
  padding: 4px;
  margin-bottom: 8px;
}
div.forum_menu {
  border-top: 1px #DDE4EB solid;
  text-align: right;
  height: 30px;
}
.forum_menu ul {
  margin: 5px;
  padding: 2px;
}
.forum_menu li {
  display: inline;
  padding-left: 1px;
}
.forum_menu li a {
  padding: 7px 3px 1px 3px;
}
.forum_menu li a:hover {
  background: #54A4DE;
}
.forum_menu li a.selected,
.forum_menu li a:hover.selected {
  background: #DF308B;
}
.forum_pager_bottom {
  border: 1px #EDF1F5 solid;
  margin-bottom: 10px;
  border-top: none;
}
.forum_pager_top {
  border: 1px #EDF1F5 solid;
  border-bottom: none;
}
.forum_pager_padding {
  padding: 0 4px 4px 4px;
}
.forum_image {
  width: 60px;
}
.forum_image_small {
  width: 20px;
}
.forum_title {
  width: 50%;
}
.forum_count {
  width: 50px;
}
.forum_last_post {
  width: 280px;
}
.forum_full_width {
  width: 95%;
}
.forum_sticky {
  background: #EDEDED;
}
.forum_sponsor {
  background: #CDEAB1;
}
div.forum_image_holder {
  position: relative;
}
div.forum_mini_new,
div.forum_mini_old,
div.forum_mini_closed {
  position: absolute;
  left: 0;
  bottom: 1px;
}
div.forum_mini_new {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/thread_new.png');
}
div.forum_mini_old {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/thread.png');
}
div.forum_mini_closed {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/thread_lock.png');
}
div.forum_large_new {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/forum_new.png');
}
div.forum_large_old {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/forum.png');
}
div.forum_large_closed {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image/forum/forum_lock.png');
}
span.forum_tag_sticky {
  color: green;
}
div.forum_main div.attachment_holder {
  padding: 10px;
}
div#content div.forum_main div.attachment_holder h3 {
  color: #000;
  font-size: 10pt;
  font-weight: bold;
}
.forum_thank {
  padding: 4px;
  margin: 8px;
  background: #F9F9F9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.forum_poll_content {
  padding: 4px;
  margin-bottom: 16px;
}
.forum_row {
  position: relative;
}
.forum_header_menu {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px 0;
}
.forum_header_menu a.rss_link,
.forum_header_menu a.rss_link:hover {
  color: #297fc7;
  font-size: 1.5em;
}
.forum_search_post {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.forum_thread_view_holder {
  border-bottom: 1px #dfdfdf solid;
}
.forum_title {
  min-height: 60px;
  position: absolute;
  left: 60px;
  top: 0;
}
.forum_thread_total {
  position: absolute;
  top: 0;
  right: 240px;
}
.forum_title .extra_info,
.forum_title .extra_info_link {
  padding-top: 8px;
}
.forum_last_post,
.forum_thread_last_post {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40%;
  background: #f7f7f7;
  border: 1px #dfdfdf solid;
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.forum_thread_last_post {
  width: 220px;
}
a.forum_title_link,
a.forum_title_link:hover {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 480px) {
  a.forum_title_link,
  a.forum_title_link:hover {
    font-size: 14px;
  }
}
a.forum_thread_link,
a.forum_thread_link:hover {
  font-size: 15px;
}
a.forum_thread_link_new,
a.forum_thread_link_new:hover {
  font-weight: 400;
}
.forum_time_stamp {
  min-height: 25px;
}
div.sub_menu_bar_main,
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
div.sub_menu_bar_main {
  position: absolute;
  right: 5px;
  top: -42px;
}
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  display: block;
  border: 1px #297fc7 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #297fc7;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a:active:focus,
div.sub_menu_bar_main a:hover:active:focus,
div.sub_menu_bar_main a.active:focus,
div.sub_menu_bar_main a:hover.active:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus,
div.sub_menu_bar_main a:active.focus,
div.sub_menu_bar_main a:hover:active.focus,
div.sub_menu_bar_main a.active.focus,
div.sub_menu_bar_main a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus {
  color: #333333;
  text-decoration: none;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.sub_menu_bar_main a.disabled,
div.sub_menu_bar_main a:hover.disabled,
div.sub_menu_bar_main a.button_not_active,
div.sub_menu_bar_main a:hover.button_not_active,
div.sub_menu_bar_main a[disabled],
div.sub_menu_bar_main a:hover[disabled],
fieldset[disabled] div.sub_menu_bar_main a,
fieldset[disabled] div.sub_menu_bar_main a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
adiv.sub_menu_bar_main a.disabled,
adiv.sub_menu_bar_main a:hover.disabled,
fieldset[disabled] adiv.sub_menu_bar_main a,
fieldset[disabled] adiv.sub_menu_bar_main a:hover {
  pointer-events: none;
}
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active,
.open > .dropdown-togglediv.sub_menu_bar_main a,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active:hover,
div.sub_menu_bar_main a:hover:active:hover,
div.sub_menu_bar_main a.active:hover,
div.sub_menu_bar_main a:hover.active:hover,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a:active:focus,
div.sub_menu_bar_main a:hover:active:focus,
div.sub_menu_bar_main a.active:focus,
div.sub_menu_bar_main a:hover.active:focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a:active.focus,
div.sub_menu_bar_main a:hover:active.focus,
div.sub_menu_bar_main a.active.focus,
div.sub_menu_bar_main a:hover.active.focus,
.open > .dropdown-togglediv.sub_menu_bar_main a.focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active,
.open > .dropdown-togglediv.sub_menu_bar_main a,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover {
  background-image: none;
}
div.sub_menu_bar_main a.disabled,
div.sub_menu_bar_main a:hover.disabled,
div.sub_menu_bar_main a[disabled],
div.sub_menu_bar_main a:hover[disabled],
fieldset[disabled] div.sub_menu_bar_main a,
fieldset[disabled] div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a.disabled:hover,
div.sub_menu_bar_main a:hover.disabled:hover,
div.sub_menu_bar_main a[disabled]:hover,
div.sub_menu_bar_main a:hover[disabled]:hover,
fieldset[disabled] div.sub_menu_bar_main a:hover,
fieldset[disabled] div.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a.disabled:focus,
div.sub_menu_bar_main a:hover.disabled:focus,
div.sub_menu_bar_main a[disabled]:focus,
div.sub_menu_bar_main a:hover[disabled]:focus,
fieldset[disabled] div.sub_menu_bar_main a:focus,
fieldset[disabled] div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.disabled.focus,
div.sub_menu_bar_main a:hover.disabled.focus,
div.sub_menu_bar_main a[disabled].focus,
div.sub_menu_bar_main a:hover[disabled].focus,
fieldset[disabled] div.sub_menu_bar_main a.focus,
fieldset[disabled] div.sub_menu_bar_main a:hover.focus,
div.sub_menu_bar_main a.disabled:active,
div.sub_menu_bar_main a:hover.disabled:active,
div.sub_menu_bar_main a[disabled]:active,
div.sub_menu_bar_main a:hover[disabled]:active,
fieldset[disabled] div.sub_menu_bar_main a:active,
fieldset[disabled] div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.disabled.active,
div.sub_menu_bar_main a:hover.disabled.active,
div.sub_menu_bar_main a[disabled].active,
div.sub_menu_bar_main a:hover[disabled].active,
fieldset[disabled] div.sub_menu_bar_main a.active,
fieldset[disabled] div.sub_menu_bar_main a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
div.sub_menu_bar_main a .badge,
div.sub_menu_bar_main a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
div.sub_menu_bar_main a.disabled,
div.sub_menu_bar_main a:hover.disabled,
div.sub_menu_bar_main a.button_not_active,
div.sub_menu_bar_main a:hover.button_not_active,
div.sub_menu_bar_main a[disabled],
div.sub_menu_bar_main a:hover[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
div.sub_menu_bar_main a:hover {
  border-color: #20649d;
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
#page_forum_index br {
  display: none;
}
.table_info {
  background: transparent;
  color: #555555;
  font-weight: 200;
  font-size: 17px;
  letter-spacing: 1px;
  padding-left: 0;
  padding-bottom: 5px;
  height: auto;
  line-height: normal;
}
.table_info a,
.table_info a:hover {
  font-weight: 200;
  color: #555555;
}
#content ._forum_row {
  background: #ffffff;
  color: #555555;
  border: 0;
  margin-bottom: 20px;
  position: relative;
  height: 350px;
}
#content ._forum_row h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  height: 55px;
  line-height: 55px;
}
#content ._forum_row h1 a,
#content ._forum_row h1 a:hover {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #222222;
}
#content ._forum_row h1 a:hover {
  color: #297fc7;
}
._forum_info {
  float: right;
}
._forum_info > li {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 50px;
  background: #f7f7f7;
  margin-left: 8px;
  margin-bottom: 5px;
}
._forum_info > li > strong {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  display: block;
  line-height: 35px;
}
._forum_info > li > span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.forum_user_details {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  margin-top: 5px;
  color: #555555 !important;
  opacity: 0.7;
}
.forum_user_details > time {
  display: inline-block;
  margin-right: 5px;
}
.table_row.forum_row {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px #eeeeee solid;
}
.table_row.forum_row header .user_profile_link_span > a,
.table_row.forum_row header .user_profile_link_span > a:hover {
  color: #555555 !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 12px;
}
.table_row.forum_row > div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  box-sizing: content-box;
}
.table_row.forum_row .forum_totals {
  width: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: 20px;
  font-weight: 200;
}
.table_row.forum_row .forum_totals > span {
  display: block;
  background: #f7f7f7;
  color: #626262;
  padding: 10px 0 20px 0;
  position: relative;
}
.table_row.forum_row .forum_totals > span > em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  position: absolute;
  bottom: 6px;
  left: 10px;
  opacity: 0.6;
}
.forum_image {
  position: static;
  width: 50px;
}
.forum_title {
  width: auto;
  position: static;
  padding-left: 0;
}
.forum_title .extra_info_link {
  font-size: 12px;
}
.table_row {
  border: 0;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
}
.forum_thread_total {
  right: 10px;
  top: 10px;
  position: absolute;
}
.forum_last_post,
.forum_thread_last_post {
  width: auto;
  position: static;
  border-radius: 0;
  border: 0;
  background: #f2f2f2;
  margin: -20px;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 13px;
}
.forum_last_post .extra_info_link:after,
.forum_thread_last_post .extra_info_link:after {
  content: '@';
}
.forum_last_post a,
.forum_thread_last_post a,
.forum_last_post a:hover,
.forum_thread_last_post a:hover,
.forum_last_post .extra_info_link,
.forum_thread_last_post .extra_info_link {
  display: inline-block;
  opacity: 0.6;
}
.forum_last_post:hover a,
.forum_thread_last_post:hover a,
.forum_last_post:hover a:hover,
.forum_thread_last_post:hover a:hover,
.forum_last_post:hover .extra_info_link,
.forum_thread_last_post:hover .extra_info_link {
  opacity: 1;
  transition: all 0.5s ease;
}
#content .forum_title h1 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
a.forum_thread_link,
a.forum_thread_link:hover {
  font-size: 16px !important;
  color: #222222 !important;
}
a.forum_thread_link:hover {
  color: #297fc7 !important;
}
div.forum_mini_new,
div.forum_mini_old,
div.forum_mini_closed {
  background: transparent;
}
.forum_thread_photo,
div.forum_outer,
div.forum_outer div.forum_user_info_holder,
div.forum_outer div.forum_user_info_holder_inner,
div.forum_main,
div.forum_content,
.forum_user_info_holder_inner_image,
div.forum_outer div.forum_user_info {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.forum_main .extra_info.p_10 {
  opacity: 0.6;
  font-style: italic;
}
.forum_main .js_feed_comment_border {
  background: transparent;
  border-bottom: 1px #f0f0f0 solid;
}
div.forum_outer div.forum_user_info_holder {
  height: 70px;
}
.forum_outer:hover .forum_quote {
  visibility: visible;
}
.forum_time_stamp {
  margin-top: 20px;
}
.forum_time_stamp .comment_mini_content_commands {
  padding-left: 20px;
}
.forum_time_stamp .js_comment_like_holder {
  right: 0;
}
.forum_time_stamp .feed_like_link {
  position: relative;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle {
  display: block;
  background: #ebebeb;
  color: #bdbdbd;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:hover {
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:hover:before {
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle.liked {
  color: #297fc7;
}
.forum_time_stamp .forum_quote_holder {
  position: relative;
  margin-left: 5px;
}
.forum_time_stamp .forum_quote_holder a.forum_quote {
  display: block;
  background: #ebebeb;
  color: #bdbdbd;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:hover {
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f10d';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:hover:before {
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_quote_holder a.forum_quote.checked {
  color: #297fc7;
}
.forum_time_stamp .forum_quote_holder span {
  display: none;
}
.forum_time_stamp .forum_thanks_holder {
  position: relative;
  margin-left: 5px;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks {
  display: block;
  background: #ebebeb;
  color: #bdbdbd;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:hover {
  background: #297fc7;
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f004';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:hover:before {
  color: #ffffff;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks.thanked {
  color: #297fc7;
}
.forum_time_stamp .js_thank_post {
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}
div.forum_outer {
  background: #ffffff;
  margin-bottom: 0;
  position: relative;
}
div.forum_outer div.comment_mini_content_border {
  padding-bottom: 20px;
  border-top: 0;
}
div.forum_outer .activity_like_holder {
  margin-left: 5px;
  padding-left: 0;
  text-align: left;
  padding-right: 10px;
}
.forum_thread_photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10px;
}
.forum_thread_photo img {
  max-width: 50px;
  max-height: 50px;
}
.forum_thread_user {
  padding-top: 10px;
}
.forum_thread_user,
.forum_user_info .extra_info {
  padding-left: 70px;
}
.forum_user_info .extra_info {
  font-size: 13px;
}
.forum_thread_user a,
.forum_thread_user a:hover {
  font-size: 15px;
}
.forum_post_count,
.forum_post_count:hover {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9a9a;
}
._forum_title {
  padding-left: 10px;
  margin-right: 175px;
}
._forum_title header h1 {
  line-height: 15px;
}
._forum_title header h1 a.forum_title_link,
._forum_title header h1 a.forum_title_link:hover {
  font-size: 18px;
  font-weight: normal;
}
._forum_title header h2 {
  padding-top: 10px;
}
#page_forum_forum .forum_post_article ._moderator {
  position: relative;
  left: 0;
  margin-top: 0;
  background: #ffffff;
}
#page_forum_forum .forum_post_article.is_search ._moderator a {
  padding-left: 10px;
}
#page_forum_forum .forum_post_article.is_search div.forum_content {
  min-height: inherit;
}
#page_forum_forum ._moderator {
  position: absolute;
  left: 27px;
  margin-top: 60px;
  z-index: 100;
  background-color: transparent;
  border-bottom: 0;
}
#page_forum_forum ._moderator a {
  position: static;
}
#page_forum_index #content .block > .content {
  padding: 0;
}
#page_forum_index #content .block > .title,
#page_forum_index #content .block_clear > .title {
  position: relative;
}
#page_forum_index #content .block > .title a,
#page_forum_index #content .block_clear > .title a,
#page_forum_index #content .block > .title a:hover,
#page_forum_index #content .block_clear > .title a:hover {
  display: inline-block;
}
#page_forum_index #content .block > .title .toggle,
#page_forum_index #content .block_clear > .title .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
#page_forum_index #content .block > .title .toggle i,
#page_forum_index #content .block_clear > .title .toggle i {
  color: #c7cfd5;
}
#content .is_toggled .title {
  opacity: 0.4;
}
#content .is_toggled .title:hover {
  opacity: 1;
}
#content .is_toggled .content {
  display: none;
}
#page_forum_index div.row1,
#page_forum_forum div.row1,
#page_forum_index div.row2,
#page_forum_forum div.row2 {
  padding-top: 20px;
  position: relative;
  min-height: 70px;
}
#page_forum_index div.row1.block,
#page_forum_forum div.row1.block,
#page_forum_index div.row2.block,
#page_forum_forum div.row2.block {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#page_forum_index .content article:last-of-type div.row1,
#page_forum_forum .content article:last-of-type div.row1 {
  border: 0;
}
._form_last_post {
  margin-top: 10px;
}
._form_last_post ul {
  font-size: 13px;
}
._form_last_post ul li {
  list-style: square;
  margin-left: 15px;
  padding-left: 1px;
}
._form_last_post ul li > span {
  display: block;
}
._form_last_post ul li > span > span a,
._form_last_post ul li > span > span a:hover {
  color: inherit !important;
  font-weight: normal !important;
}
._form_last_post ul li > span:before {
  display: inline-block;
  content: '@';
  margin: 0 4px 0 0;
}
span.forum_tag_sticky {
  display: none;
}
.new_quote {
  margin-bottom: 0;
}
.new_quote_header {
  margin-left: 10px;
  background: #5fa4de;
  color: #e5e5e5;
  padding: 10px;
}
.new_quote_header a,
.new_quote_header a:hover {
  color: #e5e5e5;
}
.new_quote_content_holder {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 0;
}
.new_quote_content_holder .new_quote_content {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #555555;
}
.new_quote_content_holder .new_quote_content > br:first-of-type {
  display: none;
}
.thread_view_holder .thread_replies > div > h1 {
  color: #a9b6c0;
  font-weight: 300;
}
#___page_forum_thread div.sub_menu_bar_main {
  right: 10px;
  top: -62px;
}
#___page_forum_thread #content {
  width: auto;
}
#___page_forum_thread #container {
  width: 95%;
}
#___page_forum_thread #container > ._block_h1 {
  margin-bottom: 20px;
}
#___page_forum_thread #container > ._block_h1 > h1 {
  width: auto;
}
#___page_forum_thread .sub_menu_bar a,
#___page_forum_thread .sub_menu_bar a:hover {
  background: transparent;
}
#___page_forum_thread .forum_header_menu {
  top: 36px;
  right: 50%;
  margin-right: 20px;
}
#___page_forum_thread #panels {
  display: none;
}
.thread_view_all,
.thread_view_all:hover {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.6;
}
.thread_view_all > span,
.thread_view_all:hover > span {
  display: inline-block;
  margin-left: 5px;
  background: #e6e6e6;
  color: #555555;
  padding: 0 6px;
}
.forum_popup_replies {
  display: block;
  width: 600px;
  top: 0;
  margin-left: -300px;
}
.forum_popup_replies .js_box_content {
  padding: 0;
}
.forum_announcement {
  background: #EDEDED;
}
.table_row.forum_row.forum_sponsor {
  background-color: #a9b6c0;
}
.table_row.forum_row.forum_announcement {
  background-color: #c7cfd5;
}
.table_row.forum_row.forum_sticky {
  background: #e4e8eb;
  border-color: #c7cfd5;
}
#right #js_block_border_forum_recent.block .table_row.forum_row {
  background: transparent;
}
#right #js_block_border_forum_recent.block .table_row.forum_row.forum_sticky {
  border-color: #eeeeee;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div {
  padding-left: 0;
  box-sizing: content-box;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 {
  line-height: normal;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 a.forum_thread_link,
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 a.forum_thread_link:hover {
  font-size: 14px !important;
  color: #555555 !important;
}
#right #js_block_border_forum_recent.block .forum_title_inner_holder > header .user_profile_link_span {
  display: none;
}
#right #js_block_border_forum_recent.block ._moderator {
  display: none;
}
#right #js_block_border_forum_recent.block .table_row.forum_row .forum_totals {
  display: none;
}
.js_box_content .form_extra {
  display: none;
}
.forum_mini_post {
  padding-left: 40px;
  position: relative;
  border-bottom: 1px #c7cfd5 solid;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.forum_mini_post h1 a {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum_mini_post > ._c {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.forum_mini_post > ._u .user_profile_link_span > a,
.forum_mini_post > ._u .user_profile_link_span > a:hover {
  color: #555555 !important;
  font-weight: normal !important;
  font-size: 12px;
}
.forum_mini_post > ._i {
  position: absolute;
  left: 0;
  top: 4px;
}
.forum_mini_post > time {
  font-size: 12px;
  opacity: 0.6;
}
.forum_mini_post h1 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.forum_thread_view_holder {
  border: 0;
}
#page_forum_thread.single_mode .thread_replies {
  display: none;
}
#page_forum_thread .table_info {
  margin-top: 20px;
}
.thread_replies {
  position: relative;
}
.thread_replies > div.tr_view_all {
  min-height: 50px;
  line-height: 50px;
  text-align: center;
}
.thread_replies > div > i {
  color: #297fc7;
}
.view_all_previous,
.view_all_previous:hover {
  color: #555555;
  font-size: 12px;
  opacity: 0.7;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}
.view_all_previous:hover {
  color: #3b3b3b;
  opacity: 1;
  transition: all 0.5s ease;
}
.view_all_previous.is-clicked,
.view_all_previous.is-clicked:hover {
  display: none;
}
#page_forum_post #panels {
  visibility: hidden;
}
#page_forum_forum #right .block .forum_mini_post h1 a {
  word-wrap: break-word;
}
.forum_main .item_view_content {
  word-wrap: break-word;
}
#page_forum_post #js_poll_form .placeholder span.js_arrow_up_down {
  position: absolute;
  left: 5px;
  margin-top: 10px;
  cursor: move;
}
#page_forum_forum .forum_header_menu {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: right;
}
#page_forum_forum .forum_header_menu a.rss_link,
#page_forum_forum .forum_header_menu a.rss_link:hover {
  font-size: 2em;
}
.forum_thank_delete_link {
  font-size: 0.9em;
}
.forum_section_header {
  border-bottom: 1px solid #dddddd;
  line-height: 50px;
  padding: 0 !important;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 10px;
}
body[id^=page_forum_] .header_filter_holder {
  display: none;
}
body[id^=page_forum_] #js_forum_search_wrapper .js_item_active {
  width: auto;
  position: relative;
  margin-left: 0;
  display: inline-block;
}
body[id^=page_forum_] .forum_post_article.is_search {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px #d0d0d0 solid;
}
body[id^=page_forum_] .forum_post_article.is_search div._moderator {
  display: none;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper {
  margin-top: 15px;
  padding: 10px;
  border: 2px #297fc7 dashed;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper .table_left {
  padding-bottom: 0;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper .adv_search_forum select {
  width: 100%;
}
@media (min-width: 992px) {
  body[id^=page_forum_] #js_forum_adv_search_wrapper .adv_search_sort select {
    max-width: 50%;
    display: inline-block;
  }
}
#page_user_browse #site_content {
  text-align: center;
}
#page_user_browse #user_browse_advanced_link {
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: #c1cad1;
  border: 0;
  padding: 0;
}
#page_user_browse br {
  display: none;
}
#page_user_browse .go_left {
  float: none;
  padding: 0;
  width: auto;
}
#page_user_browse #panels {
  position: relative;
}
#page_user_browse #browse_custom_fields_popup_holder .go_left {
  padding: 15px;
}
#page_user_browse #browse_custom_fields_popup_holder .table {
  margin: 0;
  background: transparent;
  padding: 5px 0;
}
#page_user_browse #js_user_browse_advanced.active {
  display: block;
}
#page_user_browse #js_user_browse_advanced {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: none;
}
#page_user_browse #js_user_browse_advanced .user_browse_content,
#page_user_browse #js_user_browse_advanced #browse_custom_fields_popup_holder {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
#page_user_browse #left > ._block > form {
  display: block;
}
#page_user_browse .user_rows {
  vertical-align: top;
  display: inline-block;
  width: 120px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative;
}
#page_user_browse .user_browse_user {
  padding: 0;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  overflow: visible;
}
#page_user_browse .user_browse_user a,
#page_user_browse .user_browse_user a:hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#page_user_browse .user_browse_user:hover .user_browse_add_friend {
  display: block;
  transition: all 0.5s ease;
}
#page_user_browse .user_browse_add_friend {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  z-index: 4;
}
#page_user_browse .user_browse_add_friend > img {
  display: none;
}
#page_user_browse .user_browse_add_friend > a,
#page_user_browse .user_browse_add_friend > a:hover {
  text-align: center;
  display: block;
  background: #297fc7;
  color: #ffffff;
  text-transform: uppercase;
  text-indent: 0;
}
.votes {
  background: transparent;
  width: auto;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.votes .answers_container:last-of-type {
  padding-bottom: 0;
}
.poll_question {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
}
.answers_container.user_answered_this {
  background: transparent;
  border-radius: 0;
  background: #297fc7;
  padding: 10px;
  color: #ffffff !important;
}
.answers_container.user_answered_this * {
  color: #ffffff !important;
}
.answers_container.user_answered_this .poll_answer_percentage {
  background: #ffffff;
}
.answers_container {
  padding: 10px 0 20px 0;
  border-top: 1px #e6e6e6 solid;
}
.poll_answer_percentage {
  background: #297fc7;
}
#page_poll_add .js_prev_block,
#page_poll_add .js_prev_block:hover {
  background: transparent;
}
#page_poll_add .js_arrow_up_down {
  position: absolute;
  left: 40px;
}
#page_poll_add .placeholder {
  position: relative;
}
#page_poll_add .placeholder input[type="text"] {
  text-indent: 40px;
}
#page_poll_add .placeholder > div > span > i {
  position: absolute;
  left: -20px;
  top: 10px;
  color: #555555;
  cursor: move;
}
.poll_add_more {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.poll_add_more a {
  color: #888888;
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 4px;
}
.poll_add_more a:hover {
  color: #297fc7;
  transition: all 0.5s ease;
  text-decoration: none;
}
#js_votes .go_left {
  padding-right: 0;
  margin-right: 10px;
}
.poll_answer_container {
  border: 1px solid #e4e8eb;
}
.poll_large_item {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.poll_large_item .poll_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//misc/poll_no_img.jpg");
  display: block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.poll_large_item header {
  padding: 10px 20px;
}
.poll_large_item header h1 {
  padding: 0;
}
#page_poll_design ._colorpicker_holder {
  position: relative;
  right: 0;
  top: 0;
}
.collection-stage {
  margin-left: -10px;
  margin-right: -10px;
}
.collection-stage:after {
  clear: both;
  display: block;
}
.collection-item-stage {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.collection-item-stage > div._moderator {
  float: right;
  right: 0;
  top: 0;
}
.collection-item-stage > div._moderator .row_edit_bar {
  margin-right: 0;
}
.collection-item-stage > div._moderator .row_edit_bar > .row_edit_bar_action {
  position: relative;
  right: 0;
}
.collection-item-stage > div._moderator i.fa-action {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  border: 1px solid #dddddd;
  border-top: 0;
  display: block;
}
.collection-item-stage a.moderate_link,
.collection-item-stage a.moderate_link:hover {
  left: 0;
  position: relative;
}
.collection-item-stage .moderate_link {
  position: relative;
  float: right;
}
.collection-item-stage .moderate_link i.fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  display: block;
  border: 1px solid #dddddd;
}
.collection-item-stage .row_edit_bar_parent {
  position: relative;
  float: right;
  clear: both;
}
@media (min-width: 992px) {
  #page_user_browse .empty-right .collection-item-stage,
  #page_poll_index .empty-right .collection-item-stage,
  #page_quiz_index .empty-right .collection-item-stage,
  #page_event_index .empty-right .collection-item-stage,
  #page_pages_index .empty-right .collection-item-stage,
  #page_pages_all .empty-right .collection-item-stage,
  #page_groups_all .empty-right .collection-item-stage {
    width: 50%;
  }
}
.collection-stage-narrow {
  margin-left: -1px;
  margin-right: -1px;
}
.collection-stage-narrow:after {
  clear: both;
  display: block;
}
.collection-stage-item-narrow {
  float: left;
  position: relative;
}
.my_photo_item {
  display: block;
  width: 33.3333%;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
}
.my_photo_item span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.pages_item {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  height: 120px;
}
.pages_item > a {
  float: left;
  display: block;
  width: 120px;
  margin-right: 12px;
}
.pages_item div.pages_info {
  display: block;
  padding-top: 1px;
}
.pages_item div.pages_info > div {
  overflow: hidden;
}
.pages_item div.pages_info > div > a,
.pages_item div.pages_info > div > span > a {
  margin-top: 10px;
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400 !important;
  color: #297fc7 !important;
}
@media (max-width: 320px) {
  .pages_item {
    height: 110px;
  }
  .pages_item ._size__120,
  .pages_item ._size__120:hover,
  .pages_item ._image_120 {
    width: 110px;
    height: 110px;
  }
  .pages_item.user_item > a:not(.btn) {
    width: 110px;
    height: 110px;
  }
}
#page_user_browse .pages_item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.poll_user_image.go_left {
  padding-right: 0;
  margin-right: 10px;
}
.correctAnswer {
  background: transparent;
}
.correctAnswer a:first-of-type:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 10px;
  right: 10px;
  color: #27ae60;
}
.answer_parent.p_2 {
  position: relative;
}
#removeQuestion {
  position: absolute;
  right: 0;
  top: -25px;
}
#removeQuestion a,
#removeQuestion a:hover {
  color: #555555;
}
#removeQuestion a:hover {
  color: #297fc7;
  transition: all 0.5s ease;
}
#page_quiz_add .table_right {
  position: relative;
}
.quiz_questions {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.quiz_questions > strong {
  font-size: 16px;
  font-weight: normal;
  color: #222222 !important;
}
.quiz_questions .quiz_answers {
  padding: 4px 0 4px 10px;
}
.quizz_large_item {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.quizz_large_item .quizz_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//misc/quizz_no_img.jpg");
  display: block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quizz_large_item header {
  padding: 10px 20px;
}
.quizz_large_item header h1 {
  padding: 0;
}
.quiz_result_item {
  padding: 20px 0;
}
.quiz_result_item + .quiz_result_item {
  border-top: 1px solid #dddddd;
}
.quiz_result_left {
  float: left;
  width: 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.quiz_result_right {
  margin-left: 40px;
  border-left: 2px solid #dddddd;
  padding-left: 20px;
}
.quiz_result_question {
  padding-bottom: 10px;
}
.info_holder + .activity_feed_form_share:before,
.info_holder + #js_main_feed_holder:before {
  display: block;
  content: " ";
  height: 20px;
  background: #e4e8eb;
}
#page_event_index .row_banner .event_date {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px #dfdfdf solid;
  text-align: center;
}
#page_event_index .row_banner .event_date .month {
  display: block;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
}
#page_event_index .row_banner .event_date .day {
  display: block;
  font-size: 25px;
  font-weight: 200;
  position: absolute;
  left: -5px;
  text-align: center;
  right: 0;
  top: 20px;
}
#page_event_index .row_banner header {
  padding-left: 80px;
  min-height: 90px;
}
#event_date_calendar {
  position: relative;
  top: 1px;
  width: 50px;
  background: #fff;
  text-align: center;
}
#event_date_calendar.w_200 {
  width: 100%;
  height: auto;
}
#event_date_calendar.w_200 .month {
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#event_date_calendar.w_200 .day {
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px;
  color: #297fc7;
}
#event_date_calendar .month {
  display: block;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
#event_date_calendar .day {
  display: block;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 30px;
  background-color: #eeeeee;
}
#js_block_border_event_rsvp.block {
  background: #ffffff;
  padding: 0 10px;
}
#js_block_border_event_rsvp.block > .title {
  margin-bottom: 10px;
}
#js_block_border_event_rsvp.block form > .p_2 {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  border: 1px transparent solid;
}
#js_block_border_event_rsvp.block form > .p_2 input[type="checkbox"],
#js_block_border_event_rsvp.block form > .p_2 input[type="radio"] {
  visibility: hidden;
}
#js_block_border_event_rsvp.block form > .attending.active {
  background-color: #5cb85c;
  color: white;
}
#js_block_border_event_rsvp.block form > .maybe_attending.active {
  background-color: #4193d8;
  color: white;
}
#js_block_border_event_rsvp.block form > .not_attending.active {
  background-color: #e4e8eb;
}
#js_block_border_event_rsvp.block form > .p_2:hover {
  color: #222222;
}
#js_block_border_event_rsvp.block form > .p_2.active {
  color: #222222;
}
.mp_event_image .no_image_item {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//misc/event_no_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.event_large_item {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.event_large_item .event_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//misc/event_noimg_medium.jpg");
  display: block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event_large_date {
  width: 81px;
  height: 81px;
  display: block;
  float: left;
  background-color: #ee5454;
  margin-top: -1px;
  color: white;
  padding: 10px 0;
}
.event_large_date div.month {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.event_large_date div.day {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.event_large_time {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  background-color: #edeeef;
  color: #555555;
}
.event_large_time div.time {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 10px;
}
.no_border {
  border: 0 !important;
}
.event_large_title {
  padding-left: 190px;
  padding-top: 11px;
}
.event_large_title h1 {
  padding: 0;
  margin: 0;
}
#page_music_index ._moderator,
#page_event_index ._moderator,
#page_poll_index ._moderator,
#page_quiz_index ._moderator {
  border-bottom: 0 !important;
}
.event_rsvp_btn_list {
  margin: 0 -5px;
}
.event_rsvp_btn_list > div {
  float: left;
  width: 50%;
  padding: 10px 5px;
}
#event_date_calendar.xs {
  width: 32px;
  height: 32px;
}
#event_date_calendar.xs .month {
  font-size: 9px;
}
#event_date_calendar.xs .day {
  font-size: 11px;
  text-align: center;
  left: 0;
  top: 15px;
}
#js_block_border_event_sponsored div.info {
  padding-top: 10px;
}
#js_block_border_event_sponsored div.info + div.info {
  border-top: 1px solid #eeeeee;
}
#js_block_border_event_sponsored div.sponsored_title {
  margin-top: -15px;
  margin-bottom: 8px;
  color: #297fc7;
}
ul.block_event_listing > li {
  margin: 0 0 20px 0;
}
ul.block_event_listing > li + li {
  padding: 20px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.mosaicflow__column {
  float: left;
}
#content .photos_row:hover header {
  display: block;
  cursor: pointer;
}
#content .photos_row:hover a.moderate_link {
  display: block !important;
}
#content .photos_row {
  display: block;
  margin: 0 5px 5px 0;
  position: relative;
  background: #ffffff;
  border: 1px #ebebeb solid;
}
#content .photos_row ._moderator a.moderate_link_active {
  background: rgba(0, 0, 0, 0.4);
  display: block !important;
}
#content .photos_row a.moderate_link {
  display: none !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: static;
  margin-left: 5px;
}
#content .photos_row ._moderator a.moderate_link_active i::before,
#content .photos_row ._moderator a.moderate_link_active:hover i::before {
  color: #fff;
}
#content .photos_row ._moderator {
  position: absolute;
  top: 0;
  left: -6px;
  border: 0;
  background-color: transparent;
}
#content .photos_row header {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
}
#content .photos_row h1 {
  font-size: 12px;
  line-height: normal;
}
#content .photos_row h1 a,
#content .photos_row h1 a:hover {
  color: #fff;
  font-weight: 600;
}
#content .photos_row .photos_row_info {
  font-size: 11px;
  padding-top: 2px;
  color: #f1f1f1 !important;
}
#content .photos_row .photos_row_info a,
#content .photos_row .photos_row_info a:hover {
  color: #f1f1f1 !important;
  font-weight: normal !important;
}
.photos_row img {
  display: block;
  width: 100%;
  height: auto;
}
#page_photo_album .mosaicflow_load {
  margin-bottom: 50px;
  visibility: hidden;
}
#photo_selector {
  position: relative;
  height: 50px;
  line-height: 50px;
}
#photo_selector input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  height: 50px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
#photo_selector_button {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #297fc7;
  color: #ffffff;
  font-weight: 200;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
#js_album_description {
  padding: 10px 10px 0 10px;
  font-size: 13px;
}
.activity_feed_multiple_image {
  padding: 0;
}
.activity_feed_multiple_image li {
  margin: 0;
}
.activity_feed_multiple_image li:not(:first-of-type) {
  width: 49%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.activity_feed_multiple_image li:not(:first-of-type) img {
  margin: auto;
  width: 100%;
  background-size: contain;
}
#page_photo_view #header,
#page_photo_view #top {
  background: transparent;
}
#page_photo_view #top {
  margin-top: 0;
}
#page_photo_view #container,
#page_photo_view #header {
  display: none;
}
#page_photo_view .photos_view {
  display: none;
}
#page_photo_view .photos_view_loader {
  position: fixed;
  font-size: 24px;
  left: 50%;
  top: 50%;
  z-index: 100;
}
#page_photo_view.photo_is_active .photos_view_loader {
  display: none;
}
#page_photo_view.photo_is_active .photos_view {
  display: block;
}
#page_photo_view.photo_is_active #container {
  display: table;
}
.photos_view {
  background: #0c0c0c;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0 10px 0;
  position: relative;
}
.photos_view > ._a_back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.photos_view > ._a_back > i {
  font-size: 22px;
  margin-top: 9px;
}
.photos_view .photos_actions {
  padding: 10px 0 0 10px;
  text-align: left;
  color: #808080;
}
.photos_view .photos_actions a,
.photos_view .photos_actions a:hover {
  color: #808080;
}
.photos_view .photos_actions > ul {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.photos_view .photos_actions > ul > li {
  display: inline-block;
  margin-left: 5px;
}
.photos_view .photos_actions > ul > li a,
.photos_view .photos_actions > ul > li a:hover {
  display: block;
  color: #808080;
}
.photos_view .photos_actions > ul > li a > i,
.photos_view .photos_actions > ul > li a:hover > i {
  font-size: 16px;
}
.photos_view .photos_actions > ul > li a > span,
.photos_view .photos_actions > ul > li a:hover > span {
  display: none;
}
.note {
  border: 1px #b9b9b9 solid;
}
#noteform {
  background: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  color: #555555;
  width: 300px;
}
#noteform .table {
  margin-bottom: 5px;
  padding: 0;
}
#noteform .extra_info {
  font-size: 12px;
}
#noteform .extra_info a,
#noteform .extra_info a:hover {
  color: #555555;
}
#noteform .extra_info a:hover {
  text-decoration: underline;
}
.cancel_tagging {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.photo_edit_holder,
.photo_edit_input,
.input_drop_layer {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.input_drop_layer {
  background: #ffffff;
  color: #555555;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 13px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.input_drop_layer li a,
.input_drop_layer li a:hover {
  background: #ffffff;
  color: #555555;
}
.input_drop_layer li a:hover {
  background: #f0f0f0;
}
.js_box_content .photo_edit_row {
  width: 100%;
  margin: 0;
  display: block;
}
#page_photo_index .photo_edit_wrapper {
  background: #ffffff;
}
#page_photo_index .photo_edit_row {
  display: block;
  vertical-align: top;
  padding: 12px 10px 20px 0;
  background: transparent;
  margin: 0;
}
#page_photo_index .photo_edit_row .table {
  margin: 0;
  padding: 20px;
  border-bottom: 1px #ebebeb solid;
}
@media (min-width: 767px) {
  .photo_edit_row {
    float: left;
    width: 50%;
  }
}
.photo_table_clear {
  display: inline-block;
  display: block;
}
.photo_table_clear:before,
.photo_table_clear:after {
  content: " ";
  display: table;
}
.photo_table_clear:after {
  clear: both;
}
.photo_table_clear:before,
.photo_table_clear:after {
  content: " ";
  display: table;
}
.photo_table_clear:after {
  clear: both;
}
.photo_edit_image {
  height: 200px;
  vertical-align: middle;
  line-height: 200px;
  text-align: center;
  background: #0c0c0c;
  margin-top: -20px;
  overflow: hidden;
}
.play_link {
  display: inline-block;
}
.play_link:hover .play_link_img {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.play_link:hover .play_link_img:before {
  color: #fff;
  transition: all 0.5s ease;
}
.play_link_img {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -1000px;
  overflow: hidden;
}
.play_link_img:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f04b';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: #000;
  opacity: 0.6;
  font-size: 30px;
  margin-left: -20px;
  margin-top: -20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.photos_stream {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.photos_stream > div {
  display: table;
}
.photos_stream > div > a.active img,
.photos_stream > div > a.active:hover img {
  border-color: #297fc7;
}
.photos_stream > div > a,
.photos_stream > div > a:hover {
  display: table-cell;
  height: 120px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  padding: 0 8px;
}
.photos_stream > div > a:hover {
  background: #000;
  transition: all 0.5s ease;
}
.photos_stream > div img {
  vertical-align: middle;
  max-width: 90px;
  max-height: 90px;
  border: 2px #333333 solid;
}
.photos_stream #prev_photos,
.photos_stream #next_photos {
  position: absolute;
  font-size: 4.7em;
  opacity: 0.5;
  display: none;
  height: 100%;
}
.photos_stream #prev_photos:hover,
.photos_stream #next_photos:hover {
  opacity: 1;
}
.photos_stream #next_photos {
  right: 0;
}
.photos_stream:hover #prev_photos,
.photos_stream:hover #next_photos {
  display: block;
}
#js_crop_tool {
  background: #e6e6e6;
}
#js_main_photo {
  background: #e6e6e6;
  text-align: center;
}
#js_main_photo .p_2 {
  padding: 0;
}
#js_main_photo img {
  max-width: 100% !important;
  height: auto !important;
}
.tagFriendChooser {
  overflow: hidden;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
}
.tagFriendChooser ._size__32 > span,
.tagFriendChooser ._size__32:hover > span,
.tagFriendChooser ._size__30 > span,
.tagFriendChooser ._size__30:hover > span {
  top: -7px;
}
.tagFriendChooser > span {
  display: inline-block;
  vertical-align: middle;
}
.tagFriendChooser .tagFriendChooserImage {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.tagFriendChooser .tagFriendChooserImage img {
  max-width: 32px;
  max-height: 32px;
  background-size: cover;
  position: absolute;
}
#js_feed_content > h2 {
  font-size: 24px;
  color: #555555;
  font-weight: 200;
  margin-bottom: 10px;
}
#main-photo-section {
  position: relative;
}
#main-photo-section .hidden-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e4e8eb;
  z-index: 10000;
  transition: all 0.5s ease;
}
#main-photo-albums {
  text-align: center;
}
#main-photo-albums > i {
  font-size: 16px;
}
.photo-albums {
  margin-bottom: 30px;
  text-align: center;
}
.photo-albums > article:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.photo-albums > article {
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: top;
  height: 280px;
  background-size: cover;
  border: 1px #d8dee2 solid;
  background-position: center center;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
  .photo-albums > article {
    width: 47%;
  }
}
@media (max-width: 992px) {
  .photo-albums > article {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .photo-albums > article {
    width: 95%;
  }
}
.photo-albums > article > header > h1 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.photo-albums > article > header > h1 a,
.photo-albums > article > header > h1 a:hover {
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  font-weight: 600;
  max-height: none;
  height: auto;
}
.photo-albums > article > header > h1 a > span.name,
.photo-albums > article > header > h1 a:hover > span.name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  z-index: 1;
}
.photo-albums > article > header > h1 a > span.name > span.info,
.photo-albums > article > header > h1 a:hover > span.name > span.info {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .empty-right .photo-albums > article {
    width: 30%;
  }
}
.photo-h1 {
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.photo_mature {
  height: 300px;
  background: #727272;
  color: #808080;
  position: relative;
}
.photo_mature i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.photo_mature_2 {
  background: #ee5454;
}
.photo_mature_2 i {
  color: #ffffff;
}
@media (min-width: 992px) {
  #page_photo_index .photo_edit_row {
    width: 33.333%;
    float: left;
  }
}
#page_photo_index #panels {
  display: none;
}
#js_block_border_photo_album-tag .block_listing_inline ul li {
  padding-right: 5px;
}
.album_tag img {
  vertical-align: baseline;
}
.listing_row {
  background: #ffffff;
  border-bottom: 1px #e6e6e6 solid;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
._app_marketplace .listing_row {
  border: 0;
  background: #f5f5f5;
}
.listing_image {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.listing_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
#content .listing_content {
  margin-left: 130px;
  height: 120px;
}
#content .listing_content h1 {
  line-height: normal;
  font-size: 20px;
  margin-bottom: 4px;
  padding: 2px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 480px) {
  ul.listing_info .user_profile_link_span {
    display: none;
  }
}
.listing_info,
.listing_category {
  margin-top: 5px;
  font-size: 13px;
  color: #555555;
}
.listing_info li,
.listing_category li {
  display: inline-block;
}
.listing_info li:not(:first-of-type):before,
.listing_category li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 5px;
}
.listing_info a,
.listing_category a,
.listing_info a:hover,
.listing_category a:hover {
  color: #555555;
}
.listing_category {
  margin-top: 0;
  margin-bottom: 4px;
}
.listing_pricing {
  font-size: 18px;
  font-weight: 200;
  color: #222222;
}
.listing_view_images {
  position: relative;
  background: #0c0c0c;
}
.listing_view_images ._main {
  text-align: center;
  padding: 30px 0;
}
.listing_view_images ._thumbs {
  background: #262626;
  text-align: center;
  height: 110px;
}
.listing_view_images ._thumbs img {
  width: 90px;
  height: 90px;
  background-size: contain;
  cursor: pointer;
  margin: 10px 8px -2px 0;
  opacity: 0.5;
}
.listing_view_images ._thumbs img:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.listing_view_images ._thumbs img.active {
  opacity: 1;
}
.listing_view_price {
  display: inline-block;
  color: #f0ad4e;
  font-size: 18px;
  vertical-align: middle;
}
#page_marketplace_view div.info_left {
  padding-left: 0 !important;
}
#page_marketplace_view .item_info_more {
  padding: 12px 0 20px 0;
}
#page_marketplace_view .item_content {
  padding: 10px 0 !important;
}
.listing_purchase {
  float: right;
}
.listing_purchase > div {
  float: left;
}
@media (max-width: 768px) {
  .listing_purchase .btn > span {
    display: none;
  }
}
#js_marketplace_form_holder {
  margin-bottom: 20px;
}
.block_listing_title {
  font-size: 16px;
}
.block_listing_title .extra_info {
  color: #f60;
}
.block_listing_image_feature {
  position: relative;
  min-height: 50px;
  max-height: 150px;
  overflow: hidden;
}
.mp_item_price {
  color: #f0ad4e !important;
  font-weight: 500;
}
.listing_image .no_image_item,
.block_listing_image_feature .no_image_item,
.mp_listing_image .no_image_item {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//misc/marketplace_no_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.other_listing_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(19, 19, 19, 0.62)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#131313', GradientType=0);
}
.other_listing_image .extra_info_middot {
  float: right;
}
.other_listing_image img {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.other_listing_image .more_image span {
  height: 32px;
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  color: white;
}
#page_marketplace_add .js_uploader_files:not(:first-child) {
  margin-top: 5px;
}
#page_marketplace_add .row1.row_focus {
  padding-bottom: 20px;
}
._app_music_song .music_row {
  margin: 0;
  padding: 0;
  border: 0;
}
._app_music_song .music_row .music_row_content {
  margin-left: 0;
  min-height: inherit;
}
.activity_feed_content .music_row .music_row_content {
  padding-left: inherit;
}
.music_row {
  position: relative;
  border-bottom: 1px #eeeeee solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  display: inline-block;
  display: block;
}
.music_row:before,
.music_row:after {
  content: " ";
  display: table;
}
.music_row:after {
  clear: both;
}
.music_row:before,
.music_row:after {
  content: " ";
  display: table;
}
.music_row:after {
  clear: both;
}
.music_row .music_row_image {
  max-width: 130px;
  float: left;
  width: 130px;
}
.music_row .music_row_content {
  padding-left: 140px;
}
.music_row .music_row_content header {
  margin-bottom: 10px;
}
.music_row .music_row_content header h1 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.music_row .music_row_content header h1 a {
  display: block;
  white-space: nowrap;
}
.music_row .music_row_content header h2 {
  margin: 0;
}
.music_row .music_row_content header h2 a,
.music_row .music_row_content header h2 a:hover {
  font-size: 12px !important;
  color: #626262 !important;
  font-weight: normal !important;
}
.music_row .music_row_content audio {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
}
.music_row .music_row_content .audio_player {
  width: 100%;
}
.music_row .music_time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px;
  color: #626262;
}
.music_row .music_song_stats {
  margin-top: 5px;
  position: relative;
  height: 25px;
}
.music_row .music_song_stats > a,
.music_row .music_song_stats > a:hover {
  display: inline-block;
  font-size: 12px;
  background: #ffffff;
  color: #555555;
  height: 20px;
  line-height: 20px;
  padding: 0 6px 0 25px;
  position: relative;
  margin-right: 5px;
}
.music_row .music_song_stats > a:hover:before {
  color: #297fc7;
  transition: all 0.5s ease;
}
.music_row .music_song_stats > a:before {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 12px !important;
  color: #222222;
}
.music_row .music_song_stats > a.do_like:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.music_row .music_song_stats > a.do_comment:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f075';
}
.music_row .music_song_stats > ul {
  position: absolute;
  right: 0;
  top: 0;
}
.music_row .music_song_stats > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  font-size: 13px;
}
.music_row .music_song_stats > ul > li a,
.music_row .music_song_stats > ul > li a:hover {
  display: block;
  color: #626262;
}
.music_row .music_song_stats > ul > li a:before {
  padding-right: 5px;
  font-size: 12px !important;
  color: #7b7b7b;
}
.music_row .music_song_stats > ul > li.total_plays a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f04b';
}
.music_row .music_song_stats > ul > li.total_likes a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.music_row .music_song_stats > ul > li.total_comments a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f075';
}
@media (max-width: 768px) {
  .music_row .music_row_image {
    width: 40px;
  }
  .music_row .music_row_image a._size__120 {
    width: 40px;
    height: 40px;
  }
  .music_row .music_row_image a._size__120 span {
    top: 10px;
    font-size: 14px;
  }
  .music_row .music_row_content {
    padding-left: 60px;
  }
}
#js_music_player {
  padding-top: 20px;
}
#js_music_player audio {
  width: 100%;
}
.music_songs {
  font-size: 12px;
  border-top: 1px #ebebeb solid;
  padding-top: 10px;
}
.music_songs > div {
  font-weight: 600;
  text-transform: uppercase;
}
.music_album_rows {
  background: #ffffff;
  color: #555555;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 260px;
}
.music_album_rows img {
  position: absolute;
  left: 0;
  top: 0;
}
.music_album_rows h1 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.music_album_rows h1 a,
.music_album_rows h1 a:hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.music_album_rows h1 a > span,
.music_album_rows h1 a:hover > span {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.music_album_rows h1 a > span,
.music_album_rows h1 a:hover > span,
.music_album_rows h1 a > time,
.music_album_rows h1 a:hover > time {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 35px;
  right: 0;
}
.music_album_rows h1 a > time,
.music_album_rows h1 a:hover > time {
  bottom: 10px;
  color: #6f6f6f;
}
.music_album_rows .music_row_image {
  top: 12px;
  left: 10px;
}
.music_album_rows .music_time {
  top: 10px;
  right: 10px;
}
.music_album_view {
  position: relative;
  min-height: 210px;
  margin-bottom: 10px;
}
.music_album_view .fa {
  font-size: 26px;
  opacity: 0.6;
}
.music_album_view .mav_info {
  position: absolute;
  left: 0;
  top: 0;
}
.music_album_view .mav_tracks {
  margin-left: 220px;
}
@media (max-width: 480px) {
  .music_album_view .mav_info {
    position: relative;
  }
  .music_album_view .mav_tracks {
    margin-left: 0;
    margin-top: 15px;
  }
}
#js_sample_multi_ad_holder {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: absolute;
  right: -150px;
  top: 185px;
  width: 300px;
  background: #ffffff;
}
.ad_unit_holder_title {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  background: #555555;
  color: white;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.ad_unit_multi_ad_image {
  background: #f5f5f5;
}
.ad_unit_multi_ad_image img {
  background-size: contain;
  width: auto;
  height: auto;
}
.ad_unit_multi_ad_title {
  color: #222222;
}
.ad_unit_multi_ad_text,
.ad_unit_multi_ad_url {
  color: #555555;
}
.ad_unit_multi_ad {
  border-bottom: 1px #f0f0f0 solid;
  padding: 5px;
}
#left .ad_unit_multi_ad,
#right .ad_unit_multi_ad {
  padding: 0 10px;
}
#left #js_block_border_ad_display.block > .content,
#right #js_block_border_ad_display.block > .content {
  background: #ffffff;
}
#left #js_block_border_ad_display.block > .content .ad_unit_multi_ad:last-of-type,
#right #js_block_border_ad_display.block > .content .ad_unit_multi_ad:last-of-type {
  border: 0;
  padding-bottom: 0;
}
#page_ad_add #panels,
#page_music_upload #panels {
  display: none;
}
.ad_is_fixed #js_block_border_ad_display {
  position: fixed;
  top: 45px;
}
#page_ad_add #content {
  width: 600px;
  display: block;
}
#subscribe_compare_plan .row {
  width: 99%;
}
#subscribe_compare_plan .row > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#subscribe_compare_plan .panel.price,
#subscribe_compare_plan .panel.price > .panel-heading {
  border-radius: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#subscribe_compare_plan .panel.price:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#subscribe_compare_plan .panel.price:hover > .panel-heading {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
}
#subscribe_compare_plan .panel.price > .panel-heading {
  box-shadow: 0 5px 0 rgba(50, 50, 50, 0.2) inset;
}
#subscribe_compare_plan .price .list-group-item {
  border-bottom-: 1px solid rgba(250, 250, 250, 0.5);
}
#subscribe_compare_plan .panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#subscribe_compare_plan .panel.price .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#subscribe_compare_plan .price .panel-footer {
  color: #fff;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
#subscribe_compare_plan .panel.price .btn {
  box-shadow: 0 -1px 0 rgba(50, 50, 50, 0.2) inset;
  border: 0;
}
#subscribe_compare_plan .price.panel-color > .panel-heading {
  color: #fff;
  background-color: #297fc7;
  border-color: #74b0e2;
  border-bottom: 1px solid #74b0e2;
}
#subscribe_compare_plan .price.panel-color > .panel-heading h3 {
  font-size: 30px;
  color: #e5e5e5;
  border: none;
}
#subscribe_compare_plan .price.panel-color > .panel-body {
  color: #fff;
  background-color: #348cd5;
  padding: 7px 0;
}
#subscribe_compare_plan .price.panel-color > .panel-body strong {
  color: #eea236;
  font-size: 18px;
}
#subscribe_compare_plan .price.panel-color > .panel-body .lead {
  margin-bottom: inherit !important;
}
#subscribe_compare_plan .price.panel-color ul {
  border-left: solid 1px #297fc7;
  border-right: solid 1px #297fc7;
}
#subscribe_compare_plan .price.panel-color .list-group-item {
  color: #333;
  background-color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
}
#subscribe_compare_plan .price.panel-color .list-group-item:hover {
  background-color: #e6e6e6;
}
#subscribe_compare_plan .price.panel-color .list-group-item:not(:last-child) {
  border-bottom: solid 1px #5fa4de;
}
@media (max-width: 992px) {
  .profile_image {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .profile_image {
    top: auto;
    bottom: 100px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .pages_header_info .pages_header_name h1 {
    max-width: 280px;
  }
  .pages_header_image {
    width: 100px;
  }
  .pages_header_image ._size__120,
  .pages_header_image ._size__120:hover {
    width: 100px;
    height: 100px;
  }
  .profile_menu_is_fixed .profile_image {
    margin-left: 0;
  }
  .activity_like_holder {
    display: none;
  }
}
.table .table_right {
  padding-bottom: 10px;
}
.item_bar_action_holder ul {
  display: none;
}
.item_bar_action_holder .item_bar_action,
.item_bar_action_holder .item_bar_action:hover {
  display: inline-block;
}
.item_bar_action_holder .item_bar_action.approve::before,
.item_bar_action_holder .item_bar_action:hover.approve::before {
  content: "\f046";
  color: #ffffff;
}
.header-login-form label {
  margin-bottom: 0;
  font-weight: normal;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none none outside;
}
.list-inline > li {
  float: left;
  display: block;
  position: relative;
}
.list-inline > li > a {
  display: block;
}
.header-login-form form label {
  display: block;
}
.dropdown-panel {
  position: absolute;
  display: none;
  z-index: 1011;
  right: -80px;
}
.dropdown-panel .dropdown-panel-body {
  min-width: 320px;
  min-height: 320px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  text-align: left;
}
.open .dropdown-panel {
  display: block;
}
.table_right .extra_info a,
.table_right .extra_info a:hover {
  color: #646464;
}
.empty-left #left {
  display: none;
}
@media (min-width: 992px) {
  .empty-left #content-holder {
    width: 75%;
  }
}
.empty-right #right {
  display: none;
}
@media (min-width: 992px) {
  .empty-right #content-holder {
    width: 75%;
  }
}
.empty-left.empty-right #content-holder {
  width: 100%;
}
@media (min-width: 767px) {
  #left {
    padding-right: 0;
  }
}
#right {
  padding-top: 20px;
}
@media (min-width: 992px) {
  #right {
    padding-left: 0;
  }
}
#content-holder,
#left {
  margin-top: 20px;
}
.block .title {
  position: relative;
}
@media (max-device-width: 700px), (max-width: 700px) {
  select#month,
  select#day,
  select#year {
    margin-bottom: 20px;
  }
  .dropdown-panel .dropdown-panel-body {
    width: 100%;
    min-width: 300px;
  }
  #left .block > .content,
  #right .block > .content {
    display: none;
  }
  #left .block.open > .content,
  #right .block.open > .content {
    display: block;
  }
  #left .block > .title:after,
  #right .block > .title:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f141';
    position: absolute;
    color: #888;
    right: 0;
    top: 14px;
  }
}
.sticky-bar {
  padding: 20px 0;
  background: #297fc7;
  color: #e5e5e5;
}
.sticky-bar label,
.sticky-bar .forgot_password {
  color: #e5e5e5;
  font-size: 0.875em;
}
.container-fluid {
  max-width: 1190px;
}
#pf_admin {
  display: none;
}
@media (max-width: 767px) {
  ._block.location_11 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.profiles_menu > ul {
  right: 0;
}
@media (max-width: 480px) {
  .profiles_menu > ul {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .profiles_menu > ul .profiles_menu > ul > li > a:hover {
    padding: 0 5px;
  }
}
.header-right-menu > li {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .header-right-menu > li {
    margin: 5px 0;
  }
}
.header-right-menu > li > a {
  line-height: 40px;
  font-size: 1em;
  text-decoration: none;
}
.header-right-menu > li > a:hover {
  color: white;
}
.header-right-menu > li > .no_image_user > span {
  position: relative;
  left: 0;
  top: 0;
  color: white;
}
.header-right-menu .dropdown-menu > li > a > i:before {
  color: inherit;
  display: inline-block;
  width: 22px;
  text-align: center;
  padding-right: 10px;
}
.header_search_form {
  margin-top: 0;
}
.site-logo-link {
  display: block;
  text-decoration: none;
}
.site-logo-link:hover,
.site-logo-link:focus,
.site-logo-link:active {
  text-decoration: none;
}
.site-logo-link .site-logo-icon > span {
  display: block;
}
.site-logo-link .site-logo-icon > i {
  background-image: url("https://adoption.com/community/PF.Base/theme/frontend/default/style/default/image//layout/phpfox_bootstraptemplate_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
}
.relative {
  position: relative;
}
#page_profile_index #main,
#page_event_view #main {
  margin-top: 0 !important;
}
#page_user_login form#js_login_form label input.checkbox {
  display: inline-block;
}
#page_user_login div.bottom ul li a {
  height: auto;
}
#page_user_login div.bottom ul li a:hover {
  height: auto;
}
#content-stage {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#page_core_index-member #content,
#page_profile_index #content,
#page_event_view #content,
#page_pages_view #content,
#page_groups_view #content {
  padding-left: 0;
  padding-right: 0;
}
#page_core_index-member #content-stage,
#page_profile_index #content-stage,
#page_groups_view #content-stage,
#page_pages_view #content-stage {
  background: transparent;
}
.header-right-menu li#hd-user a > ._image__50_square {
  width: 40px;
  height: 40px;
}
.header-right-menu li#hd-user .no_image_user._size__50 {
  width: 40px;
  height: 40px;
}
.header-right-menu li#hd-user .no_image_user._size__50 > span {
  font-size: 12px;
}
#left ._block .block,
#right ._block .block {
  background: #ffffff;
  padding: 0 20px 20px 20px;
}
#main,
#left ._block .block,
#right ._block .block {
  margin-bottom: 20px;
}
.activity_feed_form_button {
  margin-left: -20px;
  margin-right: -20px;
}
.activity_feed_form {
  padding-bottom: 0;
}
.privacy_setting_mini .btn {
  border-color: transparent;
}
.activity_feed_form_button_position_button {
  float: right;
}
.activity_feed_form_button_position {
  border-top: 1px solid #dddddd;
}
.global_attachment_holder_section {
  margin-bottom: 0;
}
.activity_feed_form_button_position .privacy_setting_mini {
  float: left;
}
.privacy_setting_mini .dropdown-menu {
  left: 0;
  right: auto;
}
#activity_feed_submit {
  min-width: 140px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
#js_photo_preview img {
  max-width: none;
}
.breadcrumbs_right_section {
  text-align: right;
  padding-left: 20px;
}
@media (max-device-width: 700px), (max-width: 700px) {
  ._is_pages_view .item_bar {
    bottom: 12px;
  }
}
#panel .js_temp_friend_search_form {
  top: 55px;
}
.panel_xs .js_temp_friend_search_form {
  top: 32px;
}
.profile_image {
  bottom: -50px;
}
.profiles_menu > ul > li.profile_menu_image_holder {
  display: none;
}
.profile_menu_is_fixed .profiles_menu > ul > li.profile_menu_image_holder {
  display: inline-block;
}
.profile_menu_is_fixed .profiles_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.profile_menu_is_fixed .profiles_menu > ul {
  transition: all 0.5s ease;
  padding-left: 20px;
}
.profile_menu_image {
  margin: 10px 5px 10px 0;
}
.profile_menu_image > a > img {
  width: 40px;
  height: 40px;
}
.profile_menu_image ._size__200,
.profile_menu_image ._size__200:hover {
  width: 40px;
  height: 40px;
}
.profile_menu_image ._size__200 span,
.profile_menu_image ._size__200:hover span {
  display: block !important;
  top: 0 !important;
  font-size: 14px !important;
}
.profile_menu_image ._size__200 > span,
.profile_menu_image ._size__200:hover > span {
  display: none;
}
.profile_image ._size__200 > span,
.profile_image ._size__200:hover > span {
  top: 55px;
  font-size: 30px;
}
@media (max-width: 700px) {
  .profile_image ._size__200,
  .profile_image ._size__200:hover {
    width: 200px;
    height: 200px;
  }
  .profile_image ._size__200 > span,
  .profile_image ._size__200:hover > span {
    top: 30px;
    font-size: 30px;
  }
}
#page_core_index-member #top {
  margin: 0 -20px;
}
#page_core_index-visitor #main .container-fluid {
  position: relative;
  overflow: hidden;
}
#page_core_index-visitor #content-holder {
  position: absolute;
  padding: 0;
  width: 100%;
}
#page_core_index-visitor #content-stage {
  margin: 0 20px;
  background-size: cover;
}
#page_core_index-visitor #right {
  clear: none;
  float: right;
  width: 300px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  #page_core_index-visitor #right {
    width: 100%;
  }
}
#page_core_index-visitor #left {
  z-index: 1;
}
#page_core_index-visitor .location_2,
#page_core_index-visitor .location_4 {
  display: none;
}
.page_section_menu_header {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .profiles_menu > ul > li > a,
  .profiles_menu > ul > li > a:hover {
    padding: 0 5px;
  }
  #page_core_index-visitor #content-holder {
    position: absolute;
    padding: 0;
    width: 100%;
  }
  #page_core_index-visitor #right .block > .title:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #page_core_index-visitor #right {
    margin-right: 20px;
    width: 400px;
  }
}
#js_total_new_friend_requests,
#js_total_new_notifications,
#js_total_new_messages {
  display: none;
  position: absolute;
  top: -11px;
  left: 13px;
  font-size: smaller;
  color: white;
  background-color: #ee5454;
  line-height: 20px;
  min-width: 20px;
  padding: 0;
  text-align: center;
}
#page_quiz_add .form-control.answer {
  margin-bottom: 5px;
}
#page_quiz_add .question_title {
  margin-bottom: 20px;
}
#page_quiz_add .table .table {
  background-color: transparent;
}
a.item_bar_action:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f044';
  font-size: 20px;
  color: #626262;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
._block_content {
  position: relative;
}
#change_cover_function {
  left: 20px;
}
#change_cover_function .fa-camera {
  color: #555555;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.dropdown-menu .fa-undo {
  top: 15px;
}
#page_photo_index:not(._is_pages_view) .item_bar {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
}
#page_photo_index:not(._is_pages_view) .item_bar ul {
  right: auto;
  left: 0;
}
#page_photo_index:not(._is_pages_view) a.item_bar_action,
#page_photo_index:not(._is_pages_view) a.item_bar_action:hover {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #555555;
  background: #d5dce0;
  height: auto;
}
#page_photo_index:not(._is_pages_view) a.item_bar_action::before {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.table_left {
  font-weight: 500;
  padding-bottom: 20px;
}
.table_left label {
  font-weight: 500;
}
ul.action > li.menu_line {
  display: none;
}
._is_profile_view #top,
._is_pages_view #top {
  margin-top: 0;
}
#page_profile_index #content-stage,
#page_pages_view #content-stage,
#page_event_view #content-stage {
  padding-top: 0;
}
#page_photo_index #content-stage #right {
  display: none;
}
#page_photo_index #content-stage #content {
  width: 100%;
}
.sub_section_menu ul.action {
  margin: -20px 0;
}
.sub_section_menu > ul > li > a > span {
  position: absolute;
  right: 0;
  padding: 0 8px;
  background: #297fc7;
  color: #ffffff;
}
.dropdown-panel .panel_actions a {
  padding: 0 2px;
}
.privacy_setting_div .txt-label {
  padding-right: 6px;
  padding-left: 6px;
}
.activity_feed_form_share {
  border-bottom: 0;
  margin-bottom: 0;
  background-color: #f5f6f7;
}
.activity_feed_form_share > div.clear {
  border-top: 1px solid #dddddd;
}
ul.activity_feed_form_attach > li > a {
  height: 48px;
  line-height: 48px;
  text-transform: none;
  font-weight: 500;
  color: #555555;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  transition: all 0.5s ease;
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 0;
}
ul.activity_feed_form_attach > li > a.global_attachment_status {
  border-left: 0;
}
ul.activity_feed_form_attach > li > a:after {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  content: "";
  border-bottom: 1px solid transparent;
}
ul.activity_feed_form_attach > li > a:hover {
  text-decoration: none;
}
ul.activity_feed_form_attach > li > a.active {
  color: #555555;
  border-color: #dddddd;
  background-color: white;
}
ul.activity_feed_form_attach > li > a.active:after {
  border-color: white;
}
.activity_feed_form_button_status_info {
  padding: 20px;
}
.signin_signup_tab.clearfix,
.signin_signup_tab.dl-horizontal dd,
.signin_signup_tab.container,
.signin_signup_tab.container-fluid,
.signin_signup_tab.row,
.signin_signup_tab.form-horizontal .form-group,
.signin_signup_tab.btn-toolbar,
.signin_signup_tab.btn-group-vertical > .btn-group,
.signin_signup_tab.nav,
.signin_signup_tab.navbar,
.signin_signup_tab.navbar-header,
.signin_signup_tab.pager,
.signin_signup_tab.modal-footer,
.signin_signup_tab.user_rows_mini,
.signin_signup_tab#page_friend_profile ._block_content {
  display: none;
}
.js_box.hide_box_title .js_box_title {
  display: none !important;
}
.js_box.hide_box_title .js_box_close {
  z-index: 1;
}
.js_box.hide_box_title .signin_signup_tab {
  margin-top: -20px;
  display: block;
}
.js_box.hide_box_title #js_signup_block .table_right,
.js_box.hide_box_title #js_login_form .table_right {
  padding-bottom: 0;
}
.js_box.hide_box_title #js_signup_block .custom_login,
.js_box.hide_box_title #js_login_form .custom_login {
  border-top: 1px solid #e1e1e1;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.js_box.hide_box_title #js_signup_block .custom_login span,
.js_box.hide_box_title #js_login_form .custom_login span {
  background: #ffffff;
  top: -25px;
  display: inline-block;
  position: relative;
}
.js_box.hide_box_title #js_signup_block button.button[type="submit"],
.js_box.hide_box_title #js_login_form button.button[type="submit"] {
  width: 100%;
}
.js_box.hide_box_title #js_signup_block .p_top_base.checkbox ul li:first-child,
.js_box.hide_box_title #js_login_form .p_top_base.checkbox ul li:first-child {
  float: left;
}
.js_box.hide_box_title #js_signup_block .p_top_base.checkbox ul li:nth-child(2),
.js_box.hide_box_title #js_login_form .p_top_base.checkbox ul li:nth-child(2) {
  float: right;
}
.js_box.hide_box_title #js_registration_submit {
  width: 100%;
}
.js_box.hide_box_title .signin_signup_tab {
  margin: 0 -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.js_box.hide_box_title .signin_signup_tab li {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 3px solid #bbbbbb;
}
.js_box.hide_box_title .signin_signup_tab li a,
.js_box.hide_box_title .signin_signup_tab li a:hover {
  color: #d4d4d4;
  font-size: 24px;
}
.js_box.hide_box_title .signin_signup_tab li:first-child {
  padding-left: 30px;
}
.js_box.hide_box_title .signin_signup_tab li.active {
  border-bottom-color: #297fc7;
}
.js_box.hide_box_title .signin_signup_tab li.active a,
.js_box.hide_box_title .signin_signup_tab li.active a:hover {
  color: #555555;
}
.forum_post_article ._moderator a {
  padding-left: 10px;
}
.js_attachment_list h3 {
  display: none;
}
.feed_options_holder a.feed_options {
  background-color: transparent;
}
.header-right-menu > li#hd-message {
  margin-right: 10px;
}
.feed_comment_share_holder {
  border-right: 1px solid #dddddd;
}
.feed_comment_share_holder a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #555555;
  padding: 0 12px;
}
.feed_comment_share_holder a i.fa-share {
  margin-right: 3px;
}
.feed_comment_share_holder a:hover {
  color: white;
  background-color: #297fc7;
}
.btn.disabled,
.button.disabled,
.btn.button_not_active,
.button.button_not_active,
.btn[disabled],
.button[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
#header_search_form .form-group {
  margin-bottom: 0;
}
#header_search_form input.form-control {
  border-color: transparent;
}
#header_search_form span.form-control-feedback {
  background-color: #d8eef6;
  color: #74b8f2;
}
@media (max-width: 992px) {
  .guest_login_small {
    margin: 10px 0;
  }
  .navbar-brand {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 10px 10px 10px 20px;
    min-width: 220px;
  }
  .navbar-header {
    background-color: #297fc7;
  }
  .navbar-toggle {
    padding: 12px;
    margin: 10px 20px 10px 10px;
  }
  .guest_login_small .btn-success {
    margin-right: 6px;
  }
  .header-right-menu > li {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .navbar-nav > li + li {
    border-top: 1px solid #eeeeee;
  }
  .user-menu-item {
    padding: 10px 20px;
    position: relative;
  }
  .user-menu-item > a {
    display: block;
  }
  .user-menu-item > span {
    position: absolute;
    left: 80px;
    top: 10px;
    max-width: 100%;
    display: block;
    white-space: normal;
    overflow: hidden;
    padding: 0;
    font-size: 22px;
    text-overflow: ellipsis;
    line-height: 50px;
    height: 50px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #555555;
    font-weight: 400;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    padding: 10px 0;
  }
  .navbar-nav > li > a {
    padding: 0 15px;
    line-height: 30px;
  }
}
.sticky-bar-sm {
  display: none;
}
.sticky-bar-xs {
  position: relative;
}
.sticky-bar-xs > li {
  float: left;
  width: 25%;
}
.sticky-bar-xs > li > a {
  text-align: center;
  line-height: 40px;
  color: #555555;
  display: block;
  font-size: 16px;
  background-color: #f8f8f8;
  border-left: 1px solid #eeeeee;
}
.sticky-bar-xs > li.open > a {
  background-color: white;
  border-bottom-color: white;
}
.sticky-bar-xs .dropdown-menu {
  top: 40px;
  left: 0;
  right: 0;
}
.dropdown-menu > li + li {
  border-top: 1px solid #eee;
}
.dropdown-menu .divider {
  display: none;
}
.dropdown-panel .dropdown-panel-body {
  border-radius: 0;
}
.navbar-nav > li > a > i {
  width: 20px;
}
.guest_login_small .btn {
  min-width: 100px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.guest_login_small .btn01 {
  margin-right: 7px;
}
.login-menu-btns-xs {
  padding: 2px 5px 10px 5px;
}
.login-menu-btns-xs .btn {
  display: block;
}
.login-menu-btns-xs > div {
  display: block;
  padding: 0 5px;
}
.login-menu-btns-xs .div01 {
  float: left;
  width: 50%;
}
.login-menu-btns-xs .div02 {
  float: right;
  width: 50%;
}
.profiles_banner {
  height: 380px;
  margin-top: 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.profiles_banner.editing .profiles_owner_actions,
.profiles_banner.editing .profile_viewer_actions {
  display: none !important;
}
.profiles_banner.has_cover {
  background-image: none !important;
}
audio {
  width: 100%;
}
.cover_shadown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  top: auto;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(19, 19, 19, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#131313', GradientType=0);
}
.profiles_menu {
  height: 60px;
  background-color: #feffff;
}
.profiles_menu > ul > li {
  height: 60px;
}
.profiles_menu > ul > li:hover {
  border-color: transparent;
}
.profiles_menu > ul > li > a {
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
}
.profiles_menu > ul > li:hover > a:hover {
  color: #555555;
  font-weight: 400;
  font-size: 16px;
}
.profiles_menu > ul > li:hover > a.explore,
.profiles_menu > ul > li:hover > a.explore:hover,
.profiles_menu > ul > li > a.explore:hover,
.profiles_menu > ul > li > a.explore {
  border-left-width: 0;
  background-color: transparent;
  color: #555555;
  font-size: 16px;
}
.profiles_menu > ul > li > a.explore:hover i:hover {
  color: #555555;
}
.profile_menu_is_fixed .profiles_menu {
  background-color: #297fc7;
}
.profile_menu_is_fixed .profiles_menu > ul > li > a {
  color: white;
}
.profile_menu_is_fixed .profiles_menu > ul > li > a > span {
  color: #297fc7;
}
.profiles_admin_actions {
  position: absolute;
}
.profiles_admin_actions .btn-approved {
  margin: 10px;
  text-transform: uppercase;
}
.profiles_owner_actions {
  position: absolute;
  right: 5px;
  top: 5px;
}
.profiles_owner_actions > a {
  margin-right: 5px;
}
.profiles_owner_actions > div.dropdown {
  width: 40px;
  height: 40px;
  float: right;
}
.profiles_owner_actions > div {
  background: rgba(0, 0, 0, 0.5);
}
.profiles_owner_actions > div > a {
  display: block;
  text-align: center;
  color: #eeeeee;
  font-size: 16px;
}
.profiles_owner_actions > div > a.icon_btn {
  line-height: 40px;
}
.profiles_owner_actions > div > a:hover {
  color: #eeeeee;
}
.profile_viewer_actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 992px) {
  #right {
    clear: left;
    margin-top: 20px;
  }
  .empty-left #content-holder {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .dropdown-panel {
    left: 0;
    right: 0;
  }
  .navbar-default .navbar-brand {
    min-width: 120px;
  }
  .profile_image {
    bottom: 110px;
  }
  .profiles_extra_info {
    padding: 0 20px;
  }
  .profiles_banner {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  .login-menu-btns-xs {
    display: none;
  }
  .sticky-bar-sm {
    display: block;
  }
  ul.sticky-bar-xs {
    display: none;
  }
}
@media (min-width: 992px) {
  .sticky-bar-sm {
    display: none;
  }
}
#page_marketplace_index .header_bar_search_inner input.form-control {
  width: 100%;
}
@media (min-width: 991px) {
  #page_marketplace_index .header_bar_search_inner input.form-control {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  #page_marketplace_index .header_bar_search_inner input.form-control {
    width: 100%;
  }
}
#page_marketplace_index .header_filter_holder_md .inline-block {
  padding-right: 5px;
}
#page_marketplace_index .header_filter_holder_md .inline-block:last-child {
  padding-right: 0;
}
.pages_like_join,
.js_claim_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.pages_like_join.focus,
.js_claim_page.focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pages_like_join:hover,
.js_claim_page:hover,
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #333333;
  text-decoration: none;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join.button_not_active,
.js_claim_page.button_not_active,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pages_like_join.disabled,
a.js_claim_page.disabled,
fieldset[disabled] a.pages_like_join,
fieldset[disabled] a.js_claim_page {
  pointer-events: none;
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join.button_not_active,
.js_claim_page.button_not_active,
.pages_like_join[disabled],
.js_claim_page[disabled] {
  background-color: #eeeeee;
  border-color: #d5d5d5;
  color: #4998da;
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.pages_like_join:hover,
.js_claim_page:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  color: #ffffff;
  background-color: #449d44;
  border-color: #5cb85c;
}
.pages_like_join:active:hover,
.js_claim_page:active:hover,
.pages_like_join.active:hover,
.js_claim_page.active:hover,
.open > .dropdown-toggle.pages_like_join:hover,
.open > .dropdown-toggle.js_claim_page:hover,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.open > .dropdown-toggle.pages_like_join:focus,
.open > .dropdown-toggle.js_claim_page:focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus,
.open > .dropdown-toggle.pages_like_join.focus,
.open > .dropdown-toggle.js_claim_page.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #5cb85c;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  background-image: none;
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page,
.pages_like_join.disabled:hover,
.js_claim_page.disabled:hover,
.pages_like_join[disabled]:hover,
.js_claim_page[disabled]:hover,
fieldset[disabled] .pages_like_join:hover,
fieldset[disabled] .js_claim_page:hover,
.pages_like_join.disabled:focus,
.js_claim_page.disabled:focus,
.pages_like_join[disabled]:focus,
.js_claim_page[disabled]:focus,
fieldset[disabled] .pages_like_join:focus,
fieldset[disabled] .js_claim_page:focus,
.pages_like_join.disabled.focus,
.js_claim_page.disabled.focus,
.pages_like_join[disabled].focus,
.js_claim_page[disabled].focus,
fieldset[disabled] .pages_like_join.focus,
fieldset[disabled] .js_claim_page.focus,
.pages_like_join.disabled:active,
.js_claim_page.disabled:active,
.pages_like_join[disabled]:active,
.js_claim_page[disabled]:active,
fieldset[disabled] .pages_like_join:active,
fieldset[disabled] .js_claim_page:active,
.pages_like_join.disabled.active,
.js_claim_page.disabled.active,
.pages_like_join[disabled].active,
.js_claim_page[disabled].active,
fieldset[disabled] .pages_like_join.active,
fieldset[disabled] .js_claim_page.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.pages_like_join .badge,
.js_claim_page .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.profiles_menu > ul > li > a > span,
.profiles_menu > ul > li > a:hover > span {
  background-color: #f8f8f8;
}
#search-panel2 {
  padding: 12px 20px 5px 20px;
}
#search-panel2 .form-control {
  border-width: 0;
  background: #f8f8f8;
}
ul.action > li > a {
  line-height: 50px;
}
ul.action > li > a:hover,
ul.action > li > a:focus {
  color: #297fc7;
}
ul.action > li.active > a,
ul.action > li.active > a:hover,
ul.action > li.active > a:focus {
  color: #297fc7;
}
@media (min-width: 768px) {
  #js_block_border_core_menusub > div.title {
    display: none;
  }
}
#js_block_border_core_menusub > div.content {
  padding: 0 !important;
}
#js_block_border_core_menusub ul.action {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0 !important;
}
#js_block_border_core_menusub ul.action > li > a {
  line-height: 50px;
  padding: 0 20px;
}
#js_block_border_core_menusub ul.action > li > a {
  border-left: 4px solid transparent;
}
#js_block_border_core_menusub ul.action > li.active > a,
#js_block_border_core_menusub ul.action > li.active > a:hover,
#js_block_border_core_menusub ul.action > li.active > a:focus {
  border-left-color: #297fc7;
  background-color: #f0f0f0;
}
#left .block > .title,
#right .block > .title,
#content .block > .title,
#header_menu .block > .title,
#left .block_clear > .title,
#right .block_clear > .title,
#content .block_clear > .title,
#header_menu .block_clear > .title {
  border-bottom: 1px #dddddd solid;
  line-height: 50px;
  padding: 0 !important;
}
._forum_info > li {
  width: 52px;
}
.item-collections {
  margin: 0 -10px;
  display: inline-block;
  display: block;
}
.item-collections:before,
.item-collections:after {
  content: " ";
  display: table;
}
.item-collections:after {
  clear: both;
}
.item-collections:before,
.item-collections:after {
  content: " ";
  display: table;
}
.item-collections:after {
  clear: both;
}
.item-collections article {
  float: left;
  width: 100%;
  padding: 10px;
}
.item-collections article > div._moderator {
  float: right;
  right: 0;
  top: 0;
}
.item-collections article > div._moderator .row_edit_bar {
  margin-right: 0;
}
.item-collections article > div._moderator .row_edit_bar > .row_edit_bar_action {
  position: relative;
  right: 0;
}
.item-collections article > div._moderator i.fa-action {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  border: 1px solid #dddddd;
  border-top: 0;
  display: block;
}
.item-collections article a.moderate_link,
.item-collections article a.moderate_link:hover {
  left: 0;
}
.item-collections article .moderate_link {
  position: relative;
  float: right;
}
.item-collections article .moderate_link i.fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  display: block;
  border: 1px solid #dddddd;
}
.item-collections article .row_edit_bar_parent {
  position: relative;
  float: right;
  clear: both;
}
.item-collections article > div.moderation_row {
  border: 1px solid #dddddd;
  padding: 8px 20px;
}
.item-collections div.row_title_info_blog div.item_view_content {
  padding: 10px 0;
}
.item-collections div.row_title_info_blog header {
  margin-left: 0;
}
.item-collections div.row_title_info_blog div.extra_info {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-collections div.row_title_info div.extra_info {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-collections .js_pager_view_more_link {
  clear: both;
}
@media (min-width: 992px) {
  .empty-right .item-collections-2 article {
    width: 50%;
  }
}
.row_banner.has_image h1 {
  padding: 0;
  margin: 0;
}
.row_banner.has_image header {
  padding: 12px;
}
.user_rows {
  display: block;
  float: left;
}
.js_parent_feed_entry.parent_item_feed {
  margin-left: -20px;
  margin-right: -20px;
}
._is_profile_view .js_parent_feed_entry.parent_item_feed,
._is_groups_view .js_parent_feed_entry.parent_item_feed {
  margin-left: 0;
  margin-right: 0;
}
.forum_content.item_view_content img {
  max-width: 100%;
}
.navbar-nav.visible-md {
  margin-left: -20px;
}
.table.form-group-flow .table_right {
  padding-bottom: 0;
}
#js_block_border_event_featured .content {
  margin: -20px 0;
}
#event_date_calendar.w_200 {
  margin: 0 auto;
}
#right .sponsored_title a,
#left .sponsored_title a,
.music_album_view .sponsored_title a {
  margin-top: 5px;
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 15px;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #3b3b3b;
}
#right ul.block_listing > li,
#left ul.block_listing > li,
.music_album_view ul.block_listing > li {
  display: inline-block;
  display: block;
}
#right ul.block_listing > li:before,
#left ul.block_listing > li:before,
.music_album_view ul.block_listing > li:before,
#right ul.block_listing > li:after,
#left ul.block_listing > li:after,
.music_album_view ul.block_listing > li:after {
  content: " ";
  display: table;
}
#right ul.block_listing > li:after,
#left ul.block_listing > li:after,
.music_album_view ul.block_listing > li:after {
  clear: both;
}
#right ul.block_listing > li:before,
#left ul.block_listing > li:before,
.music_album_view ul.block_listing > li:before,
#right ul.block_listing > li:after,
#left ul.block_listing > li:after,
.music_album_view ul.block_listing > li:after {
  content: " ";
  display: table;
}
#right ul.block_listing > li:after,
#left ul.block_listing > li:after,
.music_album_view ul.block_listing > li:after {
  clear: both;
}
#right ul.block_listing .block_listing_image > a,
#left ul.block_listing .block_listing_image > a,
.music_album_view ul.block_listing .block_listing_image > a {
  display: block;
  margin-top: 4px;
}
#right ul.block_listing .block_listing_title,
#left ul.block_listing .block_listing_title,
.music_album_view ul.block_listing .block_listing_title {
  padding-left: 44px;
  font-size: 14px;
}
#right ul.block_listing > li + li,
#left ul.block_listing > li + li,
.music_album_view ul.block_listing > li + li {
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #eeeeee;
}
#right ul.block_listing .fa.fa-play-circle-o,
#left ul.block_listing .fa.fa-play-circle-o,
.music_album_view ul.block_listing .fa.fa-play-circle-o {
  display: block;
  text-align: center;
  line-height: 40px;
}
#content .info_holder div.info {
  display: inline-block;
  display: block;
  padding: 8px 0;
}
#content .info_holder div.info:before,
#content .info_holder div.info:after {
  content: " ";
  display: table;
}
#content .info_holder div.info:after {
  clear: both;
}
#content .info_holder div.info:before,
#content .info_holder div.info:after {
  content: " ";
  display: table;
}
#content .info_holder div.info:after {
  clear: both;
}
#content .info_holder div.info_left {
  padding-left: 20px;
  float: left;
  width: 100%;
}
#content .info_holder div.info_right {
  float: left;
  margin-left: 20px;
}
#content .info_holder .item_view_content {
  padding: 20px 0;
}
#content .info_holder .item_content {
  padding: 20px;
}
@media (min-width: 768px) {
  #content .info_holder div.info_left {
    width: 100px;
  }
  #content .info_holder div.info_right {
    padding-left: 140px;
  }
}
#page_event_index .row_banner.no_image header {
  padding-left: 80px;
}
#page_event_index .row_banner.no_image header .event_date {
  left: 0;
}
#page_event_index .row_banner.no_image header h1 {
  padding-bottom: 0;
}
.js_box .table {
  padding-bottom: 0;
}
.js_box .table_left {
  padding: 12px 0;
}
.js_box .table_right {
  padding-bottom: 0;
}
.row_content.blog_content img {
  max-width: 100%;
}
.sticky-bar-xs li a.btn-abr {
  position: relative;
}
.sticky-bar-xs #js_total_new_messages,
.sticky-bar-xs #js_total_new_friend_requests,
.sticky-bar-xs #js_total_new_notifications {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 20px;
}
.marvic_separator {
  display: block;
  content: " ";
  background-color: #e4e8eb;
  height: 20px;
  overflow: hidden;
  width: 100%;
}
.feed_sort_order {
  background-color: #e4e8eb;
}
#js_feed_content {
  background-color: #e4e8eb;
}
#page_event_view .item_bar {
  right: 20px;
  top: -20px;
}
#page_event_view .event_item_content {
  padding: 10px 0;
}
#page_event_view div#content-stage {
  padding-bottom: 0;
}
#page_event_view #js_feed_content {
  padding-top: 20px;
}
#page_event_view .item_info_wrap {
  padding: 0 20px;
}
#page_event_view .item_info_wrap .info_left {
  padding-left: 0 !important;
}
#page_event_view .item_user_info {
  padding-left: 20px;
  padding-bottom: 20px;
}
#page_event_view .item_info {
  margin-top: 0;
}
#page_event_view .item_bar a.item_bar_approve {
  position: absolute;
  right: 0;
  top: -50px;
}
.table_right .light {
  color: white;
}
.one_line {
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 1.42857143;
  max-height: 1.42857143;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.row_content.blog_content .item_tag_holder {
  margin-bottom: 10px;
}
#page_core_index-visitor .bg-tran {
  background: transparent !important;
}
#page_core_index-visitor .row_image {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#page_core_index-visitor .container-fluid.row_image {
  margin-top: 20px;
}
#js_pages_like_join_holder ._size__120 > span,
#js_block_border_pages_profile ._size__120 > span,
#js_pages_like_join_holder ._size__120:hover > span,
#js_block_border_pages_profile ._size__120:hover > span {
  top: 20px;
}
@media (max-width: 320px) {
  #page_friend_index .user_rows {
    width: 115px;
  }
}
span.cancel-friend-request {
  font-size: 10px;
}
.img_thumbnail {
  position: relative;
  overflow: hidden;
}
.img_thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.img_thumbnail a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1px;
  width: 100%;
}
.img_thumbnail a .portrait {
  width: 100%;
  height: auto;
}
.img_thumbnail a img {
  width: 100%;
}
.img_thumbnail a img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#welcome_message {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 10% 20px;
  display: block;
  width: 200%;
  color: white !important;
  margin: 15px 0;
  min-height: 100px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  #welcome_message {
    width: 100%;
  }
}
#welcome_message h1 {
  color: white;
}
.js_pager_popup_view_more_link a.button {
  width: 100%;
  margin-top: 10px;
}
.profiles_menu .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .group_members > ul > li:nth-child(n+4) {
    display: none;
  }
}
.item_view_content,
.event_item_content {
  word-break: normal;
  word-wrap: break-word;
  text-align: justify;
}
/*Begin language*/
#js_language_package_holder .row_lang {
  padding: 15px;
}
/*End language*/
/*Begin user*/
#page_user_photo .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 250px;
  height: 250px;
  margin: auto;
}
#page_user_photo .cropit-preview-image-container {
  cursor: move;
}
#page_user_photo .image-size-label {
  margin-top: 10px;
}
#page_user_photo input,
#page_user_photo .export {
  display: block;
}
#page_user_photo button {
  margin-top: 10px;
}
#page_user_photo img {
  max-width: inherit !important;
}
#page_user_photo .cropit-image-zoom-input {
  width: 50%;
  margin: auto;
}
#page_user_photo #js_main_photo {
  width: 80%;
  margin: auto;
}
/*End user*/
/**
	generate button icons
**/
#header_menu #js_block_border_user_login-block .title {
  margin-bottom: 10px;
}
#header_menu #js_block_border_user_login-block form > .table:first-of-type:before {
  content: ' ';
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.guest_login_small .fb_login_go {
  background: #48649F !important;
  color: #b3b3b3 !important;
  border-color: transparent !important;
  margin-top: 5px;
}
.fb_login_go {
  cursor: pointer;
  display: block;
  background: #48649F;
  color: #b3b3b3;
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  margin: 0px 10px 0px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.fb_login_go > i {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.fb_login_go:hover {
  transition: all 0.5s ease;
  color: #fff;
}
#flavor_manager .fm_menu,
#flavor_manager .fm_content,
#flavor_manager .fm_sub_menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 10;
  background: #f8f8f8;
  overflow: auto;
}
#flavor_manager .fm_sub_menu {
  display: block;
  z-index: 20;
  left: 270px;
  bottom: 40px;
}
#flavor_manager .fm_responsive {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 270px;
  text-align: right;
  z-index: 50;
  height: 40px;
  background: #fff;
  border-top: 1px #dfdfdf solid;
  transition: height 0.8s ease;
}
#flavor_manager .fm_responsive > span {
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
  top: 0;
  cursor: pointer;
  font-size: 14px;
  display: block;
  width: 40px;
  text-indent: 0;
  text-align: center;
}
#flavor_manager .fm_responsive > a,
#flavor_manager .fm_responsive > a:hover {
  display: inline-block;
  text-indent: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #808080;
  opacity: 0.6;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
#flavor_manager .fm_responsive > a.active,
#flavor_manager .fm_responsive > a.active:hover,
#flavor_manager .fm_responsive > a:hover {
  opacity: 1;
  color: #3498db;
}
#flavor_manager .fm_responsive > div > a,
#flavor_manager .fm_responsive > div > a:hover {
  transition: all 0.8s ease;
  display: block;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #9a9a9a;
  text-decoration: none;
  background: #555555;
  text-indent: 10px;
  border-top: 1px #626262 solid;
  text-align: left;
}
#flavor_manager .fm_responsive > div > a:hover {
  color: #fff;
}
#flavor_manager .fm_content {
  background: #f2f2f2;
  border-left: 2px #dfdfdf solid;
  left: 270px;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  overflow: auto;
  z-index: 40;
}
#flavor_manager .fm_content > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#flavor_manager .fm_content > .fm_loader {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
#flavor_manager .fm_content > .fm_loader > i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #808080;
  opacity: 0.6;
  margin-left: -15px;
  margin-top: -15px;
}
#flavor_manager .theme_icon {
  height: 160px;
  background-color: #f2f2f2;
  border: 1px #e4e4e4 solid;
  margin: 10px;
  position: relative;
}
#flavor_manager .theme_icon .fm_uploader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
  margin: auto;
}
#flavor_manager .theme_icon .fm_uploader > span {
  height: 160px;
  line-height: 160px;
  border-radius: 0;
}
#flavor_manager .theme_icon .fm_uploader > span > i {
  line-height: 160px;
  font-size: 24px;
}
#flavor_manager .theme_icon .fm_uploader > input {
  height: 160px;
}
#flavor_manager .fm_menu {
  overflow: hidden;
  box-shadow: 7px 17px 45px -11px #000000;
  bottom: 40px;
}
#flavor_manager .fm_menu .fm_menu_content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#flavor_manager .fm_menu .fm_menu_content > ul {
  margin-top: 10px;
}
#flavor_manager .fm_menu .fm_menu_content > ul > li > a,
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #b3b3b3;
  border-bottom: 1px #e9e9e9 solid;
  font-size: 14px;
  position: relative;
  transition: all 0.8s ease;
}
#flavor_manager .fm_menu .fm_menu_content > ul > li > a .fa:not(.fa-chevron-right),
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover .fa:not(.fa-chevron-right),
#flavor_manager .fm_menu .fm_menu_content > ul > li > a .fa:not(.fa-spin),
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover .fa:not(.fa-spin) {
  margin-left: 10px;
  margin-right: 5px;
  opacity: 0.6;
  font-size: 14px;
}
#flavor_manager .fm_menu .fm_menu_content > ul > li > a .fa-chevron-right,
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover .fa-chevron-right,
#flavor_manager .fm_menu .fm_menu_content > ul > li > a .fa-spin,
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover .fa-spin {
  text-indent: 0;
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 10px;
  top: 0;
  font-size: 12px;
  opacity: 0.6;
}
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover {
  color: #000;
}
#flavor_manager .fm_menu .fm_menu_content > ul > li > a:hover .fa-chevron-right {
  opacity: 1;
}
#flavor_manager .fm_save {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 50px;
  width: 270px;
  bottom: 40px;
  color: #808080;
  text-align: center;
  display: none;
  background: rgba(255, 255, 255, 0.6);
}
#flavor_manager .fm_save > i {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  margin-top: -15px;
}
#flavor_manager .fm_save > i.fa-check {
  color: #54d98c;
  font-weight: 600;
}
#flavor_manager .fm_sub_menu_title > button {
  display: none;
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 12px;
  background: #0c0c0c;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
}
#flavor_manager .fm_sub_menu_title,
#flavor_manager .fm_menu_title {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-bottom: 1px #dfdfdf solid;
  color: #222;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 5px;
  text-indent: 50px;
}
#flavor_manager .fm_sub_menu_title > i,
#flavor_manager .fm_menu_title > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #f2f2f2;
  font-size: 16px;
  text-indent: 18px;
  display: block;
  cursor: pointer;
  color: #808080;
  opacity: 0.6;
}
#flavor_manager .fm_menu_title {
  position: static;
}
#flavor_manager .fm_sub_menu_content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 10px;
}
#flavor_manager .ace_editor_holder {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
#flavor_manager .fm_submit {
  position: fixed;
  left: 190px;
  top: 10px;
  z-index: 200;
}
#flavor_manager .fm_submit > span {
  background: #2ecc71;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  opacity: 0.4;
}
#flavor_manager .fm_submit > span.active {
  opacity: 1;
}
#flavor_manager .fm_uploader:hover {
  transition: all 0.8s ease;
}
#flavor_manager .fm_uploader:hover > span {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#flavor_manager .fm_uploader {
  transition: all 0.8s ease;
  height: 40px;
  position: relative;
  margin: 20px 0;
}
#flavor_manager .fm_uploader > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px #808080 dashed;
  border-radius: 6px;
  opacity: 0.4;
  z-index: -1;
  display: block;
  height: 40px;
  line-height: 40px;
}
#flavor_manager .fm_uploader > span > i {
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  font-size: 16px;
}
#flavor_manager .fm_uploader > input {
  height: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}
#flavor_manager .fm_row,
#flavor_manager .fm_setting {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px #dfdfdf solid;
}
#flavor_manager .fm_setting {
  position: relative;
}
#flavor_manager .fm_row_title,
#flavor_manager .fm_title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 5px;
}
#flavor_manager .fm_default,
#flavor_manager .fm_logos,
#flavor_manager .fm_favicons,
#flavor_manager .fm_banners > div {
  background: #f2f2f2;
  border: 1px #dfdfdf solid;
  display: block;
  height: 100px;
  width: 100%;
  background-size: cover;
}
#flavor_manager .fm_banners > div {
  margin-bottom: 10px;
  transition: all 0.5s ease;
  position: relative;
}
#flavor_manager .fm_banners > div span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 5;
}
#flavor_manager .fm_banners > div span i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  z-index: 10;
  color: rgba(255, 0, 0, 0.8);
  cursor: pointer;
}
#flavor_manager .fm_banners > div:hover {
  transition: all 0.5s ease;
}
#flavor_manager .fm_banners > div:hover span {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
#flavor_manager .fm_favicons {
  width: 50px;
  height: 50px;
}
#flavor_manager .fm_default_photo .remove-btn {
  background: red;
  float: right;
  color: white;
  padding: 0px 4px;
}
body#page_route_flavors_manage #flavor_manager .fm_content > iframe {
  transition: all 0.5s ease;
}
.fm_responsive_mobile #flavor_manager .fm_content > iframe {
  margin: 10px;
  position: static;
  width: 320px;
  height: 480px;
  transition: all 0.5s ease;
}
.fm_responsive_tablet #flavor_manager .fm_content > iframe {
  margin: 10px;
  position: static;
  width: 768px;
  height: 1024px;
  transition: all 0.5s ease;
}
.fm_settings_holder {
  height: 250px;
  margin: -10px;
  position: relative;
}
._colorpicker_holder {
  cursor: pointer;
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  top: 26px;
  border: 1px #e6e6e6 solid;
}
._colorpicker_holder:hover {
  border-color: #297FC7;
}
.colpick {
  z-index: 10000000000;
}
.upgrade_product_holder {
  padding: 20px;
  font-size: 12px;
  background: rgba(255, 255, 0, 0.2);
  color: #808080;
}
.upgrade_product_holder a,
.upgrade_product_holder a:hover {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 11px;
  border: 1px transparent solid;
  border-top-color: #cdcdcd;
  padding: 12px 0;
}
.upgrade_product_holder a:hover {
  border: 1px #222 solid;
  color: #222;
}
.pf-im-empty {
  opacity: 0.6;
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}
#pf-im-total-messages {
  position: fixed;
  z-index: 10001;
  right: 4px;
  bottom: 30px;
  padding: 6px 8px;
  color: #fff;
  line-height: normal;
  background: #EF312C;
  font-size: 9px;
  border-radius: 50%;
  display: none;
}
.close-im-window,
.popup-im-window {
  position: absolute;
  right: 8px;
  top: 12px;
  background: #EF312C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
}
.popup-im-window {
  background: green;
  right: 22px;
}
.close-im-window:hover,
.popup-im-window:hover {
  opacity: 1;
}
#pf-open-im {
  position: fixed;
  z-index: 1000;
  right: 6px;
  bottom: 50%;
  margin-bottom: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px #ececec solid;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden !important;
}
#pf-open-im i {
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 8px;
}
#pf-im {
  background: #eeeeee;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  z-index: 10000;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  position: fixed;
  color: #808080;
  top: 50%;
  overflow: hidden;
  display: none;
  height: 400px;
  margin-top: -200px;
  cursor: default;
}
.pf-im-title {
  height: 35px;
  line-height: 35px;
  font-weight: 200;
  padding-left: 5px;
  color: #808080;
  font-size: 12px;
  border-bottom: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
.pf-im-title i {
  margin-right: 5px;
  margin-left: 5px;
}
.pf-im-title i.fa-chevron-down {
  margin: auto;
  position: absolute;
  right: 6px;
  top: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.pf-im-title i.fa-chevron-down:hover {
  opacity: 1;
}
.pf-im-menu {
  background: #f5f5f5;
  border-bottom: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
  width: 300px;
}
.pf-im-menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: auto;
  height: 30px;
  line-height: 34px;
}
.pf-im-menu ul li {
  display: table-cell;
  font-size: 11px;
  text-align: center;
  width: 50%;
}
.pf-im-menu ul li a,
.pf-im-menu ul li a:hover {
  display: block;
  text-decoration: none;
  color: #808080;
  text-align: center;
}
.pf-im-menu ul li a.active {
  color: #337AB7;
}
.pf-im-menu ul li:nth-of-type(2) {
  border-left: 1px #dfdfdf solid;
}
#pf-im > i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  opacity: 0.6;
  margin-left: -10px;
  margin-top: -10px;
}
.pf-im-main {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  overflow: auto;
  width: 300px;
  border-right: 1px #dfdfdf solid;
  z-index: 100;
}
.pf-im-main._is_friends_list {
  top: 100px;
}
._pf_im_friend_search {
  position: absolute;
  top: 70px;
  left: 0;
  width: 300px;
  background: #fff;
  border-right: 1px #dfdfdf solid;
  height: 30px;
  line-height: 30px;
  z-index: 99;
}
._pf_im_friend_search > i {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  height: 30px;
  line-height: 30px;
}
._pf_im_friend_search > input,
._pf_im_friend_search > input:focus {
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-indent: 30px;
  font-size: 11px;
}
#pf-chat-window-active {
  visibility: hidden;
  position: fixed;
  z-index: 100000001;
  right: 205px;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
}
#pf-chat-window {
  z-index: 10000000;
  right: 0;
  left: 300px;
  top: 35px;
  bottom: 0;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
}
#pf-chat-window .chat-row {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  bottom: 60px;
  overflow: auto;
}
#pf-chat-window .chat-form {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: 50px;
  background: #fff;
  border: 1px #dfdfdf solid;
  overflow: hidden;
  border-radius: 6px;
}
#pf-chat-window .chat-form > span {
  position: absolute;
  height: 20px;
  line-height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5px;
  display: block;
}
#pf-chat-window .chat-form > span > i {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}
#pf-chat-window .chat-form > div {
  padding: 4px;
}
#pf-chat-window .chat-form input,
#pf-chat-window .chat-form input:focus {
  width: 100%;
  box-shadow: none !important;
  height: 50px;
  border: 0;
  background: transparent;
  padding: 0 0 22px 0;
  margin: 0;
  font-size: 12px;
}
.pf-chat-with-user {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.pf-chat-with-user:hover {
  background: #e1e1e1;
}
.pf-chat-message {
  padding: 8px 8px 8px 40px;
  position: relative;
}
.pf-chat-owner {
  padding-left: 8px;
  padding-right: 40px;
}
.pf-chat-owner .pf-chat-image {
  left: auto;
  right: 8px;
}
.chat-row-close {
  position: absolute;
  right: 7px;
  top: 7px;
  opacity: 0.8;
  color: #9a9a9a;
}
.chat-row-users {
  opacity: 0.7;
}
.chat-row-users > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.chat-row-title {
  height: 35px;
  padding-left: 8px;
  padding-top: 5px;
  border-bottom: 1px #e9e9e9 solid;
}
.chat-row-title:hover .chat-row-users {
  opacity: 1;
}
.chat-row-title {
  cursor: default;
  position: relative;
}
.chat-row-title .image_deferred,
.chat-row-title .image_object {
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.chat-row-title ._size__120,
.chat-row-title ._size__120:hover,
.chat-row-title ._size__50,
.chat-row-title ._size__50:hover {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}
.chat-row-title ._size__120 > span,
.chat-row-title ._size__120:hover > span,
.chat-row-title ._size__50 > span,
.chat-row-title ._size__50:hover > span {
  font-size: 11px;
  top: 6px;
}
.pf-chat-image {
  position: absolute;
  left: 8px;
  top: 10px;
}
.pf-chat-image .image_deferred,
.pf-chat-image .image_object {
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.pf-chat-image ._size__120,
.pf-chat-image ._size__120:hover,
.pf-chat-image ._size__50,
.pf-chat-image ._size__50:hover {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}
.pf-chat-image ._size__120 > span,
.pf-chat-image ._size__120:hover > span,
.pf-chat-image ._size__50 > span,
.pf-chat-image ._size__50:hover > span {
  font-size: 11px;
  top: 6px;
}
.pf-chat-body {
  background: #f2f2f2;
  padding: 5px;
  font-size: 13px;
  border-radius: 6px;
}
.pf-chat-body time {
  display: block;
  color: #808080;
  padding-top: 5px;
  font-size: 11px;
}
.pf-im-panel.active,
.pf-im-panel.active:hover {
  background: #337AB7 !important;
  color: #fff !important;
}
.pf-im-panel.active time,
.pf-im-panel.active:hover time,
.pf-im-panel.active .pf-im-panel-preview,
.pf-im-panel.active:hover .pf-im-panel-preview {
  color: #fff !important;
}
.pf-im-panel.new .pf-im-count {
  display: block;
}
.pf-im-panel-info {
  padding-left: 50px;
  padding-top: 4px;
}
.pf-im-count {
  background: #337AB7;
  color: #fff;
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  bottom: 8px;
  font-size: 7px;
  z-index: 2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.pf-im-panel:hover {
  background: #fff;
  transition: all 0.50s ease;
}
.pf-im-friends > span ._size__50,
.pf-im-friends > span ._size__50:hover,
.pf-im-friends > span ._size__120,
.pf-im-friends > span ._size__120:hover {
  width: 20px;
  height: 20px;
}
.pf-im-friends > span ._size__50 > span,
.pf-im-friends > span ._size__50:hover > span,
.pf-im-friends > span ._size__120 > span,
.pf-im-friends > span ._size__120:hover > span {
  font-size: 9px;
  top: 5px;
}
.pf-im-panel {
  transition: all 0.50s ease;
  position: relative;
  height: 75px;
  padding: 0 8px;
  cursor: pointer;
  border-bottom: 1px #dfdfdf solid;
  color: #222;
}
.pf-im-panel .pf-im-panel-image {
  position: absolute;
  left: 8px;
  top: 8px;
}
.pf-im-panel .pf-im-panel-image .image_deferred,
.pf-im-panel .pf-im-panel-image .image_object {
  background-size: contain;
  width: 40px;
  height: 40px;
}
.pf-im-panel .pf-im-panel-image ._size__50,
.pf-im-panel .pf-im-panel-image ._size__50:hover,
.pf-im-panel .pf-im-panel-image ._size__120,
.pf-im-panel .pf-im-panel-image ._size__120:hover {
  width: 40px;
  height: 40px;
}
.pf-im-panel .pf-im-panel-image ._size__50 > span,
.pf-im-panel .pf-im-panel-image ._size__50:hover > span,
.pf-im-panel .pf-im-panel-image ._size__120 > span,
.pf-im-panel .pf-im-panel-image ._size__120:hover > span {
  font-size: 18px;
  top: 10px;
}
.pf-im-panel time {
  /*
		position:absolute;
		right:8px;
		top:8px;
		*/
  font-size: 10px;
  opacity: 0.8;
  display: inline-block;
  color: #808080;
}
.pf-im-panel .pf-im-panel-content {
  padding-left: 50px;
  padding-top: 8px;
  font-size: 12px;
  font-weight: normal;
}
.pf-im-panel-preview {
  font-size: 11px;
  color: #808080;
  opacity: 0.5;
  width: 135px;
  padding-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-im-friends:hover {
  background: #e1e1e1;
}
.pf-im-friends {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 32px;
  border-bottom: 1px #dfdfdf solid;
  font-size: 12px;
}
.pf-im-friends > span {
  position: absolute;
  left: 5px;
  top: 7px;
  display: block;
  line-height: normal;
}
.pf-im-friends > span a,
.pf-im-friends > span a:hover {
  display: block;
}
.pf-im-friends .image_deferred,
.pf-im-friends .image_object {
  background-size: contain;
  width: 20px;
  height: 20px;
}
.pf-im-friends ._size__120,
.pf-im-friends ._size__120:hover {
  width: 20px;
  height: 20px;
}
.chat-row-back {
  display: none;
}
/**
 * Responsive
 */
@media (max-device-width: 980px), (max-width: 980px) {
  body {
    margin-right: 0 !important;
  }
}
@media only screen and (max-device-width: 825px), (max-width: 825px) {
  body.im-is-active #pf-im {
    display: block !important;
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    height: auto;
  }
  body.im-is-active .popup-im-window {
    display: none;
  }
  body.im-is-active .chat-row-back {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    margin-top: -5px;
    margin-right: 5px;
    background: #f2f2f2;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
  }
  body.im-is-active .pf-im-menu,
  body.im-is-active .pf-im-main {
    width: auto;
    right: 0;
  }
  body.im-is-active #pf-chat-window {
    left: 0;
  }
}
.ui-resizable-handle {
  z-index: 100000000 !important;
}
#page_route_im_popup #pf-im {
  display: block !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
}
#page_route_im_popup #pf-im > i {
  display: none;
}
#page_route_im_popup .close-im-window,
#page_route_im_popup .popup-im-window {
  display: none;
}
.pf-im-panel.is_hidden {
  display: none !important;
}
.chat-form-actions-close {
  position: absolute;
  right: 10px;
  bottom: 60px;
  padding: 1px 4px;
  font-size: 14px;
  display: none;
}
.chat-form-actions {
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  height: 60px;
  overflow: auto;
  background: #fff;
  z-index: 1000;
  border: 1px #dfdfdf solid;
  border-left: 0;
  border-right: 0;
}
.chat-form-actions > i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  font-size: 12px;
  opacity: 0.6;
}
.pf_im_hosting {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  max-width: 300px;
}
.pf_im_hosting_title {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #222;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px #ececec solid;
}
.pf_im_hosting_packages > div {
  background: #f6f6f6;
  padding: 10px;
  display: block;
  vertical-align: top;
}
.pf_im_hosting_packages > div > em {
  font-style: normal;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  display: block;
}
.pf_im_hosting_packages > div > em > span {
  font-size: 12px;
}
.pf_im_hosting_packages > div > span {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  padding: 6px 0;
}
.pf_im_hosting_packages > div > strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.pf_im_hosting_pay,
.pf_im_hosting_pay:hover {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 200;
  background: #F4645F;
  color: #fff;
  opacity: 0.6;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}
.pf_im_hosting_pay:hover {
  opacity: 1;
}
.pf_im_cancel {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.pf_im_cancel a,
.pf_im_cancel a:hover {
  font-weight: normal;
  color: #808080;
  opacity: 0.6;
}
.pf_im_cancel a:hover {
  color: #F4645F;
  opacity: 1;
}
.pf_im_is_hosted {
  margin-top: 10px;
}
.pf_im_is_hosted > span {
  background: #2ecc71;
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
}
._im_a {
  margin: 10px 30px 10px 0;
  background: #fff;
  font-size: 11px;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
._im_a ._im_a_image {
  position: absolute;
  top: 12px;
  left: 10px;
}
._im_a ._im_a_image > img {
  max-width: 60px;
}
._im_a ._im_a_body {
  padding-left: 70px;
}
._im_a ._im_a_body > h1 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #222;
}
._im_a ._im_a_body > p {
  padding: 5px 0 0 0;
  color: #808080;
}
._im_attach_link {
  position: relative;
}
._im_attach_link .error_message {
  position: fixed;
  top: 50%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  z-index: 100000;
}
._im_attach_link #__form_url {
  background: #EEEEEE;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-indent: 5px;
}
._im_attach_link .table > .table_right {
  padding: 10px 5px 0 5px;
}
._im_attach_link .table_clear {
  position: absolute;
  right: 5px;
  top: 10px;
  padding: 0;
  margin: 0;
}
._im_attach_link .table_clear > input.btn {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.chat-form ._im_a {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: #F2F2F2;
}
.pf-chat-body {
  position: relative;
}
.pf_chat_message_deleted {
  font-size: 11px;
  opacity: 0.6;
  font-style: italic;
}
.pf_chat_delete_message {
  position: absolute;
  bottom: 2px;
  right: 6px;
  display: none;
}
.pf_chat_delete_message i {
  color: #808080;
  opacity: 0.6;
}
.pf-chat-message:hover .pf_chat_delete_message {
  display: block;
}
.pf_chat_delete_message:hover i {
  opacity: 1;
}
.open_it {
  margin-left: 40px;
  position: relative;
}
.open_it .chat_panel_remove {
  background: rgba(255, 0, 0, 0.8);
  left: -40px;
  top: 0;
  bottom: 0;
  right: auto;
  position: absolute;
  display: block;
  width: 40px;
  text-align: center;
}
.open_it .chat_panel_remove i {
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 75px;
  line-height: 75px;
  z-index: 1000;
}
.twa {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em;
}
.twa-lg {
  height: 1.33em;
  width: 1.33em;
  margin: 0 .0665em 0 .133em;
  vertical-align: -0.133em;
  background-size: 1.33em 1.33em;
}
.twa-2x {
  height: 2em;
  width: 2em;
  margin: 0 .1em 0 .2em;
  vertical-align: -0.2em;
  background-size: 2em 2em;
}
.twa-3x {
  height: 3em;
  width: 3em;
  margin: 0 .15em 0 .3em;
  vertical-align: -0.3em;
  background-size: 3em 3em;
}
.twa-4x {
  height: 4em;
  width: 4em;
  margin: 0 .2em 0 .4em;
  vertical-align: -0.4em;
  background-size: 4em 4em;
}
.twa-5x {
  height: 5em;
  width: 5em;
  margin: 0 .25em 0 .5em;
  vertical-align: -0.5em;
  background-size: 5em 5em;
}
.twa-smile {
  background-image: url(https://twemoji.maxcdn.com/svg/1f604.svg);
}
.twa-laughing {
  background-image: url(https://twemoji.maxcdn.com/svg/1f606.svg);
}
.twa-blush {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60a.svg);
}
.twa-smiley {
  background-image: url(https://twemoji.maxcdn.com/svg/1f603.svg);
}
.twa-relaxed {
  background-image: url(https://twemoji.maxcdn.com/svg/263a.svg);
}
.twa-smirk {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60f.svg);
}
.twa-heart-eyes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60d.svg);
}
.twa-kissing-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f618.svg);
}
.twa-kissing-closed-eyes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61a.svg);
}
.twa-flushed {
  background-image: url(https://twemoji.maxcdn.com/svg/1f633.svg);
}
.twa-relieved {
  background-image: url(https://twemoji.maxcdn.com/svg/1f625.svg);
}
.twa-satisfied {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60c.svg);
}
.twa-grin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f601.svg);
}
.twa-wink {
  background-image: url(https://twemoji.maxcdn.com/svg/1f609.svg);
}
.twa-stuck-out-tongue-winking-eye {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61c.svg);
}
.twa-stuck-out-tongue-closed-eyes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61d.svg);
}
.twa-grinning {
  background-image: url(https://twemoji.maxcdn.com/svg/1f600.svg);
}
.twa-kissing {
  background-image: url(https://twemoji.maxcdn.com/svg/1f617.svg);
}
.twa-kissing-smiling-eyes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f619.svg);
}
.twa-stuck-out-tongue {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61b.svg);
}
.twa-sleeping {
  background-image: url(https://twemoji.maxcdn.com/svg/1f634.svg);
}
.twa-worried {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61f.svg);
}
.twa-frowning {
  background-image: url(https://twemoji.maxcdn.com/svg/1f626.svg);
}
.twa-anguished {
  background-image: url(https://twemoji.maxcdn.com/svg/1f627.svg);
}
.twa-open-mouth {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62e.svg);
}
.twa-grimacing {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62c.svg);
}
.twa-confused {
  background-image: url(https://twemoji.maxcdn.com/svg/1f615.svg);
}
.twa-hushed {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62f.svg);
}
.twa-expressionless {
  background-image: url(https://twemoji.maxcdn.com/svg/1f611.svg);
}
.twa-unamused {
  background-image: url(https://twemoji.maxcdn.com/svg/1f612.svg);
}
.twa-sweat-smile {
  background-image: url(https://twemoji.maxcdn.com/svg/1f605.svg);
}
.twa-sweat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f613.svg);
}
.twa-weary {
  background-image: url(https://twemoji.maxcdn.com/svg/1f629.svg);
}
.twa-pensive {
  background-image: url(https://twemoji.maxcdn.com/svg/1f614.svg);
}
.twa-disappointed {
  background-image: url(https://twemoji.maxcdn.com/svg/1f61e.svg);
}
.twa-confounded {
  background-image: url(https://twemoji.maxcdn.com/svg/1f616.svg);
}
.twa-fearful {
  background-image: url(https://twemoji.maxcdn.com/svg/1f628.svg);
}
.twa-cold-sweat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f630.svg);
}
.twa-persevere {
  background-image: url(https://twemoji.maxcdn.com/svg/1f623.svg);
}
.twa-cry {
  background-image: url(https://twemoji.maxcdn.com/svg/1f622.svg);
}
.twa-sob {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62d.svg);
}
.twa-joy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f602.svg);
}
.twa-astonished {
  background-image: url(https://twemoji.maxcdn.com/svg/1f632.svg);
}
.twa-scream {
  background-image: url(https://twemoji.maxcdn.com/svg/1f631.svg);
}
.twa-tired-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62b.svg);
}
.twa-angry {
  background-image: url(https://twemoji.maxcdn.com/svg/1f620.svg);
}
.twa-rage {
  background-image: url(https://twemoji.maxcdn.com/svg/1f621.svg);
}
.twa-triumph {
  background-image: url(https://twemoji.maxcdn.com/svg/1f624.svg);
}
.twa-sleepy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f62a.svg);
}
.twa-yum {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60b.svg);
}
.twa-mask {
  background-image: url(https://twemoji.maxcdn.com/svg/1f637.svg);
}
.twa-sunglasses {
  background-image: url(https://twemoji.maxcdn.com/svg/1f60e.svg);
}
.twa-dizzy-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f635.svg);
}
.twa-imp {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47f.svg);
}
.twa-smiling-imp {
  background-image: url(https://twemoji.maxcdn.com/svg/1f608.svg);
}
.twa-neutral-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f610.svg);
}
.twa-no-mouth {
  background-image: url(https://twemoji.maxcdn.com/svg/1f636.svg);
}
.twa-innocent {
  background-image: url(https://twemoji.maxcdn.com/svg/1f607.svg);
}
.twa-alien {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47d.svg);
}
.twa-yellow-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49b.svg);
}
.twa-blue-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f499.svg);
}
.twa-purple-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49c.svg);
}
.twa-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/2764.svg);
}
.twa-green-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49a.svg);
}
.twa-broken-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f494.svg);
}
.twa-heartbeat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f493.svg);
}
.twa-heartpulse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f497.svg);
}
.twa-two-hearts {
  background-image: url(https://twemoji.maxcdn.com/svg/1f495.svg);
}
.twa-revolving-hearts {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49e.svg);
}
.twa-cupid {
  background-image: url(https://twemoji.maxcdn.com/svg/1f498.svg);
}
.twa-sparkling-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f496.svg);
}
.twa-sparkles {
  background-image: url(https://twemoji.maxcdn.com/svg/2728.svg);
}
.twa-star {
  background-image: url(https://twemoji.maxcdn.com/svg/2b50.svg);
}
.twa-star2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31f.svg);
}
.twa-dizzy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ab.svg);
}
.twa-boom {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a5.svg);
}
.twa-anger {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a2.svg);
}
.twa-exclamation {
  background-image: url(https://twemoji.maxcdn.com/svg/2757.svg);
}
.twa-question {
  background-image: url(https://twemoji.maxcdn.com/svg/2753.svg);
}
.twa-grey-exclamation {
  background-image: url(https://twemoji.maxcdn.com/svg/2755.svg);
}
.twa-grey-question {
  background-image: url(https://twemoji.maxcdn.com/svg/2754.svg);
}
.twa-zzz {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a4.svg);
}
.twa-dash {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a8.svg);
}
.twa-sweat-drops {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a6.svg);
}
.twa-notes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b6.svg);
}
.twa-musical-note {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b5.svg);
}
.twa-fire {
  background-image: url(https://twemoji.maxcdn.com/svg/1f525.svg);
}
.twa-poop {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a9.svg);
}
.twa-thumbsup {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44d.svg);
}
.twa-thumbsdown {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44e.svg);
}
.twa-ok-hand {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44c.svg);
}
.twa-punch {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44a.svg);
}
.twa-fist {
  background-image: url(https://twemoji.maxcdn.com/svg/270a.svg);
}
.twa-v {
  background-image: url(https://twemoji.maxcdn.com/svg/270c.svg);
}
.twa-wave {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44b.svg);
}
.twa-hand {
  background-image: url(https://twemoji.maxcdn.com/svg/270b.svg);
}
.twa-open-hands {
  background-image: url(https://twemoji.maxcdn.com/svg/1f450.svg);
}
.twa-point-up {
  background-image: url(https://twemoji.maxcdn.com/svg/261d.svg);
}
.twa-point-down {
  background-image: url(https://twemoji.maxcdn.com/svg/1f447.svg);
}
.twa-point-left {
  background-image: url(https://twemoji.maxcdn.com/svg/1f448.svg);
}
.twa-point-right {
  background-image: url(https://twemoji.maxcdn.com/svg/1f449.svg);
}
.twa-raised-hands {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64c.svg);
}
.twa-pray {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64f.svg);
}
.twa-point-up-2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f446.svg);
}
.twa-clap {
  background-image: url(https://twemoji.maxcdn.com/svg/1f44f.svg);
}
.twa-muscle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4aa.svg);
}
.twa-walking {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b6.svg);
}
.twa-runner {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c3.svg);
}
.twa-couple {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46b.svg);
}
.twa-family {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46a.svg);
}
.twa-two-men-holding-hands {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46c.svg);
}
.twa-two-women-holding-hands {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46d.svg);
}
.twa-dancer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f483.svg);
}
.twa-dancers {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46f.svg);
}
.twa-ok-woman {
  background-image: url(https://twemoji.maxcdn.com/svg/1f646.svg);
}
.twa-no-good {
  background-image: url(https://twemoji.maxcdn.com/svg/1f645.svg);
}
.twa-information-desk-person {
  background-image: url(https://twemoji.maxcdn.com/svg/1f481.svg);
}
.twa-raised-hand {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64b.svg);
}
.twa-bride-with-veil {
  background-image: url(https://twemoji.maxcdn.com/svg/1f470.svg);
}
.twa-person-with-pouting-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64e.svg);
}
.twa-person-frowning {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64d.svg);
}
.twa-bow {
  background-image: url(https://twemoji.maxcdn.com/svg/1f647.svg);
}
.twa-couplekiss {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48f.svg);
}
.twa-couple-with-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f491.svg);
}
.twa-massage {
  background-image: url(https://twemoji.maxcdn.com/svg/1f486.svg);
}
.twa-haircut {
  background-image: url(https://twemoji.maxcdn.com/svg/1f487.svg);
}
.twa-nail-care {
  background-image: url(https://twemoji.maxcdn.com/svg/1f485.svg);
}
.twa-boy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f466.svg);
}
.twa-girl {
  background-image: url(https://twemoji.maxcdn.com/svg/1f467.svg);
}
.twa-woman {
  background-image: url(https://twemoji.maxcdn.com/svg/1f469.svg);
}
.twa-man {
  background-image: url(https://twemoji.maxcdn.com/svg/1f468.svg);
}
.twa-baby {
  background-image: url(https://twemoji.maxcdn.com/svg/1f476.svg);
}
.twa-older-woman {
  background-image: url(https://twemoji.maxcdn.com/svg/1f475.svg);
}
.twa-older-man {
  background-image: url(https://twemoji.maxcdn.com/svg/1f474.svg);
}
.twa-person-with-blond-hair {
  background-image: url(https://twemoji.maxcdn.com/svg/1f471.svg);
}
.twa-man-with-gua-pi-mao {
  background-image: url(https://twemoji.maxcdn.com/svg/1f472.svg);
}
.twa-man-with-turban {
  background-image: url(https://twemoji.maxcdn.com/svg/1f473.svg);
}
.twa-construction-worker {
  background-image: url(https://twemoji.maxcdn.com/svg/1f477.svg);
}
.twa-cop {
  background-image: url(https://twemoji.maxcdn.com/svg/1f46e.svg);
}
.twa-angel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47c.svg);
}
.twa-princess {
  background-image: url(https://twemoji.maxcdn.com/svg/1f478.svg);
}
.twa-smiley-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63a.svg);
}
.twa-smile-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f638.svg);
}
.twa-heart-eyes-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63b.svg);
}
.twa-kissing-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63d.svg);
}
.twa-smirk-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63c.svg);
}
.twa-scream-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f640.svg);
}
.twa-crying-cat-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63f.svg);
}
.twa-joy-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f639.svg);
}
.twa-pouting-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f63e.svg);
}
.twa-japanese-ogre {
  background-image: url(https://twemoji.maxcdn.com/svg/1f479.svg);
}
.twa-japanese-goblin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47a.svg);
}
.twa-see-no-evil {
  background-image: url(https://twemoji.maxcdn.com/svg/1f648.svg);
}
.twa-hear-no-evil {
  background-image: url(https://twemoji.maxcdn.com/svg/1f649.svg);
}
.twa-speak-no-evil {
  background-image: url(https://twemoji.maxcdn.com/svg/1f64a.svg);
}
.twa-guardsman {
  background-image: url(https://twemoji.maxcdn.com/svg/1f482.svg);
}
.twa-skull {
  background-image: url(https://twemoji.maxcdn.com/svg/1f480.svg);
}
.twa-feet {
  background-image: url(https://twemoji.maxcdn.com/svg/1f463.svg);
}
.twa-lips {
  background-image: url(https://twemoji.maxcdn.com/svg/1f444.svg);
}
.twa-kiss {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48b.svg);
}
.twa-droplet {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a7.svg);
}
.twa-ear {
  background-image: url(https://twemoji.maxcdn.com/svg/1f442.svg);
}
.twa-eyes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f440.svg);
}
.twa-nose {
  background-image: url(https://twemoji.maxcdn.com/svg/1f443.svg);
}
.twa-tongue {
  background-image: url(https://twemoji.maxcdn.com/svg/1f445.svg);
}
.twa-love-letter {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48c.svg);
}
.twa-bust-in-silhouette {
  background-image: url(https://twemoji.maxcdn.com/svg/1f464.svg);
}
.twa-busts-in-silhouette {
  background-image: url(https://twemoji.maxcdn.com/svg/1f465.svg);
}
.twa-speech-balloon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ac.svg);
}
.twa-thought-balloon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ad.svg);
}
.twa-sunny {
  background-image: url(https://twemoji.maxcdn.com/svg/2600.svg);
}
.twa-umbrella {
  background-image: url(https://twemoji.maxcdn.com/svg/2614.svg);
}
.twa-cloud {
  background-image: url(https://twemoji.maxcdn.com/svg/2601.svg);
}
.twa-snowflake {
  background-image: url(https://twemoji.maxcdn.com/svg/2744.svg);
}
.twa-snowman {
  background-image: url(https://twemoji.maxcdn.com/svg/26c4.svg);
}
.twa-zap {
  background-image: url(https://twemoji.maxcdn.com/svg/26a1.svg);
}
.twa-cyclone {
  background-image: url(https://twemoji.maxcdn.com/svg/1f300.svg);
}
.twa-foggy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f301.svg);
}
.twa-ocean {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30a.svg);
}
.twa-cat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f431.svg);
}
.twa-dog {
  background-image: url(https://twemoji.maxcdn.com/svg/1f436.svg);
}
.twa-mouse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42d.svg);
}
.twa-hamster {
  background-image: url(https://twemoji.maxcdn.com/svg/1f439.svg);
}
.twa-rabbit {
  background-image: url(https://twemoji.maxcdn.com/svg/1f430.svg);
}
.twa-wolf {
  background-image: url(https://twemoji.maxcdn.com/svg/1f43a.svg);
}
.twa-frog {
  background-image: url(https://twemoji.maxcdn.com/svg/1f438.svg);
}
.twa-tiger {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42f.svg);
}
.twa-koala {
  background-image: url(https://twemoji.maxcdn.com/svg/1f428.svg);
}
.twa-bear {
  background-image: url(https://twemoji.maxcdn.com/svg/1f43b.svg);
}
.twa-pig {
  background-image: url(https://twemoji.maxcdn.com/svg/1f437.svg);
}
.twa-pig-nose {
  background-image: url(https://twemoji.maxcdn.com/svg/1f43d.svg);
}
.twa-cow {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42e.svg);
}
.twa-boar {
  background-image: url(https://twemoji.maxcdn.com/svg/1f417.svg);
}
.twa-monkey-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f435.svg);
}
.twa-monkey {
  background-image: url(https://twemoji.maxcdn.com/svg/1f412.svg);
}
.twa-horse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f434.svg);
}
.twa-racehorse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40e.svg);
}
.twa-camel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42b.svg);
}
.twa-sheep {
  background-image: url(https://twemoji.maxcdn.com/svg/1f411.svg);
}
.twa-elephant {
  background-image: url(https://twemoji.maxcdn.com/svg/1f418.svg);
}
.twa-panda-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f43c.svg);
}
.twa-snake {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40d.svg);
}
.twa-bird {
  background-image: url(https://twemoji.maxcdn.com/svg/1f426.svg);
}
.twa-baby-chick {
  background-image: url(https://twemoji.maxcdn.com/svg/1f424.svg);
}
.twa-hatched-chick {
  background-image: url(https://twemoji.maxcdn.com/svg/1f425.svg);
}
.twa-hatching-chick {
  background-image: url(https://twemoji.maxcdn.com/svg/1f423.svg);
}
.twa-chicken {
  background-image: url(https://twemoji.maxcdn.com/svg/1f414.svg);
}
.twa-penguin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f427.svg);
}
.twa-turtle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f422.svg);
}
.twa-bug {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41b.svg);
}
.twa-honeybee {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41d.svg);
}
.twa-ant {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41c.svg);
}
.twa-beetle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41e.svg);
}
.twa-snail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40c.svg);
}
.twa-octopus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f419.svg);
}
.twa-tropical-fish {
  background-image: url(https://twemoji.maxcdn.com/svg/1f420.svg);
}
.twa-fish {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41f.svg);
}
.twa-whale {
  background-image: url(https://twemoji.maxcdn.com/svg/1f433.svg);
}
.twa-whale2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40b.svg);
}
.twa-dolphin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42c.svg);
}
.twa-cow2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f404.svg);
}
.twa-ram {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40f.svg);
}
.twa-rat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f400.svg);
}
.twa-water-buffalo {
  background-image: url(https://twemoji.maxcdn.com/svg/1f403.svg);
}
.twa-tiger2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f405.svg);
}
.twa-rabbit2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f407.svg);
}
.twa-dragon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f409.svg);
}
.twa-goat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f410.svg);
}
.twa-rooster {
  background-image: url(https://twemoji.maxcdn.com/svg/1f413.svg);
}
.twa-dog2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f415.svg);
}
.twa-pig2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f416.svg);
}
.twa-mouse2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f401.svg);
}
.twa-ox {
  background-image: url(https://twemoji.maxcdn.com/svg/1f402.svg);
}
.twa-dragon-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f432.svg);
}
.twa-blowfish {
  background-image: url(https://twemoji.maxcdn.com/svg/1f421.svg);
}
.twa-crocodile {
  background-image: url(https://twemoji.maxcdn.com/svg/1f40a.svg);
}
.twa-dromedary-camel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f42a.svg);
}
.twa-leopard {
  background-image: url(https://twemoji.maxcdn.com/svg/1f406.svg);
}
.twa-cat2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f408.svg);
}
.twa-poodle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f429.svg);
}
.twa-paw-prints {
  background-image: url(https://twemoji.maxcdn.com/svg/1f43e.svg);
}
.twa-bouquet {
  background-image: url(https://twemoji.maxcdn.com/svg/1f490.svg);
}
.twa-cherry-blossom {
  background-image: url(https://twemoji.maxcdn.com/svg/1f338.svg);
}
.twa-tulip {
  background-image: url(https://twemoji.maxcdn.com/svg/1f337.svg);
}
.twa-four-leaf-clover {
  background-image: url(https://twemoji.maxcdn.com/svg/1f340.svg);
}
.twa-rose {
  background-image: url(https://twemoji.maxcdn.com/svg/1f339.svg);
}
.twa-sunflower {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33b.svg);
}
.twa-hibiscus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33a.svg);
}
.twa-maple-leaf {
  background-image: url(https://twemoji.maxcdn.com/svg/1f341.svg);
}
.twa-leaves {
  background-image: url(https://twemoji.maxcdn.com/svg/1f343.svg);
}
.twa-fallen-leaf {
  background-image: url(https://twemoji.maxcdn.com/svg/1f342.svg);
}
.twa-herb {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33f.svg);
}
.twa-mushroom {
  background-image: url(https://twemoji.maxcdn.com/svg/1f344.svg);
}
.twa-cactus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f335.svg);
}
.twa-palm-tree {
  background-image: url(https://twemoji.maxcdn.com/svg/1f334.svg);
}
.twa-evergreen-tree {
  background-image: url(https://twemoji.maxcdn.com/svg/1f332.svg);
}
.twa-deciduous-tree {
  background-image: url(https://twemoji.maxcdn.com/svg/1f333.svg);
}
.twa-chestnut {
  background-image: url(https://twemoji.maxcdn.com/svg/1f330.svg);
}
.twa-seedling {
  background-image: url(https://twemoji.maxcdn.com/svg/1f331.svg);
}
.twa-blossom {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33c.svg);
}
.twa-ear-of-rice {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33e.svg);
}
.twa-shell {
  background-image: url(https://twemoji.maxcdn.com/svg/1f41a.svg);
}
.twa-globe-with-meridians {
  background-image: url(https://twemoji.maxcdn.com/svg/1f310.svg);
}
.twa-sun-with-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31e.svg);
}
.twa-full-moon-with-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31d.svg);
}
.twa-new-moon-with-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31a.svg);
}
.twa-new-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f311.svg);
}
.twa-waxing-crescent-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f312.svg);
}
.twa-first-quarter-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f313.svg);
}
.twa-waxing-gibbous-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f314.svg);
}
.twa-full-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f315.svg);
}
.twa-waning-gibbous-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f316.svg);
}
.twa-last-quarter-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f317.svg);
}
.twa-waning-crescent-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f318.svg);
}
.twa-last-quarter-moon-with-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31c.svg);
}
.twa-first-quarter-moon-with-face {
  background-image: url(https://twemoji.maxcdn.com/svg/1f31b.svg);
}
.twa-moon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f319.svg);
}
.twa-earth-africa {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30d.svg);
}
.twa-earth-americas {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30e.svg);
}
.twa-earth-asia {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30f.svg);
}
.twa-volcano {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30b.svg);
}
.twa-milky-way {
  background-image: url(https://twemoji.maxcdn.com/svg/1f30c.svg);
}
.twa-partly-sunny {
  background-image: url(https://twemoji.maxcdn.com/svg/26c5.svg);
}
.twa-bamboo {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38d.svg);
}
.twa-gift-heart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49d.svg);
}
.twa-dolls {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38e.svg);
}
.twa-school-satchel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f392.svg);
}
.twa-mortar-board {
  background-image: url(https://twemoji.maxcdn.com/svg/1f393.svg);
}
.twa-flags {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38f.svg);
}
.twa-fireworks {
  background-image: url(https://twemoji.maxcdn.com/svg/1f386.svg);
}
.twa-sparkler {
  background-image: url(https://twemoji.maxcdn.com/svg/1f387.svg);
}
.twa-wind-chime {
  background-image: url(https://twemoji.maxcdn.com/svg/1f390.svg);
}
.twa-rice-scene {
  background-image: url(https://twemoji.maxcdn.com/svg/1f391.svg);
}
.twa-jack-o-lantern {
  background-image: url(https://twemoji.maxcdn.com/svg/1f383.svg);
}
.twa-ghost {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47b.svg);
}
.twa-santa {
  background-image: url(https://twemoji.maxcdn.com/svg/1f385.svg);
}
.twa-8ball {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b1.svg);
}
.twa-alarm-clock {
  background-image: url(https://twemoji.maxcdn.com/svg/23f0.svg);
}
.twa-apple {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34e.svg);
}
.twa-art {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a8.svg);
}
.twa-baby-bottle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f37c.svg);
}
.twa-balloon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f388.svg);
}
.twa-banana {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34c.svg);
}
.twa-bar-chart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ca.svg);
}
.twa-baseball {
  background-image: url(https://twemoji.maxcdn.com/svg/26be.svg);
}
.twa-basketball {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c0.svg);
}
.twa-bath {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c0.svg);
}
.twa-bathtub {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c1.svg);
}
.twa-battery {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50b.svg);
}
.twa-beer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f37a.svg);
}
.twa-beers {
  background-image: url(https://twemoji.maxcdn.com/svg/1f37b.svg);
}
.twa-bell {
  background-image: url(https://twemoji.maxcdn.com/svg/1f514.svg);
}
.twa-bento {
  background-image: url(https://twemoji.maxcdn.com/svg/1f371.svg);
}
.twa-bicyclist {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b4.svg);
}
.twa-bikini {
  background-image: url(https://twemoji.maxcdn.com/svg/1f459.svg);
}
.twa-birthday {
  background-image: url(https://twemoji.maxcdn.com/svg/1f382.svg);
}
.twa-black-joker {
  background-image: url(https://twemoji.maxcdn.com/svg/1f0cf.svg);
}
.twa-black-nib {
  background-image: url(https://twemoji.maxcdn.com/svg/2712.svg);
}
.twa-blue-book {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d8.svg);
}
.twa-bomb {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a3.svg);
}
.twa-bookmark {
  background-image: url(https://twemoji.maxcdn.com/svg/1f516.svg);
}
.twa-bookmark-tabs {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d1.svg);
}
.twa-books {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4da.svg);
}
.twa-boot {
  background-image: url(https://twemoji.maxcdn.com/svg/1f462.svg);
}
.twa-bowling {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b3.svg);
}
.twa-bread {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35e.svg);
}
.twa-briefcase {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4bc.svg);
}
.twa-bulb {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a1.svg);
}
.twa-cake {
  background-image: url(https://twemoji.maxcdn.com/svg/1f370.svg);
}
.twa-calendar {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c6.svg);
}
.twa-calling {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f2.svg);
}
.twa-camera {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f7.svg);
}
.twa-candy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36c.svg);
}
.twa-card-index {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c7.svg);
}
.twa-cd {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4bf.svg);
}
.twa-chart-with-downwards-trend {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c9.svg);
}
.twa-chart-with-upwards-trend {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c8.svg);
}
.twa-cherries {
  background-image: url(https://twemoji.maxcdn.com/svg/1f352.svg);
}
.twa-chocolate-bar {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36b.svg);
}
.twa-christmas-tree {
  background-image: url(https://twemoji.maxcdn.com/svg/1f384.svg);
}
.twa-clapper {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ac.svg);
}
.twa-clipboard {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4cb.svg);
}
.twa-closed-book {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d5.svg);
}
.twa-closed-lock-with-key {
  background-image: url(https://twemoji.maxcdn.com/svg/1f510.svg);
}
.twa-closed-umbrella {
  background-image: url(https://twemoji.maxcdn.com/svg/1f302.svg);
}
.twa-clubs {
  background-image: url(https://twemoji.maxcdn.com/svg/2663.svg);
}
.twa-cocktail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f378.svg);
}
.twa-coffee {
  background-image: url(https://twemoji.maxcdn.com/svg/2615.svg);
}
.twa-computer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4bb.svg);
}
.twa-confetti-ball {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38a.svg);
}
.twa-cookie {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36a.svg);
}
.twa-corn {
  background-image: url(https://twemoji.maxcdn.com/svg/1f33d.svg);
}
.twa-credit-card {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b3.svg);
}
.twa-crown {
  background-image: url(https://twemoji.maxcdn.com/svg/1f451.svg);
}
.twa-crystal-ball {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52e.svg);
}
.twa-curry {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35b.svg);
}
.twa-custard {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36e.svg);
}
.twa-dango {
  background-image: url(https://twemoji.maxcdn.com/svg/1f361.svg);
}
.twa-dart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3af.svg);
}
.twa-date {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c5.svg);
}
.twa-diamonds {
  background-image: url(https://twemoji.maxcdn.com/svg/2666.svg);
}
.twa-dollar {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b5.svg);
}
.twa-door {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6aa.svg);
}
.twa-doughnut {
  background-image: url(https://twemoji.maxcdn.com/svg/1f369.svg);
}
.twa-dress {
  background-image: url(https://twemoji.maxcdn.com/svg/1f457.svg);
}
.twa-dvd {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c0.svg);
}
.twa-e-mail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e7.svg);
}
.twa-egg {
  background-image: url(https://twemoji.maxcdn.com/svg/1f373.svg);
}
.twa-eggplant {
  background-image: url(https://twemoji.maxcdn.com/svg/1f346.svg);
}
.twa-electric-plug {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50c.svg);
}
.twa-email {
  background-image: url(https://twemoji.maxcdn.com/svg/2709.svg);
}
.twa-euro {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b6.svg);
}
.twa-eyeglasses {
  background-image: url(https://twemoji.maxcdn.com/svg/1f453.svg);
}
.twa-fax {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e0.svg);
}
.twa-file-folder {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c1.svg);
}
.twa-fish-cake {
  background-image: url(https://twemoji.maxcdn.com/svg/1f365.svg);
}
.twa-fishing-pole-and-fish {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a3.svg);
}
.twa-flashlight {
  background-image: url(https://twemoji.maxcdn.com/svg/1f526.svg);
}
.twa-floppy-disk {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4be.svg);
}
.twa-flower-playing-cards {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b4.svg);
}
.twa-football {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c8.svg);
}
.twa-fork-and-knife {
  background-image: url(https://twemoji.maxcdn.com/svg/1f374.svg);
}
.twa-fried-shrimp {
  background-image: url(https://twemoji.maxcdn.com/svg/1f364.svg);
}
.twa-fries {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35f.svg);
}
.twa-game-die {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b2.svg);
}
.twa-gem {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48e.svg);
}
.twa-gift {
  background-image: url(https://twemoji.maxcdn.com/svg/1f381.svg);
}
.twa-golf {
  background-image: url(https://twemoji.maxcdn.com/svg/26f3.svg);
}
.twa-grapes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f347.svg);
}
.twa-green-apple {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34f.svg);
}
.twa-green-book {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d7.svg);
}
.twa-guitar {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b8.svg);
}
.twa-gun {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52b.svg);
}
.twa-hamburger {
  background-image: url(https://twemoji.maxcdn.com/svg/1f354.svg);
}
.twa-hammer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f528.svg);
}
.twa-handbag {
  background-image: url(https://twemoji.maxcdn.com/svg/1f45c.svg);
}
.twa-headphones {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a7.svg);
}
.twa-hearts {
  background-image: url(https://twemoji.maxcdn.com/svg/2665.svg);
}
.twa-high-brightness {
  background-image: url(https://twemoji.maxcdn.com/svg/1f506.svg);
}
.twa-high-heel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f460.svg);
}
.twa-hocho {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52a.svg);
}
.twa-honey-pot {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36f.svg);
}
.twa-horse-racing {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c7.svg);
}
.twa-hourglass {
  background-image: url(https://twemoji.maxcdn.com/svg/231b.svg);
}
.twa-hourglass-flowing-sand {
  background-image: url(https://twemoji.maxcdn.com/svg/23f3.svg);
}
.twa-ice-cream {
  background-image: url(https://twemoji.maxcdn.com/svg/1f368.svg);
}
.twa-icecream {
  background-image: url(https://twemoji.maxcdn.com/svg/1f366.svg);
}
.twa-inbox-tray {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e5.svg);
}
.twa-incoming-envelope {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e8.svg);
}
.twa-iphone {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f1.svg);
}
.twa-jeans {
  background-image: url(https://twemoji.maxcdn.com/svg/1f456.svg);
}
.twa-key {
  background-image: url(https://twemoji.maxcdn.com/svg/1f511.svg);
}
.twa-kimono {
  background-image: url(https://twemoji.maxcdn.com/svg/1f458.svg);
}
.twa-ledger {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d2.svg);
}
.twa-lemon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34b.svg);
}
.twa-lipstick {
  background-image: url(https://twemoji.maxcdn.com/svg/1f484.svg);
}
.twa-lock {
  background-image: url(https://twemoji.maxcdn.com/svg/1f512.svg);
}
.twa-lock-with-ink-pen {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50f.svg);
}
.twa-lollipop {
  background-image: url(https://twemoji.maxcdn.com/svg/1f36d.svg);
}
.twa-loop {
  background-image: url(https://twemoji.maxcdn.com/svg/27bf.svg);
}
.twa-loudspeaker {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e2.svg);
}
.twa-low-brightness {
  background-image: url(https://twemoji.maxcdn.com/svg/1f505.svg);
}
.twa-mag {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50d.svg);
}
.twa-mag-right {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50e.svg);
}
.twa-mahjong {
  background-image: url(https://twemoji.maxcdn.com/svg/1f004.svg);
}
.twa-mailbox {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4eb.svg);
}
.twa-mailbox-closed {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ea.svg);
}
.twa-mailbox-with-mail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ec.svg);
}
.twa-mailbox-with-no-mail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ed.svg);
}
.twa-mans-shoe {
  background-image: url(https://twemoji.maxcdn.com/svg/1f45e.svg);
}
.twa-meat-on-bone {
  background-image: url(https://twemoji.maxcdn.com/svg/1f356.svg);
}
.twa-mega {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e3.svg);
}
.twa-melon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f348.svg);
}
.twa-memo {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4dd.svg);
}
.twa-microphone {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a4.svg);
}
.twa-microscope {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52c.svg);
}
.twa-minidisc {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4bd.svg);
}
.twa-money-with-wings {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b8.svg);
}
.twa-moneybag {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b0.svg);
}
.twa-mountain-bicyclist {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b5.svg);
}
.twa-movie-camera {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a5.svg);
}
.twa-musical-keyboard {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b9.svg);
}
.twa-musical-score {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3bc.svg);
}
.twa-mute {
  background-image: url(https://twemoji.maxcdn.com/svg/1f507.svg);
}
.twa-name-badge {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4db.svg);
}
.twa-necktie {
  background-image: url(https://twemoji.maxcdn.com/svg/1f454.svg);
}
.twa-newspaper {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f0.svg);
}
.twa-no-bell {
  background-image: url(https://twemoji.maxcdn.com/svg/1f515.svg);
}
.twa-notebook {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d3.svg);
}
.twa-notebook-with-decorative-cover {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d4.svg);
}
.twa-nut-and-bolt {
  background-image: url(https://twemoji.maxcdn.com/svg/1f529.svg);
}
.twa-oden {
  background-image: url(https://twemoji.maxcdn.com/svg/1f362.svg);
}
.twa-open-file-folder {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c2.svg);
}
.twa-orange-book {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d9.svg);
}
.twa-outbox-tray {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e4.svg);
}
.twa-page-facing-up {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c4.svg);
}
.twa-page-with-curl {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4c3.svg);
}
.twa-pager {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4df.svg);
}
.twa-paperclip {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ce.svg);
}
.twa-peach {
  background-image: url(https://twemoji.maxcdn.com/svg/1f351.svg);
}
.twa-pear {
  background-image: url(https://twemoji.maxcdn.com/svg/1f350.svg);
}
.twa-pencil2 {
  background-image: url(https://twemoji.maxcdn.com/svg/270f.svg);
}
.twa-phone {
  background-image: url(https://twemoji.maxcdn.com/svg/260e.svg);
}
.twa-pill {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48a.svg);
}
.twa-pineapple {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34d.svg);
}
.twa-pizza {
  background-image: url(https://twemoji.maxcdn.com/svg/1f355.svg);
}
.twa-postal-horn {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ef.svg);
}
.twa-postbox {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ee.svg);
}
.twa-pouch {
  background-image: url(https://twemoji.maxcdn.com/svg/1f45d.svg);
}
.twa-poultry-leg {
  background-image: url(https://twemoji.maxcdn.com/svg/1f357.svg);
}
.twa-pound {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b7.svg);
}
.twa-purse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f45b.svg);
}
.twa-pushpin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4cc.svg);
}
.twa-radio {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4fb.svg);
}
.twa-ramen {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35c.svg);
}
.twa-ribbon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f380.svg);
}
.twa-rice {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35a.svg);
}
.twa-rice-ball {
  background-image: url(https://twemoji.maxcdn.com/svg/1f359.svg);
}
.twa-rice-cracker {
  background-image: url(https://twemoji.maxcdn.com/svg/1f358.svg);
}
.twa-ring {
  background-image: url(https://twemoji.maxcdn.com/svg/1f48d.svg);
}
.twa-rugby-football {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c9.svg);
}
.twa-running-shirt-with-sash {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3bd.svg);
}
.twa-sake {
  background-image: url(https://twemoji.maxcdn.com/svg/1f376.svg);
}
.twa-sandal {
  background-image: url(https://twemoji.maxcdn.com/svg/1f461.svg);
}
.twa-satellite {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4e1.svg);
}
.twa-saxophone {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b7.svg);
}
.twa-scissors {
  background-image: url(https://twemoji.maxcdn.com/svg/2702.svg);
}
.twa-scroll {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4dc.svg);
}
.twa-seat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ba.svg);
}
.twa-shaved-ice {
  background-image: url(https://twemoji.maxcdn.com/svg/1f367.svg);
}
.twa-shirt {
  background-image: url(https://twemoji.maxcdn.com/svg/1f455.svg);
}
.twa-shower {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6bf.svg);
}
.twa-ski {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3bf.svg);
}
.twa-smoking {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6ac.svg);
}
.twa-snowboarder {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c2.svg);
}
.twa-soccer {
  background-image: url(https://twemoji.maxcdn.com/svg/26bd.svg);
}
.twa-sound {
  background-image: url(https://twemoji.maxcdn.com/svg/1f509.svg);
}
.twa-space-invader {
  background-image: url(https://twemoji.maxcdn.com/svg/1f47e.svg);
}
.twa-spades {
  background-image: url(https://twemoji.maxcdn.com/svg/2660.svg);
}
.twa-spaghetti {
  background-image: url(https://twemoji.maxcdn.com/svg/1f35d.svg);
}
.twa-speaker {
  background-image: url(https://twemoji.maxcdn.com/svg/1f50a.svg);
}
.twa-stew {
  background-image: url(https://twemoji.maxcdn.com/svg/1f372.svg);
}
.twa-straight-ruler {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4cf.svg);
}
.twa-strawberry {
  background-image: url(https://twemoji.maxcdn.com/svg/1f353.svg);
}
.twa-surfer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c4.svg);
}
.twa-sushi {
  background-image: url(https://twemoji.maxcdn.com/svg/1f363.svg);
}
.twa-sweet-potato {
  background-image: url(https://twemoji.maxcdn.com/svg/1f360.svg);
}
.twa-swimmer {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ca.svg);
}
.twa-syringe {
  background-image: url(https://twemoji.maxcdn.com/svg/1f489.svg);
}
.twa-tada {
  background-image: url(https://twemoji.maxcdn.com/svg/1f389.svg);
}
.twa-tanabata-tree {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38b.svg);
}
.twa-tangerine {
  background-image: url(https://twemoji.maxcdn.com/svg/1f34a.svg);
}
.twa-tea {
  background-image: url(https://twemoji.maxcdn.com/svg/1f375.svg);
}
.twa-telephone-receiver {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4de.svg);
}
.twa-telescope {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52d.svg);
}
.twa-tennis {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3be.svg);
}
.twa-toilet {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6bd.svg);
}
.twa-tomato {
  background-image: url(https://twemoji.maxcdn.com/svg/1f345.svg);
}
.twa-tophat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a9.svg);
}
.twa-triangular-ruler {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4d0.svg);
}
.twa-trophy {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c6.svg);
}
.twa-tropical-drink {
  background-image: url(https://twemoji.maxcdn.com/svg/1f379.svg);
}
.twa-trumpet {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ba.svg);
}
.twa-tv {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4fa.svg);
}
.twa-unlock {
  background-image: url(https://twemoji.maxcdn.com/svg/1f513.svg);
}
.twa-vhs {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4fc.svg);
}
.twa-video-camera {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f9.svg);
}
.twa-video-game {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ae.svg);
}
.twa-violin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3bb.svg);
}
.twa-watch {
  background-image: url(https://twemoji.maxcdn.com/svg/231a.svg);
}
.twa-watermelon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f349.svg);
}
.twa-wine-glass {
  background-image: url(https://twemoji.maxcdn.com/svg/1f377.svg);
}
.twa-womans-clothes {
  background-image: url(https://twemoji.maxcdn.com/svg/1f45a.svg);
}
.twa-womans-hat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f452.svg);
}
.twa-wrench {
  background-image: url(https://twemoji.maxcdn.com/svg/1f527.svg);
}
.twa-yen {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b4.svg);
}
.twa-aerial-tramway {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a1.svg);
}
.twa-airplane {
  background-image: url(https://twemoji.maxcdn.com/svg/2708.svg);
}
.twa-ambulance {
  background-image: url(https://twemoji.maxcdn.com/svg/1f691.svg);
}
.twa-anchor {
  background-image: url(https://twemoji.maxcdn.com/svg/2693.svg);
}
.twa-articulated-lorry {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69b.svg);
}
.twa-atm {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e7.svg);
}
.twa-bank {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e6.svg);
}
.twa-barber {
  background-image: url(https://twemoji.maxcdn.com/svg/1f488.svg);
}
.twa-beginner {
  background-image: url(https://twemoji.maxcdn.com/svg/1f530.svg);
}
.twa-bike {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b2.svg);
}
.twa-blue-car {
  background-image: url(https://twemoji.maxcdn.com/svg/1f699.svg);
}
.twa-boat {
  background-image: url(https://twemoji.maxcdn.com/svg/26f5.svg);
}
.twa-bridge-at-night {
  background-image: url(https://twemoji.maxcdn.com/svg/1f309.svg);
}
.twa-bullettrain-front {
  background-image: url(https://twemoji.maxcdn.com/svg/1f685.svg);
}
.twa-bullettrain-side {
  background-image: url(https://twemoji.maxcdn.com/svg/1f684.svg);
}
.twa-bus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f68c.svg);
}
.twa-busstop {
  background-image: url(https://twemoji.maxcdn.com/svg/1f68f.svg);
}
.twa-car {
  background-image: url(https://twemoji.maxcdn.com/svg/1f697.svg);
}
.twa-carousel-horse {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a0.svg);
}
.twa-checkered-flag {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3c1.svg);
}
.twa-church {
  background-image: url(https://twemoji.maxcdn.com/svg/26ea.svg);
}
.twa-circus-tent {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3aa.svg);
}
.twa-city-sunrise {
  background-image: url(https://twemoji.maxcdn.com/svg/1f307.svg);
}
.twa-city-sunset {
  background-image: url(https://twemoji.maxcdn.com/svg/1f306.svg);
}
.twa-construction {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a7.svg);
}
.twa-convenience-store {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ea.svg);
}
.twa-crossed-flags {
  background-image: url(https://twemoji.maxcdn.com/svg/1f38c.svg);
}
.twa-department-store {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ec.svg);
}
.twa-european-castle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3f0.svg);
}
.twa-european-post-office {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e4.svg);
}
.twa-factory {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ed.svg);
}
.twa-ferris-wheel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a1.svg);
}
.twa-fire-engine {
  background-image: url(https://twemoji.maxcdn.com/svg/1f692.svg);
}
.twa-fountain {
  background-image: url(https://twemoji.maxcdn.com/svg/26f2.svg);
}
.twa-fuelpump {
  background-image: url(https://twemoji.maxcdn.com/svg/26fd.svg);
}
.twa-helicopter {
  background-image: url(https://twemoji.maxcdn.com/svg/1f681.svg);
}
.twa-hospital {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e5.svg);
}
.twa-hotel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e8.svg);
}
.twa-hotsprings {
  background-image: url(https://twemoji.maxcdn.com/svg/2668.svg);
}
.twa-house {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e0.svg);
}
.twa-house-with-garden {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e1.svg);
}
.twa-japan {
  background-image: url(https://twemoji.maxcdn.com/svg/1f5fe.svg);
}
.twa-japanese-castle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ef.svg);
}
.twa-light-rail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f688.svg);
}
.twa-love-hotel {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e9.svg);
}
.twa-minibus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f690.svg);
}
.twa-monorail {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69d.svg);
}
.twa-mount-fuji {
  background-image: url(https://twemoji.maxcdn.com/svg/1f5fb.svg);
}
.twa-mountain-cableway {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a0.svg);
}
.twa-mountain-railway {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69e.svg);
}
.twa-moyai {
  background-image: url(https://twemoji.maxcdn.com/svg/1f5ff.svg);
}
.twa-office {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e2.svg);
}
.twa-oncoming-automobile {
  background-image: url(https://twemoji.maxcdn.com/svg/1f698.svg);
}
.twa-oncoming-bus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f68d.svg);
}
.twa-oncoming-police-car {
  background-image: url(https://twemoji.maxcdn.com/svg/1f694.svg);
}
.twa-oncoming-taxi {
  background-image: url(https://twemoji.maxcdn.com/svg/1f696.svg);
}
.twa-performing-arts {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ad.svg);
}
.twa-police-car {
  background-image: url(https://twemoji.maxcdn.com/svg/1f693.svg);
}
.twa-post-office {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3e3.svg);
}
.twa-railway-car {
  background-image: url(https://twemoji.maxcdn.com/svg/1f683.svg);
}
.twa-rainbow {
  background-image: url(https://twemoji.maxcdn.com/svg/1f308.svg);
}
.twa-rocket {
  background-image: url(https://twemoji.maxcdn.com/svg/1f680.svg);
}
.twa-roller-coaster {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a2.svg);
}
.twa-rotating-light {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a8.svg);
}
.twa-round-pushpin {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4cd.svg);
}
.twa-rowboat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a3.svg);
}
.twa-school {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3eb.svg);
}
.twa-ship {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a2.svg);
}
.twa-slot-machine {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3b0.svg);
}
.twa-speedboat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a4.svg);
}
.twa-stars {
  background-image: url(https://twemoji.maxcdn.com/svg/1f303.svg);
}
.twa-station {
  background-image: url(https://twemoji.maxcdn.com/svg/1f689.svg);
}
.twa-statue-of-liberty {
  background-image: url(https://twemoji.maxcdn.com/svg/1f5fd.svg);
}
.twa-steam-locomotive {
  background-image: url(https://twemoji.maxcdn.com/svg/1f682.svg);
}
.twa-sunrise {
  background-image: url(https://twemoji.maxcdn.com/svg/1f305.svg);
}
.twa-sunrise-over-mountains {
  background-image: url(https://twemoji.maxcdn.com/svg/1f304.svg);
}
.twa-suspension-railway {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69f.svg);
}
.twa-taxi {
  background-image: url(https://twemoji.maxcdn.com/svg/1f695.svg);
}
.twa-tent {
  background-image: url(https://twemoji.maxcdn.com/svg/26fa.svg);
}
.twa-ticket {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3ab.svg);
}
.twa-tokyo-tower {
  background-image: url(https://twemoji.maxcdn.com/svg/1f5fc.svg);
}
.twa-tractor {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69c.svg);
}
.twa-traffic-light {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a5.svg);
}
.twa-train2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f686.svg);
}
.twa-tram {
  background-image: url(https://twemoji.maxcdn.com/svg/1f68a.svg);
}
.twa-triangular-flag-on-post {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a9.svg);
}
.twa-trolleybus {
  background-image: url(https://twemoji.maxcdn.com/svg/1f68e.svg);
}
.twa-truck {
  background-image: url(https://twemoji.maxcdn.com/svg/1f69a.svg);
}
.twa-vertical-traffic-light {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6a6.svg);
}
.twa-warning {
  background-image: url(https://twemoji.maxcdn.com/svg/26a0.svg);
}
.twa-wedding {
  background-image: url(https://twemoji.maxcdn.com/svg/1f492.svg);
}
.twa-jp {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1ef-1f1f5.svg);
}
.twa-kr {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1f0-1f1f7.svg);
}
.twa-cn {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1e8-1f1f3.svg);
}
.twa-us {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1fa-1f1f8.svg);
}
.twa-fr {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1eb-1f1f7.svg);
}
.twa-es {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1ea-1f1f8.svg);
}
.twa-it {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1ee-1f1f9.svg);
}
.twa-ru {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1f7-1f1fa.svg);
}
.twa-gb {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1ec-1f1e7.svg);
}
.twa-de {
  background-image: url(https://twemoji.maxcdn.com/svg/1f1e9-1f1ea.svg);
}
.twa-100 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4af.svg);
}
.twa-1234 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f522.svg);
}
.twa-a {
  background-image: url(https://twemoji.maxcdn.com/svg/1f170.svg);
}
.twa-ab {
  background-image: url(https://twemoji.maxcdn.com/svg/1f18e.svg);
}
.twa-abc {
  background-image: url(https://twemoji.maxcdn.com/svg/1f524.svg);
}
.twa-abcd {
  background-image: url(https://twemoji.maxcdn.com/svg/1f521.svg);
}
.twa-accept {
  background-image: url(https://twemoji.maxcdn.com/svg/1f251.svg);
}
.twa-aquarius {
  background-image: url(https://twemoji.maxcdn.com/svg/2652.svg);
}
.twa-aries {
  background-image: url(https://twemoji.maxcdn.com/svg/2648.svg);
}
.twa-arrow-backward {
  background-image: url(https://twemoji.maxcdn.com/svg/25c0.svg);
}
.twa-arrow-double-down {
  background-image: url(https://twemoji.maxcdn.com/svg/23ec.svg);
}
.twa-arrow-double-up {
  background-image: url(https://twemoji.maxcdn.com/svg/23eb.svg);
}
.twa-arrow-down {
  background-image: url(https://twemoji.maxcdn.com/svg/2b07.svg);
}
.twa-arrow-down-small {
  background-image: url(https://twemoji.maxcdn.com/svg/1f53d.svg);
}
.twa-arrow-forward {
  background-image: url(https://twemoji.maxcdn.com/svg/25b6.svg);
}
.twa-arrow-heading-down {
  background-image: url(https://twemoji.maxcdn.com/svg/2935.svg);
}
.twa-arrow-heading-up {
  background-image: url(https://twemoji.maxcdn.com/svg/2934.svg);
}
.twa-arrow-left {
  background-image: url(https://twemoji.maxcdn.com/svg/2b05.svg);
}
.twa-arrow-lower-left {
  background-image: url(https://twemoji.maxcdn.com/svg/2199.svg);
}
.twa-arrow-lower-right {
  background-image: url(https://twemoji.maxcdn.com/svg/2198.svg);
}
.twa-arrow-right {
  background-image: url(https://twemoji.maxcdn.com/svg/27a1.svg);
}
.twa-arrow-right-hook {
  background-image: url(https://twemoji.maxcdn.com/svg/21aa.svg);
}
.twa-arrow-up {
  background-image: url(https://twemoji.maxcdn.com/svg/2b06.svg);
}
.twa-arrow-up-down {
  background-image: url(https://twemoji.maxcdn.com/svg/2195.svg);
}
.twa-arrow-up-small {
  background-image: url(https://twemoji.maxcdn.com/svg/1f53c.svg);
}
.twa-arrow-upper-left {
  background-image: url(https://twemoji.maxcdn.com/svg/2196.svg);
}
.twa-arrow-upper-right {
  background-image: url(https://twemoji.maxcdn.com/svg/2197.svg);
}
.twa-arrows-clockwise {
  background-image: url(https://twemoji.maxcdn.com/svg/1f503.svg);
}
.twa-arrows-counterclockwise {
  background-image: url(https://twemoji.maxcdn.com/svg/1f504.svg);
}
.twa-b {
  background-image: url(https://twemoji.maxcdn.com/svg/1f171.svg);
}
.twa-baby-symbol {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6bc.svg);
}
.twa-baggage-claim {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c4.svg);
}
.twa-ballot-box-with-check {
  background-image: url(https://twemoji.maxcdn.com/svg/2611.svg);
}
.twa-bangbang {
  background-image: url(https://twemoji.maxcdn.com/svg/203c.svg);
}
.twa-black-circle {
  background-image: url(https://twemoji.maxcdn.com/svg/26ab.svg);
}
.twa-black-square-button {
  background-image: url(https://twemoji.maxcdn.com/svg/1f532.svg);
}
.twa-cancer {
  background-image: url(https://twemoji.maxcdn.com/svg/264b.svg);
}
.twa-capital-abcd {
  background-image: url(https://twemoji.maxcdn.com/svg/1f520.svg);
}
.twa-capricorn {
  background-image: url(https://twemoji.maxcdn.com/svg/2651.svg);
}
.twa-chart {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b9.svg);
}
.twa-children-crossing {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b8.svg);
}
.twa-cinema {
  background-image: url(https://twemoji.maxcdn.com/svg/1f3a6.svg);
}
.twa-cl {
  background-image: url(https://twemoji.maxcdn.com/svg/1f191.svg);
}
.twa-clock1 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f550.svg);
}
.twa-clock10 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f559.svg);
}
.twa-clock1030 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f565.svg);
}
.twa-clock11 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55a.svg);
}
.twa-clock1130 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f566.svg);
}
.twa-clock12 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55b.svg);
}
.twa-clock1230 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f567.svg);
}
.twa-clock130 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55c.svg);
}
.twa-clock2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f551.svg);
}
.twa-clock230 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55d.svg);
}
.twa-clock3 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f552.svg);
}
.twa-clock330 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55e.svg);
}
.twa-clock4 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f553.svg);
}
.twa-clock430 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f55f.svg);
}
.twa-clock5 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f554.svg);
}
.twa-clock530 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f560.svg);
}
.twa-clock6 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f555.svg);
}
.twa-clock630 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f561.svg);
}
.twa-clock7 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f556.svg);
}
.twa-clock730 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f562.svg);
}
.twa-clock8 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f557.svg);
}
.twa-clock830 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f563.svg);
}
.twa-clock9 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f558.svg);
}
.twa-clock930 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f564.svg);
}
.twa-congratulations {
  background-image: url(https://twemoji.maxcdn.com/svg/3297.svg);
}
.twa-cool {
  background-image: url(https://twemoji.maxcdn.com/svg/1f192.svg);
}
.twa-copyright {
  background-image: url(https://twemoji.maxcdn.com/svg/a9.svg);
}
.twa-curly-loop {
  background-image: url(https://twemoji.maxcdn.com/svg/27b0.svg);
}
.twa-currency-exchange {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b1.svg);
}
.twa-customs {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c3.svg);
}
.twa-diamond-shape-with-a-dot-inside {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4a0.svg);
}
.twa-do-not-litter {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6af.svg);
}
.twa-eight {
  background-image: url(https://twemoji.maxcdn.com/svg/38-20e3.svg);
}
.twa-eight-pointed-black-star {
  background-image: url(https://twemoji.maxcdn.com/svg/2734.svg);
}
.twa-eight-spoked-asterisk {
  background-image: url(https://twemoji.maxcdn.com/svg/2733.svg);
}
.twa-end {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51a.svg);
}
.twa-fast-forward {
  background-image: url(https://twemoji.maxcdn.com/svg/23e9.svg);
}
.twa-five {
  background-image: url(https://twemoji.maxcdn.com/svg/35-20e3.svg);
}
.twa-four {
  background-image: url(https://twemoji.maxcdn.com/svg/34-20e3.svg);
}
.twa-free {
  background-image: url(https://twemoji.maxcdn.com/svg/1f193.svg);
}
.twa-gemini {
  background-image: url(https://twemoji.maxcdn.com/svg/264a.svg);
}
.twa-hash {
  background-image: url(https://twemoji.maxcdn.com/svg/23-20e3.svg);
}
.twa-heart-decoration {
  background-image: url(https://twemoji.maxcdn.com/svg/1f49f.svg);
}
.twa-heavy-check-mark {
  background-image: url(https://twemoji.maxcdn.com/svg/2714.svg);
}
.twa-heavy-division-sign {
  background-image: url(https://twemoji.maxcdn.com/svg/2797.svg);
}
.twa-heavy-dollar-sign {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4b2.svg);
}
.twa-heavy-minus-sign {
  background-image: url(https://twemoji.maxcdn.com/svg/2796.svg);
}
.twa-heavy-multiplication-x {
  background-image: url(https://twemoji.maxcdn.com/svg/2716.svg);
}
.twa-heavy-plus-sign {
  background-image: url(https://twemoji.maxcdn.com/svg/2795.svg);
}
.twa-id {
  background-image: url(https://twemoji.maxcdn.com/svg/1f194.svg);
}
.twa-ideograph-advantage {
  background-image: url(https://twemoji.maxcdn.com/svg/1f250.svg);
}
.twa-information-source {
  background-image: url(https://twemoji.maxcdn.com/svg/2139.svg);
}
.twa-interrobang {
  background-image: url(https://twemoji.maxcdn.com/svg/2049.svg);
}
.twa-keycap-ten {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51f.svg);
}
.twa-koko {
  background-image: url(https://twemoji.maxcdn.com/svg/1f201.svg);
}
.twa-large-blue-circle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f535.svg);
}
.twa-large-blue-diamond {
  background-image: url(https://twemoji.maxcdn.com/svg/1f537.svg);
}
.twa-large-orange-diamond {
  background-image: url(https://twemoji.maxcdn.com/svg/1f536.svg);
}
.twa-left-luggage {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c5.svg);
}
.twa-left-right-arrow {
  background-image: url(https://twemoji.maxcdn.com/svg/2194.svg);
}
.twa-leftwards-arrow-with-hook {
  background-image: url(https://twemoji.maxcdn.com/svg/21a9.svg);
}
.twa-leo {
  background-image: url(https://twemoji.maxcdn.com/svg/264c.svg);
}
.twa-libra {
  background-image: url(https://twemoji.maxcdn.com/svg/264e.svg);
}
.twa-link {
  background-image: url(https://twemoji.maxcdn.com/svg/1f517.svg);
}
.twa-m {
  background-image: url(https://twemoji.maxcdn.com/svg/24c2.svg);
}
.twa-mens {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b9.svg);
}
.twa-metro {
  background-image: url(https://twemoji.maxcdn.com/svg/1f687.svg);
}
.twa-mobile-phone-off {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f4.svg);
}
.twa-negative-squared-cross-mark {
  background-image: url(https://twemoji.maxcdn.com/svg/274e.svg);
}
.twa-new {
  background-image: url(https://twemoji.maxcdn.com/svg/1f195.svg);
}
.twa-ng {
  background-image: url(https://twemoji.maxcdn.com/svg/1f196.svg);
}
.twa-nine {
  background-image: url(https://twemoji.maxcdn.com/svg/39-20e3.svg);
}
.twa-no-bicycles {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b3.svg);
}
.twa-no-entry {
  background-image: url(https://twemoji.maxcdn.com/svg/26d4.svg);
}
.twa-no-entry-sign {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6ab.svg);
}
.twa-no-mobile-phones {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f5.svg);
}
.twa-no-pedestrians {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b7.svg);
}
.twa-no-smoking {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6ad.svg);
}
.twa-non-potable-water {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b1.svg);
}
.twa-o {
  background-image: url(https://twemoji.maxcdn.com/svg/2b55.svg);
}
.twa-o2 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f17e.svg);
}
.twa-ok {
  background-image: url(https://twemoji.maxcdn.com/svg/1f197.svg);
}
.twa-on {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51b.svg);
}
.twa-one {
  background-image: url(https://twemoji.maxcdn.com/svg/31-20e3.svg);
}
.twa-ophiuchus {
  background-image: url(https://twemoji.maxcdn.com/svg/26ce.svg);
}
.twa-parking {
  background-image: url(https://twemoji.maxcdn.com/svg/1f17f.svg);
}
.twa-part-alternation-mark {
  background-image: url(https://twemoji.maxcdn.com/svg/303d.svg);
}
.twa-passport-control {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6c2.svg);
}
.twa-pisces {
  background-image: url(https://twemoji.maxcdn.com/svg/2653.svg);
}
.twa-potable-water {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6b0.svg);
}
.twa-put-litter-in-its-place {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6ae.svg);
}
.twa-radio-button {
  background-image: url(https://twemoji.maxcdn.com/svg/1f518.svg);
}
.twa-recycle {
  background-image: url(https://twemoji.maxcdn.com/svg/267b.svg);
}
.twa-red-circle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f534.svg);
}
.twa-registered {
  background-image: url(https://twemoji.maxcdn.com/svg/ae.svg);
}
.twa-repeat {
  background-image: url(https://twemoji.maxcdn.com/svg/1f501.svg);
}
.twa-repeat-one {
  background-image: url(https://twemoji.maxcdn.com/svg/1f502.svg);
}
.twa-restroom {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6bb.svg);
}
.twa-rewind {
  background-image: url(https://twemoji.maxcdn.com/svg/23ea.svg);
}
.twa-sa {
  background-image: url(https://twemoji.maxcdn.com/svg/1f202.svg);
}
.twa-sagittarius {
  background-image: url(https://twemoji.maxcdn.com/svg/2650.svg);
}
.twa-scorpius {
  background-image: url(https://twemoji.maxcdn.com/svg/264f.svg);
}
.twa-secret {
  background-image: url(https://twemoji.maxcdn.com/svg/3299.svg);
}
.twa-seven {
  background-image: url(https://twemoji.maxcdn.com/svg/37-20e3.svg);
}
.twa-signal-strength {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f6.svg);
}
.twa-six {
  background-image: url(https://twemoji.maxcdn.com/svg/36-20e3.svg);
}
.twa-six-pointed-star {
  background-image: url(https://twemoji.maxcdn.com/svg/1f52f.svg);
}
.twa-small-blue-diamond {
  background-image: url(https://twemoji.maxcdn.com/svg/1f539.svg);
}
.twa-small-orange-diamond {
  background-image: url(https://twemoji.maxcdn.com/svg/1f538.svg);
}
.twa-small-red-triangle {
  background-image: url(https://twemoji.maxcdn.com/svg/1f53a.svg);
}
.twa-small-red-triangle-down {
  background-image: url(https://twemoji.maxcdn.com/svg/1f53b.svg);
}
.twa-soon {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51c.svg);
}
.twa-sos {
  background-image: url(https://twemoji.maxcdn.com/svg/1f198.svg);
}
.twa-symbols {
  background-image: url(https://twemoji.maxcdn.com/svg/1f523.svg);
}
.twa-taurus {
  background-image: url(https://twemoji.maxcdn.com/svg/2649.svg);
}
.twa-three {
  background-image: url(https://twemoji.maxcdn.com/svg/33-20e3.svg);
}
.twa-tm {
  background-image: url(https://twemoji.maxcdn.com/svg/2122.svg);
}
.twa-top {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51d.svg);
}
.twa-trident {
  background-image: url(https://twemoji.maxcdn.com/svg/1f531.svg);
}
.twa-twisted-rightwards-arrows {
  background-image: url(https://twemoji.maxcdn.com/svg/1f500.svg);
}
.twa-two {
  background-image: url(https://twemoji.maxcdn.com/svg/32-20e3.svg);
}
.twa-u5272 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f239.svg);
}
.twa-u5408 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f234.svg);
}
.twa-u55b6 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f23a.svg);
}
.twa-u6307 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f22f.svg);
}
.twa-u6708 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f237.svg);
}
.twa-u6709 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f236.svg);
}
.twa-u6e80 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f235.svg);
}
.twa-u7121 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f21a.svg);
}
.twa-u7533 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f238.svg);
}
.twa-u7981 {
  background-image: url(https://twemoji.maxcdn.com/svg/1f232.svg);
}
.twa-u7a7a {
  background-image: url(https://twemoji.maxcdn.com/svg/1f233.svg);
}
.twa-underage {
  background-image: url(https://twemoji.maxcdn.com/svg/1f51e.svg);
}
.twa-up {
  background-image: url(https://twemoji.maxcdn.com/svg/1f199.svg);
}
.twa-vibration-mode {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4f3.svg);
}
.twa-virgo {
  background-image: url(https://twemoji.maxcdn.com/svg/264d.svg);
}
.twa-vs {
  background-image: url(https://twemoji.maxcdn.com/svg/1f19a.svg);
}
.twa-wavy-dash {
  background-image: url(https://twemoji.maxcdn.com/svg/3030.svg);
}
.twa-wc {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6be.svg);
}
.twa-wheelchair {
  background-image: url(https://twemoji.maxcdn.com/svg/267f.svg);
}
.twa-white-check-mark {
  background-image: url(https://twemoji.maxcdn.com/svg/2705.svg);
}
.twa-white-circle {
  background-image: url(https://twemoji.maxcdn.com/svg/26aa.svg);
}
.twa-white-flower {
  background-image: url(https://twemoji.maxcdn.com/svg/1f4ae.svg);
}
.twa-white-square-button {
  background-image: url(https://twemoji.maxcdn.com/svg/1f533.svg);
}
.twa-womens {
  background-image: url(https://twemoji.maxcdn.com/svg/1f6ba.svg);
}
.twa-x {
  background-image: url(https://twemoji.maxcdn.com/svg/274c.svg);
}
.twa-zero {
  background-image: url(https://twemoji.maxcdn.com/svg/30-20e3.svg);
}
.emoji-list {
  max-height: 400px;
  overflow: auto;
}
.emoji-list li {
  display: inline-block;
  padding: 4px;
  margin: 0px 8px 8px 0px;
  cursor: pointer;
}
.emoji-list li span {
  display: none;
}
.js_box_content #js_compose_new_message .emoji-list {
  background: #fff;
  border-top: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  position: absolute;
  bottom: 40px;
  height: 60px;
}
#_sort tr > td:first-of-type {
  text-align: center !important;
}
#_sort tr > td:first-of-type i {
  cursor: move;
}
.pf-video-form div.valid_message {
  margin-top: 0 !important;
}
ul.activity_feed_form_attach li {
  position: relative;
}
input.select-video {
  position: absolute;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
video.pf-video-player {
  background: #3c3c3c;
}
#pf-video-process,
#pf-video-process-main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000000000;
  background: rgba(0, 0, 0, 0.9);
}
#pf-video-process > i,
#pf-video-process-main > i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.pf-video-content {
  position: absolute;
  left: 0;
  right: 30%;
  bottom: 0;
  top: 0;
}
.pf-video-content > i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.pf-video-content > i.fa-check-circle {
  font-size: 80px;
  color: #5CB85C;
  margin-left: -40px;
  margin-top: -40px;
}
.pf-video-form {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30%;
  background: #fff;
  overflow: auto;
}
.pf-video-form .table {
  padding: 20px;
}
#page_route_v_process > div,
#page_route_v_process > footer {
  visibility: hidden;
}
#page_route_v_process .form-control-feedback {
  visibility: hidden;
}
.pf-video-frames > img {
  width: 30%;
  display: inline-block;
  outline: 1px #dfdfdf solid;
  margin-right: 5px;
  opacity: 0.5;
  cursor: pointer;
}
.pf-video-frames > img.active {
  outline-color: #ccc;
  opacity: 1;
}
#page_route_v #content {
  display: none;
}
._video_resize .pf-video-row > a,
._video_resize .pf-video-row a:hover {
  width: 100%;
}
._video_resize .pf-video-row .t h1 {
  width: 100%;
}
._video_resize .pf-video-row .image_load {
  width: 100%;
}
.pf-video-row {
  display: block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  margin-left: 1px;
  background: #fff;
}
.pf-video-row > a,
.pf-video-row a:hover {
  display: block;
  /*border-bottom:1px #dfdfdf solid;*/
  text-decoration: none;
  transition: all 0.50s ease;
}
.pf-video-row > a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.50s ease;
}
.pf-video-row .t {
  border-top: 1px #f9f9f9 solid;
  display: block;
  padding-top: 7px;
  margin-left: 5px;
  text-align: left;
}
.pf-video-row .t h1,
.pf-video-row .t h2 {
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.pf-video-row .t h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px !important;
}
.pf-video-row .t h2 {
  font-size: 11px !important;
  color: #8d8d8d;
}
.pf-video-row .t span.v,
.pf-video-row .t time {
  font-size: 10px;
  display: inline-block;
  margin-right: 5px;
  color: #8d8d8d;
}
.pf-video-row .t span.v:after {
  content: '\b7';
  display: inline-block;
  margin-left: 7px;
}
.pf-video-row .image_load {
  background-size: cover;
  display: block;
  padding-bottom: 55%;
}
#page_route_v #content {
  text-align: center;
}
#page_route_v #top {
  margin-bottom: 20px;
}
#page_route_v .header_filter_holder > .pull-right > .btn-group:nth-of-type(3) {
  display: none;
}
#page_route_v ._block_breadcrumb .btn-sm,
#page_route_v ._block_breadcrumb .btn-group-sm > .btn {
  position: relative;
}
.video_rows .collection-item-stage {
  width: 100%;
}
@media (min-width: 768px) {
  .video_rows .collection-item-stage {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .empty-right .video_rows .collection-item-stage {
    width: 33%;
  }
}
#pf-error-message {
  background: rgba(255, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  z-index: 10000;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: 300px;
  margin-left: -155px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  padding: 10px;
}
#pf-error-message i {
  font-size: 22px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.page_breadcrumbs_menu > a,
.page_breadcrumbs_menu > a:hover {
  position: relative;
  display: inline-block;
}
.pf_v_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #808080;
}
.select_a_video,
.select_a_video:hover {
  display: block;
  background: #fff;
  border: 2px #dfdfdf dashed;
  padding: 12px;
  margin: 8px 0 8px 0;
  text-align: center;
}
.select_a_video i,
.select_a_video:hover i {
  font-size: 14px;
}
.pf_process_form {
  display: none;
  height: 25px;
  line-height: 25px;
  background: #fff;
  border: 1px #ececec solid;
  position: relative;
}
.pf_process_form > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2%;
  height: 25px;
  line-height: 25px;
  background: #2ecc71;
}
.pf_video_message {
  display: table;
  width: 100%;
}
.pf_video_message > div {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
  padding: 5px;
}
.pf_video_message .pf_i {
  width: 30%;
}
#global_attachment_videos.completed {
  background: transparent !important;
}
.js_box_content .pf_video_message,
.js_box_content .pf_process_form {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.js_box_content .pf_video_message {
  border-bottom: 1px #dfdfdf solid;
}
.js_box_content .table_clear {
  margin-top: 0;
}
.js_box_content .table_clear > input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.pf_video_wrapper,
.feed_block_title_content .fb_video_iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 0;
}
.pf_video_wrapper iframe,
.feed_block_title_content .fb_video_iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pf_v_video_info {
  display: none;
}
.pf-video-row .t h1 {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}
.pf_v_url_cancel,
.pf_v_url_cancel:hover {
  font-size: 12px;
}
.pf_v_video_url {
  position: relative;
}
.js_box_content .pf_v_url_cancel,
.pf_v_video_url .pf_v_url_cancel {
  position: absolute;
  right: 10px;
  top: 10px;
}
#global_attachment_videos {
  margin-bottom: 20px;
}
.activity_feed_form_button_position_button .form-spin-it {
  display: block;
  margin: 12px 20px 0 0;
}
.pf_video_embed_video iframe {
  max-width: 100%;
}
/*
.g-recaptcha {
	margin-bottom:20px;
}
*/
#js_registration_submit {
  display: none;
}
