/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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 {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@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;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #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:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #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:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #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:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s 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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(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: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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:first-child,
.panel > .table-responsive:first-child > .table: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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 td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 {
  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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 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 {
  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: #333;
  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: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
}
.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-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@font-face {
    font-family: 'BPG Algeti';
    src: url('../fonts/BPGAlgeti.eot');
    src: url('../fonts/BPGAlgeti.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BPGAlgeti.woff') format('woff'),
        url('../fonts/BPGAlgeti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bpg_nino_mtavruli_normal';
    src: url('../fonts/bpg_nino_mtavruli_normal.eot');
    src: url('../fonts/bpg_nino_mtavruli_normal.eot') format('embedded-opentype'),
         url('../fonts/bpg_nino_mtavruli_normal.woff2') format('woff2'),
         url('../fonts/bpg_nino_mtavruli_normal.woff') format('woff'),
         url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype'),
         url('../fonts/bpg_nino_mtavruli_normal.svg#bpg_nino_mtavruli_normal') format('svg');
}
@font-face {
    font-family: 'LGV Bebas Neue';
    src: url('../fonts/LGVBebasNeue-Regular.eot');
    src: url('../fonts/LGVBebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGVBebasNeue-Regular.woff') format('woff'),
        url('../fonts/LGVBebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PantonMtav3';
    src: url('../fonts/PantonMtav3-Regular.eot');
    src: url('../fonts/PantonMtav3-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PantonMtav3-Regular.woff') format('woff'),
        url('../fonts/PantonMtav3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nevis';
    src: url('../fonts/nevis.ttf');
}

@font-face {
    font-family: 'LGV Bebas Neue';
    src: url('../fonts/LGVBebasNeue-Regular.eot');
    src: url('../fonts/LGVBebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LGVBebasNeue-Regular.woff') format('woff'),
        url('../fonts/LGVBebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tbcdin_nusxuri_mediumwebfont';
    src: url('../fonts/tbcdin_nusxuri_mediumwebfont.eot');
    src: url('../fonts/tbcdin_nusxuri_mediumwebfont.eot') format('embedded-opentype'),
         url('../fonts/tbcdin_nusxuri_mediumwebfont.woff2') format('woff2'),
         url('../fonts/tbcdin_nusxuri_mediumwebfont.woff') format('woff'),
         url('../fonts/tbcdin_nusxuri_mediumwebfont.ttf') format('truetype'),
         url('../fonts/tbcdin_nusxuri_mediumwebfont.svg#tbcdin_nusxuri_mediumwebfont') format('svg');
}

@font-face {
    font-family: 'tbcdinmtavruli';
    src: url('../fonts/tbcdinmtavruli.eot');
    src: url('../fonts/tbcdinmtavruli.eot') format('embedded-opentype'),
         url('../fonts/tbcdinmtavruli.woff2') format('woff2'),
         url('../fonts/tbcdinmtavruli.woff') format('woff'),
         url('../fonts/tbcdinmtavruli.ttf') format('truetype'),
         url('../fonts/tbcdinmtavruli.svg#tbcdinmtavruli') format('svg');
}

@font-face {
    font-family: 'bpg_algeti';
    src: url('../fonts/bpg_algeti.eot');
    src: url('../fonts/bpg_algeti.eot') format('embedded-opentype'),
         url('../fonts/bpg_algeti.woff2') format('woff2'),
         url('../fonts/bpg_algeti.woff') format('woff'),
         url('../fonts/bpg_algeti.ttf') format('truetype'),
         url('../fonts/bpg_algeti.svg#bpg_algeti') format('svg');
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 9px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 7px;
		height: 100px;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #C1D831; 
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-image: url(../images/flatsearch.png);
		background-repeat: no-repeat;
		background-position: 1px;
		background-color: #659F32!important; 
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
	body {
	background: #EEEEEE;
	color: #162D30;
	font-family: Arial;
}
.web-container{
	min-height: 90vh;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.wrapper {
	width: 1260px;
	margin: 0 auto;
}

.sliderWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 715px;
	z-index: 99999999;
	position: relative;
}

.houseWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 760px;
	z-index: 9;
	position: relative;
}

.endedWrapper {
	width: 1260px;
	margin: 0 auto;
	height: 660px;
	z-index: 99999999;
}
.centerLine > li >  a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
	position: relative;
}

.centerLine > li > a::after {
	content: " ";
	width: 100%;
	height: 0px;
	background-color: #195277;
	position: relative;
	display: block;
	left: 0;
	top: -30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.centerLine > li > a:hover::after {
	height: 5px;
	top: -20px;
}

header {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 3;
}
header.headerover{
	/*background-image: url("../images/header_over.png");*/
	height: 250px!important;
    position: absolute!important;
}
header.headerChoose{
	position: absolute;
}
header > div.wrapper > h1.logo {
	width: 152px;
	height: 64px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url('../images/logo2.png') no-repeat;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	margin-top: 5px;
	background-position: left center;
}

header > div.wrapper > h1.logo > a {
	width: 200px;
	height: 64px;
	display: block;
	float: left;
	text-indent: -99999px;
}

header > div.wrapper > nav#headerNav {
	width: auto;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: 55px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}

header > div.wrapper > nav#headerNav > ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: auto;
	/*height: 200px;*/
}

header > div.wrapper > nav#headerNav > ul > li {
	width: auto;
	height: 80px;
	line-height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

header > div.wrapper > nav#headerNav > ul > li > a {
	color: #152C30;
	font-size: 17px;
	text-decoration: none;
	font-family: 'PantonMtav3';
	font-weight: 600;
	padding: 0px 35px;
	display: block;
	line-height: 80px;
	float: left;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	letter-spacing: 2px;
}

header > div.wrapper > div.headericons {
	width: auto;
	height: 80px;
	display: block;
	float: left;
}

header > div.wrapper > div.headericons a{
	padding: 0 20px 0 0;
}

header > div.wrapper > div.headericons img{
	padding: 27px 10px 0 0;
}
body > header > div > div.headericons > a > img{
}
body > header > div.wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header div.lang{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

header div.lang div.ge, header div.lang div.en{
	width: 35px;
	height: 27px;
	border: 1px solid #195277;
}
header div.lang div.ge{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
	color: #396C8C;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
header div.lang div.ge:hover, header div.lang div.en:hover{
	background-color: #3A6C8C;
	color: #fff;
}
header div.lang div.ge:active, header div.lang div.en:active{
	background-color: #3A6C8C;
	color: #fff;
	text-decoration: none;
}
header div.lang div.active{
	background-color: #3A6C8C;
	color: #fff;
	text-decoration: none;
}
header div.lang div.active a{
	color: #FFF;
}

header div.lang div.ge p:hover, header div.lang div.en p:hover{
	color: #fff;
}

header div.lang div.en{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #396C8C;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}

header div.lang div.ge p, header div.lang div.en p{

}

header .languageSwitch {
	width: auto;
	height: auto;
	display: block;
	float: right;
	margin-right: 20px;
	/*display: none;*/
}


header .languageSwitch .btn-group {
	float: right;
	margin-top: 20px;
}

header .languageSwitch .btn-group .btn {
	width: 150px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: block;
	float: right;
	background-position: 15px 10px;
	color: #30C9CD;
	font-family: "PantonMtav3";
	font-size: 14px;
	line-height: 30px;
	/*border-bottom: 1px #30C9CD dashed;*/
	text-decoration: none;
	border-radius: 0px;
	text-align: left;
	padding-left: 10px;
	color: #666666;
}

header .languageSwitch .btn-group.open .btn {
	background: #F36F21;
	border: none;
	color: #fff;
}

header .languageSwitch .btn-group > span {
	float: right;
    top: 17px;
    right: 15px;
    position: absolute;
    color: #666;
}

header .languageSwitch .btn-group.open > span {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #fff;
    z-index: 999999;
}

header .languageSwitch .dropdown-menu {
	min-width: 150px;
	width: 150px;
	border-radius: 0px;
	top: 31px;
	border: none;
	background: #F36F21;

}

header .languageSwitch .dropdown-menu > li {
	float: left;
	line-height: 10px;
	display: block;
	width: 100%;
	margin: 0px;
}

header .languageSwitch .dropdown-menu > li a {
	margin:0px 10px;
	padding: 0px;
	width: auto;
	line-height: 40px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

header .languageSwitch .dropdown-menu > li a:hover {
	background: transparent;
}

header .languageSwitch .dropdown-menu > li:last-child a {
	border-bottom: 0px;
}

.homepageimg{
	margin: 0;
height: 100vh;
overflow: hidden;
}

section#slider {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	background: black;
	color: #fff;
	overflow: hidden;
	margin-top: 0;
}

section#slider figure img{
	width: 100%;
}

section#slider ul#scene {
	width: 100%;
	height: 830px;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	background: url('../images/parllax.png') no-repeat;
	background-size: cover;
}

section#slider ul#scene li.parallaxBg {
	width: 105%;
	height: 830px;
	display: block;
	float: left;
	background: url('../images/parllax.png') no-repeat;
	background-size: 2000px 830px;
	background-position: top center;
	margin-left: -3%;
}

section#slider ul#scene li.parallaxBg > img {
	width: 100%;
	height: 830px;
}

section#slider div.leftTree {
	position: absolute;
	width: 20%;
	height: auto;
	left: 0;
	top: 0;
}

section#slider div.rightTree {
	position: absolute;
	width: 20%;
	height: auto;
	right: 0;
	top: 0;
}

section#slider div.sliderInfoBottom {
	width: 1000px;
	height: 100px;
	display: block;
	float: left;
	bottom: 90px;
	left: 50%;
	margin-left: -500px;
	background: url('../images/sliderInfoBottom.png') no-repeat;
	position: absolute;
}

section#slider div.sliderInfoBottom > h3 {
	width: auto;
	height: 100px;
	display: block;
	float: left;
	line-height: 100px;
	font-family: 'PantonMtav3';
	font-size: 26px;
	color: #fff;
	margin: 0px;
	padding-left: 35px;
}

section#slider div.sliderInfoBottom > ul {
	float: right;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-right: 30px;
}

section#slider div.sliderInfoBottom > ul > li {
	width: 150px;
	height: 40px;
	display: block;
	float: left;
	background: #112224;
	border-radius: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #3B4F51;
	margin-top: 30px;
	margin-right: 10px;
	text-align: center;
	line-height: 34px;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

section#slider div.sliderInfoBottom > ul > li:hover {
	background: #214245;
}

section#slider div.sliderInfoBottom > ul > li > a {
	width: 150px;
	display: block;
	height: 40px;
	float: left;
	text-decoration: none;
}

section#slider div.sliderInfoBottom > ul > li > a > img {
	margin-right: 7px;
}

section#slider div.sliderInfoBottom > ul > li > a > span {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #fff;
}

section#slider button.scrollBtn {
	width: 20px;
	height: 41px;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	background: url('../images/scrollBtn.png') no-repeat;
	border: none;
	outline: none;
	z-index: 2;
}
section#slider div.choosehouse {
	width: auto;
	height: auto;
	display: block;
	list-style: none;
	padding: 0px;
	position: absolute;
	top: calc(50% - 69px);
	left: calc((100% - 1260px) / 2);
	z-index: 5;
	display: none;
}

section#slider div.choosehouse > p{
	font-family: 'Geometric';
    font-weight: normal;
    text-transform: uppercase;
	font-size: 20px;
}
section#slider div.choosehouse a{
	text-decoration: none;
}
/*section#slider div.choosehouse div.choosebutton{
	background-image: url("../images/choosehouse.png");
	background-repeat: no-repeat;
	background-position: 20px 12px;
	width: 211px;
	height: 56px;
	border: 5px solid #C1D831;
	background-color: #FFF;
	border-radius: 50px;
	font-size: 15px;
	color: #3CB64B;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
	line-height: 40px;
    font-family: 'LGV Bebas Neue';

}*/

