@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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-yen:before {
  content: "\00a5"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

a {
  color: #0078ba;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00476e;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -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 #eeeeee; }

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

.main_inner > h1:first-child, .main_inner > h2:first-child, .main_inner > h3:first-child {
  margin-top: 0; }

p {
  margin: 0 0 10px;
  text-align: justify; }

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

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_middle {
  vertical-align: middle; }

.text_unavailable {
  text-decoration: line-through; }

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

p + ol,
p + ul {
  margin-top: -5px; }

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

.list_star li {
  list-style: none;
  padding-left: 20px;
  background: url(../img/icons/list_element/star.png) no-repeat 0 3px; }

.big_dot {
  padding-left: 0; }
  .big_dot li {
    list-style: none;
    padding-left: 20px;
    background: url(../img/icons/list_element/big_dot.png) no-repeat 0 2px; }

.multicolumn_list {
  padding: 0;
  margin: 10px 0 20px;
  list-style: none; }
  .multicolumn_list:before, .multicolumn_list:after {
    content: " ";
    display: table; }
  .multicolumn_list:after {
    clear: both; }
  .multicolumn_list li a {
    color: #0078ba;
    font-size: 14px; }
  .multicolumn_list.two_columns {
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

.text-emphasize.red {
  font-weight: bold;
  color: #b60000; }

.text-emphasize.blue {
  color: #0078ba !important; }

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 730px; } }
  @media (min-width: 992px) {
    .container {
      width: 950px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1270px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.1666666667%; }

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

.col-xs-15 {
  width: 62.5%; }

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

.col-xs-17 {
  width: 70.8333333333%; }

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

.col-xs-19 {
  width: 79.1666666667%; }

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

.col-xs-21 {
  width: 87.5%; }

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

.col-xs-23 {
  width: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.1666666667%; }

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

.col-xs-pull-15 {
  right: 62.5%; }

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

.col-xs-pull-17 {
  right: 70.8333333333%; }

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

.col-xs-pull-19 {
  right: 79.1666666667%; }

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

.col-xs-pull-21 {
  right: 87.5%; }

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

.col-xs-pull-23 {
  right: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.1666666667%; }

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

.col-xs-push-15 {
  left: 62.5%; }

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

.col-xs-push-17 {
  left: 70.8333333333%; }

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

.col-xs-push-19 {
  left: 79.1666666667%; }

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

.col-xs-push-21 {
  left: 87.5%; }

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

.col-xs-push-23 {
  left: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.1666666667%; }
  .col-sm-2 {
    width: 8.3333333333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.6666666667%; }
  .col-sm-5 {
    width: 20.8333333333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.1666666667%; }
  .col-sm-8 {
    width: 33.3333333333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.6666666667%; }
  .col-sm-11 {
    width: 45.8333333333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.1666666667%; }
  .col-sm-14 {
    width: 58.3333333333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.6666666667%; }
  .col-sm-17 {
    width: 70.8333333333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.1666666667%; }
  .col-sm-20 {
    width: 83.3333333333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.6666666667%; }
  .col-sm-23 {
    width: 95.8333333333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.1666666667%; }
  .col-sm-pull-2 {
    right: 8.3333333333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.6666666667%; }
  .col-sm-pull-5 {
    right: 20.8333333333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.1666666667%; }
  .col-sm-pull-8 {
    right: 33.3333333333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.6666666667%; }
  .col-sm-pull-11 {
    right: 45.8333333333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.1666666667%; }
  .col-sm-pull-14 {
    right: 58.3333333333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.6666666667%; }
  .col-sm-pull-17 {
    right: 70.8333333333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.1666666667%; }
  .col-sm-pull-20 {
    right: 83.3333333333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.6666666667%; }
  .col-sm-pull-23 {
    right: 95.8333333333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.1666666667%; }
  .col-sm-push-2 {
    left: 8.3333333333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.6666666667%; }
  .col-sm-push-5 {
    left: 20.8333333333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.1666666667%; }
  .col-sm-push-8 {
    left: 33.3333333333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.6666666667%; }
  .col-sm-push-11 {
    left: 45.8333333333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.1666666667%; }
  .col-sm-push-14 {
    left: 58.3333333333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.6666666667%; }
  .col-sm-push-17 {
    left: 70.8333333333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.1666666667%; }
  .col-sm-push-20 {
    left: 83.3333333333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.6666666667%; }
  .col-sm-push-23 {
    left: 95.8333333333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%; }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%; }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%; }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%; }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.1666666667%; }
  .col-md-2 {
    width: 8.3333333333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.6666666667%; }
  .col-md-5 {
    width: 20.8333333333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.1666666667%; }
  .col-md-8 {
    width: 33.3333333333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.6666666667%; }
  .col-md-11 {
    width: 45.8333333333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.1666666667%; }
  .col-md-14 {
    width: 58.3333333333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.6666666667%; }
  .col-md-17 {
    width: 70.8333333333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.1666666667%; }
  .col-md-20 {
    width: 83.3333333333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.6666666667%; }
  .col-md-23 {
    width: 95.8333333333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.1666666667%; }
  .col-md-pull-2 {
    right: 8.3333333333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.6666666667%; }
  .col-md-pull-5 {
    right: 20.8333333333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.1666666667%; }
  .col-md-pull-8 {
    right: 33.3333333333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.6666666667%; }
  .col-md-pull-11 {
    right: 45.8333333333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.1666666667%; }
  .col-md-pull-14 {
    right: 58.3333333333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.6666666667%; }
  .col-md-pull-17 {
    right: 70.8333333333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.1666666667%; }
  .col-md-pull-20 {
    right: 83.3333333333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.6666666667%; }
  .col-md-pull-23 {
    right: 95.8333333333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.1666666667%; }
  .col-md-push-2 {
    left: 8.3333333333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.6666666667%; }
  .col-md-push-5 {
    left: 20.8333333333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.1666666667%; }
  .col-md-push-8 {
    left: 33.3333333333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.6666666667%; }
  .col-md-push-11 {
    left: 45.8333333333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.1666666667%; }
  .col-md-push-14 {
    left: 58.3333333333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.6666666667%; }
  .col-md-push-17 {
    left: 70.8333333333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.1666666667%; }
  .col-md-push-20 {
    left: 83.3333333333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.6666666667%; }
  .col-md-push-23 {
    left: 95.8333333333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.1666666667%; }
  .col-md-offset-2 {
    margin-left: 8.3333333333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.6666666667%; }
  .col-md-offset-5 {
    margin-left: 20.8333333333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.1666666667%; }
  .col-md-offset-8 {
    margin-left: 33.3333333333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.6666666667%; }
  .col-md-offset-11 {
    margin-left: 45.8333333333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.1666666667%; }
  .col-md-offset-14 {
    margin-left: 58.3333333333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.6666666667%; }
  .col-md-offset-17 {
    margin-left: 70.8333333333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.1666666667%; }
  .col-md-offset-20 {
    margin-left: 83.3333333333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.6666666667%; }
  .col-md-offset-23 {
    margin-left: 95.8333333333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.1666666667%; }
  .col-lg-2 {
    width: 8.3333333333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.6666666667%; }
  .col-lg-5 {
    width: 20.8333333333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.1666666667%; }
  .col-lg-8 {
    width: 33.3333333333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.6666666667%; }
  .col-lg-11 {
    width: 45.8333333333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.1666666667%; }
  .col-lg-14 {
    width: 58.3333333333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.6666666667%; }
  .col-lg-17 {
    width: 70.8333333333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.1666666667%; }
  .col-lg-20 {
    width: 83.3333333333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.6666666667%; }
  .col-lg-23 {
    width: 95.8333333333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.1666666667%; }
  .col-lg-pull-2 {
    right: 8.3333333333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.6666666667%; }
  .col-lg-pull-5 {
    right: 20.8333333333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.1666666667%; }
  .col-lg-pull-8 {
    right: 33.3333333333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.6666666667%; }
  .col-lg-pull-11 {
    right: 45.8333333333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.1666666667%; }
  .col-lg-pull-14 {
    right: 58.3333333333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.6666666667%; }
  .col-lg-pull-17 {
    right: 70.8333333333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.1666666667%; }
  .col-lg-pull-20 {
    right: 83.3333333333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.6666666667%; }
  .col-lg-pull-23 {
    right: 95.8333333333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.1666666667%; }
  .col-lg-push-2 {
    left: 8.3333333333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.6666666667%; }
  .col-lg-push-5 {
    left: 20.8333333333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.1666666667%; }
  .col-lg-push-8 {
    left: 33.3333333333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.6666666667%; }
  .col-lg-push-11 {
    left: 45.8333333333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.1666666667%; }
  .col-lg-push-14 {
    left: 58.3333333333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.6666666667%; }
  .col-lg-push-17 {
    left: 70.8333333333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.1666666667%; }
  .col-lg-push-20 {
    left: 83.3333333333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.6666666667%; }
  .col-lg-push-23 {
    left: 95.8333333333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%; }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%; }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%; }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%; }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

table.fixed {
  table-layout: fixed; }

table.fixed td:not(.hiddenRow) {
  word-wrap: break-word;
  word-break: break-all; }

.lt-ie9 table.fixed td {
  overflow: hidden; }

table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ddd; }

th {
  text-align: left; }