section#slider div.choosehouse div.choosebutton p{
	 font-family: 'PantonMtav3';

}
section#slider ul.leftFixedInfo {
	width: 215px;
	height: auto;
	display: block;
	list-style: none;
	padding: 0px;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 5;
}

section#slider ul.leftFixedInfo > li {
	width: 213px;
	height: 50px;
	display: block;
	float: left;
	background: url('../images/sliderLeftInfo.png') no-repeat;
	margin-bottom: 30px;
}

section#slider ul.leftFixedInfo > li > a {
	width: 213px;
	height: 50px;
	display: block;
	float: left;
	line-height: 50px;
	padding-left: 15px;
	color: #fff;
	font-family: 'PantonMtav3';
	text-decoration: none;
}

section#slider ul.leftFixedInfo > li > a > img {
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

section#slider ul.leftFixedInfo > li > a > span {
	font-size: 16px;
}

section#qualityPlace {
	width: 100%;
	/* height: 500px; */
	height: 400px;
	display: block;
	float: left;
	background: #FFF;
}

section#qualityPlace > div.wrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
	font-size: 40px;
	color: #195277;
	margin-bottom: 0px;
}

section#qualityPlace > div.wrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #6AA1B9;
	margin: 0px;
	font-style: italic;
}

section#qualityPlace > div.wrapper > ul.qualityBody {
	width: 100%;
	height: 350px;
	display: block;
	float: left;
	margin-top: 35px;
	padding: 0px;
	list-style: none;
}

section#qualityPlace > div.wrapper > ul.qualityBody li {
	width: 25%;
	height: 350px;
	display: block;
	float: left;
	text-align: center;
}

section#qualityPlace > div.wrapper > ul.qualityBody li:hover{
		background-color: #6AA1B9;
		color: #FFF;
}

section#qualityPlace > div.wrapper > ul.qualityBody li:hover h3{
	color: #FFF;
}
section#qualityPlace > div.wrapper > ul.qualityBody li:hover h6{
	color: #FFF;
}
section#qualityPlace > div.wrapper > ul.qualityBody li:hover img{
	    -webkit-filter: brightness(999999);
	            filter: brightness(999999);
}
section#qualityPlace > div.wrapper > ul.qualityBody li > h3 {
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 16px;
}


section#qualityPlace > div.wrapper > ul.qualityBody li > h6 {
	margin-top: 20px;
	color: #162D30;
	font-family: 'BPG Algeti';
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}

section#qualityPlace > div.wrapper > ul.qualityBody li > div {
	color: #152C30;
	font-size: 13px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-style: italic;
	padding: 0px 40px;
}
section#qualityPlace > div.wrapper > ul.qualityBody li img{
	margin-top: 30px;
}
section#endedProjects {
	width: 100%;
	height: 660px;
	display: block;
	float: left;
	background: #162D30;
}

section#endedProjects > div.endedWrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue';
	font-size: 40px;
	color: #fff;
	margin-bottom: 0px;
	margin-left: 21px;
}

section#endedProjects > div.endedWrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #3CB64B;
	margin: 0 0 0 20px;
	font-style: italic;
	opacity: 0.8;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody {
	width: 100%;
	height: 569px;
	display: block;
	float: left;
	margin-top: 13px;
	position: relative;
	color: #fff;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni {
	width: 344px;
	height: 569px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/seuBuild.png') no-repeat;
	border: none;
	outline: none;
	opacity: 0.2;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni.active {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni:hover {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild {
	width: 206px;
	height: 119px;
	position: absolute;
	bottom: 0;
	left: 460px;
	background: url('../images/secondBuild.png') no-repeat;
	border: none;
	outline: none;
	opacity: 0.2;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild.active {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild:hover {
	opacity: 1;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild div.hover {
	width: 224px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -112px;
	background: url('../images/endedProjectsHover.png') no-repeat;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: -30px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #162D30;
	line-height: 30px;

	text-align: center;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuild:hover div.hover {
	opacity: 1;
	top: -50px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni div.hover {
	width: 224px;
	height: 45px;
	position: absolute;
	left: 34%;
	margin-left: -112px;
	background: url('../images/endedProjectsHover.png') no-repeat;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: -30px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 15px;
	color: #162D30;

	text-align: center;
	line-height: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUni:hover div.hover {
	opacity: 1;
	top: -50px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText {
	width: 570px;
	height: 250px;
	display: block;
	position: absolute;
	top: 50px;
	left: 365px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > h3 {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #C0D831;
	font-size: 25px;
	font-family: 'PantonMtav3';
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > p {
	margin-top: 25px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	text-indent: 4.5em;
	font-family: 'BPG Algeti';
	font-style: italic;
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.seuUniText > div.text {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	opacity: 0.5;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText {
	width: 570px;
	height: 250px;
	display: none;
	position: absolute;
	top: 50px;
	left: 365px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText > h3 {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	color: #C0D831;
	font-size: 25px;
	font-family: 'PantonMtav3';
    width: 100%;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > div.secondBuildText > div.text {
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	opacity: 0.5;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery {
	width: 140px;
	height: auto;
	display: block;
	float: right;
	list-style: none;
	padding: 0px;
	overflow: hidden;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery > li {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.seuUniGallery > li > a > img {
	width: 140px;
	height: 140px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery {
	width: 140px;
	height: auto;
	display: none;
	float: right;
	list-style: none;
	padding: 0px;
	overflow: hidden;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery > li {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

section#endedProjects > div.endedWrapper > div.endedProjectsBody > ul.secondBuildGallery > li > a > img {
	width: 140px;
	height: 140px;
}

section#partnersPlace {
	width: 100%;
	height: 330px;
	display: block;
	float: left;
	background: #eee;
}

section#partnersPlace > div.wrapper > h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'LGV Bebas Neue';
	font-size: 40px;
	color: #7EC73E;
	margin-bottom: 0px;
}

section#partnersPlace > div.wrapper > h6.litTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-align: center;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #7EC73E;
	margin: 0px;
	font-style: italic;
}

section#partnersPlace > div.wrapper > div.partnersBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

div.flash-slider {
	max-width: 100%;
	position: absolute;
}

div.flashSliderBody {
	width: 1260px;
	overflow: hidden;
}

div.flashSliderBody > #partriala {
	list-style: none;
	width: calc(100% - 50px);
	margin-left: 25px;
	height: 170px;
	overflow: hidden;
	padding: 0px;
}

div.flashSliderBody > #partriala div.item {
	width: 240px;
	height: 170px;
	float: left;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	padding-top: 20px;
}

div.flashSliderBody > #partriala div.item > a {
	padding: 7px 12px;
	display: block;
	width: 240px;
	height: 170px;
	float: left;
	text-decoration: none;
	text-align: center;
}

div.flashSliderBody > #partriala div.item a > img {
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/* -webkit-filter: gray;
	        filter: gray; */
	/* filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); */
}

div.flashSliderBody > ul > li:hover > a > img {
	-webkit-filter: none;
	filter: none;
	filter: none;
	filter: none;
}

div.flashSliderBody > #partriala div.item a > h3 {
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-family: 'PantonMtav3';
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*div.flashSliderBody > #partriala div.item:hover > a > h3 {
	color: #7EC73E;
}*/

div.flashSliderBody > #partriala div.item a > div.text {
	font-size: 13px;
	color: #000000;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	font-style: italic;
}

/*div.flashSliderBody > #partriala div.item:hover {
	background: white;
}*/

button.featureNext {
	float: right;
	width: 25px;
	height: 37px;
	background: url('../images/partnersNext.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	top: 50%;
	margin-top: -16px;
	position: absolute;
	right: 0px;
}

button.featureNext:hover {
	background: url('../images/partnersNext.png') no-repeat;
	cursor: pointer;
}

button.featurePrev {
	float: left;
	width: 25px;
	height: 37px;
	background: url('../images/partnersPrevnew.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	/*left: -37px;*/
	top: 50%;
	margin-top: -16px;
}

button.featurePrev:hover {
	background: url('../images/partnersPrevnew.png') no-repeat;
	cursor: pointer;
}


footer {
	width: 100%;
	height: 76px;
	display: block;
	float: left;
	background: #162D30;
	line-height: 76px;
}

footer.posAbs {
	position: absolute;
	bottom: 0;
}

footer > div.wrapper > span.left {
	float: left;
	color: #ECECEC;
	font-size: 15px;
	font-family: 'PantonMtav3';
}

footer > div.wrapper > span.left > span {
	color: #BFD831;
}

footer > div.wrapper > span.right {
	float: right;
	color: #ECECEC;
	font-size: 15px;
	font-family: 'PantonMtav3';
}

footer > div.wrapper > span.right > a {
	color: #BFD831;
}

.plusLayer{
	width: 210px;
	height: 210px;
	position: absolute;
	display: block;
}
.plusHoverDet{
  position:relative;
  top:100px;
  left:250px;
  width: 50px;
  height:50px;
  background-color:#3CB64B;
  border-radius:50%;
  border:5px solid rgba(193,216,49,1);
  cursor:pointer;
  -webkit-transition: 500ms;
  -o-transition:500ms;
  transition:500ms;
  background-image: url("http://seu.flash.ge/apptools/userSide/images/homecovericon.png");
  background-size: cover
}
.plusHoverDet>h3{
/*   display:none; */
  opacity:0;
  width: 100px;
  height: 200px;
  position: absolute;
  margin: 0px;
    top: 45px;
    right: -5px;
  display: none;
}
.plusHoverDet>h3>span{
/*   position:absolute;
  transition:initial!important;
  left:25px; */
}
.plusHoverDet:hover{
  width:200px;
  height:200px;
  top:30px;
  left:180px;
  border:0px solid rgba(193,216,49,0);
  -webkit-transition: 500ms;
  -o-transition:500ms;
  transition:500ms;
  background-image:url(http://seu.flash.ge/apptools/userSide/images/plusDetHover.png);
  background-size:contain;
  background-repeat:no-repeat;
}
.plusHoverDet:hover h3{
  display: block;
  background-position: top right;
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  color: #FFF;
  opacity:1;
}

/*.plusLayer {
	width: 210px;
	height: 210px;
	position: absolute;
	display: block;
}

.plusLayer > button.plusBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 44%;
	top: 45%;
	margin-top: -18px;
	margin-left: -18px;
	background: url('../images/parallaxPlus.png') no-repeat;
	border: none;
	outline: none;
	border-radius: 50%;
	z-index: 2;
	transition: 0.3s;
}

.plusLayer > button.plusBtn:hover {
	width: 210px;
	height: 210px;
	display: block;
	top: 0;
	left: 0;
	margin: 0px !important;
	background: none;
	opacity: 0;
}

.plusLayer > button.plusBtn + div.plusHoverDet {
	display: block;
	width: 210px;
	height: 210px;
	background: url('../images/plusDetHover.png') no-repeat;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
}

.plusLayer > button.plusBtn:hover + div.plusHoverDet {
	display: block;
	width: 210px;
	height: 210px;
	background: url('../images/plusDetHover.png') no-repeat;
	border-radius: 50%;
	margin-left: 5px;
	margin-top: 4px;
	z-index: 1;
	opacity: 1;
}

.plusLayer > button.plusBtn + div.plusHoverDet > img {
	border-radius: 50%;
	width: 200px;
	height: 201px;
	margin: 0;
}

.plusLayer > button.plusBtn + div.plusHoverDet > h3 {
	width: 100px;
	height: 200px;
	position: absolute;
	margin: 0px;
	top: 5px;
	right: 5px;
	background: url('../images/plusHoverDetText..png') no-repeat;
	background-position: top right;
	line-height: 200px;
	text-align: left;
	padding-left: 10px;
}

.plusLayer > button.plusBtn + div.plusHoverDet > h3 > span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
	width: 85px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}
*/
#flatPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 17px;
	margin-bottom: 10px;
}

#flatPlace > div.wrapper > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 0px 10px;
}

#flatPlace > div.wrapper > div > div.leftSide {
	width: 815px;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader {
	width: 100%;
	height: 60px;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > a.backBtn {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background: url('../images/backBtn.png') no-repeat;
	border: none;
	outline: none;
	text-indent: -99999px;
	margin-right: 20px;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background: url('../images/flatInfoHeaderStroke.png') no-repeat;
	padding-right: 30px;
	background-position: top right;
	margin-right: 14px;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li:nth-child(2){
	display: none;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'LGV Bebas Neue';
	font-size: 27px;
	color: #2B3F43;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3 > span {
	color: #7EC63E;
}

#flatPlace > div > div > div.leftSide > div.flatHeader > ul > li:nth-child(2) > h3 > span.linethrought{
	text-decoration: line-through;
	color: #999999!important;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'BPG Algeti';
	font-size: 13px;
	color: #7EC73E;
	font-style: italic;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
    height: auto;
    margin-top: 100px;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons p{
	color: #195277;
	font-size: 15px;
	font-weight: bold;
	font-family: 'PantonMtav3';
	margin-top: 10px;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons  input[type="radio"]{
	width: 130px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #C1D831;
	margin-left: 20px;
	font-size: 15px;
	color: #FFF;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button{
	width: 140px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #C1D831;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	font-family: 'PantonMtav3';
	vertical-align: middle;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button.bell{
	/*width: 140px;*/
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button:hover{
	background-color: #FFF;
	color: #CCCCCC;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button.active{
	background-color: #FFF;
	color: #CCCCCC;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons a{
	width: 130px;
	height: 40px;
	border: none;
	border-radius: 5px;
	margin-left: 300px;
	font-size: 15px;
	color: #FFF;
	background-repeat: no-repeat;
	text-decoration: none;
    padding: 7px 50px;
    background-position: 8px;
    font-family: 'PantonMtav3';

}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody .gallery{
	display: none;
}
#flatPlace > div.wrapper > div > div.leftSide > div.flatBody .gallery:first-child{
	display: block;
}

#flatPlace > div.wrapper > div > div.leftSide > div.flatBody > img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.rightSide {
	width: 400px;
	height: auto;
	display: block;
	float: right;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace {
	width: 370px;
	min-height: 250px;
	display: block;
	float: left;
	background-size: 100% 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace {
	width: 100%;
	height: 20px;
	display: block;
	float: left;
	margin-top: 30px;
	padding-left: 28px;
	background: url('../images/flatCalculatorPlace.png') no-repeat;
	background-size: 100% 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace > button {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	background: #F36F21;
	border-radius: 5px;
	border: none;
	border-top: 1px solid #F79A64;
	border-bottom: 1px solid #AA4D17;
	color: #fff;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	margin-right: 10px;
	outline: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace > button.active {
	background: #112224;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #4B5C5F;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #fff;
	padding-bottom: 20px;
	background-color: #7EC73E;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > div.bodyplacebutton{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
	display: none;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button{
	width: 140px;
	height: 40px;
	border-radius: 5px;
	background-color: #C1D831;
	border: none;
	font-family: 'BPG Algeti';
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button.active{
	background-color: #659F32;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:first-child{
	margin: 0 10px 0 22px;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:last-child{
	width: 180px;
}
#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:hover{
	background-color: #659F32;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList {
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-left: 27px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	height: 36px;
	line-height: 45px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li > span.leftSide {
	width: 180px;
	display: block;
	float: left;
	color: #000;
	font-family: 'PantonMtav3';
	font-size: 13px;
	line-height: 50px;
	font-weight: bold;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li > span.rightSide {
	width: auto;
	display: block;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PantonMtav3';

}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange {
	display: none;
	float: left;
	width: 100%;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div {
	width: calc(100% - 40px);
	height: auto;
	display: block;
	float: left;
	margin-left: 25px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > span.headerTitle {
	width: 100%;
	height: auto;
	font-family: 'PantonMtav3';
	font-size: 30px;
	color: #EDEDED;
	display: block;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > span.headerTitle > span {
	color: #F26D1F;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	padding: 10px 0px;
	list-style: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div > span.text {
	width: auto;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div > .right {
	width: auto;
	height: auto;
	float: right;
	font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 18px;
	line-height: 35px;
	width: auto;
	height: auto;
	background: transparent;
	border: none;
}

#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > fieldset.detailedInfoListRange > div > ul.detailedInfoBody > li > div.calcRange {
	width: 100%;
	float: left;
	margin: 5px 0px;
	height: 10px;
	border: none !important;
	background: #112224 !important;
	border-bottom: #4B5C5F 1px solid !important;
	border-top: 1px solid #000 !important;
}

#flatPlace > div.wrapper > div > section#similarPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #7EC73E;
	font-size: 35px;
	font-family: 'LGV Bebas Neue';
	margin: 45px 0px;
	margin-bottom: 10px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li {
	width: 200px;
	height: auto;
	display: block;
	float: left;
	margin-right: 45px;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a {
	display: block;
	width: 200px;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > img {
	width: 200px;
	height: auto;
	display: block;
	float: left;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h3 {
	color: #2B3F43;
	font-size: 25px;
	font-family: 'LGV Bebas Neue';
	margin: 10px 0px;
	float: left;
	display: block;
	width: 100%
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h3 > a {
	color: #2B3F43;
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h6 {
	color: #7EC73E;
	font-size: 13px;
	font-family: 'BPG Algeti';
	font-style: italic;
	margin: 0px;
	float: left;
	display: block;
	width: 100%
}

#flatPlace > div.wrapper > div > section#similarPlace > ul > li > a > h6:hover{
	color: #7CBCEE;
}

#flatTabsPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceHeader {
	width: 100%;
	height: 106px;
	display: block;
	float: left;
	border-top: 8px solid #D6D6D6;
	background: #162D30;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs {
	width: 100%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none !important;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li {
	width: 25%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-conten  t: stretch;
	border-right: 1px solid rgba(255,255,255,0.3);
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a {
	background: #D6D6D6;
	width: 100%;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0px;
	border: none;
	margin-right: 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a {
	background: #FFF;
	width: 100%;
	height: 98px;
	border-radius: 0px;
	border: none;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	margin-right: 0;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li > a > h3 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal';
	margin: 10px 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li > a > h6 {
	color: #6AA1B9;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a > h3 {
	color: #162D30;
	font-size: 20px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
	margin: 10px 0px;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a > h6 {
	color: #7EC73E;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a > h3 {
	color: #162D30;
	font-size: 20px;
	margin: 10px 0px;
	font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
}

#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a > h6 {
	color: #6AA1B9;
	font-size: 13px;
	font-family: 'BPG Algeti';
	margin: 0px;
	font-style: italic;
}

#flatTabsPlace div.flatTabsPlaceBody {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#salesTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

section#salesTabPlace div.leftSide {
	width: 430px;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

section#salesTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

section#salesTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

section#salesTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

section#salesTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	background: #F28647;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	position: absolute;
}

section#salesTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

section#salesTabPlace div.rightSide {
	width: 750px;
	height: auto;
	display: block;
	float: right;
}

section#salesTabPlace div.rightSide div.salesBg {
	width: 750px;
	height: 120px;
	display: block;
	float: left;
	background: url('../images/fasdaklebaBg.png') no-repeat;
	margin-bottom: 20px;
}

section#salesTabPlace div.rightSide div.salesBg > h3 {
	width: 590px;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #FFFFFF;
	font-size: 25px;
	margin: 0px;
	margin-top: 33px;
	margin-left: 30px;
}

section#salesTabPlace div.rightSide div.salesBg > h6 {
	width: 590px;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	color: #152C30;
	font-size: 15px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: "tbcdin_nusxuri_mediumwebfont";
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide span{
	font-family: "tbcdin_nusxuri_mediumwebfont";
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #7EC73E;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	margin-right: 10px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery {
	width: 596px;
	height: 420px;
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}
#infoTabPlace > div > h2{
	font-family: 'PantonMtav3';
}
#infoTabPlace > div > div.column > ul > h3, #infoTabPlace > div > div.column > ol > h3{
	font-family: 'PantonMtav3';
}

#infoTabPlace > div > div.column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#infoTabPlace > div > div.column > ul{
	width: 50%;
	list-style: none;
}
#infoTabPlace > div > div.column > ul > li::before{
  content: "• ";
  color: #7EC73E;
	padding-right: 10px;
}
#infoTabPlace > div > div.column > ol > li{
	margin-left: 20px;
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayframehead{
	    width: 100%;
    height: 20px;
    display: block;
    float: left;
    margin-top: 30px;
    padding-left: 28px;
    /*background: url(../images/flatCalculatorPlace.png) no-repeat;*/
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery > li {
	float: left;
	width: 596px;
	height: 420px;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery ul.flashGallery > li > img {
	width: 596px;
	height: 420px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayFrame {
	width: 596px;
	height: 420px;
	display: block;
	float: right;
	position: absolute;
	/*background: url('../images/photoGalleryFrame.png') no-repeat;*/
	border: 5px solid #7EC73E;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayFrame::before{
	    background: url(../images/flatCalculatorPlace.png) no-repeat;
}
#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery button#galleryNext {
	float: right;
	width: 25px;
	height: 37px;
	background: url('../images/partnersNext.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	top: 50%;
	position: absolute;
	right: 23px;
	z-index: 3;
	margin-top: -18px;
}

#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery button#galleryPrev {
	float: left;
	width: 25px;
	height: 37px;
	background: url('../images/partnersPrevnew.png') no-repeat;
	border: 0 none;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	left: 37px;
	top: 50%;
	margin-top: -18px;
	z-index: 3;
}


#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	float: left;
	display: block;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide {
	width: 430px;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #142C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > h3 {
	color: #F26D1F;
	font-size: 15px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul {
	list-style: none;
	padding: 0px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li {
	float: left;
	width: 100%;
	display: block;
	line-height: 22px;
	position: relative;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li:before {
	width: 6px;
	height: 6px;
	display: block;
	float: left;
	background: #7EC73E;
	border-radius: 50%;
	content: '';
	margin-top: 8px;
	position: absolute;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.leftSide > ul > li > span {
	padding-left: 15px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace {
	width: 150px;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a > img {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace ul.videoListPlace > li > a > div.overlay {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	border: 15px solid rgba(0,0,0,0.5);
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace {
	width: 606px;
	height: 429px;
	display: block;
	float: right;
	/*background: url('../images/photoGalleryFrame.png') no-repeat;*/
	position: relative;
	border: 5px solid #7EC73E;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace video {
	display:block;
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
}

#flatTabsPlace div.flatTabsPlaceBody section#videoTabPlace div.videoPlace div.overlay {
	width: 596px;
	height: 420px;
	display: block;
	float: left;
	background: url('../images/photoGalleryFrame.png') no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

section#housePlace {
	width: 100%;
	height: 760px;
	display: block;
	float: left;
	/*background: url('../images/parllax.png') no-repeat;*/
	background-size: 2000px 830px;
	background-position: top center;
}

section#housePlace div#houseSearch {
	width: 1260px;
	height: 120px;
	display: block;
	float: left;
	background-color: #7EC73E;
	position: absolute;
	bottom: 8%;
}

section#housePlace div#houseSearch > div > ul {
	width: 88%;
	height: 81px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 19px;
	color: #fff;
	padding-left: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#houseSearch > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

section#housePlace div#houseSearch > div > ul > li {
	width: 330px;
	height: 81px;
	display: block;
	float: left;
	margin-right: 25px;
}
section#housePlace div#houseSearch > div > ul > li:first-child{
	display: none;
}

section#housePlace div#houseSearch > div > ul > li > div {
	width: 330px;
	height: 60px;
	display: block;
	float:left;
}

section#housePlace div#houseSearch > div > ul > li > div > span.text {
	width: auto;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-weight: bold;
	color: #EDEDED;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
    line-height: 37px;
}

section#housePlace div#houseSearch > div > ul > li > div > .right {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	float: right;
    font-family: 'PantonMtav3';
	color: #EDEDED;
	font-size: 12px;
	line-height: 25px;
	background: transparent;
	font-weight: bold;
	border: none;
}

section#housePlace div#houseSearch > div > ul > li > div.calcRange {
	width: 100%;
	float: left;
	margin: 5px 0px;
	height: 10px;
	border: none !important;
	background: #659F32 !important;
/*	border-bottom: #4B5C5F 1px solid !important;*/
	border-top: 1px solid #000 !important;
}

section#housePlace div#houseSearch > div > input[type="submit"] {
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 5px;
	color: #fff;
	background: #659F32;
	border: none;
/*	border-top: 1px solid #7EC73E;
	border-bottom: 1px solid #162D30;*/
	margin-top: 40px;
	font-family: 'PantonMtav3';
	outline: none;
	z-index: 221;
}

section#housePlace div.searchResultPlace {
	width: 680px;
	min-height: 150px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	color: #fff;
	background-color: #FFF;
	z-index: 222;
	padding: 20px;
	overflow:hidden;
}
.searchResultPlace .search_content{
	float: left;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: auto;
}
.searchResultPlace .search_content a{
	display:block;
	color: #000;
	padding: 5px;
	text-decoration: none;
	width: 100%;
	transition: .2s;
	height: 30px;
}
.searchResultPlace .search_content a:hover{
	background-color: #C1D831 !important;
	border-bottom: #659F32 1px solid !important;
}
.searchResultPlace .search_content a:nth-child(odd){
	background-color: #eee;
}
.searchResultPlace .search_content span{
	display: block;
	float: left;
	width: 33.33%;
}
section#housePlace div.searchResultPlace > span.close {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
    right: -5px;
	background: url('../images/searchResultClose.png') no-repeat;
	opacity: 1;
}

section#housePlace div.searchResultPlace > span.close:hover {
	opacity: 0.7;
}
section#housePlace div.searchResultPlace > div{
	overflow-x: auto;
}
section#housePlace div.searchResultPlace > div > h3 {
	margin-bottom: 15px;
	color: #C1D831;
	font-family: 'PantonMtav3';
}

section#housePlace div.searchResultPlace #asd > ul {
	width: 600px;
	display: block;
	float: left;
	height: 350px;
	padding: 0px;
	list-style: none;
}

section#housePlace div.searchResultPlace #asd > ul li {
	width: 100%;
	height: 45px;
	display: block;
	float: left;
	background: #EEEEEE;
	border-radius: 4px;
	margin-bottom: 5px;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	color: #333333!important;
}

#asd > div span.fasi{
	display: none!important;
}


section#housePlace div.searchResultPlace #asd > ul li:hover {
	background: #C1D831 !important;
	border-bottom: #659F32 1px solid !important;
	cursor: pointer;
	color: #FFF!important;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(1) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
	padding-left: 10px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(2) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(3) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > ul  li > span:nth-child(4) {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

section#housePlace div.searchResultPlace #asd > div  {
	background: transparent;
	color: #0C2232;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	width: 570px;
}


section#housePlace div.searchResultPlace #asd > div > span.sadarbazo {
	display: block;
	float: left;
	width: 120px;
}

section#housePlace div.searchResultPlace #asd > div > span.sartuli {
	display: block;
	float: left;
	width: 152px;
}

section#housePlace div.searchResultPlace #asd > div > span.farti {
	display: block;
	float: left;
}

section#housePlace div.searchResultPlace #asd > div > span.fasi {
	width: 142.5px;
	height: 43px;
	display: block;
	float: left;
	line-height: 43px;
}

div.locationhouse{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	color: #152C30;
	font-family: 'PantonMtav3';
	height: 21%;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	margin-top: 72px;
	margin-left: -17%;
	text-align: center;
	font-size: 10px;
	background: url(../images/sign.png) no-repeat;
}
div.newlocation{
	/*background: url(../images/locationnew.png) no-repeat;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	height: 230px;
	width: 40px;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	margin-top: 72px;
	margin-left: -17%;
	text-align: center;
	font-size: 10px;
	font-family: 'PantonMtav3';
	font-weight: 900;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}
#chooseFloor > div.newlocation > span:nth-child(16){
	margin-top: 5px;
	font-size: 14px;
}
#chooseFloor > div.newlocation > span:nth-child(1){
	margin-bottom: 5px;
}
section#littleSlider {
	width: 100%;
	height: 200px;
	background: url('../images/minisliderxe.jpg') no-repeat;
	background-size: cover;
	background-position: bottom center;
}

section#aboutPagePlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#aboutPagePlace div.tabHeaderPlace {
	width: 100%;
	height: 70px;
	display: block;
	float: left;
	background: #162D30;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul {
	border-bottom: 0px;
	height: 70px;
	width: 100%;
	display: block;
	float: left;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li {
	width: auto;
	height: 70px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li > a {
	display: block;
	float: left;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding: 0px;
	margin: 0px;
	padding: 0px 18px;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-radius: 0px !important;
	font-family: 'PantonMtav3';
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li:first-child > a {
	border-left: 1px solid rgba(255,255,255,0.3);
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li.active > a {
	color: rgba(22,45,48,0.8);
	background: #EEEEEE;
}

section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li:hover > a {
	color: rgba(22,45,48,0.8);
	border-bottom: 0px;
	background: #EEEEEE;
}

.contactInfoPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 30px 0px;
	padding: 0px 30px;
}

.contactInfoPlace div.contactContentInfo {
	width: 550px;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.contactInfoPlace div.contactContentInfo tr {
    border: none !important;
}

.contactInfoPlace div.contactContentInfo table {
    border: none !important;
}

.contactInfoPlace div.contactContentInfo span {
    width: 275px;
    border: none !important;
    color: #132C30;
    font-size: 15px;
    font-family: "bpg_algeti";
}

.contactInfoPlace div.contactContentInfo  h3 {
	width: 100%;
	height: auto;
	display: block;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
}

.contactInfoPlace div.contactContentInfo >  address {
	width: 100%;
	height: auto;
	color: #132C30;
	font-size: 15px;
	font-family: 'bpg_algeti';
	float: left;
	margin-top: 10px;
	line-height: 25px;
}

.contactInfoPlace > fieldset {
	width: 540px;
	height: auto;
	display: block;
	float: left;
}

.contactInfoPlace > fieldset > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
	margin-bottom: 10px;
}

.contactInfoPlace > fieldset > form > label {
	width: 140px;
	height: 50px;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-size: 15px;
	color: #000;
	line-height: 50px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

.contactInfoPlace > fieldset > form > input[type="text"] {
	width: 400px;
	height: 50px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #999999;
	padding: 0px 10px;
	outline: none;
	margin-bottom: 10px;
	font-weight: normal;
}

.contactInfoPlace > fieldset > form > textarea {
	width: 400px;
	height: 160px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #999999;
	padding: 10px;
	outline: none;
	resize: none;
}

.contactInfoPlace > fieldset > form > input.contactBtn {
	width: 400px;
	height: 50px;
	border: none;
	outline: none;
	background: #7EC73E;
	float: right;
	display: block;
	margin-top: 10px;
	color: #EDEDED;
	font-size: 20px;
	font-family: 'PantonMtav3';
	line-height: 55px;
}

div#map-canvas {
	width: 100%;
	height: 700px;
	display: block;
	float: left;
}
#aboutPagePlace #map {
	width: 100%;
	height: 0px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

#aboutPagePlace #contact {
	overflow: hidden;
}
div.destinationPositionhead{
	width: 370px;
	height: 460px;
	display: block;
	top: 50%;
	    background: url(../images/flatCalculatorPlace.png) no-repeat;
	/*background-color: #7EC73E;*/
	position: absolute;
	margin-top: -240px;
	left: 60.6%;
}
div.destinationPosition {
	width: 350px;
	display: block;
	/*background: url('../images/destinationBg.png') no-repeat;*/
	background-color: #7EC73E;
	position: absolute;
	top: 20px;
}

div.destinationPosition:before{
	content: "";
	width: 100%;
	height: 20px;
	background-image: url('../images/flatCalculatorPlace.png');
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: 0;
}

.mCSB_scrollTools .mCSB_dragger{
	height: auto!important;
}

div.destinationPosition #category{
	font-size: 16px;
	color: rgb(239, 239, 239)!important;
	width: 290px;
	height: 30px;
	outline: none;
	border: 0;
	border-radius: 2px;
	background-color: #659F32;
}

div.destinationPosition > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-family: 'PantonMtav3';
	font-size: 30px;
	color: #ECECEC;
	padding-left: 25px;
	margin-top: 35px;
}

div.destinationPosition > ul {
	width: 320px;
	height: 200px;
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 24px;
	padding-bottom: 20px;
}

div.destinationPosition > ul li {
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	border-radius: 4px;
	background: #659F32;
	border-top: 1px solid #000;
	border-bottom: 1px solid #4B5C5E;
	margin-bottom: 5px;
	line-height: 28px;
	color: #fff;
	font-family: 'bpg_algeti';
	padding-left: 10px;
	font-size: 15px;
	cursor: pointer;
}

div.destinationPosition > ul li:hover {
	background: #7EC73E;
	border-top: 1px solid #C1D831;
	border-bottom: 1px solid #659F32;
}

div.destinationPosition > ul li.active {
	background: #F36F21;
	border-top: 1px solid #F79A64;
	border-bottom: 1px solid #AA4D17;
}

section#timeline {
	width: 100%;
	height: 715px;
	display: block;
	float: left;
	position: relative;
}

section#timeline div.timelineBg {
	width: 100%;
	height: 715px;
	display: block;
	float: left;
	position: absolute;
	display: none;
	z-index: 1;
}

section#timeline div.timelineBg > img {
	width: 100%;
	height: 715px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
section#timeline div.timelineBg > div > div.timelineInfoBghead{
	background: url(../images/flatCalculatorPlace.png) no-repeat;
	background-size: 400px;
	width: 100%;
    height: 20px;
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: -50px;
    padding-left: 28px;
}
section#timeline div.timelineBg > div > div.timelineInfoBg {
	width: 400px;
	height: 160px;
	display: block;
	float: left;
	/*background: url('../images/timelineInfoBg.png') no-repeat;*/
	background-color: #7EC73E;
	margin-top: 50px;
}

section#timeline div.timelineBg > div > div.timelineInfoBg > h3 {
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'LGV Bebas Neue';
	font-size: 28px;
	padding-left: 30px;
	margin-bottom: 0px;
}

section#timeline div.timelineBg > div > div.timelineInfoBg > div.text {
	margin-left: 30px;
	width: 340px;
	display: block;
	float: left;
	margin-top: 20px;
	color: #fff;
	font-family: 'PantonMtav3';
}

section#timeline ul.timelineRange {
	height: 41px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	background: url('../images/timelineRangeBg.png') repeat-x;
	background-position: center;
}

section#timeline ul.timelineRange > li {
	float: left;
	color: #fff;
	width: 31px;
	height: 31px;
	display: block;
	border-radius: 50%;
	background: #162D30;
	border: 3px solid #fff;
	margin-right: 28px;
	text-align: center;
	line-height: 21px;
	margin-top: 5px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

section#timeline ul.timelineRange > li.active {
	background: #7EC73E;
}

section#timeline ul.timelineRange > li:hover {
	background: #7EC73E;
}

section#timeline ul.timelineRange > li.disabled {
	background: #999999;
}

section#timeline ul.timelineRange > li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5px;
	margin-left: -2.5px;
}

section#timeline ul.timelineRange > li.disabled:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.5px;
	margin-left: -2.5px;
	display: none;
}

section#timeline ul.timelineRange > li:first-child, section#timeline ul.timelineRange > li:last-child {
	width: 41px;
	height: 41px;
	line-height: 31px;
	margin-top: 0px;
}

section#timeline ul.timelineRange > li:last-child {
	margin-right: 0px;
}