table {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 20px; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px; }
    table > thead > tr > th .glyphicon,
    table > thead > tr > td .glyphicon,
    table > tbody > tr > th .glyphicon,
    table > tbody > tr > td .glyphicon,
    table > tfoot > tr > th .glyphicon,
    table > tfoot > tr > td .glyphicon {
      top: 2px; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background-color: #f9f9f9; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #ddd; }
  table table {
    background-color: #fff; }

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

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

table > tbody > tr:nth-child(even) > td,
table > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-bottom: 0; }

table + nav .pagination {
  margin-top: 0; }

table.golden {
  border: 0;
  width: 100%; }
  table.golden td .glyphicon.glyphicon-ok {
    color: #c32928; }
  table.golden td, table.golden th,
  table.golden tr:nth-child(even) > td,
  table.golden tr:nth-child(even) > th {
    color: #333;
    background: #fcd81e; }
  table.golden th {
    background: #f5b027;
    text-transform: uppercase; }
  table.golden tr:hover > td {
    background: #FFAE00; }
  table.golden tr:hover > th {
    background: #f5b027; }
  table.golden tr td,
  table.golden tr th {
    border-top: 3px solid #fff; }
  table.golden tr td:nth-child(2),
  table.golden tr td:nth-child(3),
  table.golden tr td:nth-child(4),
  table.golden tr th:nth-child(2),
  table.golden tr th:nth-child(3),
  table.golden tr th:nth-child(4) {
    border-left: 3px solid #fff; }
  table.golden tr td:nth-child(1),
  table.golden tr th:nth-child(1) {
    padding-left: 20px;
    padding-right: 40px;
    text-align: justify; }
  table.golden tr.row_spacer td {
    background: none; }
  table.golden tr.row_price td:nth-child(2),
  table.golden tr.row_price td:nth-child(3),
  table.golden tr.row_price td:nth-child(4) {
    background: #80be01; }
    table.golden tr.row_price td:nth-child(2):hover,
    table.golden tr.row_price td:nth-child(3):hover,
    table.golden tr.row_price td:nth-child(4):hover {
      background: #99DF0C; }
  table.golden tr.row_button td {
    padding: 0; }

.add_element {
  border: 1px solid #c5c5c5; }
  .add_element th, .add_element td {
    border-top: 1px solid #c5c5c5; }
  .add_element tr td,
  .add_element tr:hover td,
  .add_element tr:nth-child(even) td {
    background: #fafafa; }
  .add_element tr th,
  .add_element tr:hover th,
  .add_element tr:nth-child(even) th {
    background: #f3f3f3; }
  .add_element td.rowspan_left, .add_element th.rowspan_left {
    border-left: 1px solid #c5c5c5; }

.table_with_accordion .btn-accordion {
  top: 0;
  right: 0;
  margin-top: -3px; }

.table_with_accordion .hiddenRow {
  padding: 0;
  border-top: 0; }

.table_with_accordion .accordion_content {
  border-top: 1px solid #ddd;
  padding: 8px; }

.table_with_accordion tr:hover > td,
.table_with_accordion tr:hover > th,
.table_with_accordion tr:nth-child(even) > td,
.table_with_accordion tr:nth-child(even) > th {
  background: none; }

.half_table {
  border: 0; }
  .half_table tr td:first-child,
  .half_table tr th:first-child {
    border-left: 1px solid #ddd; }
  .half_table tr td:last-child,
  .half_table tr th:last-child {
    border-right: 1px solid #ddd; }
  .half_table tr.no_styles td,
  .half_table tr.no_styles th {
    background: none;
    border-color: transparent; }
  .half_table tr.no_styles.first td {
    border-top: 1px solid #ddd; }

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

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

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

.form-group > label {
  padding-right: 15px; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

select .first_option {
  color: #777; }

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .radio.rtl label,
  .checkbox.rtl label {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
    display: block; }
    .radio.rtl label input[type="radio"],
    .radio.rtl label input[type="checkbox"],
    .checkbox.rtl label input[type="radio"],
    .checkbox.rtl label input[type="checkbox"] {
      right: 0;
      left: auto; }

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

.checkbox.alone input[type="checkbox"],
.radio.alone input[type="checkbox"] {
  margin-left: 0; }

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

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

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

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

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

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

.checkbox_list {
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .checkbox_list:before, .checkbox_list:after {
    content: " ";
    display: table; }
  .checkbox_list:after {
    clear: both; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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: #7b7777; }

@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;
  font-size: 12px;
  padding-top: 9px; }

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

.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.428571429;
    padding-top: 9px; } }

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

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

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

.form-horizontal .field_inside {
  margin-top: -5px; }
  .form-horizontal .field_inside input[type="radio"],
  .form-horizontal .field_inside input[type="checkbox"] {
    margin-top: 2px; }
  .form-horizontal .field_inside .radio,
  .form-horizontal .field_inside .checkbox {
    font-size: 11px; }

.form-horizontal .input-group[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.w100 {
  width: 100%; }

.btn {
  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: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  background-color: #ffd631;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmMxMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd631', EndColorStr='#f6c113');
  background-image: -webkit-linear-gradient(top, #ffd631 0%, #f6c113 100%);
  background-image: linear-gradient(to bottom, #ffd631 0%, #f6c113 100%);
  color: #692b10;
  border-width: 1px;
  border-style: solid;
  border-color: #e3b72c #f4c61f #c17c0f #f4c61f;
  -webkit-box-shadow: inset 0 1px 0 #ffeb98;
  box-shadow: inset 0 1px 0 #ffeb98; }
  .btn-default:hover, .btn-default:focus {
    background-color: #ffdd55;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2NjM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffdd55', EndColorStr='#f7cc3d');
    background-image: -webkit-linear-gradient(top, #ffdd55 0%, #f7cc3d 100%);
    background-image: linear-gradient(to bottom, #ffdd55 0%, #f7cc3d 100%);
    color: #953d17;
    border-color: #e6bf43 #f5cc37 #d98b11 #f5cc37; }

.btn-secondary {
  color: #fff;
  background-color: #32a2e3;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #48ace6;
    color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-gold {
  color: #B58100;
  background-color: #FFD700;
  border-color: #EAA700; }
  .btn-gold:hover, .btn-gold:focus, .btn-gold.focus, .btn-gold:active, .btn-gold.active,
  .open > .btn-gold.dropdown-toggle {
    color: #B58100;
    background-color: #ccac00;
    border-color: #ad7b00; }
  .btn-gold:active, .btn-gold.active,
  .open > .btn-gold.dropdown-toggle {
    background-image: none; }
  .btn-gold.disabled, .btn-gold.disabled:hover, .btn-gold.disabled:focus, .btn-gold.disabled.focus, .btn-gold.disabled:active, .btn-gold.disabled.active, .btn-gold[disabled], .btn-gold[disabled]:hover, .btn-gold[disabled]:focus, .btn-gold[disabled].focus, .btn-gold[disabled]:active, .btn-gold[disabled].active,
  fieldset[disabled] .btn-gold,
  fieldset[disabled] .btn-gold:hover,
  fieldset[disabled] .btn-gold:focus,
  fieldset[disabled] .btn-gold.focus,
  fieldset[disabled] .btn-gold:active,
  fieldset[disabled] .btn-gold.active {
    background-color: #FFD700;
    border-color: #EAA700; }
  .btn-gold .badge {
    color: #FFD700;
    background-color: #B58100; }
  .btn-gold:hover, .btn-gold:focus {
    background-color: #ffdb1a;
    color: #B58100;
    border-color: #EAA700; }

.btn-silver {
  color: #fff;
  background-color: #999999;
  border-color: #8c8c8c; }
  .btn-silver:hover, .btn-silver:focus, .btn-silver.focus, .btn-silver:active, .btn-silver.active,
  .open > .btn-silver.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: #6e6e6e; }
  .btn-silver:active, .btn-silver.active,
  .open > .btn-silver.dropdown-toggle {
    background-image: none; }
  .btn-silver.disabled, .btn-silver.disabled:hover, .btn-silver.disabled:focus, .btn-silver.disabled.focus, .btn-silver.disabled:active, .btn-silver.disabled.active, .btn-silver[disabled], .btn-silver[disabled]:hover, .btn-silver[disabled]:focus, .btn-silver[disabled].focus, .btn-silver[disabled]:active, .btn-silver[disabled].active,
  fieldset[disabled] .btn-silver,
  fieldset[disabled] .btn-silver:hover,
  fieldset[disabled] .btn-silver:focus,
  fieldset[disabled] .btn-silver.focus,
  fieldset[disabled] .btn-silver:active,
  fieldset[disabled] .btn-silver.active {
    background-color: #999999;
    border-color: #8c8c8c; }
  .btn-silver .badge {
    color: #999999;
    background-color: #fff; }
  .btn-silver:hover, .btn-silver:focus {
    background-color: #a6a6a6;
    color: #fff;
    border-color: #999999; }

.btn-brown {
  color: #fff;
  background-color: #685642;
  border-color: #584938; }
  .btn-brown:hover, .btn-brown:focus, .btn-brown.focus, .btn-brown:active, .btn-brown.active,
  .open > .btn-brown.dropdown-toggle {
    color: #fff;
    background-color: #493c2e;
    border-color: #332a20; }
  .btn-brown:active, .btn-brown.active,
  .open > .btn-brown.dropdown-toggle {
    background-image: none; }
  .btn-brown.disabled, .btn-brown.disabled:hover, .btn-brown.disabled:focus, .btn-brown.disabled.focus, .btn-brown.disabled:active, .btn-brown.disabled.active, .btn-brown[disabled], .btn-brown[disabled]:hover, .btn-brown[disabled]:focus, .btn-brown[disabled].focus, .btn-brown[disabled]:active, .btn-brown[disabled].active,
  fieldset[disabled] .btn-brown,
  fieldset[disabled] .btn-brown:hover,
  fieldset[disabled] .btn-brown:focus,
  fieldset[disabled] .btn-brown.focus,
  fieldset[disabled] .btn-brown:active,
  fieldset[disabled] .btn-brown.active {
    background-color: #685642;
    border-color: #584938; }
  .btn-brown .badge {
    color: #685642;
    background-color: #fff; }
  .btn-brown:hover, .btn-brown:focus {
    background-color: #78634c;
    color: #fff;
    border-color: #685642; }

.btn-gplus {
  color: #fff;
  background-color: #DD4B39;
  border-color: #DD4B39;
  padding-left: 31px;
  background-image: url(../img/btn/btn_gplus.png);
  background-repeat: no-repeat;
  background-position: 10px 8px; }
  .btn-gplus:hover, .btn-gplus:focus, .btn-gplus.focus, .btn-gplus:active, .btn-gplus.active,
  .open > .btn-gplus.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: #b93120; }
  .btn-gplus:active, .btn-gplus.active,
  .open > .btn-gplus.dropdown-toggle {
    background-image: none; }
  .btn-gplus.disabled, .btn-gplus.disabled:hover, .btn-gplus.disabled:focus, .btn-gplus.disabled.focus, .btn-gplus.disabled:active, .btn-gplus.disabled.active, .btn-gplus[disabled], .btn-gplus[disabled]:hover, .btn-gplus[disabled]:focus, .btn-gplus[disabled].focus, .btn-gplus[disabled]:active, .btn-gplus[disabled].active,
  fieldset[disabled] .btn-gplus,
  fieldset[disabled] .btn-gplus:hover,
  fieldset[disabled] .btn-gplus:focus,
  fieldset[disabled] .btn-gplus.focus,
  fieldset[disabled] .btn-gplus:active,
  fieldset[disabled] .btn-gplus.active {
    background-color: #DD4B39;
    border-color: #DD4B39; }
  .btn-gplus .badge {
    color: #DD4B39;
    background-color: #fff; }
  .btn-gplus:hover, .btn-gplus:focus {
    background-image: url(../img/btn/btn_gplus.png);
    background-repeat: no-repeat;
    background-position: 10px 8px; }

.btn-facebook {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
  padding-left: 29px;
  background-image: url(../img/btn/btn_facebook.png);
  background-repeat: no-repeat;
  background-position: 10px 7px; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #2a3f6c; }
  .btn-facebook:active, .btn-facebook.active,
  .open > .btn-facebook.dropdown-toggle {
    background-image: none; }
  .btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active,
  fieldset[disabled] .btn-facebook,
  fieldset[disabled] .btn-facebook:hover,
  fieldset[disabled] .btn-facebook:focus,
  fieldset[disabled] .btn-facebook.focus,
  fieldset[disabled] .btn-facebook:active,
  fieldset[disabled] .btn-facebook.active {
    background-color: #3B5998;
    border-color: #3B5998; }
  .btn-facebook .badge {
    color: #3B5998;
    background-color: #fff; }
  .btn-facebook:hover, .btn-facebook:focus {
    background-image: url(../img/btn/btn_facebook.png);
    background-repeat: no-repeat;
    background-position: 10px 7px; }

.btn-link {
  color: #0078ba;
  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: #00476e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-accordion {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #005584;
  border: 0;
  padding: 2px 15px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 1.428571429;
  position: relative;
  top: 9px;
  right: 9px;
  font-weight: bold;
  outline: 0 !important; }
  .btn-accordion:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-accordion:after {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    content: " ";
    width: 16px;
    height: 12px;
    background: transparent url(../img/icons/accordion_indicator.png) no-repeat;
    position: absolute;
    right: 8px;
    top: 5px; }
  .btn-accordion.collapsed:after {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.btn_orange {
  background: #f48502;
  color: #fff;
  text-shadow: 1px 1px 0 #d67502;
  padding: 5px 25px;
  font-weight: bold; }
  .btn_orange:hover, .btn_orange:focus {
    color: #fff;
    background: #fd9112; }

.btn_rate_it {
  background: #f30000;
  color: #fff;
  text-shadow: 1px 1px 0 #d50000;
  padding: 5px 25px;
  font-weight: bold; }
  .btn_rate_it:hover, .btn_rate_it:focus {
    color: #fff;
    background: #ff3131; }

.btn_yes {
  background: #6e9b26;
  color: #fff;
  padding: 5px 25px; }
  .btn_yes:hover, .btn_yes:focus {
    color: #fff;
    background: #91cc32; }

.btn_no {
  background: #e71226;
  color: #fff;
  padding: 5px 25px; }
  .btn_no:hover, .btn_no:focus {
    color: #fff;
    background: #f14656; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

.btn-spacer-top {
  margin-top: 10px; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn_inline {
  display: inline-block;
  text-decoration: none; }
  .btn_inline:hover, .btn_inline:focus {
    text-decoration: none; }
  .btn_inline.with-glyph {
    padding-left: 10px; }

.btn_container.btn_inline {
  display: inline-block; }

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

.btn_container.btn_in_row:after {
  clear: both; }

.btn_container.btn_in_row > .btn {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px; }
  .btn_container.btn_in_row > .btn:before, .btn_container.btn_in_row > .btn:after {
    content: " ";
    display: table; }
  .btn_container.btn_in_row > .btn:after {
    clear: both; }

.btn_container .btn_group {
  margin-bottom: 4px; }
  .btn_container .btn_group > p, .btn_container .btn_group > div {
    display: inline-block;
    vertical-align: top; }

.btn-xs-fix {
  padding: 1px 5px 1px 6px; }

.with-glyph .glyphicon {
  top: 2px; }

.with-glyph.t3 .glyphicon {
  top: 3px; }

.btn-default.with-glyph .glyphicon {
  color: #BB8E2B; }

.btn-inline-link {
  padding-left: 4px;
  padding-right: 0;
  font-size: 13px; }
  .btn-inline-link:active, .btn-inline-link.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-payu {
  border: 0px;
  height: 36px;
  width: 205px;
  background: url("http://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }
  .btn-payu:active, .btn-payu.active {
    border: 0px;
    height: 36px;
    width: 205px;
    background: url("http://static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.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;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-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 {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0078ba; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.rainbow_nav {
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px; }
  .rainbow_nav.nav-justified {
    clear: both;
    width: auto; }
    .rainbow_nav.nav-justified > li a {
      padding: 15px 5px; }
  .rainbow_nav > li + li {
    margin-left: 0; }
  .rainbow_nav > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    padding: 15px 23px;
    white-space: nowrap;
    font-size: 15px; }
    .rainbow_nav > li > a:hover, .rainbow_nav > li > a:focus {
      background: none; }
  .rainbow_nav > li.active a {
    background: none; }
    .rainbow_nav > li.active a:hover, .rainbow_nav > li.active a:focus {
      background: transparent; }
  .rainbow_nav > li.color_1 {
    background: #9542c3; }
    .rainbow_nav > li.color_1:hover {
      background: #a055c9; }
    .rainbow_nav > li.color_1.active {
      background: #9542c3; }
      .rainbow_nav > li.color_1.active a {
        background: transparent; }
  .rainbow_nav > li.color_2 {
    background: #0059b5; }
    .rainbow_nav > li.color_2:hover {
      background: #0066cf; }
    .rainbow_nav > li.color_2.active {
      background: #0059b5; }
      .rainbow_nav > li.color_2.active a {
        background: transparent; }
  .rainbow_nav > li.color_3 {
    background: #059adf; }
    .rainbow_nav > li.color_3:hover {
      background: #06abf8; }
    .rainbow_nav > li.color_3.active {
      background: #059adf; }
      .rainbow_nav > li.color_3.active a {
        background: transparent; }
  .rainbow_nav > li.color_4 {
    background: #80be01; }
    .rainbow_nav > li.color_4:hover {
      background: #91d701; }
    .rainbow_nav > li.color_4.active {
      background: #80be01; }
      .rainbow_nav > li.color_4.active a {
        background: transparent; }
  .rainbow_nav > li.color_5 {
    background: #f5b027; }
    .rainbow_nav > li.color_5:hover {
      background: #f6b93f; }
    .rainbow_nav > li.color_5.active {
      background: #f5b027; }
      .rainbow_nav > li.color_5.active a {
        background: transparent; }
  .rainbow_nav > li.color_6 {
    background: #ff8a00; }
    .rainbow_nav > li.color_6:hover {
      background: #ff961a; }
    .rainbow_nav > li.color_6.active {
      background: #ff8a00; }
      .rainbow_nav > li.color_6.active a {
        background: transparent; }
  .rainbow_nav > li.color_7 {
    background: #ef6666; }
    .rainbow_nav > li.color_7:hover {
      background: #f17d7d; }
    .rainbow_nav > li.color_7.active {
      background: #ef6666; }
      .rainbow_nav > li.color_7.active a {
        background: transparent; }
  .rainbow_nav > li.color_8 {
    background: #f00001; }
    .rainbow_nav > li.color_8:hover {
      background: #ff0b0c; }
    .rainbow_nav > li.color_8.active {
      background: #f00001; }
      .rainbow_nav > li.color_8.active a {
        background: transparent; }
  .rainbow_nav > li a.grayed_1 {
    background: #838383; }
    .rainbow_nav > li a.grayed_1:hover, .rainbow_nav > li a.grayed_1:focus {
      background: transparent; }
  .rainbow_nav > li a.grayed_2 {
    background: #777777; }
    .rainbow_nav > li a.grayed_2:hover, .rainbow_nav > li a.grayed_2:focus {
      background: transparent; }
  .rainbow_nav > li a.grayed_3 {
    background: #6a6a6a; }
    .rainbow_nav > li a.grayed_3:hover, .rainbow_nav > li a.grayed_3:focus {
      background: transparent; }
  .rainbow_nav.with_dot > li {
    position: relative; }
    .rainbow_nav.with_dot > li a:after {
      content: " ";
      display: block;
      width: 22px;
      height: 22px;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      background: #646464;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      line-height: 22px;
      font-size: 12px;
      opacity: 1;
      text-align: center;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_1:hover a:after {
      background: #a055c9;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_2:hover a:after {
      background: #0066cf;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_3:hover a:after {
      background: #06abf8;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_4:hover a:after {
      background: #91d701;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_5:hover a:after {
      background: #f6b93f;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_6:hover a:after {
      background: #ff961a;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_7:hover a:after {
      background: #f17d7d;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.color_8:hover a:after {
      background: #ff0b0c;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_1 a:after {
      background: #9542c3;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_2 a:after {
      background: #0059b5;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_3 a:after {
      background: #059adf;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_4 a:after {
      background: #80be01;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_5 a:after {
      background: #f5b027;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_6 a:after {
      background: #ff8a00;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_7 a:after {
      background: #ef6666;
      border: 1px solid #fff; }
    .rainbow_nav.with_dot > li.active.color_8 a:after {
      background: #f00001;
      border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.color_1 a:after {
    content: "1"; }
  .rainbow_nav.with_counter > li.color_2 a:after {
    content: "2"; }
  .rainbow_nav.with_counter > li.color_3 a:after {
    content: "3"; }
  .rainbow_nav.with_counter > li.color_4 a:after {
    content: "4"; }
  .rainbow_nav.with_counter > li.color_5 a:after {
    content: "5"; }
  .rainbow_nav.with_counter > li.color_6 a:after {
    content: "6"; }
  .rainbow_nav.with_counter > li.color_7 a:after {
    content: "7"; }
  .rainbow_nav.with_counter > li.color_8 a:after {
    content: "8"; }
  .rainbow_nav.with_counter > li a:before {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 22px;
    font-size: 12px;
    opacity: 1;
    text-align: center;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: transparent; }
  .rainbow_nav.with_counter > li.active.color_1 a:after {
    background: #9542c3;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_1 a:before {
    background: #fff;
    border-color: #9542c3; }
  .rainbow_nav.with_counter > li.active.color_2 a:after {
    background: #0059b5;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_2 a:before {
    background: #fff;
    border-color: #0059b5; }
  .rainbow_nav.with_counter > li.active.color_3 a:after {
    background: #059adf;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_3 a:before {
    background: #fff;
    border-color: #059adf; }
  .rainbow_nav.with_counter > li.active.color_4 a:after {
    background: #80be01;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_4 a:before {
    background: #fff;
    border-color: #80be01; }
  .rainbow_nav.with_counter > li.active.color_5 a:after {
    background: #f5b027;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_5 a:before {
    background: #fff;
    border-color: #f5b027; }
  .rainbow_nav.with_counter > li.active.color_6 a:after {
    background: #ff8a00;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_6 a:before {
    background: #fff;
    border-color: #ff8a00; }
  .rainbow_nav.with_counter > li.active.color_7 a:after {
    background: #ef6666;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_7 a:before {
    background: #fff;
    border-color: #ef6666; }
  .rainbow_nav.with_counter > li.active.color_8 a:after {
    background: #f00001;
    border: 1px solid #fff; }
  .rainbow_nav.with_counter > li.active.color_8 a:before {
    background: #fff;
    border-color: #f00001; }
  .rainbow_nav.with_counter li.color_8.counter-with-7 a:after {
    content: "7"; }
  .rainbow_nav.backend {
    margin-bottom: 50px; }
    .rainbow_nav.backend > li.inactive a {
      cursor: not-allowed; }
      .rainbow_nav.backend > li.inactive a.grayed_1 {
        background: #838383; }
      .rainbow_nav.backend > li.inactive a.grayed_2 {
        background: #777777; }
      .rainbow_nav.backend > li.inactive a.grayed_3 {
        background: #6a6a6a; }
      .rainbow_nav.backend > li.inactive a.grayed_4 {
        background: #5d5d5d; }
      .rainbow_nav.backend > li.inactive a:hover:after, .rainbow_nav.backend > li.inactive a:focus:after {
        background: #646464; }
    .rainbow_nav.backend > li.inactive:hover a:after {
      background: #646464 !important; }

.nav_filters > li {
  margin-bottom: 10px; }
  .nav_filters > li + li {
    margin-left: 0; }
  .nav_filters > li > a {
    background: #0078ba;
    color: #fff;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .nav_filters > li > a:hover, .nav_filters > li > a:focus {
      background: #0099ed; }
  .nav_filters > li.active > a, .nav_filters > li.active > a:hover, .nav_filters > li.active > a:focus {
    color: #fff;
    background: #0099ed; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 16px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.breadcrumb {
  padding: 0 0 8px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  color: #000;
  font-size: 10px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/";
      padding: 0 0;
      margin-right: 4px;
      color: #919191; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #0078ba;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #00476e;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0078ba;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3a3838; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0078ba; }

.alert {
  padding: 15px 19px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }
  .alert > p + ul {
    margin-top: 5px; }
  .alert.with-margin {
    margin-top: 20px;
    margin-bottom: 20px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 15px 19px20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -7px;
    right: -10px;
    color: inherit;
    font-size: 14px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.alert-with-icon {
  position: relative;
  padding-left: 100px; }
  .alert-with-icon.alert-icon-heart:after {
    font-family: 'Glyphicons Halflings';
    content: "\e005";
    display: block;
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: .5; }
  .alert-with-icon.alert-icon-info:after {
    font-family: 'Glyphicons Halflings';
    content: "\e086";
    display: block;
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 15px;
    opacity: .5; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear, 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear, 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent; }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear, 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent; }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear, 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent; }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear, 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 15px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.page_list_thumbnail img {
  position: relative;
  top: 3px; }

.page_list_thumbnail .media-body {
  text-align: justify; }
  .page_list_thumbnail .media-body h4 {
    text-align: left; }

.list_h img {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.list_h .media-body {
  font-size: 12px; }
  .list_h .media-body .title,
  .list_h .media-body a {
    font-weight: bold;
    color: #464545;
    line-height: 14px;
    margin-bottom: 3px; }
  .list_h .media-body .category,
  .list_h .media-body .town,
  .list_h .media-body .price {
    color: #f2e5cf;
    line-height: 13px; }
  .list_h .media-body .price span {
    color: #b60000; }

.list_h.small a.media-left {
  padding-right: 10px; }

.list_h.small img {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.media_entry {
  margin-bottom: 20px; }
  .media_entry .media_header {
    margin-bottom: 15px; }
  .media_entry .media_short {
    margin-bottom: 10px; }
  .media_entry .media_img {
    margin-bottom: 10px; }

.media_container.vertical .media_entry {
  display: inline-block;
  margin-bottom: 20px; }
  .media_container.vertical .media_entry .media_header {
    margin-bottom: 15px; }
  .media_container.vertical .media_entry .media_short {
    margin-bottom: 10px; }
  .media_container.vertical .media_entry .media_img {
    margin-bottom: 10px; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    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; } }

.modal_send_to_friend .modal-dialog {
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  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: 250px;
  padding: 5px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #404040;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #404040; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #404040; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #404040; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #404040; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #404040; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .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, 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, to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    visibility: hidden; }
  .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;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }
  .carousel-control:hover .icon-prev,
  .carousel-control:hover .icon-next,
  .carousel-control:hover .glyphicon-chevron-left,
  .carousel-control:hover .glyphicon-chevron-right {
    visibility: visible; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }
  .carousel-indicators.left {
    left: 11px;
    margin-left: 0;
    text-align: left;
    bottom: 7px;
    margin-bottom: 0; }
  .carousel-indicators.right {
    left: auto;
    right: 11px;
    margin-left: 0;
    text-align: right;
    bottom: 7px;
    margin-bottom: 0; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    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:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  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; }
  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; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

* {
  outline: 0 !important; }

body {
  min-width: 1260px;
  position: relative; }
  body:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 88px;
    background-color: #e1e1e1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e1e1e1', EndColorStr='#ffffff');
    background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%);
    z-index: 0; }
  .lt-ie9 body {
    min-width: 1259px; }

.container {
  width: 1260px;
  position: relative;
  z-index: 1; }
  .lt-ie9 .container {
    width: 1259px; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z5 {
  z-index: 5; }

.z6 {
  z-index: 6; }

.z7 {
  z-index: 7; }

.z8 {
  z-index: 8; }

.z9 {
  z-index: 9; }

.z10 {
  z-index: 10; }

.spacer_1 {
  height: 1px; }
  .spacer_1:before, .spacer_1:after {
    content: " ";
    display: table; }
  .spacer_1:after {
    clear: both; }

.spacer_2 {
  height: 2px; }
  .spacer_2:before, .spacer_2:after {
    content: " ";
    display: table; }
  .spacer_2:after {
    clear: both; }

.spacer_3 {
  height: 3px; }
  .spacer_3:before, .spacer_3:after {
    content: " ";
    display: table; }
  .spacer_3:after {
    clear: both; }

.spacer_4 {
  height: 4px; }
  .spacer_4:before, .spacer_4:after {
    content: " ";
    display: table; }
  .spacer_4:after {
    clear: both; }

.spacer_5 {
  height: 5px; }
  .spacer_5:before, .spacer_5:after {
    content: " ";
    display: table; }
  .spacer_5:after {
    clear: both; }

.spacer_6 {
  height: 6px; }
  .spacer_6:before, .spacer_6:after {
    content: " ";
    display: table; }
  .spacer_6:after {
    clear: both; }

.spacer_7 {
  height: 7px; }
  .spacer_7:before, .spacer_7:after {
    content: " ";
    display: table; }
  .spacer_7:after {
    clear: both; }

.spacer_8 {
  height: 8px; }
  .spacer_8:before, .spacer_8:after {
    content: " ";
    display: table; }
  .spacer_8:after {
    clear: both; }

.spacer_9 {
  height: 9px; }
  .spacer_9:before, .spacer_9:after {
    content: " ";
    display: table; }
  .spacer_9:after {
    clear: both; }

.spacer_10 {
  height: 10px; }
  .spacer_10:before, .spacer_10:after {
    content: " ";
    display: table; }
  .spacer_10:after {
    clear: both; }

.spacer_11 {
  height: 11px; }
  .spacer_11:before, .spacer_11:after {
    content: " ";
    display: table; }
  .spacer_11:after {
    clear: both; }

.spacer_12 {
  height: 12px; }
  .spacer_12:before, .spacer_12:after {
    content: " ";
    display: table; }
  .spacer_12:after {
    clear: both; }

.spacer_13 {
  height: 13px; }
  .spacer_13:before, .spacer_13:after {
    content: " ";
    display: table; }
  .spacer_13:after {
    clear: both; }

.spacer_14 {
  height: 14px; }
  .spacer_14:before, .spacer_14:after {
    content: " ";
    display: table; }
  .spacer_14:after {
    clear: both; }

.spacer_15 {
  height: 15px; }
  .spacer_15:before, .spacer_15:after {
    content: " ";
    display: table; }
  .spacer_15:after {
    clear: both; }

.spacer_16 {
  height: 16px; }
  .spacer_16:before, .spacer_16:after {
    content: " ";
    display: table; }
  .spacer_16:after {
    clear: both; }

.spacer_17 {
  height: 17px; }
  .spacer_17:before, .spacer_17:after {
    content: " ";
    display: table; }
  .spacer_17:after {
    clear: both; }

.spacer_18 {
  height: 18px; }
  .spacer_18:before, .spacer_18:after {
    content: " ";
    display: table; }
  .spacer_18:after {
    clear: both; }

.spacer_19 {
  height: 19px; }
  .spacer_19:before, .spacer_19:after {
    content: " ";
    display: table; }
  .spacer_19:after {
    clear: both; }

.spacer_20 {
  height: 20px; }
  .spacer_20:before, .spacer_20:after {
    content: " ";
    display: table; }
  .spacer_20:after {
    clear: both; }

.spacer_21 {
  height: 21px; }
  .spacer_21:before, .spacer_21:after {
    content: " ";
    display: table; }
  .spacer_21:after {
    clear: both; }

.spacer_22 {
  height: 22px; }
  .spacer_22:before, .spacer_22:after {
    content: " ";
    display: table; }
  .spacer_22:after {
    clear: both; }

.spacer_23 {
  height: 23px; }
  .spacer_23:before, .spacer_23:after {
    content: " ";
    display: table; }
  .spacer_23:after {
    clear: both; }

.spacer_24 {
  height: 24px; }
  .spacer_24:before, .spacer_24:after {
    content: " ";
    display: table; }
  .spacer_24:after {
    clear: both; }

.spacer_25 {
  height: 25px; }
  .spacer_25:before, .spacer_25:after {
    content: " ";
    display: table; }
  .spacer_25:after {
    clear: both; }

.spacer_26 {
  height: 26px; }
  .spacer_26:before, .spacer_26:after {
    content: " ";
    display: table; }
  .spacer_26:after {
    clear: both; }

.spacer_27 {
  height: 27px; }
  .spacer_27:before, .spacer_27:after {
    content: " ";
    display: table; }
  .spacer_27:after {
    clear: both; }

.spacer_28 {
  height: 28px; }
  .spacer_28:before, .spacer_28:after {
    content: " ";
    display: table; }
  .spacer_28:after {
    clear: both; }

.spacer_29 {
  height: 29px; }
  .spacer_29:before, .spacer_29:after {
    content: " ";
    display: table; }
  .spacer_29:after {
    clear: both; }

.spacer_30 {
  height: 30px; }
  .spacer_30:before, .spacer_30:after {
    content: " ";
    display: table; }
  .spacer_30:after {
    clear: both; }

.spacer_31 {
  height: 31px; }
  .spacer_31:before, .spacer_31:after {
    content: " ";
    display: table; }
  .spacer_31:after {
    clear: both; }

.spacer_32 {
  height: 32px; }
  .spacer_32:before, .spacer_32:after {
    content: " ";
    display: table; }
  .spacer_32:after {
    clear: both; }

.spacer_33 {
  height: 33px; }
  .spacer_33:before, .spacer_33:after {
    content: " ";
    display: table; }
  .spacer_33:after {
    clear: both; }

.spacer_34 {
  height: 34px; }
  .spacer_34:before, .spacer_34:after {
    content: " ";
    display: table; }
  .spacer_34:after {
    clear: both; }

.spacer_35 {
  height: 35px; }
  .spacer_35:before, .spacer_35:after {
    content: " ";
    display: table; }
  .spacer_35:after {
    clear: both; }

.spacer_36 {
  height: 36px; }
  .spacer_36:before, .spacer_36:after {
    content: " ";
    display: table; }
  .spacer_36:after {
    clear: both; }

.spacer_37 {
  height: 37px; }
  .spacer_37:before, .spacer_37:after {
    content: " ";
    display: table; }
  .spacer_37:after {
    clear: both; }

.spacer_38 {
  height: 38px; }
  .spacer_38:before, .spacer_38:after {
    content: " ";
    display: table; }
  .spacer_38:after {
    clear: both; }

.spacer_39 {
  height: 39px; }
  .spacer_39:before, .spacer_39:after {
    content: " ";
    display: table; }
  .spacer_39:after {
    clear: both; }

.spacer_40 {
  height: 40px; }
  .spacer_40:before, .spacer_40:after {
    content: " ";
    display: table; }
  .spacer_40:after {
    clear: both; }

.spacer_41 {
  height: 41px; }
  .spacer_41:before, .spacer_41:after {
    content: " ";
    display: table; }
  .spacer_41:after {
    clear: both; }

.spacer_42 {
  height: 42px; }
  .spacer_42:before, .spacer_42:after {
    content: " ";
    display: table; }
  .spacer_42:after {
    clear: both; }

.spacer_43 {
  height: 43px; }
  .spacer_43:before, .spacer_43:after {
    content: " ";
    display: table; }
  .spacer_43:after {
    clear: both; }

.spacer_44 {
  height: 44px; }
  .spacer_44:before, .spacer_44:after {
    content: " ";
    display: table; }
  .spacer_44:after {
    clear: both; }

.spacer_45 {
  height: 45px; }
  .spacer_45:before, .spacer_45:after {
    content: " ";
    display: table; }
  .spacer_45:after {
    clear: both; }

.spacer_46 {
  height: 46px; }
  .spacer_46:before, .spacer_46:after {
    content: " ";
    display: table; }
  .spacer_46:after {
    clear: both; }

.spacer_47 {
  height: 47px; }
  .spacer_47:before, .spacer_47:after {
    content: " ";
    display: table; }
  .spacer_47:after {
    clear: both; }

.spacer_48 {
  height: 48px; }
  .spacer_48:before, .spacer_48:after {
    content: " ";
    display: table; }
  .spacer_48:after {
    clear: both; }

.spacer_49 {
  height: 49px; }
  .spacer_49:before, .spacer_49:after {
    content: " ";
    display: table; }
  .spacer_49:after {
    clear: both; }

.spacer_50 {
  height: 50px; }
  .spacer_50:before, .spacer_50:after {
    content: " ";
    display: table; }
  .spacer_50:after {
    clear: both; }

.dt {
  display: table; }
  .dt .dtr {
    display: table-row; }
  .dt .dtc {
    display: table-cell;
    height: 100%; }
    .dt .dtc.vat {
      vertical-align: top; }
    .dt .dtc.vam {
      vertical-align: middle; }
    .dt .dtc.vab {
      vertical-align: bottom; }
    .dt .dtc .dtc100 {
      position: relative;
      height: 100%;
      overflow: auto; }

.w100 {
  width: 100%; }

.fln {
  float: none; }

.clb {
  clear: both; }

.search_result_counter {
  margin-bottom: 8px; }

.entry_list {
  margin-bottom: 10px; }

.entry {
  margin-bottom: 1px; }
  .entry .option {
    float: left;
    margin-right: 10px; }
    .entry .option.v_short {
      width: 65px; }
    .entry .option.short {
      width: 75px; }
    .entry .option.medium {
      width: 85px; }
    .entry .option.long {
      width: 95px; }
  .entry .value {
    display: block;
    white-space: normal;
    overflow: hidden; }
  .entry.with_icon .option {
    margin-right: 0;
    position: relative; }
    .entry.with_icon .option.small {
      width: 20px;
      height: 20px; }
    .entry.with_icon .option.medium {
      width: 25px;
      height: 20px; }
    .entry.with_icon .option.large {
      width: 35px;
      height: 35px; }
    .entry.with_icon .option.clipboard {
      background: url(../img/icons/clipboard.png) no-repeat;
      top: 3px; }
    .entry.with_icon .option.clipboard-already-added {
      background: url(../img/icons/clipboard-gray.png) no-repeat;
      top: 3px; }
    .entry.with_icon .option.clipboard-success {
      background: url(../img/icons/clipboard-success.png) no-repeat;
      top: 3px; }
    .entry.with_icon .option.generate_code {
      background: url(../img/icons/generate_code.png) no-repeat;
      top: 3px;
      left: 3px; }
    .entry.with_icon .option.show_on_map_green {
      background: url(../img/icons/show_on_map_green.png) no-repeat;
      top: 3px; }
    .entry.with_icon .option.send {
      background: url(../img/icons/send.png) no-repeat;
      top: 4px; }
  .entry.with_icon .value {
    line-height: 20px; }
  .entry.single_line .value {
    white-space: nowrap; }
  .entry.with_btn .option {
    line-height: 25px; }
  .entry.with_btn .value .btn {
    color: #fff;
    font-size: 12px;
    padding: 0 15px 0;
    line-height: 23px; }

.discount_offer_buttons .entry {
  margin-bottom: 4px; }

.discount_offer_buttons .entry.with_icon .option.small {
  width: 27px; }

.top_nav_col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  float: right; }

.top_menu {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
  width: 434px;
  white-space: nowrap; }

.user_tools {
  display: inline-block;
  position: relative; }
  .user_tools .login {
    display: inline-block;
    width: 170px; }
  .user_tools .clipboard {
    display: inline-block;
    width: 140px; }
  .user_tools .user_logged {
    position: absolute !important;
    z-index: 2;
    left: -104px;
    bottom: -32px;
    right: auto;
    width: 214px; }
    .user_tools .user_logged.have_facility {
      position: absolute !important;
      z-index: 2;
      left: -180px;
      bottom: -32px;
      right: auto;
      width: 290px; }
  .user_tools .admin_logged {
    left: -203px;
    width: 314px; }
    .user_tools .admin_logged.have_facility {
      left: -290px;
      width: 400px; }

.brand_col {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  .brand_col .site_stats {
    margin-top: -21px;
    padding: 10px 0 0 50px;
    position: relative;
    z-index: 2; }
  .brand_col .logo {
    margin-top: 7px;
    margin-left: 28px;
    display: block;
    position: relative;
    z-index: 1; }

.slogan_col {
  position: relative;
  float: left;
  width: 45.8333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 77px; }
  .slogan_col .slogan {
    margin-left: -16px; }
  .slogan_col.admin_logged_as_user {
    padding-top: 51px; }
    .slogan_col.admin_logged_as_user .admin_info {
      position: relative;
      max-width: 588px;
      overflow: hidden;
      display: inline-block;
      margin-left: -16px;
      white-space: nowrap; }
      .slogan_col.admin_logged_as_user .admin_info span {
        display: inline-block;
        padding-left: 10px;
        padding: 2px 5px 2px 10px;
        white-space: nowrap;
        max-width: 471px; }
      .slogan_col.admin_logged_as_user .admin_info a {
        display: inline-block;
        padding: 2px 8px; }

.functional_col {
  position: relative;
  float: left;
  width: 20.8333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }
  .functional_col .social_area {
    padding: 16px 59px 4px 0; }
    .functional_col .social_area:before, .functional_col .social_area:after {
      content: " ";
      display: table; }
    .functional_col .social_area:after {
      clear: both; }
    .functional_col .social_area a {
      float: right; }
  .functional_col .social_area .fb-like {
    margin-top: 10px;
    margin-left: 32px; }
  .functional_col .translate_area {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding: 20px 9px 0 0;
    margin-left: -11px; }
    .functional_col .translate_area:before, .functional_col .translate_area:after {
      content: " ";
      display: table; }
    .functional_col .translate_area:after {
      clear: both; }
  .functional_col .weather_area {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
    padding: 7px 0 0 7px;
    margin-left: -10px;
    white-space: nowrap; }
    .functional_col .weather_area:before, .functional_col .weather_area:after {
      content: " ";
      display: table; }
    .functional_col .weather_area:after {
      clear: both; }

.site_categories {
  float: left;
  width: 395px;
  padding: 23px 0 0px 5px;
  margin: 0 0 18px 0px; }
  .site_categories:before, .site_categories:after {
    content: " ";
    display: table; }
  .site_categories:after {
    clear: both; }
  .lt-ie9 .site_categories {
    width: 394px; }

.main_slider {
  float: left;
  width: 865px;
  margin: -25px 0 2px 0;
  padding-right: 5px; }
  .main_slider:before, .main_slider:after {
    content: " ";
    display: table; }
  .main_slider:after {
    clear: both; }

.sidebar_1 {
  position: relative;
  float: left;
  width: 29.1666666667%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 373px;
  padding: 5px 8px 0 14px; }
  .lt-ie9 .sidebar_1 {
    width: 372px; }

.sidebar_1_inner {
  overflow: hidden; }

.main_wrapper {
  float: right;
  width: 887px; }

h1.page_header {
  position: relative;
  float: left;
  width: 70.8333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 860px;
  margin: 0 0 0 22px;
  padding: 11px 20px 13px; }

main {
  position: relative;
  float: left;
  width: 45.8333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 582px;
  padding: 0 0 0 22px; }

.main_inner {
  padding: 10px 10px 10px 10px; }

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

.footer_main {
  float: right;
  width: 987px;
  margin-left: -110px; }
  .footer_main .box_wide {
    float: left;
    width: 682px; }
    .footer_main .box_wide .box_header {
      padding-left: 46px; }
  .footer_main.wide {
    margin-top: 10px; }
    .footer_main.wide .box_wide .box_header {
      margin-left: -259px;
      padding-left: 305px; }
  .footer_main .box_narrow {
    float: right;
    margin-right: 5px;
    width: 283px; }

.sidebar_2 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  width: 300px;
  padding: 0 5px 0 12px; }

.pt_full main {
  width: 882px; }

.test {
  column-count: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }

#fast_payment, #bank_tansfer {
  position: relative;
  top: 2px; }

.box {
  position: relative; }
  .box:before, .box:after {
    content: " ";
    display: table; }
  .box:after {
    clear: both; }
  .box .box_header {
    padding: 8px 22px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    perspective: 300px;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    -o-perspective: 300px;
    -o-perspective-origin: 50% 50%;
    -o-transform-style: preserve-3d;
    -webkit-perspective: 300px;
    -webkit-perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d; }
    .box .box_header.box_default {
      background: #00a6b6; }
      .box .box_header.box_default.box_cut {
        position: relative; }
      .box .box_header.box_default.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_primary {
      background: #2fa1cf; }
      .box .box_header.box_primary.box_cut {
        position: relative; }
      .box .box_header.box_primary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_secondary {
      background: #8dc63f; }
      .box .box_header.box_secondary.box_cut {
        position: relative; }
      .box .box_header.box_secondary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_tertiary {
      background: #cc0060; }
      .box .box_header.box_tertiary.box_cut {
        position: relative; }
      .box .box_header.box_tertiary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_quaternary {
      background: #7f7f7f; }
      .box .box_header.box_quaternary.box_cut {
        position: relative; }
      .box .box_header.box_quaternary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_quinary {
      background: #a47d3c; }
      .box .box_header.box_quinary.box_cut {
        position: relative; }
      .box .box_header.box_quinary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_senary {
      background: #ab4d01; }
      .box .box_header.box_senary.box_cut {
        position: relative; }
      .box .box_header.box_senary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_septenary {
      background: #a92e03; }
      .box .box_header.box_septenary.box_cut {
        position: relative; }
      .box .box_header.box_septenary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_octonary {
      background: #646464; }
      .box .box_header.box_octonary.box_cut {
        position: relative; }
      .box .box_header.box_octonary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_nonary {
      background: #7f7f7f; }
      .box .box_header.box_nonary.box_cut {
        position: relative; }
      .box .box_header.box_nonary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_denary {
      background: #005584; }
      .box .box_header.box_denary.box_cut {
        position: relative; }
      .box .box_header.box_denary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_light_gray {
      background: #9b9b9b; }
      .box .box_header.box_light_gray.box_cut {
        position: relative; }
      .box .box_header.box_light_gray.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .box .box_header.box_supplementary {
      background: #464545; }
      .box .box_header.box_supplementary.box_cut {
        position: relative; }
      .box .box_header.box_supplementary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
  .box .box_content {
    position: relative;
    padding: 12px 10px;
    color: #fff; }
    .box .box_content.box_default_bg {
      background: transparent; }
    .box .box_content.box_primary_bg {
      background: transparent; }
    .box .box_content.box_secondary_bg {
      background: transparent; }
    .box .box_content.box_tertiary_bg {
      background: transparent; }
    .box .box_content.box_quaternary_bg {
      background: transparent; }
    .box .box_content.box_quinary_bg {
      background: #cc9942; }
    .box .box_content.box_senary_bg {
      background: #e16601; }
    .box .box_content.box_septenary_bg {
      background: #e13b01; }
    .box .box_content.box_octonary_bg {
      background: #7d7d7d; }
    .box .box_content.box_nonary_bg {
      background: transparent; }
    .box .box_content.box_denary_bg {
      background: #0078ba; }
    .box .box_content.box_light_gray_bg {
      background: #e2e2e2;
      color: #444343;
      padding: 20px 30px; }
    .box .box_content.box_supplementary_bg {
      background: #e4e3e3; }
    .box .box_content p:last-child {
      margin-bottom: 0; }

.box .box_header.box_header_gradient_1 {
  background-color: #e2e4e7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmU0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e2e4e7');
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e2e4e7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e2e4e7 100%);
  color: #646464;
  border: 1px solid #C8C8C8; }

.box .box_header.box_header_gradient_2 {
  background-color: #FFD631;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd631', EndColorStr='#f6c113');
  background-image: -webkit-linear-gradient(top, #FFD631 0%, #F6C113 100%);
  background-image: linear, to bottom, #FFD631 0%, #F6C113 100%;
  color: #692B10;
  border-width: 1px;
  border-style: solid;
  border-color: #E3B72C #F4C61F #E3B72C #F4C61F;
  -webkit-box-shadow: inset 0 1px 0 #FFEB98;
  box-shadow: inset 0 1px 0 #FFEB98; }

.box .box_content.gradient_1 {
  border: 1px solid #C8C8C8;
  border-top: 0; }

.box.box_sm .box_header {
  font-size: 15px;
  padding: 6px 15px; }

.box.box_lg .box_header {
  font-size: 15px;
  padding: 12px 15px; }

main .box .box_content,
.footer_main .box_content {
  color: #333333; }

.main_inner .box {
  margin-bottom: 20px; }
  .main_inner .box.box_left {
    margin-right: 0; }
  .main_inner .box.box_right {
    margin-left: 0; }
  .main_inner .box.box_middle {
    margin-left: 0;
    margin-right: 0; }
  .main_inner .box .box_header {
    padding: 12px 22px; }
  .main_inner .box .box_content {
    padding-top: 20px; }
  .main_inner .box.box_sm .box_header {
    padding: 9px 15px; }
  .main_inner .box.box_sm .box_content {
    padding: 15px; }

.sidebar_2 .box .box_header,
.floating_box .box .box_header {
  padding: 9px 22px; }

.nav_list_container {
  font-size: 12px; }
  .nav_list_container:before, .nav_list_container:after {
    content: " ";
    display: table; }
  .nav_list_container:after {
    clear: both; }
  .nav_list_container .title {
    font-weight: bold;
    margin-bottom: 13px;
    color: #333333; }
  .nav_list_container .nav_list {
    padding-left: 0; }
    .nav_list_container .nav_list li {
      list-style: none;
      padding-left: 0;
      line-height: 14px; }
  .footer_boxes_container .nav_list_container .nav_list li {
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden; }

.sub_nav {
  margin-top: 11px;
  font-size: 12px; }
  .sub_nav:before, .sub_nav:after {
    content: " ";
    display: table; }
  .sub_nav:after {
    clear: both; }
  .sub_nav a {
    float: left;
    clear: both;
    font-size: 12px; }
  .sub_nav a.log_in {
    clear: none;
    margin-left: 5px; }
  .sub_nav .glyphicon {
    float: left;
    margin-top: 1px;
    color: red; }

.box_supplementary_bg .nav_list {
  margin-bottom: 5px; }
  .box_supplementary_bg .nav_list li {
    margin-bottom: 3px; }
    .box_supplementary_bg .nav_list li:last-child {
      margin-bottom: 0; }
  .box_supplementary_bg .nav_list a {
    color: #005584; }

.box_supplementary_bg .sub_nav {
  margin-top: 0;
  text-align: right; }
  .box_supplementary_bg .sub_nav a {
    float: none;
    color: #005584; }

.box_advertisement {
  margin-left: 32px;
  margin-right: 61px; }
  .box_advertisement .box_header {
    overflow: visible; }
    .box_advertisement .box_header.box_senary {
      background: #ab4d01; }
      .box_advertisement .box_header.box_senary.box_cut {
        position: relative; }
      .box_advertisement .box_header.box_senary.box_cut:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: -38px;
        width: 0;
        height: 0;
        border-top: 38px solid #ab4d01;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px); }
      .box_advertisement .box_header.box_senary.box_cut {
        position: relative; }
      .box_advertisement .box_header.box_senary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -moz-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -ms-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        -o-transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px);
        transform: scale(1.2) rotate(5deg) translateX(2px) translateY(0px); }
  .box_advertisement .box_content {
    padding: 10px 14px; }
  .box_advertisement .adv_container {
    margin-bottom: 10px; }
    .box_advertisement .adv_container:before, .box_advertisement .adv_container:after {
      content: " ";
      display: table; }
    .box_advertisement .adv_container:after {
      clear: both; }
    .box_advertisement .adv_container img {
      display: block; }
    .box_advertisement .adv_container:last-child {
      margin-bottom: 0; }

.box_promoted_works {
  margin-right: 60px;
  padding-right: 32px;
  overflow: hidden; }
  .box_promoted_works .box_header {
    padding-left: 52px;
    overflow: visible; }
    .box_promoted_works .box_header.box_septenary {
      background: #a92e03; }
      .box_promoted_works .box_header.box_septenary.box_cut {
        position: relative; }
      .box_promoted_works .box_header.box_septenary.box_cut:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #fff;
        border-bottom: 0 solid transparent;
        border-right: 38px solid transparent;
        border-left: 0 solid transparent;
        -webkit-transform: scale(1.2) rotate(-5deg) translateX(-3px) translateY(0px);
        -moz-transform: scale(1.2) rotate(-5deg) translateX(-3px) translateY(0px);
        -ms-transform: scale(1.2) rotate(-5deg) translateX(-3px) translateY(0px);
        -o-transform: scale(1.2) rotate(-5deg) translateX(-3px) translateY(0px);
        transform: scale(1.2) rotate(-5deg) translateX(-3px) translateY(0px); }
      .box_promoted_works .box_header.box_septenary.box_cut {
        position: relative; }
      .box_promoted_works .box_header.box_septenary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: -38px;
        width: 0;
        height: 0;
        border-top: 38px solid #a92e03;
        border-bottom: 0 solid transparent;
        border-right: 38px solid transparent;
        border-left: 0 solid transparent;
        -webkit-transform: scale(1.2) rotate(-6deg) translateX(-2px) translateY(-1px);
        -moz-transform: scale(1.2) rotate(-6deg) translateX(-2px) translateY(-1px);
        -ms-transform: scale(1.2) rotate(-6deg) translateX(-2px) translateY(-1px);
        -o-transform: scale(1.2) rotate(-6deg) translateX(-2px) translateY(-1px);
        transform: scale(1.2) rotate(-6deg) translateX(-2px) translateY(-1px); }
  .box_promoted_works .box_content {
    padding: 17px 12px 15px; }
  .box_promoted_works .list_star {
    padding-left: 0; }
    .box_promoted_works .list_star li {
      padding-left: 15px;
      margin-bottom: 5px; }
      .box_promoted_works .list_star li a {
        margin-bottom: 1px;
        color: #fff; }
  .box_promoted_works .sub_nav {
    margin-top: 19px; }
    .box_promoted_works .sub_nav a {
      margin-left: 15px;
      margin-bottom: 2px;
      color: #fff; }

.box_submit_bug {
  margin-right: 60px;
  padding-right: 32px;
  background: #ffffff;
  margin-top: 20px; }

.box_submit_bug .box_content {
  background: #3e2525;
  padding: 0;
  overflow: hidden; }

.box_submit_bug .box_content a {
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  display: block;
  overflow: hidden;
  transition: .2s ease; }

.box_submit_bug .box_content a:hover {
  background: #7e4b4b; }

.box_submit_bug .box_content i {
  float: left;
  width: 25%;
  background: #e13b01;
  height: 90px;
  text-align: center; }

.box_submit_bug .box_content i:before {
  position: relative;
  top: 29px;
  font-size: 27px; }

.box_submit_bug .box_content span {
  float: left;
  width: 75%;
  padding: 17px 15px; }

.box .footer_boxes_container {
  padding-left: 45px;
  padding-top: 7px; }

.sidebar_2 .box_action,
.floating_box .box_action {
  margin-top: -36px;
  margin-right: 10px;
  margin-bottom: 11px; }
  .sidebar_2 .box_action .box_header,
  .floating_box .box_action .box_header {
    padding: 9px 22px 9px; }
    .sidebar_2 .box_action .box_header.box_denary,
    .floating_box .box_action .box_header.box_denary {
      background: #005584; }
      .sidebar_2 .box_action .box_header.box_denary.box_cut,
      .floating_box .box_action .box_header.box_denary.box_cut {
        position: relative; }
      .sidebar_2 .box_action .box_header.box_denary.box_cut:after,
      .floating_box .box_action .box_header.box_denary.box_cut:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 38px solid #00a6b6;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 38px solid transparent;
        -webkit-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
        -moz-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
        -ms-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
        -o-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
        transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px); }
  .sidebar_2 .box_action .box_content,
  .floating_box .box_action .box_content {
    padding: 0; }

.main_inner .floating_box .box_content {
  padding: 0; }

.floating_box .box_action .box_header {
  padding: 9px 22px 9px; }
  .floating_box .box_action .box_header.box_denary.box_cut {
    position: relative; }
  .floating_box .box_action .box_header.box_denary.box_cut:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 38px solid #00a6b6;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 38px solid transparent;
    -webkit-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
    -moz-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
    -ms-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
    -o-transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px);
    transform: scale(1.2) rotate(0deg) translateX(0px) translateY(-4px); }

.box_2 {
  margin-bottom: 30px; }
  .box_2:before, .box_2:after {
    content: " ";
    display: table; }
  .box_2:after {
    clear: both; }
  .box_2 .box_content {
    padding: 22px 22px; }

.floating_box .box-list {
  margin-bottom: 0; }

.floating_box .top-block-discount {
  background: #cf0054;
  color: #fff;
  font-size: 20px;
  padding: 2px 6px;
  text-align: left;
  margin-bottom: 9px;
  float: left; }

.floating_box .top-block-discount-description {
  clear: both;
  font-weight: bold;
  text-align: left; }

.box.accordion_wrapper .box_header.box_header_gradient_1 {
  border: 1px solid #ddd;
  border-bottom: 1px solid #d2d2d2; }

.box.accordion_wrapper .accordion_container .accordion_content {
  position: relative; }

.special_offer .images_container {
  margin-top: 5px;
  min-height: 40px; }
  .special_offer .images_container:before, .special_offer .images_container:after {
    content: " ";
    display: table; }
  .special_offer .images_container:after {
    clear: both; }

.special_offer .pricing {
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: bold; }
  .special_offer .pricing span {
    font-weight: normal;
    font-size: 24px;
    color: #b60000; }
  .special_offer .pricing span.unit {
    font-size: 18px; }

.box_featured_offer.box_content {
  padding: 17px 11px 17px 19px; }

.box_users_comments.box_content {
  color: #333; }
  .box_users_comments.box_content .comment {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc; }
    .box_users_comments.box_content .comment:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .box_users_comments.box_content .comment .author {
      color: #00a6b6;
      margin-bottom: 2px; }
    .box_users_comments.box_content .comment .rating_container {
      margin-bottom: 3px; }
    .box_users_comments.box_content .comment .author_accomodation {
      color: #333;
      font-weight: bold;
      margin-bottom: 3px;
      line-height: 13px; }
      .box_users_comments.box_content .comment .author_accomodation a {
        color: #333; }
    .box_users_comments.box_content .comment .post {
      line-height: 13px; }
      .box_users_comments.box_content .comment .post a {
        color: #333; }

.box_price_drop.box_content {
  color: #333; }
  .box_price_drop.box_content .entry {
    font-size: 12px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ccc; }
    .box_price_drop.box_content .entry:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .box_price_drop.box_content .entry .title {
      margin-bottom: 9px;
      line-height: 13px; }
    .box_price_drop.box_content .entry .title span {
      background: #cf0054;
      color: #fff;
      padding: 2px 6px;
      text-align: center; }
    .box_price_drop.box_content .entry .promo {
      line-height: 13px;
      margin-bottom: 3px; }

.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.428571429;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #0078ba;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.428571429;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("./../js/chosen_v130/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("./../js/chosen_v130/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -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);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("./../js/chosen_v130/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("./../js/chosen_v130/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }

.chosen-container-single .chosen-default {
  color: #777777; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("./../js/chosen_v130/chosen-sprite.png") no-repeat 100% -27px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -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);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -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);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear, to bottom, white 0%, #eeeeee 100%;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -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);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("./../js/chosen_v130/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("./../js/chosen_v130/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("./../js/chosen_v130/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.has-error .chosen-single.chosen-default {
  border: 1px solid #A94442; }

.form_separator {
  margin-top: 20px;
  margin-bottom: 20px; }
  .form_separator:before, .form_separator:after {
    content: " ";
    display: table; }
  .form_separator:after {
    clear: both; }
  .form_separator.start {
    margin-top: 0; }

.form_title_separator {
  margin-top: 40px;
  margin-bottom: 20px; }
  .form_title_separator.start {
    margin-top: 0; }

.form_login {
  margin-bottom: 20px; }

.form_user_actions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px; }
  .form_user_actions a {
    font-size: 12px; }
  .form_user_actions .divider {
    position: relative;
    top: 2px;
    height: 12px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 5px;
    border-left: 1px solid #797878; }

.account_social_buttons {
  margin: 15px 0 35px; }
  .account_social_buttons:before, .account_social_buttons:after {
    content: " ";
    display: table; }
  .account_social_buttons:after {
    clear: both; }

.steps_container {
  margin-bottom: 30px; }
  .steps_container:before, .steps_container:after {
    content: " ";
    display: table; }
  .steps_container:after {
    clear: both; }
  .steps_container p, .steps_container ul {
    font-size: 14px; }
  .steps_container li {
    margin-bottom: 15px;
    background-position: 0 3px; }
  .steps_container .big_dot {
    margin-bottom: 40px; }

.step {
  margin-bottom: 40px; }
  .step .big_dot {
    margin-bottom: 20px; }
  .step h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 15px; }
  .step .btn:not(.btn-file) {
    clear: both;
    width: 300px; }
  .step .button_container.upload_photo {
    margin-bottom: 10px; }
  .step p.form-control-static {
    font-size: 12px; }

.sms_info_premium {
  padding: 20px 35px 20px 10px;
  background: #cfcfcf; }
  .sms_info_premium .control-label {
    padding-top: 0; }
  .sms_info_premium .sms_code {
    margin-top: 5px; }

.input_counter,
.counter_goal {
  float: left; }

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

.elements_container:after {
  clear: both; }

.elements_container.limiter {
  float: left;
  width: 532px; }

.element_presentation {
  border: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 40px; }
  .element_presentation:before, .element_presentation:after {
    content: " ";
    display: table; }
  .element_presentation:after {
    clear: both; }
  .element_presentation .pricing {
    color: #7f7e7e;
    padding-left: 10px; }
    .element_presentation .pricing .price span {
      font-family: 'Tahoma';
      font-weight: 500;
      font-size: 24px;
      color: #b60000; }
    .element_presentation .pricing .unit {
      top: -8px;
      text-align: right; }
  .element_presentation .aside {
    float: left; }
    .element_presentation .aside img {
      display: block;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
      max-width: 100%; }
    .element_presentation .aside .rating_container {
      margin-top: 13px;
      padding-left: 8px;
      margin-bottom: 1px; }
    .element_presentation .aside .logo_container {
      text-align: center; }
      .element_presentation .aside .logo_container img {
        display: inline-block;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .element_presentation .main {
    margin-left: 203px; }
    .element_presentation .main .name {
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 13px; }
    .element_presentation .main .description {
      text-align: justify;
      clear: right; }
    .element_presentation .main .entry .value a:not(.btn) {
      color: #3A3838; }
  .element_presentation .footer {
    clear: left;
    padding-top: 10px; }
    .element_presentation .footer:before, .element_presentation .footer:after {
      content: " ";
      display: table; }
    .element_presentation .footer:after {
      clear: both; }
    .element_presentation .footer .entry_list {
      float: left;
      width: 327px;
      margin-bottom: 0; }
      .element_presentation .footer .entry_list .columns_wrapper {
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; }
    .element_presentation .footer .btn_container {
      float: right;
      vertical-align: top; }
      .element_presentation .footer .btn_container .btn-secondary {
        margin-top: 4px;
        padding: 7px 25px 6px;
        font-weight: bold; }
    .element_presentation .footer .entry {
      margin-bottom: 4px; }
      .element_presentation .footer .entry:before, .element_presentation .footer .entry:after {
        content: " ";
        display: table; }
      .element_presentation .footer .entry:after {
        clear: both; }
      .element_presentation .footer .entry .value {
        font-size: 11px;
        color: #727272;
        margin-left: 26px; }
        .element_presentation .footer .entry .value a {
          font-size: 11px;
          color: #727272; }

.elements_container.attractions_list.discount_offer_list .btn-secondary {
  margin-top: 17px; }

.pricing {
  float: right; }
  .pricing .price span {
    position: relative; }
  .pricing .unit {
    position: relative; }

.discount_information {
  float: right; }
  .discount_information .discount {
    background: #cf0054;
    color: #fff;
    font-size: 20px;
    padding: 2px 6px;
    text-align: center;
    margin-bottom: 4px; }
  .discount_information .price_without_discount {
    text-decoration: line-through;
    text-align: center;
    font-weight: bold; }
  .discount_information .price_with_discount {
    font-weight: bold;
    text-align: center;
    font-size: 14px; }

.filters_box {
  background: #cee9f8;
  border: 1px solid #a1d5f2;
  padding: 14px 52px 5px 13px;
  margin-bottom: 10px;
  position: relative; }
  .filters_box .nav_filters li {
    background: #32a2e3;
    color: #FFF;
    padding: 4px 5px 4px 10px;
    margin-right: 10px;
    position: relative; }
  .filters_box button.close_it {
    outline: 0;
    background: none;
    border: 0;
    font-size: 18px;
    line-height: 13px;
    margin-left: 0;
    margin-top: -5px;
    line-height: 13px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0078BA;
    opacity: 1;
    font-weight: 900; }
    .filters_box button.close_it:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #005787; }
  .filters_box .close_it.close_all_filters {
    display: block;
    position: absolute;
    top: 11px;
    right: 18px;
    font-size: 20px; }
    .filters_box .close_it.close_all_filters:hover, .filters_box .close_it.close_all_filters:focus {
      text-decoration: none; }

.facilities_list .element_presentation, .attractions_list .element_presentation {
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  padding: 13px 15px 13px 13px;
  margin-bottom: 10px; }
  .facilities_list .element_presentation .pricing, .attractions_list .element_presentation .pricing {
    background: #f7f7f7; }
    .facilities_list .element_presentation .pricing .price span, .attractions_list .element_presentation .pricing .price span {
      color: #b60000; }
  .facilities_list .element_presentation .aside .rating_container, .attractions_list .element_presentation .aside .rating_container {
    margin-top: 13px;
    padding-left: 8px;
    margin-bottom: 1px; }
    .facilities_list .element_presentation .aside .rating_container .rate_value, .attractions_list .element_presentation .aside .rating_container .rate_value {
      background-color: #f7f7f7; }
      .facilities_list .element_presentation .aside .rating_container .rate_value .rate_value_filled, .attractions_list .element_presentation .aside .rating_container .rate_value .rate_value_filled {
        background-color: #f7f7f7; }
  .facilities_list .element_presentation .main .name a, .attractions_list .element_presentation .main .name a {
    color: #3A3838; }
  .facilities_list .element_presentation .footer, .attractions_list .element_presentation .footer {
    padding-left: 6px; }
    .facilities_list .element_presentation .footer .entry .option.clipboard, .attractions_list .element_presentation .footer .entry .option.clipboard {
      background: url(../img/icons/clipboard.png) no-repeat;
      top: 3px; }
    .facilities_list .element_presentation .footer .entry .option.clipboard-already-added, .attractions_list .element_presentation .footer .entry .option.clipboard-already-added {
      background: url(../img/icons/clipboard-gray.png) no-repeat;
      top: 3px; }
    .facilities_list .element_presentation .footer .entry .option.clipboard-success, .attractions_list .element_presentation .footer .entry .option.clipboard-success {
      background: url(../img/icons/clipboard-success.png) no-repeat;
      top: 3px; }
    .facilities_list .element_presentation .footer .entry .option.show_on_map, .attractions_list .element_presentation .footer .entry .option.show_on_map {
      background: url(../img/icons/show_on_map.png) no-repeat;
      top: 4px; }
    .facilities_list .element_presentation .footer .entry .option.gift, .attractions_list .element_presentation .footer .entry .option.gift {
      background: url(../img/icons/gift.png) no-repeat;
      top: -1px; }
    .facilities_list .element_presentation .footer .entry .option.virtual_tour, .attractions_list .element_presentation .footer .entry .option.virtual_tour {
      background: url(../img/icons/virtual_tour.png) no-repeat; }
    .facilities_list .element_presentation .footer .entry .option.generate_code, .attractions_list .element_presentation .footer .entry .option.generate_code {
      background: url(../img/icons/generate_code.png) no-repeat;
      top: 3px;
      left: 3px; }
    .facilities_list .element_presentation .footer .entry .option.show_on_map_green, .attractions_list .element_presentation .footer .entry .option.show_on_map_green {
      background: url(../img/icons/show_on_map_green.png) no-repeat;
      top: 3px; }
    .facilities_list .element_presentation .footer .entry .option.send, .attractions_list .element_presentation .footer .entry .option.send {
      background: url(../img/icons/send.png) no-repeat;
      top: 4px; }

.attractions_list .element_presentation .footer .entry_list {
  margin-top: 12px; }

_::-moz-range-track, body:last-child .entry.with_icon {
  overflow: hidden; }

.aadd .element_presentation {
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  padding: 9px 15px 13px 13px;
  margin-bottom: 10px; }
  .aadd .element_presentation > .name {
    margin-bottom: 10px; }
  .aadd .element_presentation .name a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3A3838; }
  .aadd .element_presentation .main {
    margin-left: 0; }
  .aadd .element_presentation .description {
    margin-bottom: 10px; }
  .aadd .element_presentation .show_contact_info {
    color: #3A3838; }
  .aadd .element_presentation .contact_info .inner_wrapper {
    padding-top: 10px;
    padding-bottom: 5px; }
  .aadd .element_presentation .entry_list {
    margin-bottom: 0;
    margin-top: 3px; }
  .aadd .element_presentation .entry {
    margin-bottom: 0; }
    .aadd .element_presentation .entry .value,
    .aadd .element_presentation .entry .option {
      font-size: 10px; }
  .aadd .element_presentation .footer .footer_nav {
    padding: 0;
    margin: 0;
    list-style: none; }
    .aadd .element_presentation .footer .footer_nav:before, .aadd .element_presentation .footer .footer_nav:after {
      content: " ";
      display: table; }
    .aadd .element_presentation .footer .footer_nav:after {
      clear: both; }
    .aadd .element_presentation .footer .footer_nav li {
      float: left;
      margin-right: 20px; }
      .aadd .element_presentation .footer .footer_nav li:last-child {
        margin-right: 0; }
      .aadd .element_presentation .footer .footer_nav li a:hover, .aadd .element_presentation .footer .footer_nav li a:focus {
        text-decoration: none; }
      .aadd .element_presentation .footer .footer_nav li.delete .glyphicon {
        color: red; }
      .aadd .element_presentation .footer .footer_nav li.submit .glyphicon {
        color: #A39C21; }
      .aadd .element_presentation .footer .footer_nav li.print .glyphicon {
        color: #7F7F7F; }
      .aadd .element_presentation .footer .footer_nav li.send .glyphicon {
        color: #8DC63F; }

.aadd .element_presentation.with_image .main {
  margin-left: 203px; }

.aadd .element_presentation.with_image .aside img {
  margin-bottom: 18px; }

.aadd .element_presentation.premium {
  background: #faf48c;
  border: 1px solid #E4E100; }

.thumb-list {
  padding: 13px 15px; }
  .thumb-list a {
    display: table;
    width: 100%;
    color: #fff;
    margin-bottom: 10px; }
    .thumb-list a:before, .thumb-list a:after {
      content: " ";
      display: table; }
    .thumb-list a:after {
      clear: both; }
  .thumb-list .thumb {
    padding-top: 2px;
    vertical-align: top;
    display: table-cell;
    width: 60px; }
  .thumb-list .desc {
    vertical-align: top;
    display: table-cell;
    text-align: left; }

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

.rating_container:after {
  clear: both; }

.rating_container .rate_value {
  float: left;
  position: relative;
  width: 72px;
  height: 13px;
  background: url(../img/icons/rating/rating_empty.png) no-repeat; }
  .rating_container .rate_value .rate_value_filled {
    position: absolute;
    max-width: 72px;
    height: 13px;
    display: inline-block;
    background: url(../img/icons/rating/rating_full.png) no-repeat;
    width: 0; }

.rating_container .rate_info {
  padding-left: 81px;
  color: #7d7d7d;
  color: rgba(46, 45, 45, 0.71);
  font-size: 11px; }
  .rating_container .rate_info .total_votes {
    white-space: nowrap;
    padding-left: 3px; }

.rating_lg {
  margin-bottom: 4px; }
  .rating_lg .rate_value {
    width: 131px;
    height: 24px;
    background: url(../img/icons/rating/rating_empty_lg.png) no-repeat; }
    .rating_lg .rate_value .rate_value_filled {
      max-width: 131px;
      height: 24px;
      background: url(../img/icons/rating/rating_full_lg.png) no-repeat;
      width: 0; }
  .rating_lg .rate_info {
    padding-left: 166px;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold; }
  .rating_lg .rate_category {
    display: inline-block;
    padding-left: 21px; }

.rainbow_header {
  display: block;
  font-size: 15px;
  background: #9542c3;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none; }
  .rainbow_header.color_1 {
    background: #9542c3; }
  .rainbow_header.color_2 {
    background: #0059b5; }
  .rainbow_header.color_3 {
    background: #059adf; }
  .rainbow_header.color_4 {
    background: #80be01; }
  .rainbow_header.color_5 {
    background: #f5b027; }
  .rainbow_header.color_6 {
    background: #ff8a00; }
  .rainbow_header.color_7 {
    background: #ef6666; }
  .rainbow_header.color_7b {
    background: #f00001; }
  .rainbow_header.color_8 {
    background: #f00001; }
  .rainbow_header.with_link {
    padding: 0; }
    .rainbow_header.with_link a {
      display: block;
      padding: 15px 20px;
      color: #fff;
      text-decoration: none; }
      .rainbow_header.with_link a:hover, .rainbow_header.with_link a:focus {
        text-decoration: none; }
    .rainbow_header.with_link.color_8 a:hover {
      background: #ff0001; }
    .rainbow_header.with_link.inactive a {
      background: gray;
      cursor: not-allowed; }
      .rainbow_header.with_link.inactive a:hover {
        background: gray; }
  .rainbow_header.inactive {
    background: gray; }
    .rainbow_header.inactive:hover {
      background: gray; }

.sidebar_2 .box_filters .box_content {
  padding-top: 15px; }
  .sidebar_2 .box_filters .box_content:before, .sidebar_2 .box_filters .box_content:after {
    content: " ";
    display: table; }
  .sidebar_2 .box_filters .box_content:after {
    clear: both; }

.sidebar_2 .box_filters .button_container {
  margin-right: 15px;
  margin-bottom: 12px; }
  .sidebar_2 .box_filters .button_container:before, .sidebar_2 .box_filters .button_container:after {
    content: " ";
    display: table; }
  .sidebar_2 .box_filters .button_container:after {
    clear: both; }

.box_filters .accordion_wrapper {
  margin-bottom: 10px;
  border: 0; }
  .box_filters .accordion_wrapper:before, .box_filters .accordion_wrapper:after {
    content: " ";
    display: table; }
  .box_filters .accordion_wrapper:after {
    clear: both; }
  .box_filters .accordion_wrapper .accordion_header {
    margin-right: 15px;
    border: 0;
    background: transparent;
    padding-left: 0; }
    .box_filters .accordion_wrapper .accordion_header {
      position: relative; }
    .box_filters .accordion_wrapper .accordion_header:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 9px solid #0078ba;
      border-bottom: 0 solid transparent;
      border-right: 0 solid transparent;
      border-left: 9px solid transparent; }
    .box_filters .accordion_wrapper .accordion_header button {
      float: none;
      display: block;
      width: 100%;
      margin-right: 0;
      font-size: 12px;
      text-align: left;
      padding: 4px 23px 4px;
      outline: 0 !important;
      background: #48ACE6;
      right: 0;
      top: 0;
      color: #fff;
      font-weight: bold; }
      .box_filters .accordion_wrapper .accordion_header button:after {
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: " ";
        width: 16px;
        height: 12px;
        background: transparent url(../img/icons/filter_indicator.png) no-repeat;
        position: absolute;
        right: 15px;
        top: 7px; }
      .box_filters .accordion_wrapper .accordion_header button.collapsed:after {
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .box_filters .accordion_wrapper .accordion_content {
    font-size: 12px;
    padding: 15px 23px 7px 17px;
    background: transparent;
    border: 0; }
    .box_filters .accordion_wrapper .accordion_content .form-group:last-child {
      margin-bottom: 0; }
    .box_filters .accordion_wrapper .accordion_content .chosen-container {
      width: 100% !important; }
  .box_filters .accordion_wrapper .accordion_container .accordion_content {
    overflow: hidden; }
  .box_filters .accordion_wrapper .accordion_container.collapse .accordion_content {
    overflow: visible; }
  .box_filters .accordion_wrapper .chosen-container-single .chosen-single {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 28px;
    line-height: 29px;
    border: 0; }
  .box_filters .accordion_wrapper .chosen-container-single .chosen-single div b {
    background-position: 0 5px; }
  .box_filters .accordion_wrapper .chosen-container-single .chosen-single abbr {
    top: 10px; }
  .box_filters .accordion_wrapper .chosen-container-single .chosen-drop {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .box_filters .accordion_wrapper .chosen-container-single .chosen-search input[type="text"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0 !important; }
  .box_filters .accordion_wrapper.price_range #price_range {
    height: 4px; }
  .box_filters .accordion_wrapper.price_range .accordion_content {
    padding-top: 22px;
    padding-bottom: 10px; }
  .box_filters .accordion_wrapper.price_range .form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 25px;
    height: 25px;
    width: 60px;
    text-align: center;
    padding: 0 5px;
    border: 0; }
    .box_filters .accordion_wrapper.price_range .form-control span {
      display: inline-block;
      padding-left: 5px; }
  .box_filters .accordion_wrapper.price_range .input_values span {
    display: inline-block;
    background: #005584;
    padding: 0 8px;
    height: 25px;
    font-size: 11px;
    line-height: 24px;
    vertical-align: top;
    color: #FFFFFF; }
  .box_filters .accordion_wrapper.price_range .price_ranges_options {
    clear: both;
    padding-top: 15px;
    white-space: nowrap; }
    .box_filters .accordion_wrapper.price_range .price_ranges_options .btn-secondary {
      font-size: 10px;
      display: inline-block;
      width: auto;
      padding: 5px; }
      .box_filters .accordion_wrapper.price_range .price_ranges_options .btn-secondary.btn_reset_range {
        position: relative;
        background: none;
        padding: 2px 0 0 0; }
        .box_filters .accordion_wrapper.price_range .price_ranges_options .btn-secondary.btn_reset_range span {
          display: inline-block;
          font-size: 14px; }
      .box_filters .accordion_wrapper.price_range .price_ranges_options .btn-secondary.active {
        background: #005584; }
  .box_filters .accordion_wrapper.checkboxes .checkbox:first-child {
    margin-top: 0; }
  .box_filters .accordion_wrapper.checkboxes .checkbox:last-child {
    margin-bottom: 0; }

.box_filters .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  height: 28px; }

.box_filters .form-control-static {
  padding-top: 6px; }

.box_filters .back_to_map {
  color: rgba(255, 255, 255, 0.73);
  font-size: 10px;
  position: relative;
  top: 7px; }

.back_to_top_container {
  display: none;
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 110px; }
  @media screen and (min-width: 480px) {
    .back_to_top_container {
      bottom: 70px; } }

.back_to_top {
  height: 40px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #7F7F7F url(../img/back_to_top_arrow.png) no-repeat; }

.back_to_top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.accordion_wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .accordion_wrapper .accordion_header {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    font-size: 16px;
    line-height: 42px;
    padding: 0 0 0 18px; }
    .accordion_wrapper .accordion_header:before, .accordion_wrapper .accordion_header:after {
      content: " ";
      display: table; }
    .accordion_wrapper .accordion_header:after {
      clear: both; }
    .accordion_wrapper .accordion_header:before, .accordion_wrapper .accordion_header:after {
      content: " ";
      display: table; }
    .accordion_wrapper .accordion_header:after {
      clear: both; }
    .accordion_wrapper .accordion_header.full_click {
      cursor: pointer; }
      .accordion_wrapper .accordion_header.full_click button:after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0); }
      .accordion_wrapper .accordion_header.full_click.collapsed button:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .accordion_wrapper .accordion_content {
    padding: 5px 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0; }
    .accordion_wrapper .accordion_content:before, .accordion_wrapper .accordion_content:after {
      content: " ";
      display: table; }
    .accordion_wrapper .accordion_content:after {
      clear: both; }

.box.accordion_wrapper {
  border-bottom: 0; }
  .box.accordion_wrapper .box_header {
    font-size: 14px;
    font-weight: normal;
    font-weight: bold;
    line-height: 17px;
    border: 0;
    position: relative;
    padding: 13px 16px 10px 15px;
    white-space: normal; }
    .box.accordion_wrapper .box_header .title {
      float: left;
      max-width: 505px; }
    .box.accordion_wrapper .box_header button {
      clear: none;
      top: -2px;
      right: 0;
      max-width: 270px;
      white-space: normal;
      text-align: left; }
  .box.accordion_wrapper .accordion_container .accordion_content {
    border-top: 0; }
  .box.accordion_wrapper .accordion_container.collapsing .accordion_content, .box.accordion_wrapper .accordion_container.collapse.in .accordion_content {
    padding-top: 15px;
    border-bottom: 1px solid #ddd; }

.loader {
  background: #FAFAFA;
  color: #343434;
  border: 1px solid #C5C5C5;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 30px 0 70px;
  display: none; }
  .loader.loader_pacman {
    background-image: url(../img/loaders/loader_pacman.gif);
    background-repeat: no-repeat;
    background-position: 25px 13px; }
  .loader.loader_circle {
    background-image: url(../img/loaders/loader_circle.gif);
    background-repeat: no-repeat;
    background-position: 25px 13px; }

.video_container {
  text-align: center;
  margin-top: 20px; }
  .video_container .video {
    margin-bottom: 35px;
    display: inline-block; }
    .video_container .video .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 7px; }

.map_bouble {
  padding: 9px 8px 6px 8px;
  font-family: 'Tahoma';
  display: inline-block;
  color: #555;
  font-size: 11px;
  line-height: 13px; }
  .map_bouble .name {
    font-weight: bold;
    color: #093c73;
    font-size: 12px; }
  .map_bouble .media {
    margin-top: 8px; }
  .map_bouble .media-left {
    max-width: 120px; }
    .map_bouble .media-left img {
      max-width: 100%; }
  .map_bouble .media-body {
    position: relative;
    top: -2px; }
  .map_bouble .category {
    color: #919da7;
    margin-top: 4px;
    margin-bottom: 3px; }
  .map_bouble .link {
    line-height: 13px; }
    .map_bouble .link a {
      font-size: 11px;
      line-height: 11px;
      background: url(../img/icons/map/link_indicator.jpg) no-repeat 0 4px;
      display: inline-block;
      padding-left: 9px; }

.share-buttons {
  position: relative;
  margin-bottom: 20px; }
  .share-buttons:before, .share-buttons:after {
    content: " ";
    display: table; }
  .share-buttons:after {
    clear: both; }

.share-buttons-label {
  font-size: 11px;
  padding: 3px 11px 4px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-top: -2px;
  cursor: pointer;
  background: #fff;
  position: relative;
  z-index: 2; }

.share-buttons-label i {
  font-size: 15px;
  position: absolute;
  left: 6px;
  top: 1px;
  color: #3b5998; }

.share-buttons-label:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #007bff transparent transparent transparent;
  margin-left: 5px;
  top: -2px;
  position: relative; }

.share-buttons .facebook-container {
  float: left;
  margin-left: 10px;
  margin-right: 15px; }

.share-buttons .google-plus-container {
  float: left;
  margin-right: -10px; }

.share-buttons-list {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-left: 202px; }

.share-buttons-list:hover .share-buttons-label,
.share-buttons-list:focus .share-buttons-label {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #fff; }

.share-buttons-list ul {
  background: #fff;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #e0e0e0;
  top: 21px;
  left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 1;
  display: none; }

.share-buttons-list:hover ul,
.share-buttons-list:focus ul {
  display: block; }

.share-buttons-list li {
  display: block; }

.share-buttons-link {
  display: block;
  white-space: nowrap;
  padding: 5px 9px; }

.share-buttons-link span {
  font-size: 11px; }

.share-buttons-link:hover,
.share-buttons-link:focus {
  text-decoration: none;
  background: #f1f1f1; }

.share-buttons-link-mail i {
  color: #55acee; }

.share-buttons-link-facebook i {
  color: #3b5998; }

.share-buttons-link-facebook:hover span,
.share-buttons-link-facebook:focus span {
  color: #3b5998; }

.share-buttons-link-google i {
  color: #dc4e41; }

.share-buttons-link-google:hover span,
.share-buttons-link-google:focus span {
  color: #dc4e41; }

.share-buttons-link-twitter i {
  color: #55acee; }

.share-buttons-link-twitter:hover span,
.share-buttons-link-twitter:focus span {
  color: #55acee; }

.share-buttons-link-linkedin i {
  color: #e68523;
  position: relative;
  top: -1px; }

.share-buttons-link-linkedin:hover span,
.share-buttons-link-linkedin:focus span {
  color: #e68523; }

.share-buttons-link-wykop img {
  width: 13px;
  margin-left: 2px;
  margin-right: 2px; }

h1.page_header {
  font-size: 16px;
  line-height: 22px;
  background: #00a6b6;
  color: #fff;
  font-weight: bold; }

main {
  font-size: 12px; }
  main p {
    font-size: 12px; }

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

.container > header:after {
  clear: both; }

.top_nav_col {
  font-size: 12px;
  color: #fff; }
  .top_nav_col a {
    font-size: 12px;
    color: #fff;
    line-height: 18px; }

.top_menu {
  padding: 5px 50px 5px 31px;
  background: #00aeef; }
  .top_menu {
    position: relative; }
  .top_menu:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 0;
    height: 0;
    border-top: 28px solid #00aeef;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 28px solid transparent; }
  .top_menu .divider {
    width: 0;
    margin: 0 9px;
    height: 12px;
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.user_tools .login {
  padding: 5px 27px 5px 32px;
  background: #8dc63f;
  white-space: nowrap; }
  .user_tools .login a {
    font-weight: bold;
    white-space: nowrap; }

.user_tools .clipboard {
  margin-right: 50px;
  padding: 5px 4px 5px 4px;
  background: #005584;
  position: relative;
  text-align: center;
  white-space: nowrap; }
  .user_tools .clipboard a {
    letter-spacing: 0px;
    white-space: nowrap; }
  .user_tools .clipboard {
    position: relative; }
  .user_tools .clipboard:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 28px solid #005584;
    border-left: 0 solid transparent; }
  .user_tools .clipboard {
    position: relative; }
  .user_tools .clipboard:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border-top: 28px solid #005584;
    border-bottom: 0 solid transparent;
    border-right: 28px solid transparent;
    border-left: 0 solid transparent; }

.user_tools .user_logged {
  padding: 7px 15px 7px 15px;
  background: #005584;
  text-align: center;
  white-space: nowrap; }
  .user_tools .user_logged {
    position: relative; }
  .user_tools .user_logged:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 0;
    height: 0;
    border-top: 32px solid #005584;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 32px solid transparent; }
  .user_tools .user_logged {
    position: relative; }
  .user_tools .user_logged:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-top: 32px solid #005584;
    border-bottom: 0 solid transparent;
    border-right: 32px solid transparent;
    border-left: 0 solid transparent; }
  .user_tools .user_logged .divider {
    width: 0;
    margin: 0 9px;
    height: 12px;
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.site_stats {
  font-size: 10px;
  line-height: 9px; }
  .site_stats a {
    font-size: 10px;
    color: #00aeef;
    text-decoration: none; }
    .site_stats a:hover, .site_stats a:focus {
      text-decoration: underline; }

.slogan_col .slogan {
  font-size: 14px;
  font-family: 'Arial';
  color: #757d86; }

.slogan_col.admin_logged_as_user .admin_info {
  color: #fff;
  font-size: 12px;
  background: #9d0000; }
  .slogan_col.admin_logged_as_user .admin_info a {
    color: #fff;
    background: #b60000; }
    .slogan_col.admin_logged_as_user .admin_info a:hover, .slogan_col.admin_logged_as_user .admin_info a:focus {
      background: #d00000;
      text-decoration: none; }

.functional_col .social_area .facebook {
  width: 38px;
  height: 38px;
  background: url(../img/icon_facebook_top.png) no-repeat; }
  .functional_col .social_area .facebook:hover {
    opacity: .8; }

.functional_col .translate_area #google_translate_element a:hover {
  text-decoration: none; }

.functional_col .weather_area img {
  float: none; }

.site_categories .block_link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 13px 52px;
  color: #fff; }
  .site_categories .block_link:hover {
    text-decoration: none; }
  .site_categories .block_link.tourist_accommodations {
    background: #b60000; }
    .site_categories .block_link.tourist_accommodations:hover {
      background: #c00000; }
  .site_categories .block_link.special_offers {
    background: #005eb6; }
    .site_categories .block_link.special_offers:hover {
      background: #0063c0; }
  .site_categories .block_link.featured_attractions {
    background: #b6af00; }
    .site_categories .block_link.featured_attractions:hover {
      background: #c0b900; }

.footer_bottom {
  margin-top: 7px;
  border-top: 3px solid #00aeef;
  padding-top: 8px;
  padding-bottom: 10px; }
  .footer_bottom:before, .footer_bottom:after {
    content: " ";
    display: table; }
  .footer_bottom:after {
    clear: both; }
  .footer_bottom .list-inline {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    position: relative; }
    .footer_bottom .list-inline li {
      vertical-align: middle;
      font-size: 11px;
      color: #858484; }
      .footer_bottom .list-inline li.divider {
        border-left: 1px solid #858484;
        height: 11px;
        margin: 0 0 0 0;
        padding: 0;
        position: relative;
        top: 1px; }
      .footer_bottom .list-inline li.weather_link {
        position: absolute;
        right: 0;
        padding-top: 2px; }
      .footer_bottom .list-inline li a {
        font-size: 11px;
        color: #858484;
        text-decoration: none; }
        .footer_bottom .list-inline li a:hover, .footer_bottom .list-inline li a:focus {
          text-decoration: underline; }
        .footer_bottom .list-inline li a.kreo_logo {
          position: relative;
          margin-top: -2px; }
          .footer_bottom .list-inline li a.kreo_logo img {
            display: block; }

.calendar-tabs {
  overflow: hidden;
  background: #005584; }
  .calendar-tabs:before, .calendar-tabs:after {
    content: " ";
    display: table; }
  .calendar-tabs:after {
    clear: both; }
  .calendar-tabs button {
    float: left;
    background: #00a6b6;
    font-size: 12px;
    border: 0;
    padding: 1px 35px 1px 20px; }
    .calendar-tabs button {
      position: relative; }
    .calendar-tabs button:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-top: 16px solid #005584;
      border-bottom: 0 solid transparent;
      border-right: 0 solid transparent;
      border-left: 16px solid transparent;
      -webkit-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
      -moz-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
      -ms-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
      -o-transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px);
      transform: scale(1.2) rotate(3deg) translateX(2px) translateY(0px); }
    .calendar-tabs button:first-child {
      margin-right: 10px;
      padding-left: 24px; }
    .calendar-tabs button.calendar-btn-active {
      background: #0078ba; }

.events_list {
  padding-top: 20px; }
  .events_list .event_entry {
    padding: 15px 24px 0;
    overflow: hidden; }
    .events_list .event_entry:first-child {
      padding-top: 25px; }
  .events_list span {
    display: block;
    margin-bottom: 0;
    font-size: 11px; }
  .events_list .date {
    color: #ffd400;
    font-weight: bold; }
  .events_list .name {
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    line-height: 15px;
    margin: 3px 0; }
    .events_list .name a {
      color: #fff;
      text-decoration: none; }
  .events_list .sub-nav {
    overflow: hidden;
    padding: 20px 15px 10px 0; }
    .events_list .sub-nav a {
      font-size: 12px;
      color: #ffffff;
      float: right;
      clear: both; }

.map_circles {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  margin-bottom: 30px; }
  .map_circles img:first-child {
    position: absolute;
    left: 0;
    top: 2px; }
  .map_circles img:last-child {
    position: absolute;
    right: -16px;
    bottom: 2px; }

.map_container {
  margin-bottom: 20px;
  margin-top: 25px; }
  .map_container:before, .map_container:after {
    content: " ";
    display: table; }
  .map_container:after {
    clear: both; }

.pt_presentation .element_presentation {
  margin-bottom: 20px; }
  .pt_presentation .element_presentation .aside .icon_link {
    margin-top: 10px;
    margin-left: 8px; }

.floating_box {
  display: block;
  float: right;
  clear: none;
  width: 283px;
  margin-left: 35px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .floating_box.push_top {
    margin-top: -52px; }
  .floating_box.no_push {
    margin-top: 0; }

.images_container {
  text-align: left;
  margin: 20px 0 10px; }
  .images_container:before, .images_container:after {
    content: " ";
    display: table; }
  .images_container:after {
    clear: both; }
  .images_container img {
    display: inline-block;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    margin-right: 15px; }
    .images_container img:last-child {
      margin-right: 0; }

.pt_presentation .table_with_accordion {
  border-color: #C8C8C8; }
  .pt_presentation .table_with_accordion tr:hover > td,
  .pt_presentation .table_with_accordion tr:hover > th,
  .pt_presentation .table_with_accordion tr:nth-child(even) > td,
  .pt_presentation .table_with_accordion tr:nth-child(even) > th {
    background: none; }
  .pt_presentation .table_with_accordion tr:nth-child(4n) > td {
    background: #E0E0E0; }
  .pt_presentation .table_with_accordion tr td,
  .pt_presentation .table_with_accordion tr th {
    border-color: #C8C8C8;
    padding: 12px 15px; }
  .pt_presentation .table_with_accordion tr th,
  .pt_presentation .table_with_accordion tr:hover th {
    background-color: #e2e4e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmU0ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e2e4e7');
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e2e4e7 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e2e4e7 100%);
    color: #464545; }
  .pt_presentation .table_with_accordion .btn-accordion {
    top: 0;
    right: 0;
    margin-top: -3px; }
  .pt_presentation .table_with_accordion .hiddenRow {
    padding: 0;
    border-top: 0; }
  .pt_presentation .table_with_accordion .accordion_content {
    border-top: 1px solid #C8C8C8;
    padding: 15px; }

.pt_presentation .media_container.vertical {
  width: 100%;
  display: table;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all; }
  .pt_presentation .media_container.vertical .media_entry {
    padding: 0 9px;
    max-width: 128px;
    margin-bottom: 0; }
    .pt_presentation .media_container.vertical .media_entry .media_img {
      margin-bottom: 5px; }
    .pt_presentation .media_container.vertical .media_entry .media_body {
      overflow: hidden;
      text-align: left; }
      .pt_presentation .media_container.vertical .media_entry .media_body:before, .pt_presentation .media_container.vertical .media_entry .media_body:after {
        content: " ";
        display: table; }
      .pt_presentation .media_container.vertical .media_entry .media_body:after {
        clear: both; }
      .pt_presentation .media_container.vertical .media_entry .media_body a {
        float: left;
        clear: left;
        color: #464545;
        font-size: 10px;
        line-height: 13px;
        white-space: nowrap;
        max-width: 128px; }
        .pt_presentation .media_container.vertical .media_entry .media_body a:last-child {
          white-space: normal; }

.virtual_tour_container {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .virtual_tour_container p {
    text-align: center; }

.final_rating {
  margin-left: -5px;
  margin-right: -5px; }
  .final_rating:before, .final_rating:after {
    content: " ";
    display: table; }
  .final_rating:after {
    clear: both; }
  .final_rating .total_rate {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
  .final_rating .partial_ratings {
    position: relative;
    float: left;
    width: 54.1666666667%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: right; }
  .final_rating .box .box_content.box_partial_rating {
    padding: 20px 25px 15px; }
  .final_rating .partial_ratings .box .box_header {
    padding-left: 27px;
    overflow: visible; }

.final_rating_centered .total_rate {
  width: 100%;
  float: none; }
  .final_rating_centered .total_rate .rating_overall {
    padding-top: 20px;
    padding-bottom: 20px; }

.rating_overall {
  padding-top: 57px; }
  .rating_overall .rate_value {
    display: block;
    float: none;
    margin: 0 auto; }
  .rating_overall .rate_info {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center; }
    .rating_overall .rate_info .rate {
      margin-top: 12px;
      font-size: 15px;
      line-height: 18px; }
    .rating_overall .rate_info .total_rating_users {
      font-weight: normal; }
  .rating_overall .btn_rate_it {
    font-size: 12px;
    margin-top: 5px; }

.user_rating_entry {
  margin-bottom: 15px; }
  .user_rating_entry:before, .user_rating_entry:after {
    content: " ";
    display: table; }
  .user_rating_entry:after {
    clear: both; }
  .user_rating_entry .box {
    margin-bottom: 0; }
  .user_rating_entry .user_name {
    float: left;
    max-width: 468px; }
  .user_rating_entry .user_rating_info {
    float: right;
    clear: none;
    width: 270px; }
    .user_rating_entry .user_rating_info .rating_container {
      margin-bottom: -4px;
      position: relative;
      top: -2px; }
    .user_rating_entry .user_rating_info span {
      float: left;
      clear: none;
      font-size: 14px;
      line-height: 16px;
      padding-top: 3px; }
    .user_rating_entry .user_rating_info .rate_value {
      float: right; }

.owner_response_container {
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  .owner_response_container:before, .owner_response_container:after {
    content: " ";
    display: table; }
  .owner_response_container:after {
    clear: both; }
  .owner_response_container .owner_response {
    width: 87%;
    background: #f5b027;
    float: right;
    border: 1px solid #000;
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding-bottom: 3px; }
    .owner_response_container .owner_response:before, .owner_response_container .owner_response:after {
      content: " ";
      display: table; }
    .owner_response_container .owner_response:after {
      clear: both; }
    .owner_response_container .owner_response .title {
      float: left;
      padding: 5px 15px;
      background: #000;
      color: #f5b027;
      font-weight: bold;
      margin-bottom: 3px; }
    .owner_response_container .owner_response textarea {
      border: 0;
      width: 589px;
      height: 80px;
      margin: 0 0 0 3px;
      -webkit-border-radius: 0;
      border-radius: 0; }
    .owner_response_container .owner_response .response {
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 12px; }
    .owner_response_container .owner_response .btn.btn-default {
      margin-top: 20px; }

.user_individual_ratings .rating_container {
  margin-left: 198px; }

.user_individual_ratings .rate_info {
  padding-left: 84px; }
  .user_individual_ratings .rate_info .rate_category {
    padding-left: 10px; }

.user_individual_ratings .user_comment {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
  padding-right: 3px; }

.user_individual_ratings .users_poll {
  float: right;
  font-size: 10px;
  color: #444444; }
  .user_individual_ratings .users_poll .poll_results {
    color: #777777;
    padding-left: 8px; }
  .user_individual_ratings .users_poll .btn_yes,
  .user_individual_ratings .users_poll .btn_no {
    font-size: 12px;
    padding: 0px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 3px; }

.user_individual_ratings .user_information .entry {
  font-size: 10px;
  color: #777; }
  .user_individual_ratings .user_information .entry .option {
    width: 130px;
    margin-right: 0; }

.rate_it textarea {
  min-height: 90px; }

.rate_it label.control-label.text-left {
  text-align: left;
  padding-bottom: 3px; }

.rate_it label.control-label.text-center {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.rate_it_title {
  margin-top: 10px;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.rate_it_container {
  padding-left: 20px; }
  .rate_it_container:before, .rate_it_container:after {
    content: " ";
    display: table; }
  .rate_it_container:after {
    clear: both; }
  .rate_it_container .rate_it_info {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    line-height: 28px;
    white-space: nowrap; }
    .rate_it_container .rate_it_info .hover {
      display: inline-block;
      width: 30px;
      text-align: center;
      color: #ccc; }
    .rate_it_container .rate_it_info .value {
      display: inline-block; }

.rate_it_info.has-error {
  color: #A94442; }

.label_note.email_note {
  display: inline-block;
  margin-right: -100px; }

.welcome {
  margin-top: 10px;
  margin-bottom: 15px; }

.special_offers_home {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none; }
  .special_offers_home:before, .special_offers_home:after {
    content: " ";
    display: table; }
  .special_offers_home:after {
    clear: both; }
  .special_offers_home li a {
    color: #0078ba;
    font-size: 14px; }

.map_regions {
  width: 289px;
  height: 278px;
  background: url(../img/map_regions.jpg) no-repeat;
  position: relative;
  left: -44px;
  margin-top: -14px;
  -webkit-perspective: 1000; }
  .map_regions .capital {
    position: absolute;
    top: 153px;
    right: 70px; }
  .map_regions a.region {
    position: absolute;
    color: #2e2d2d;
    background: rgba(255, 222, 1, 0.71);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
    font-size: 10px;
    display: inline-block;
    padding: 2px 10px;
    line-height: 11px;
    text-decoration: none; }
    .lt-ie8 .map_regions a.region {
      background: #FFDE01; }
    .map_regions a.region:hover, .map_regions a.region:focus {
      -webkit-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      text-decoration: none;
      background: #ffde01;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 100; }
    .map_regions a.region.suwalszczyzna {
      top: 31px;
      right: 30px; }
    .map_regions a.region.pojezierze-augustowskie {
      top: 63px;
      right: 20px;
      width: 88px; }
    .map_regions a.region.dolina-biebrzy {
      top: 103px;
      right: 51px; }
    .map_regions a.region.dolina-dolnej-narwi {
      top: 130px;
      right: 87px;
      width: 87px; }
    .map_regions a.region.puszcza-knyszynska {
      top: 127px;
      right: -12px;
      width: 86px; }
    .map_regions a.region.dolina-gornej-narwi {
      top: 163px;
      right: 86px;
      width: 94px;
      height: 25px;
      overflow: hidden; }
    .map_regions a.region.bialystok {
      top: 165px;
      right: 9px;
      background: #ff9000; }
    .map_regions a.region.kraina-bobra {
      top: 196px;
      right: 91px; }
    .map_regions a.region.puszcza-bialowieska {
      top: 193px;
      right: -5px;
      width: 86px; }
    .map_regions a.region.dolina-bugu {
      top: 228px;
      right: 53px; }

.list_h.small .town {
  color: #0078ba;
  font-weight: bold; }

.home_search_by_category {
  margin-bottom: 15px; }

.form-clear-clipboard .btn-danger {
  padding: 5px 25px 4px; }

.clipboard-list h2, .tlp-list h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px; }

.clipboard_element, .tlp-element {
  margin-bottom: 20px;
  position: relative;
  background: #F0F0F0;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 15px; }
  .clipboard_element:before, .tlp-element:before, .clipboard_element:after, .tlp-element:after {
    content: " ";
    display: table; }
  .clipboard_element:after, .tlp-element:after {
    clear: both; }

.clipboard_image, .tlp-image {
  float: left; }
  .clipboard_image img, .tlp-image img {
    box-shadow: 0 0 5px #eee; }

.clipboard_info, .tlp-info {
  display: block;
  margin-left: 200px; }
  .clipboard_info a, .tlp-info a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px; }

.clipboard_delete {
  position: absolute;
  top: 10px;
  right: 10px; }
  .clipboard_delete .btn-danger {
    padding-top: 3px; }

.tlp-info {
  margin-top: 30px; }

.tlp-rank {
  margin-left: 200px; }
  .tlp-rank .ranking-place {
    float: right;
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    background-color: #2FA1CF;
    border-radius: 0;
    padding: 7px 8px;
    color: #fff;
    margin-top: -4px;
    vertical-align: top;
    margin-left: 45px; }
  .tlp-rank .place-change {
    float: right;
    clear: none;
    font-size: 12px;
    color: #8C8C8C;
    font-weight: bold; }
    .tlp-rank .place-change span {
      background: #8C8C8C;
      padding: 5px 10px;
      margin-top: -5px;
      color: #fff; }
      .tlp-rank .place-change span.up {
        background: #8DC63F; }
      .tlp-rank .place-change span.down {
        background: #E13B01; }
      .tlp-rank .place-change span.new {
        background: #E016C7;
        text-transform: uppercase; }
  .tlp-rank .number-of-views {
    float: left;
    clear: none;
    font-size: 13px;
    color: #B6B2B2; }
    .tlp-rank .number-of-views span {
      margin-right: 4px;
      position: relative;
      top: 2px; }

.page-error-body,
.page-error-html {
  height: 100%; }

.page-error-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.page-error {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.page-error-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 25px;
  color: #878787;
  font-weight: bold; }

.page-error-description {
  margin-bottom: 30px;
  color: #00a6b6;
  font-weight: bold;
  font-size: 20px; }

.page-error-button-wrapper {
  margin-bottom: 40px; }

#cookiesdirective {
  text-align: left; }
  #cookiesdirective .cookies_outer_container {
    display: inline-block;
    width: 1263px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 4px;
    text-align: left; }
  #cookiesdirective .cookies_text_container {
    display: inline-block;
    width: 1038px;
    vertical-align: middle; }
  #cookiesdirective .cookies_button_container {
    display: inline-block;
    width: 225px;
    text-align: right; }
    #cookiesdirective .cookies_button_container #impliedsubmit {
      display: inline-block;
      background: #00A6B6;
      border: 0; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #fff;
  box-shadow: none; }

.noUi-connect {
  background: #95D2F4;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #fff;
  border-radius: 0;
  background: #6bd7ff;
  cursor: default;
  box-shadow: 0 0 5px #005D90; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../js/light-gallery/fonts/lg.eot?n1z373");
  src: url("../js/light-gallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../js/light-gallery/fonts/lg.woff?n1z373") format("woff"), url("../js/light-gallery/fonts/lg.ttf?n1z373") format("truetype"), url("../js/light-gallery/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../js/light-gallery/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
ul.light_gallery {
  padding: 0;
  margin: 0; }
  ul.light_gallery:before, ul.light_gallery:after {
    content: " ";
    display: table; }
  ul.light_gallery:after {
    clear: both; }
  ul.light_gallery li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 10px; }

.gallery_container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 10px -10px; }
  .gallery_container:before, .gallery_container:after {
    content: " ";
    display: table; }
  .gallery_container:after {
    clear: both; }
  .gallery_container ul.light_gallery {
    text-align: left; }
    .gallery_container ul.light_gallery li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin-right: 0;
      padding: 0 0 0 0;
      margin-bottom: 20px;
      width: 25%; }
      .gallery_container ul.light_gallery li:nth-child(4n) {
        margin-right: 0; }
      .gallery_container ul.light_gallery li .caption {
        color: #636262;
        font-size: 12px;
        margin-top: 10px;
        text-align: left;
        padding: 0 15px;
        max-height: 35px;
        overflow: hidden; }
    .gallery_container ul.light_gallery img {
      max-width: none;
      border: 3px solid #fff;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.aadd .element_presentation .light_gallery {
  margin: 0;
  float: left; }
  .aadd .element_presentation .light_gallery li {
    margin: 0;
    padding: 0; }

.gallery_container.with-lead .light_gallery li {
  margin-bottom: 0;
  padding: 10px;
  clear: both; }
  .gallery_container.with-lead .light_gallery li .caption {
    display: none; }
  .gallery_container.with-lead .light_gallery li img {
    max-width: 100%; }

.gallery_container.with-lead .light_gallery li:first-child {
  float: none;
  display: block;
  width: 70%;
  padding: 0;
  margin: 0 auto 15px; }
  .gallery_container.with-lead .light_gallery li:first-child img {
    min-width: 100%;
    width: 100%;
    height: auto; }

.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../js/rateit/star.gif);
  height: 16px;
  outline: none; }

.rateit .rateit-range * {
  display: block; }

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
  display: inline; }

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
  display: inline; }

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0px; }

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0px; }

.rateit .rateit-hover {
  background: url(../js/rateit/star.gif) left -32px; }

.rateit .rateit-hover-rtl {
  background-position: right -32px; }

.rateit .rateit-selected {
  background: url(../js/rateit/star.gif) left -16px; }

.rateit .rateit-selected-rtl {
  background-position: right -16px; }

.rateit .rateit-preset {
  background: url(../js/rateit/star.gif) left -48px; }

.rateit .rateit-preset-rtl {
  background: url(../js/rateit/star.gif) left -48px; }

.rateit button.rateit-reset {
  background: url(../js/rateit/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0; }

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px; }

div.bigstars div.rateit-range {
  background: url(../js/rateit/star.png);
  height: 24px; }

div.bigstars div.rateit-hover {
  background: url(../js/rateit/star.png);
  background-position: 0 -26px; }

div.bigstars div.rateit-selected {
  background: url(../js/rateit/star.png);
  background-position: 0 -26px; }

div.bigstars div.rateit-reset {
  background: url(../js/rateit/star.png);
  width: 26px;
  height: 24px; }

div.bigstars button.rateit-reset {
  margin-right: 5px;
  position: relative;
  top: 6px; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?8018832");
  src: url("../fonts/fontello/fontello.eot?8018832#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?8018832") format("woff2"), url("../fonts/fontello/fontello.woff?8018832") format("woff"), url("../fonts/fontello/fontello.ttf?8018832") format("truetype"), url("../fonts/fontello/fontello.svg?8018832#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?8018832#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e801'; }

/* '' */
.icon-mail:before {
  content: '\e802'; }

/* '' */
.icon-linkedin:before {
  content: '\e803'; }

/* '' */
.icon-email:before {
  content: '\e804'; }

/* '' */
.icon-google:before {
  content: '\e805'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */

/*# sourceMappingURL=css.css.map */