section#timeline ul.timelineRange > li > div {
	display: block;
	position: absolute;
	top: -119px;
	left: 50%;
	width: 78px;
	margin-left: -39px;
	height: 116px;
	background: url('../images/timelineHoverBg.png') no-repeat;
	background-position: bottom center;
	line-height: 12px;
	display: none;
}

section#timeline ul.timelineRange > li:hover > div {
	display: block;
}

section#timeline ul.timelineRange > li > div > span {
	width: 78px;
	height: 78px;
	display: block;
	float: left;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #7EC73E;
	line-height: 23px;
	font-family: 'LGV Bebas Neue';
	font-size: 15px;
}

section#timeline ul.timelineRange > li > a {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-indent: -99999px;
}

section#timeline ul.timelineRange > li:first-child > a, section#timeline ul.timelineRange > li:last-child > a  {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-indent: -99999px;
}

div.contentPageInfo {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

div.contentPageInfo > h3 {
	font-family: 'PantonMtav3';
	font-size: 20px;
	color: #7EC73E;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
}

div.contentPageInfo > div.text {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	color: #132C30;
	font-family: 'tbcdin_nusxuri_mediumwebfont';
}

/* JQUERY UI RANGE CSS */
.ui-slider-handle {
	background: url('../images/rangeHandler.png') no-repeat !important;
	border: none !important;
	outline: none;
	cursor: pointer !important;
}

.ui-widget-header {
	background: #C1D831 !important;
	border-top: 1px solid #7EC73E !important;
	border-bottom: #7EC73E 1px solid !important;
}
section#chooseFloor {
    width: 100%;
    height: 690px;
    display: block;
    float: left;
}
section#chooseFloor div.leftSide {
    width: 455px;
    height: 585px;
    display: block;
    float: left;
    margin-left: 50px;
    padding-top: 25px;
    position: relative;
}

section#chooseFloor div.leftSide > h3 {
    width: 100%;
    height: auto;
    font-family: 'PantonMtav3';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

section#chooseFloor div.leftSide > h6 {
    padding: 0px;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 13px;
    color: #7EC73E;
    font-style: italic;
    font-weight: bold;
}

section#chooseFloor div.leftSide > h6 > span.right {
    float: right;
}

section#chooseFloor div.leftSide div#progressBar {
    width: 100%;
    height: 13px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 10px;
    background: #cfcfcf;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #8d8d8d;
    border-right: 1px solid #fff;
    border-top: 1px solid #8d8d8d;
}

section#chooseFloor div.leftSide div#progressBar .ui-progressbar-value {
    margin: 0px;
    height: 93%;
    background: #454b4c!important;
    border: none !important;
    border-radius: 30px;
}

section#chooseFloor div.rightSide {
    width: 470px;
    height: 690px;
    display: block;
    float: left;
    margin-left: 70px;
}

section#chooseFloor div.rightSide > h3 {
    height: auto;
    font-family: 'PantonMtav3';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    float: left;
}
section#chooseFloor div.rightSide .location_addrs{
	float: right;
	padding: 0px 5px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'PantonMtav3';
    letter-spacing: 4px;
    margin-top: 12px;
    height: 35px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    text-transform: capitalize;
}
section#chooseFloor div.rightSide .location_addrs span{
	display: block;
}
section#chooseFloor div.rightSide .location_addrs .num{
	font-size: 16px;
	margin-left: 5px;
	display: inline-block;
}
section#chooseFloor div.rightSide > h6 {
    margin: 0px;
    padding: 0px;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 13px;
    color: #7EC73E;
    font-style: italic;
    display: none;
}

div.newsPlace {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

div.newsPlace article {
    width: 100%;
    height: auto;
    display: block;
    float:left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

div.newsPlace article img.poster {
    width: 250px;
    height: 180px;
    display: block;
    float: left;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.leftSide .title{
	margin: 0;
}
div.newsPlace article h3.title {
    width: 970px;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    text-transform: uppercase;
    font-family: "PantonMtav3";
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

div.newsPlace article h3.title > a {
    color: #333;
}

div.newsPlace article div.text {
	color: #142C30;
    font-family: "tbcdin_nusxuri_mediumwebfont";
    font-size: 15px!important;
    display: block;
    float: left;
    width: 970px;
    text-align: justify;

}
#management > div > div > div > article > div > p > span{
	font-size: inherit!important;
}

.leftSide .svcont{
	position: absolute;
	width: 100%;
	bottom: 0;
}
div.svcont div.tip{
  position: fixed;
  left: 380px;
  width: 64px;
  height: 64px;
  background-color: #7EC73E;
  border-radius: 50%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

div.svcont div.tip:after{
	content: "";
	width: 24px;
	height: 17px;
	background-image: url('../images/bolo.png');
	position: absolute;
	bottom: -14px;
	left: 20px;
}
div.svcont div.tip span.n{
  display: block;
  font-size: 20px;
  font-family: "nevis";
}
div.svcont div.tip span.floorge{
  font-size: 12px;
  display: block;
  font-family: 'LGV Bebas Neue','bpg_nino_mtavruli_normal', arial;
}
div.svcont div.tip span.flooren{
  font-size: 15px;
  display: block;
  font-family: 'PantonMtav3';
  font-weight: bold;
}
svg{
  width: 100%;
}

polygon.st0{
  fill: rgba(22, 45, 48, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

polygon.st0:hover{
  fill: rgba(22, 45, 48, 0.8);
}
.rightSide svg {
	width: 80%;
	position: relative;
	z-index: 21;
	max-height: 300px;
}
g text{
	display: none;
	font-size: 45px;
	font-family: 'PantonMtav3';
}
.text_sold{
	position: absolute;
	color: #000;
	z-index: 9;
}
path.st1{
	fill: rgba(193, 216, 49, 1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	stroke:black;
	cursor: pointer;
}
path.active{
	fill: #659F32;
}
path.noClickable{
	fill: rgba(43, 64, 67, 0.7);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}

path.solded{
	fill: rgba(43, 64, 67, 0.7);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
path.solded:hover{
	fill: rgba(43, 64, 67, 1);
}
path.commercial{
	fill: #7ec73e;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
path.commercial:hover{
	fill: #44800f;
}

div.sv svg text{
	font-size: 40px;

}
#Layer_1 > g:nth-child(5) > text{
		color: #FFF!important;
}
.planeImage .st0{
	fill: #FFFFFF;
	stroke: rgb(94, 103, 103);
	stroke-width: 8px;
}
.planeImage path.st1:hover{
	fill: #659F32;
}

.planeImage g:first-child path.st0:hover{
	fill: #FFFFFF;
}

.planeImage div.t, .rightSide div.t{
	background-color: #FFF;
	width: 220px;
	font-family: 'PantonMtav3';
	color: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
	position: fixed;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	display: none;
	z-index: 222;
	max-height: 450px;
	overflow-x: hidden;
}

.planeImage div.t ul, .rightSide div.t ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.planeImage div.t ul li, .rightSide div.t ul li{
	list-style-type: none;
	margin-bottom: 5px;
	height: 30px;
	background-color: #EEEEEE;
	color: #000;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	font-family: 'tbcdin_nusxuri_mediumwebfont';
	cursor: pointer;
}

.planeImage div.t ul li:hover, .rightSide div.t ul li:hover{
	background-color: #C1D831;
	color: #FFF;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.planeImage div.t:before, .rightSide div.t:before{
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	border: 1px dashed rgba(255,255,255,0.5);
	top: 4px;
	left: 4px;
	border-radius: 5px;
	z-index: -1;
}
.planeImage div.t:after, .rightSide div.t:after{
	content: "";
	position: absolute;
	width: 19px;
	height: 23px;
	background-image: url('../images/seutooltipleftarrow.png');
	left: -12px;
	top: 20px;
}
.planeImage div.t h2, .rightSide div.t h2{
	color: #7EC73E;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#yoveltviuriShenatani{
	display: none!important;
}

.detailedInfoListRange h1, .detailedInfoListRange h2, .detailedInfoListRange h3, .detailedInfoListRange h4, .detailedInfoListRange h5, .detailedInfoListRange h6{
	margin: 0;
	padding: 0;
}

.naxazi{
	height: 100px;
	width: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 160px;
	display: none;
}
.naxazi img{
	width: 100%;
}

#owl-demo .item img{
	max-height: 820px;
}

.gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gallery .item{
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 5px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
.gallery .item:nth-child(4n){
	margin-right: 0;
}

#slides > ul{
	display: none;
}

/* calculator */

.detailedInfoListRange h3{
	font-size: 30px;
	font-family: 'LGV Bebas Neue';
}
.detailedInfoListRange h3 span:last-child{
	color: #FFF;
}
.binisfasi{
	position: relative;
	padding: 10px 0;
}
.binisfasi::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/xazi.png');
}

.tipi{
	margin-top: 20px;
}

.tipi, .kalk{
	font-family: 'bpg_algeti';
}
.tipi h4{
	font-size: 15px;

}

.tipi > div{
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-justify-content: space-between;
}

.tipi > div > div{
	width: 50%;
}

.tipi > div input{
	display: none;
}
.tipi > div label{
	font-size: 12px;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
}
.tipi > div input:checked + label::after{
	display: block;
}
.tipi > div label::before{
	content: '';
	width: 18px;
	height: 18px;
	background-color: #112224;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.tipi > div label::after{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #659F32;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	display: none;
}

.kalk{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-justify-content: center;
	margin-top: 10px;
	font-size: 15px;
}
.kalk div{
	width: 50%;
	padding-right: 10px;
}
.kalk div input, .kalk div select{
	display: block;
	width: 100%;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #659F32;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.15);
	border: none;
	outline: none;
	height: 40px;
	padding: 0 10px;
	color: #FFF!important;
	margin-bottom: 20px;
}
.kalk div select{
	font-size: 12px;
}
.kalk div:nth-child(2n + 2){
	padding-right: 0;
	padding-left: 10px;
}

#calculate {
	height: 40px;
	background-color: #659F32;
	border-radius: 5px;
	border: none;
	line-height: 40px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0,0,0,0.3);
	padding: 0 30px;
}

.detailedInfoListRange .result{
	margin-top: 10px;
}
.detailedInfoListRange .result div{
	position: relative;
	padding: 10px 0;
}
.detailedInfoListRange .result div::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: url('../images/xazi.png');
}

.yoveltviuri, .saprocentoganakveti{
	display: none;
}


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

.slidesjs-next{
    background: url(../images/partnersNext.png) no-repeat;
    width: 25px;
    height: 37px;
    z-index: 99999;
    margin-top: -30%;
    /* position: absolute; */
    right: 40%;
	margin-left: 95%;
}
.slidesjs-previous{
	background: url(../images/partnersPrevnew.png) no-repeat;
 	z-index: 99999;
 	width: 25px;
    height: 37px;
    /* position: absolute; */
    right: 43%;
	margin-top: -30%;
	margin-left: 5%;
}

body > img{
	position: absolute;
	top: 20%;
	left: 10%;
}
.slidesjs-control img{
	width: auto!important;
	left: 13%!important;
}

.switchers{
	width: 100%;
}
.switchers p{
	display: inline-block;
}
/*#flatPlace > div > div > div.leftSide > div.flatbuttons > div > button.bell{
	width: 150px;
}*/
.bankis{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.bankis #calculate{
	margin-top: 30px;
}

.tab-content > .active{
	position: relative;
}
#map > div.destinationPosition{
	left: 910.5px!important;
	top: 30px;
}
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}




/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Individual button styles */


/* Moema */
.button--moema {
	border-radius: 50px;
	background: #7986cb;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: border 0.3s 0.3s;
	-o-transition: border 0.3s 0.3s;
	transition: border 0.3s 0.3s;
}
.button--moema.button--inverted {
	background-repeat: no-repeat;
	width: 211px;
	height: 56px;
	border: 5px solid #C1D831;
	background-color: #3CB64B;
	border-radius: 50px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0;
	line-height: 45px;
    font-family: 'PantonMtav3';
    font-weight: bold;
}
#slider > div.choosehouse > a > button > img{
	padding-right: 8px;
	margin-top: -3px;
}
.button--moema::before {
	content: '';
	position: absolute;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	-o-transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	transition: background-color 0.3s 0.3s, color 0.3s 0.3s;
	-webkit-transition: border 0.3s 0.3s;
	-o-transition: border 0.3s 0.3s;
	transition: border 0.3s 0.3s;
	color: #ECEFF1;
	background-color: #3f51b5;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema.button--inverted:hover {
	color: #FFF;
	background-color: #3CB64B;
	border: 5px solid #C1D831;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.6s forwards;
	animation: anim-moema-2 0.6s 0.6s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.95, 0.95, 1);
		transform: scale3d(0.95, 0.95, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.95, 0.95, 1);
		transform: scale3d(0.95, 0.95, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

#print{
	display: inline-block;
	width: 32px;
	height: 32px;
	float: right;
	background-image: url('../images/print.png');
	background-size: contain;
	cursor: pointer;
}

.fb_iframe_widget{
	float: right;
	margin-right: 20px;
}

#map{
	float: left;
	width: 100%;
	position: relative;
}

.racginda{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.racginda .headericons{
	margin-right: 20px;
}

#burghermenu{
	width: 40px;
	height: 40px;
	border: 1px solid #3A6C8C;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 5px;
	display: none;
}

#burghermenu span{
	display: block;
	width: 100%;
	height: 3px;
	background-color: #3A6C8C;
	border-radius: 2px;
}

.burghermenubg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.flatBody .owl-carousel .owl-item img{
	display: inline-block!important;
	max-height: 430px;
	width: auto!important;
}

#partriala .owl-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#mainslider .item{
	height: 100vh;
	background-size: cover;
	background-position: top center;
}

#asd{
	width: 100%;
	padding: 5px;
}
#asd .title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#asd .title span{
	width: 33.33%;
}
.cardmain{
	margin-bottom: 100px;
}
.cardhead{
	width: 100%;
	height: 200px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f96b0+0,1a5378+100 */
background: #5f96b0; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #5f96b0 0%, #1a5378 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #5f96b0 0%,#1a5378 100%); /* Chrome10-25,Safari5.1-6 */
background: url('../images/cardhead.png') no-repeat center center, -webkit-radial-gradient(center ellipse, #5f96b0 0%,#1a5378 100%);
background: url('../images/cardhead.png') no-repeat center center, -o-radial-gradient(center ellipse, #5f96b0 0%,#1a5378 100%);
background: url('../images/cardhead.png') no-repeat center center, radial-gradient(ellipse at center, #5f96b0 0%,#1a5378 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f96b0', endColorstr='#1a5378',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */





}
.wrapper .card{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0 ;
}
.card .leftcard{
	width: 60%;
	height: auto;
}
.card .leftcard h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
}
.card .leftcard p{
	margin: 35px 0 30px 0;
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
}
.card .leftcard ul{
	margin-top: 35px;
	margin-left: -20px;
}
.card .leftcard ul li{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
}
.card .leftcard span{
	color: #659F32;
	font-size: 15px;
	font-family: 'BPG Algeti';
}
.card .rightcard{
	width: 47%;
	height: 406px;
	margin-top: 15px;
	background-image: url("../images/seucard.png");
	background-repeat: no-repeat;
}
.partnerscard{
	width: 100%;
	height: auto;
}
.partnerscard h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 40px;
}
.partners{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners .partner{
	width: 49%;
	height: 274px;
	border: 3px solid #195277;
	margin-bottom:  20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.partners .partner:hover .leftpartner ul{
	left: 0;
	padding-left: 10px;
}
.leftpartner ul{
	left: -100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li{
	line-height: 33px;
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px;
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(1){
	background-image: url('../images/cardmail.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(2){
	background-image: url('../images/cardtl.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(3){
	background-image: url('../images/cardlc.png');
}
body > main > div.wrapper > div.partnerscard > div > div > div.leftpartner > ul > li:nth-child(4){
	background-image: url('../images/cardfb.png');
}
.partners .partner .leftpartner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.partners .partner .leftpartner > h3{
	font-size: 25px;
    color: #132C30;
    font-family: 'PantonMtav3';
    font-weight: bold;
    margin-right: 20px;
}
.partners .partner .leftpartner > h3 span{
	font-size: 30px;
}
.partners .partner .rightpartner{
	width: 50%;
	height: 85%;
	padding: 0 10px;
	border-left: 1px solid #CCCCCC;
	overflow: hidden;
}
.partners .partner .rightpartner > h4{
	font-size: 19px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 0;
}
.partners .partner .rightpartner > h5{
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 20px;
	color: #3CB64B;
	margin-bottom: 10px;
}
.partners .partner .rightpartner > p{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
	margin-bottom: 10px;
}
.leftpartner > ul{
	list-style: none;
	font-family: 'PantonMtav3';
	color: #FFF;
	font-size: 13px;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(25,82,119,0.9);
}
.leftpartner > ul li span, .leftpartner > ul li a{
	color: #FFF;
}

.partners .partner h3{
	font-size: 25px;
	color: #132C30;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-right: 20px;
}
.partners .partner img{
	/*margin-top: 15px;*/
	max-width: 100%;
	width: auto;
	/*height: 50px;*/
}
.partners .partner .persent{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 94px;
	height: 94px;
	color: #fff;
	padding: 15px 10px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.partners .partner:hover{
	/*border-color: #6AA1B9;*/
}
.partners .partner:hover .persent::before{
	border-bottom: 100px solid #6AA1B9;
    border-left: 100px solid transparent;
}
.partners .partner .persent span{
	position: relative;
}
.partners .partner .persent::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
    height: 0;
    border-bottom: 100px solid #195277;
    border-left: 100px solid transparent;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.partners .partner h3 span{
	font-size: 30px;
}
#sofup{
	width: 864px;
	height: auto;
	background-color: #FFF;
	display: none;
	position: fixed;
	top: 25%;
	left: calc(50% - 430px);
	padding: 15px;
	z-index: 23;
	padding: 35px 40px 50px 40px;
}
.call{
	margin-top: 30px;
	width: 100%;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zarisforma{
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zarisforma input[type=text]{
	width: 300px;
	height: 50px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-size: 12px;
	padding: 0 15px;
}
.zarisforma input[type=submit]{
	width: 140px;
	height: 50px;
	font-family: 'PantonMtav3';
	font-size: 14px;
	padding: 0 15px;
	background-color: #195277;
	color: #FFF;
	border: none;
}
#sofup h2{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
}
.leftcall{
	height: 100%;
	width: 40%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	-webkit-box-pack: justify;
 	-webkit-justify-content: space-between;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	border-right: 1px solid #CCCCCC;
}
 .rightcall{
 	height: 100%;
 	width: 60%;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: column;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	-webkit-box-pack: justify;
 	-webkit-justify-content: space-between;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	padding-left: 25px;
 }
 .rightcall p{
 	font-family: 'LGV Bebas Neue';
 	font-size: 15px;
 	color: #132C30;
 }

.leftcall h3{
	font-size: 25px;
	color: #000;
	margin: 0;
	padding: 0;
}
.leftcall h3 span{
	color: #CCCCCC;
}
#sofup .x{
	width: 17px;
	height: 17px;
	background-image: url('../images/ixsi.fw.png');
	background-size: contain;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
#sofupbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 22;
}
.popupp{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.popupp .popupleft{
	width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #CCCCCC;
    padding-top: 100px;
}
#sofup > div.popupp > div.popupleft > h3{
	font-size: 25px;
    color: #132C30;
    font-family: 'PantonMtav3';
    font-weight: bold;
    margin-right: 20px;
}
#sofup > div.popupp > div.popupleft > h3 span{
	font-size: 30px;
}
.popupp .popupright{
	width: 60%;
}
#sofup > div.popupp > div.popupleft > img{
	width: 31px;
	height: 40px;
	margin-top: 15px;
}
#sofup > div.popupp > div.popupright > h4{
	font-size: 20px;
	color: #195277;
	font-family: 'PantonMtav3';
	font-weight: bold;
	margin-bottom: 25px;
}
#sofup > div.popupp > div.popupright > h5{
	font-family: 'PantonMtav3';
	font-weight: bold;
	font-size: 20px;
	color: #3CB64B;
	margin-bottom: 25px;
}
#sofup > div.popupp > div.popupright > p{
	font-size: 15px;
	color: #132C30;
	font-family: 'BPG Algeti';
	margin-bottom: 10px;
}
#sofup > div.popupp > div.popupright > ul{
	margin: 70px 0 30px -40px;
	list-style: none;
	font-family: 'PantonMtav3';
	color: #666666;
	font-size: 13px;
}
#sofup > div.popupp > div.popupright > ul li span{
	color: #195277;
}

.partners .partner .getData{
	display: none;
}
.mCSB_inside > .mCSB_container{
	margin-right: 30px!important;
}

.hide{
	display: none;
}

.customScroll li span:last-child{
	display: none!important;
}

.gallery .owl-nav{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery .owl-nav div{
	font-size: 0!important;
	background-color: transparent!important;
	width: 25px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: contain;
}

.gallery .owl-nav .owl-prev{
	background-image: url('../images/partnersPrevnew.png')!important;
}

.gallery .owl-nav .owl-next{
	background-image: url('../images/partnersNext.png')!important;
}
.fb-share-button{
	margin-top: -60px!important;
	z-index: 888!important;
	margin-right: 20px!important;
}
.chooseBg{
	margin-bottom: -5px;
}
.chooseBg svg .flat_render{
	opacity:0.6;fill:transparent;
	transition:.2s;
	cursor:pointer;
}
.chooseBg svg .hoverable:hover .flat_render{
	opacity:0.6;
	fill:#195277;
}
.chooseBg svg .hoverable:hover .title{
	display: block;
}
.chooseBg svg .hoverable .flat_title{
	fill:#3CB64B;
}
.chooseBg svg .hoverable{
	display: block;
	text-decoration: none;
}
.chooseBg svg .hoverable .title{
	display: none;
	font-family:'PantonMtav3';
	fill:#fff;
}
.chooseBg svg .hoverable .title .ttl{
	display: block;
	font-size: 24px;
}
.flats_cont{
	float: left;
	width: 50%;
	padding: 15px;
	margin-bottom: 50px;
}
.flats_cont a{
	display: block;
	height: 100%;
	transition: .2s;
	position: relative;
	padding: 5px;
	overflow: hidden;

}
/*---animation borders---*/
.flats_cont a span{
	position: absolute;
	transition: .6s;
}
.flats_cont a .b,
.flats_cont a .t{
	height: 2px;
	width: 300%;
}
.flats_cont a .r,
.flats_cont a .l{
	width: 2px;
	height: 300%;
}
.flats_cont a .t{
	top: 0;
	left: 0;
}
.flats_cont a .r{
	top: 0;
	right: 0;
}
.flats_cont a .b{
	bottom: 0;
	right: 0;
}
.flats_cont a .l{
	bottom: 0;
	left: 0;
}
.flats_cont a .t-1,
.flats_cont a .b-1{
	background-color: #152C30;
}
.flats_cont a .t span,
.flats_cont a .r span,
.flats_cont a .b span,
.flats_cont a .l span{
	position: absolute;
}
.flats_cont a .t .m-1,
.flats_cont a .t .b-1,
.flats_cont a .t .t-1{
	width: 33.33%;
	height: 100%;
}
.flats_cont a .t .b-1{
	left: 0;
}
.flats_cont a .t .m-1{
	left: 33.33%;
}
.flats_cont a .t .t-1{
	right: 0;
}

.flats_cont a .r .t-1,
.flats_cont a .r .m-1,
.flats_cont a .r .b-1{
	height: 33.33%;
	width: 100%;
}
.flats_cont a .r .t-1{
	top: 0;
}
.flats_cont a .r .m-1{
	top: 33.33%;
}
.flats_cont a .r .b-1{
	bottom: 0;
}

.flats_cont a .b .t-1,
.flats_cont a .b .m-1,
.flats_cont a .b .b-1{
	height: 100%;
	width: 33.33%;
}
.flats_cont a .b .t-1{
	left: 0;
}
.flats_cont a .b .m-1{
	left: 33.33%;
}
.flats_cont a .b .b-1{
	right: 0;
}

.flats_cont a .l .t-1,
.flats_cont a .l .m-1,
.flats_cont a .l .b-1{
	width: 100%;
	height: 33.33%;
}
.flats_cont a .l .t-1{
	top: 0;
}
.flats_cont a .l .m-1{
	top: 33.33%;
}
.flats_cont a .l .b-1{
	bottom: 0;
}
.flats_cont a:hover .t{
	left: -200%;
}
.flats_cont a:hover .r{
	top: -200%;
}
.flats_cont a:hover .b{
	right: -200%;
}
.flats_cont a:hover .l{
	bottom: -200%;
}
/*---animation borders end---*/
.seuFlats-bg{
	position: absolute;
	width: 100%;
	height: 100vh;
	background-image: url('../images/seuFlat-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .4;
	z-index: -100;
}
.flats_cont .flat_addr{
	margin-top: 20px;
    color: #152C30;
    font-size: 20px;
    font-family: 'PantonMtav3';
    padding-left: 30px;
	background-image: url("../images/logo-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
.flats_cont .flat_img{
    width: 480px;
    height: 380px;
	margin: 0 auto;
}
.flats_cont .flat_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	opacity: 1;
	transition: .2s;
}
.flats_cont .flat_img a:hover img{
	opacity: .7;
}
.flats_cont .flat_addrs{
	height: 250px;
	width: 50%;
	position: relative;
	display: inline-block;
	padding-top: 70px;
	padding-left: 10px;
	font-family: 'PantonMtav3';
	font-size: 16px;
}
.flats_cont .flat_addrs a{
	text-decoration: none;
	color: #062130;
	font-weight: bold;
	display: block;
}
.flats_cont .flat_addrs .price{
	color: #195277;
	font-weight: bolder;
	margin-top: 15px;
	font-size: 14px;
}
.flats_cont .flat_addrs .currency{
	margin-left: 10px;
}
.flats_cont .flat_addrs .bott_info{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 110px;
	background-color:#195277;
	color: #fff;
	padding: 10px;
}
.flat_addrs .bott_info h3{
	margin: 0;
}
.bott_info .sale{
	float: left;
}
.bott_info .sold{
	float: right;
}
.leftSide .title,
.leftSide #progressBar,
.leftSide h6{
	display: none;
}
.no_before::before{
	background-color: transparent!important;
}
.flatpop{
	width: 220px;
	min-height: 100px;
	background-color: #FFF;
	position: absolute;
	border-radius: 5px;
	z-index: 999;
	display: none;
	font-family: 'PantonMtav3';
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 15px;
}
.flatpop h2{
	color: #7EC73E;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.flatpop .flatinbox > div{
	margin-bottom: 5px;
    height: 30px;
    background-color: #EEEEEE;
    color: #000;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-family: 'tbcdin_nusxuri_mediumwebfont';
    cursor: pointer;
}
.flatpop .flatinbox > div:hover{
	background-color: #C1D831;
    color: #FFF;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.backBtn_complex{
	width: 60px;
    height: 60px;
    display: block;
    float: left;
    background: url(../images/backBtn.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -99999px;
    margin-right: 20px;
}
@media only screen and (max-width: 1285px) {
	#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace{
		padding-left: 5px;
	}
	#partnersPlace > .wrapper{
		width: 100%;
	}
	div.flashSliderBody{
		width: 100%;
		padding: 0 37px;
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 300px;
	}
	section#housePlace div#houseSearch > div > ul{
		width: 85%;
	}
	.houseWrapper{
		width: 100%;
	}
	section#housePlace div#houseSearch{
		width: 100%;
	}
	#map > div.destinationPosition{
		left: 70%!important;
	}
	.wrapper{
		width: 100%;
	}
	footer .wrapper{
		width: 100%;
		padding: 0 10px;
	}
	section#slider div.choosehouse{
		left: 5px;
	}
}
@media only screen and (max-width: 1270px) {
	.partners{
		justify-content: space-around;
	}
	.partners .partner{
		margin-right: 0;
	}
	.card .rightcard{
		width: 40%;
	}
	.wrapper{
		width: 100%;
	}
	header > div.wrapper > nav#headerNav{
		margin-left: 0;
	}
	header > div.wrapper > nav#headerNav > ul > li > a{
		font-size: 15px;
		padding: 0px 25px;
	}
	body > header > div.wrapper{
		padding: 0 10px;
	}
	.homepageimg{
		height: 80vh;
	}
	#mainslider .item{
		height: 80vh;
	}

	#housePlace{
		height: auto;
	}
	section#housePlace{
		height: auto;
	}
	section#chooseFloor{
		/*height: auto;*/
	}
	div.contentPageInfo{
		padding: 30px 10px!important;
	}
	#flatPlace > div.wrapper > div{
		display: flex;
		flex-direction: column;
	}
	#flatPlace > div.wrapper > div > div.rightSide{
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.gallery .item{
		text-align: center!important;
	}
	#flatPlace > div.wrapper > div > div.leftSide{
		width: 100%;
	}
	.cardmain .wrapper{
		padding: 0 5px;
	}
	.card .rightcard{
		width: 40%;
	}
	div.flash-slider{
		width: calc(100% - 20px);
	}
	.rightSide svg{
		/*width: 50%;*/
	}
	section#chooseFloor div.rightSide{
		width: 500px;
	}
}
@media only screen and (max-width: 1205px) {
	.rightSide svg{
	}
	
	section#chooseFloor div.rightSide{
		width: 43%;
		margin-left: 30px;
	}
	section#chooseFloor div.leftSide{
		margin-left: 20px;
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 250px;
	}
	#map > div.destinationPosition{
		left: 65%!important;
	}
	.card .rightcard{
		width: 45%;
	}
	.card .leftcard{
		width: 50%;
	}
	div.svcont div.tip{
		left: 310px;
	}
	.partners .partner{
		height: auto;
	}
	body > main > div.wrapper > div.partnerscard > div > div:nth-child(1) > div.rightpartner > p:nth-child(4){
		margin-bottom: 20px;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 2%;
	}
}
@media only screen and (max-width: 1070px) {
	section#housePlace div#houseSearch{
		bottom: 10%;
	}
	section#chooseFloor div.rightSide{
		width: 42%;
	}
	header > div.wrapper > nav#headerNav > ul > li > a{
		font-size: 13px;
	}
	.rightSide svg{
		/*width: 50%!important;*/
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 240px;
	}
	section#chooseFloor div.leftSide{
		width: 44%;
	}
	#chooseFloor > div.rightSide.floor_info > div.planeImage{
		width: 100%!important;
	}
	.partners{
		flex-direction: column;
		align-items: center;
	}
	.partners .partner{
		width: 70%;
		height: 274px;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 15%;
	}
}
@media only screen and (max-width: 1024px) {
	.flats_cont .flat_img{
		width: 100%;
	}
	.flats_cont .flat_addrs{
		width: 100%;
		height: 210px;
		padding-top: 20px;
	}
	div.svcont div.tip{
		left: 30%!important;
	}
	.zarisforma input[type=text]{
		width: 35%;
	}
	#houseSearch > div{
		display: block;
	}
	section#chooseFloor{
		height: auto;
	}
	/*#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li{
		margin-top: 15px;
	}*/
	#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs{
		overflow: hidden;
	}
	#sofup{
		width: 90%;
		left: 5%
	}
	header > div.wrapper > nav#headerNav{
	    width: 80vw;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    right: -80vw;
	    background-color: #6AA1B9;
	}
	header > div.wrapper > nav#headerNav > ul{
		flex-direction: column;
	}
	#burghermenu{
		display: flex;
	}
	.homepageimg{
		height: 50vh;
	}
	#mainslider .item{
		height: 50vh;
	}
	section#qualityPlace > div.wrapper > ul.qualityBody, 
	section#qualityPlace{
		height: auto;
	}
	section#qualityPlace > div.wrapper > ul.qualityBody li{
		width: 50%;
	}
	div.newsPlace article div.text{
		width: 100%;
	}
	div.newsPlace article h3.title{
		width: 100%;
	}
	#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.leftSide{
		display: flex;
		flex-direction: column;
	}
	#flatPlace > div.wrapper > div > div.rightSide{
		flex-direction: column;
		align-items: center;
	}
	.gallery .item{
		text-align: initial;
	}
	#flatPlace > div.wrapper > div > div.leftSide{
		width: 100%;
	}
	#flatPlace > div.wrapper > div > div.rightSide{
		margin-top: 50px;
	}
	
	footer > div.wrapper > span.right, footer > div.wrapper > span.left{
		font-size: 13px;
	}
	section#chooseFloor div.leftSide{
		width: 95%;
		float: initial;
		margin: auto;
	}
	#Layer_1{
		width: 50%;
	}
	div.locationhouse{
		margin-top: -81%;
    	margin-left: 48%;
	}
	section#chooseFloor div.rightSide{
		width: 90%;
		height: auto;
		margin-left: 10px;
	}
	section#chooseFloor div.rightSide > h3, #chooseFloor > div.rightSide.floor_info > h6, #chooseFloor > div.rightSide.floor_info > div.planeImage{
		float: left;
	}
	section#housePlace div#houseSearch{
		top: 0;
		height: 30%;
		position: relative;
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 30%;
	}
	#houseSearch > div > ul > li> div{
		width: 100%!important;
	}
	section#housePlace div#houseSearch > div > ul{
		width: 100%;
	}
	#map > div.destinationPosition{
		left: 50%!important;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		margin-left: 42%;
	}
	.rightSide svg{
		width: 70%!important;
	}
	#infoTabPlace > div > div.column{
		flex-direction: column;
	}
	.card .rightcard{
		background-size: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.flats_cont .flat_addrs{
		width: 50%;
		height: 250px;
		padding-top: 70px;
	}
	.flats_cont{
		width: 100%;
	}
	.leftcall h3{
		font-size: 20px;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 5%;
	}
	div.svcont div.tip{
		left: 270px;
	}
	.popupp .popupleft{
		width: 39%;
	}
	.popupp .popupright{
		width: 55%;
	}
	#sofup > div.popupp > div.popupleft > h3{
		font-size: 18px;
	}
	section#chooseFloor div.leftSide{
		width: 95%;
	}
	#Layer_1{
		width: 60%;
	}
	section#chooseFloor div.rightSide{
		width: 95%;
		height: auto;
	}
	section#housePlace div#houseSearch{
		height: 250px;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		margin-right: 5%;
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 400px;
	}
	#map > div.destinationPosition{
		left: 43%!important;
	}
	#infoTabPlace > div > div.column{
		flex-direction: column;
	}
	#infoTabPlace > div > div.column > ul{
		width: 100%;
	}
	div.locationhouse{
	    margin-top: -84%;
    	margin-left: 53%;
	}
	section#housePlace div.searchResultPlace{
		width: 95%;
		margin-left: 0;
	}
	section#housePlace div.searchResultPlace > div > ul{
		width: 84%;
	}
	section#housePlace div.searchResultPlace > div > h3{
		width: 80%;
	}
	section#housePlace div.searchResultPlace > span.close{
		right: 0;
	}
	section#slider div.choosehouse > p{
		font-size: 25px;
	}
	.button--moema.button--inverted{
		font-size: 12px;
		width: 180px;
	}
	.partners .partner{
		width: 98%;
	}
}
@media only screen and (max-width: 650px) {
	section#housePlace div.searchResultPlace{
		top: 20px;
	}
	.flats_cont .flat_img{
		width: 100%;
	}
	.flats_cont .flat_addrs{
		width: 100%;
		height: 210px;
		padding-top: 20px;
	}
	header.headerChoose{
		position: static;
	}
	div.svcont div.tip{
		left: 50%!important;
	}
	.rightcall p{
		font-size: 14px;
	}
	#sofup{
		padding: 5px 10px 50px 10px;
	}
	.zarisforma input[type=submit]{
		margin-top: 2%;
	}
	.zarisforma input[type=text]{
		width: 49%;
	}
	.partners .partner .rightpartner > h5{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.partners .partner .rightpartner > p{
		font-size: 14px;
	}
	div.svcont div.tip{
		left: 280px;
	}
	.popupp{
		flex-direction: column;
	}
	.popupp .popupleft, .popupp .popupright{
		width: 100%;
		border: none;
	}
	.popupp .popupleft{
		padding-top: 0;
		margin-bottom: 20px;
	}
	div.contentPageInfo > h3, div.newsPlace article h3.title{
		text-align: center;
	}
	header > div.wrapper > h1.logo{
		background-size: 80%;
	}
	#map > div.destinationPosition{
		left: 35%!important;
	}
	.homepageimg{
	}
	section#qualityPlace > div.wrapper > ul.qualityBody li{
		width: 100%;
	}
	.contactInfoPlace div.contactContentInfo{
		width: 100%;
	}
	.contactInfoPlace > fieldset{
		width: 100%;
	}
	#contact > div > div > fieldset > form{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#contact > div > div > fieldset > form > input, .contactInfoPlace > fieldset > form > textarea{
		width: 100%;
	}
	.contactInfoPlace{
		padding: 0px 10px;
	}
	section#aboutPagePlace div.tabHeaderPlace{
		height: auto;
	}
	section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul#companyul{
		height: 140px;
	}
	section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li{
		width: 50%;
	}
	section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li > a{
		width: 100%;
		font-size: 13px;
	}
	#infoTabPlace > div > div.column{
		flex-direction: column;
	}
	#infoTabPlace > div > div.column > ul{
		width: 100%;
	}
	#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery{
		width: 95%;
	}
	#flatTabsPlace div.flatTabsPlaceBody section#infoTabPlace div.photoGallery div.overlayFrame{
		width: 100%;
	}
	#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li{
		width: 100%;
	}
	#flatTabsPlace > div.flatTabsPlaceHeader, #flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li, #flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs, #flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li.active > a, #flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li:hover > a{
		height: auto!important;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h6{
		font-size: 10px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3{
		font-size: 15px;
		margin-top: 10px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li{
		margin-right: 4px;
		padding-right: 13px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > a.backBtn{
		margin-right: 9px;
	}
	.flatBody .owl-carousel .owl-item img{
		width: 90%!important;
		height: auto;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList > li{
		width: 90%;
	}
	div.newsPlace article img.poster{
		float: initial;
		margin: auto;
	}
	div.newsPlace article h3.title{
		margin-top: 10px;
	}
	#Layer_1{
		width: 90%;
	}
	div.locationhouse{
		display: none;
	}
	.rightSide svg{
		width: 100%!important;
	}
	section#housePlace div#houseSearch{
		/*height: 350px;*/
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 90%;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		margin-top: 10%;
		float: left;
	}
	footer .wrapper{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 0 5px;
	}
	footer > div.wrapper > span.right, footer > div.wrapper > span.left{
		height: 25px;
		font-size: 11px;
	}
	footer{
		height: 96px;
	}
	.wrapper .card{
		flex-direction: column;
	}
	.card .leftcard{
		width: 100%;
	}
	.card .rightcard{
		width: 100%;
		height: 300px;
		background-position: center;
	}
	.card .rightcard{
		background-size: 70%;
	}
	.partners{
		justify-content: center;
	}
	#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs{
		flex-wrap: wrap;
		/*margin-top: 15px;*/
	}
	#flatTabsPlace div.flatTabsPlaceHeader ul.nav-tabs > li{
		margin-top: 0;
	}
}
@media only screen and (max-width: 560px) {
	.rightcall{
		padding-left: 6px;
	}
	.leftcall h3{
		font-size: 18px;
	}
	section#housePlace div#houseSearch > div > ul{
		flex-direction: column;
		height: auto;
	}
	#houseSearch > div{
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	section#housePlace div#houseSearch{
		height: 360px;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		/*margin-top: 37%;*/
		margin-left: 0;
		margin-right: 0;
	}
	#map > div.destinationPosition{
		left: 27%!important;
	}
	div.svcont div.tip{
		left: 280px;
	}
	#sofup > div.popupp > div.popupright > ul{
		margin-top: 50px;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 2%;
	}
}
@media only screen and (max-width: 500px) {
	.call{
		flex-direction: column;
	}
	.leftcall{
		width: 100%;
		border: none;
	}
	.rightcall{
		width: 100%;
		padding-left: 0;
	}
	.call{
		margin-top: 15px;
	}
	.zarisforma{
		margin-top: 15px;
	}
	#sofup{
		padding: 5px 10px 70px 10px;
	}
	.leftcall h3{
		font-size: 20px;
	}
	.rightcall{
		margin-top: 30px;
	}
	.rightcall p{
		font-size: 15px;
	}
	.partners .partner{
		justify-content: flex-start;
	}
	.partners .partner .rightpartner{
		border-left: none;
	}
	.partners .partner{
		flex-direction: column;
		height: auto;
	}
	.partners .partner .leftpartner{
		height: 130px;
		width: 100%;
	}
	.partners .partner .rightpartner{
		width: 100%;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 15%;
	}
	.partners .partner .rightpartner{
		padding-top: 10px;
	}
	#sofup > div.popupp > div.popupright > ul{
		margin-top: 30px;
	}
	.card .rightcard{
		margin-top: 0;
	}
	header > div.wrapper > h1.logo{
		background-size: 70%;
	}
	div.svcont div.tip{
		left: 230px;
	}
	section#housePlace div#houseSearch{
		height: 360px;
	}
	section#housePlace div#houseSearch > div > ul > li, section#housePlace div#houseSearch > div > ul > li > div{
		width: 90%;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		/*margin-top: 44%;*/
	}
	#map > div.destinationPosition{
		left: 22%!important;
	}
	div.destinationPosition #category{
		width: 240px;
	}
	div.destinationPosition{
		width: 300px;
	}
	div.destinationPosition > ul{
		width: 270px;
	}
	.button--moema.button--inverted{
		font-size: 9px;
    	line-height: 40px;
    	width: 150px;
		height: 48px;
	}
	section#slider div.choosehouse > p{
		font-size: 20px;
	}
	#slider > div.choosehouse > a > button > img{
		width: 20%;
	}
}
@media only screen and (max-width: 420px) {
	section#chooseFloor div.leftSide{
		height: 420px;
	}
	.zarisforma input[type=text]{
		padding: 0 5px;
	}
	#flatPlace > div > div > div.leftSide > div.flatbuttons > div > button.switcher{
		margin-left: 5px;
	}
	.partners .partner{
		min-height: 400px;
		height: auto;
	}
	.partners .partner .leftpartner{
		height: 200px;
	}
	.partners .partner .rightpartner{
		height: calc(100% - 200px);
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 10%;
	}
	#infoTabPlace > div > div.column > ul, #infoTabPlace > div > div.column > ol{
		padding-left: 5px;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace{
		width: 100%;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.headerPlace{
		background-size: 100% 100%;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > ul.datailedInfoList{
		margin-left: 10px;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button:first-child{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace button{
		width: calc(100% - 20px)!important;
	}
	#flatPlace > div.wrapper > div > div.rightSide .calculatorPlace > div.bodyPlace > div.bodyplacebutton{
		flex-direction: column;
		align-items: center;
	}
	div.svcont div.tip{
		left: 200px;
	}
	section#housePlace div#houseSearch{
		height: 300px;
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		/*margin-top: 52%;*/
	}
	div.destinationPosition{
		width: 250px;
	}
	div.destinationPosition > h3{
		font-size: 20px;
	}
	div.destinationPosition #category{
		width: 190px;
	}
	div.destinationPosition > ul{
		width: 220px;
	}
	#slider > div.choosehouse > a > button > img{
		width: 12%;
		padding-right: 2px;
	}
	section#slider div.choosehouse > p{
		font-size: 15px;
	}
	.button--moema.button--inverted{
		font-size: 7px;
    	line-height: 30px;
    	width: 110px;
    	height: 38px;
	}
	.button{
		min-width: 0;
	    padding: 1em 1em;	
	    margin: 0;
	}
	section#slider div.choosehouse{
		top: calc(50% - 45px);
	}
	div.flashSliderBody > #partriala div.item{
		width: 100%!important;
	}
	div.flashSliderBody > #partriala div.item a{
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
	#sofup{
		top: 10px;
	}
	.zarisforma input[type=text]{
		width: 100%;
		margin-bottom: 10px;
	}
	.rightcall p{
		font-size: 14px;
	}
	.partners .partner:hover .leftpartner ul{
		padding-left: 5%;
	}
	div.svcont div.tip{
		left: 150px;
	}
	#sofup > div.popupp > div.popupright > h4, #sofup > div.popupp > div.popupright > h5{
		margin-bottom: 20px;
	}
	#sofup > div.popupp > div.popupright > ul{
		margin: 30px 0 10px -40px;
	}
	.card .rightcard{
		height: 200px;
	}
	.card .leftcard span{
		font-size: 14px;
	}
	header .languageSwitch{
		margin-right: 10px;
	}
	.racginda .headericons{
		margin-right: 5px;
		margin-left: 5px;
	}
	.homepageimg{
		height: 50vh;
	}
	#mainslider .item{
		height: 50vh;
	}
	div.flashSliderBody > #partriala div.item{
		width: 300px;
	}
	div.flashSliderBody > #partriala{
		width: calc(100% - 20px);
    	margin-left: 15px;
	}
	section#aboutPagePlace div.tabHeaderPlace > div.wrapper > ul > li > a{
		font-size: 11px;
	}
	.rightSide svg{
		width: 90%;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li > h3{
		font-size: 14px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > ul.flatInfoList > li{
		margin-right: 0px;
    	padding-right: 9px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatHeader > a.backBtn{
		margin-right: 2px;
	}
	.fb_iframe_widget{
		margin-right: 10px;
	}
	#flatPlace > div.wrapper > div > div.leftSide > div.flatbuttons button{
		margin-left: -1px;
	}
	div.newsPlace article img.poster{
		margin: auto;
		float: none;
	}
	section#housePlace div#houseSearch{
    	/*height: 370px;*/
	}
	section#housePlace div#houseSearch > div > input[type="submit"]{
		/*margin-top: 62%;*/
	}
	div.destinationPosition #category{
		width: 170px;
	}
	div.destinationPosition > ul{
		width: 200px;
	}
	div.destinationPosition{
		width: 230px;
	}
	section#slider div.choosehouse{
		top: calc(50% - 25px);
	}
	footer > div.wrapper > span.right, footer > div.wrapper > span.left{
		font-size: 9px;
	}
	footer .wrapper{
		padding: 0 2px;
	}
}