/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

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

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

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

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background-color: transparent;
}

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

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

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

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

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
}

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

figure
{
    margin: 1em 40px;
}

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

pre
{
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0; 

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; 

    -webkit-appearance: button;
}

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']
{
    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']
{
    box-sizing: content-box; 

    -webkit-appearance: textfield;
}

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

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after
    {
        content: ' (' attr(title) ')';
    }
    a[href^='#']:after,
    a[href^='javascript:']:after
    {
        content: '';
    }
    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    .navbar
    {
        display: none;
    }
    .btn > .caret,
    .button > .caret,
    .dropup > .btn > .caret,
    .dropup > .button > .caret
    {
        border-top-color: #000 !important;
    }
    .label
    {
        border: 1px solid #000;
    }
    .table,
    .list1
    {
        border-collapse: collapse !important;
    }
    .table td,
    .list1 td,
    .table th,
    .list1 th
    {
        background-color: #fff !important;
    }
    .table-bordered th,
    .list1 th,
    .table-bordered td,
    .list1 td
    {
        border: 1px solid #ddd !important;
    }
}

@font-face
{
    font-family: 'Glyphicons Halflings';

    src: url('/css/fonts/bootstrap/glyphicons-halflings-regular.eot');
    src: url('/css/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('/css/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon
{
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    position: relative;
    top: 1px;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before
{
    content: '\2a';
}

.glyphicon-plus:before
{
    content: '\2b';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html
{
    font-size: 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.42857;

    color: #333;
    background-color: #fff;
}

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

a
{
    text-decoration: none; 

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

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

figure
{
    margin: 0;
}

img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;

    max-width: 100%;
    height: auto;
}

.img-rounded
{
    border-radius: 1;
}

.img-thumbnail
{
    line-height: 1.42857;

    display: inline-block;

    max-width: 100%;
    height: auto; 
    padding: 4px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

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

hr
{
    margin-top: 20px;
    margin-bottom: 20px;

    border: 0;
    border-top: 1px solid #eee;
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto; 

    width: auto;
    height: auto;
    margin: 0;
}

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

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

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

    color: #777;
}

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

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

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

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

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

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

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

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

p
{
    margin: 0 0 10px;
}

.lead
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; 

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

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

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,
.initialism
{
    text-transform: uppercase;
}

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

.text-muted
{
    color: #777;
}

.text-primary
{
    color: #666;
}

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

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

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

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

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

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

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

.text-danger
{
    color: #a94442;
}

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

.bg-primary
{
    color: #fff;
}

.bg-primary
{
    background-color: #666;
}

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

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

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

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

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

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

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

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

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

.page-header
{
    margin: 40px 0 20px;
    padding-bottom: 9px;

    border-bottom: 1px solid #eee;
}

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

.list-unstyled
{
    padding-left: 0;

    list-style: none;
}

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

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

dt
{
    font-weight: bold;
}

dd
{
    margin-left: 0;
}

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

    content: ' ';
}

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

@media (min-width: 640px)
{
    .dl-horizontal dt
    {
        float: left;
        clear: left;
        overflow: hidden;

        width: 160px;

        text-align: right;
        white-space: nowrap; 
        text-overflow: ellipsis;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;

    border-bottom: 1px dotted #777;
}

.initialism
{
    font-size: 90%;
}

blockquote
{
    font-size: 17.5px;

    margin: 0 0 20px;
    padding: 10px 20px;

    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
{
    font-size: 80%;
    line-height: 1.42857;

    display: block;

    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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before
{
    content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after
{
    content: '\00A0 \2014';
}

address
{
    font-style: normal;
    line-height: 1.42857; 

    margin-bottom: 20px;
}

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

code
{
    font-size: 90%;

    padding: 2px 4px;

    color: #c7254e;
    border-radius: 0; 
    background-color: #f9f2f4;
}

kbd
{
    font-size: 90%;

    padding: 2px 4px;

    color: #fff;
    border-radius: 0;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd
{
    font-size: 100%;
    font-weight: bold;

    padding: 0;

    box-shadow: none;
}

pre
{
    font-size: 13px;
    line-height: 1.42857;

    display: block;

    margin: 0 0 10px;
    padding: 9.5px;

    word-wrap: break-word;
    word-break: break-all;

    color: #333;
    border: 1px solid #ccc;
    border-radius: 0; 
    background-color: #f5f5f5;
}
pre code
{
    font-size: inherit;

    padding: 0;

    white-space: pre-wrap;

    color: inherit;
    border-radius: 0; 
    background-color: transparent;
}

.pre-scrollable
{
    overflow-y: scroll; 

    max-height: 340px;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px; 
    padding-left: 16px;
}
.container:before,
.container:after
{
    display: table; 

    content: ' ';
}
.container:after
{
    clear: both;
}
@media (min-width: 480px)
{
    .container
    {
        width: 442px;
    }
}
@media (min-width: 640px)
{
    .container
    {
        width: 612px;
    }
}
@media (min-width: 768px)
{
    .container
    {
        width: 752px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        width: 972px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1172px;
    }
}
@media (min-width: 1400px)
{
    .container
    {
        width: 1372px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px; 
    padding-left: 16px;
}
.container-fluid:before,
.container-fluid:after
{
    display: table; 

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

.row,
.grid
{
    margin-right: -16px; 
    margin-left: -16px;
}
.row:before,
.grid:before,
.row:after,
.grid:after
{
    display: table; 

    content: ' ';
}
.row:after,
.grid:after
{
    clear: both;
}

.col-xs-1,
.col-ss-1,
.col-ms-1,
.col-sm-1,
.col-md-1,
.column-md-1,
.col-lg-1,
.col-xs-2,
.col-ss-2,
.col-sm-2,
.col-ms-2,
.col-md-2,
.column-md-2,
.col-lg-2,
.col-xs-3,
.col-ss-3,
.col-sm-3,
.col-ms-3,
.col-md-3,
.column-md-3,
.col-lg-3,
.col-xs-4,
.col-ss-4,
.col-sm-4,
.col-ms-4,
.col-md-4,
.column-md-4,
.col-lg-4,
.col-xs-5,
.col-ss-5,
.col-sm-5,
.col-ms-5,
.col-md-5,
.column-md-5,
.col-lg-5,
.col-xs-6,
.col-ss-6,
.col-sm-6,
.col-ms-6,
.col-md-6,
.column-md-6,
.col-lg-6,
.col-xs-7,
.col-ss-7,
.col-sm-7,
.col-ms-7,
.col-md-7,
.column-md-7,
.col-lg-7,
.col-xs-8,
.col-ss-8,
.col-sm-8,
.col-ms-8,
.col-md-8,
.column-md-8,
.col-lg-8,
.col-xs-9,
.col-ss-9,
.col-sm-9,
.col-ms-9,
.col-md-9,
.column-md-9,
.col-lg-9,
.col-xs-10,
.col-ss-10,
.col-sm-10,
.col-ms-10,
.col-md-10,
.column-md-10,
.col-lg-10,
.col-xs-11,
.col-ss-11,
.col-sm-11,
.col-ms-11,
.col-md-11,
.column-md-11,
.col-lg-11,
.col-xs-12,
.col-ss-12,
.col-sm-12,
.col-ms-12,
.col-md-12,
.column-md-12,
.col-lg-12
{
    position: relative;

    min-height: 1px;
    padding-right: 16px; 
    padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px)
{
    .col-ss-1,
    .col-ss-2,
    .col-ss-3,
    .col-ss-4,
    .col-ss-5,
    .col-ss-6,
    .col-ss-7,
    .col-ss-8,
    .col-ss-9,
    .col-ss-10,
    .col-ss-11,
    .col-ss-12
    {
        float: left;
    }
    .col-ss-1
    {
        width: 8.33333%;
    }
    .col-ss-2
    {
        width: 16.66667%;
    }
    .col-ss-3
    {
        width: 25%;
    }
    .col-ss-4
    {
        width: 33.33333%;
    }
    .col-ss-5
    {
        width: 41.66667%;
    }
    .col-ss-6
    {
        width: 50%;
    }
    .col-ss-7
    {
        width: 58.33333%;
    }
    .col-ss-8
    {
        width: 66.66667%;
    }
    .col-ss-9
    {
        width: 75%;
    }
    .col-ss-10
    {
        width: 83.33333%;
    }
    .col-ss-11
    {
        width: 91.66667%;
    }
    .col-ss-12
    {
        width: 100%;
    }
    .col-ss-pull-0
    {
        right: auto;
    }
    .col-ss-pull-1
    {
        right: 8.33333%;
    }
    .col-ss-pull-2
    {
        right: 16.66667%;
    }
    .col-ss-pull-3
    {
        right: 25%;
    }
    .col-ss-pull-4
    {
        right: 33.33333%;
    }
    .col-ss-pull-5
    {
        right: 41.66667%;
    }
    .col-ss-pull-6
    {
        right: 50%;
    }
    .col-ss-pull-7
    {
        right: 58.33333%;
    }
    .col-ss-pull-8
    {
        right: 66.66667%;
    }
    .col-ss-pull-9
    {
        right: 75%;
    }
    .col-ss-pull-10
    {
        right: 83.33333%;
    }
    .col-ss-pull-11
    {
        right: 91.66667%;
    }
    .col-ss-pull-12
    {
        right: 100%;
    }
    .col-ss-push-0
    {
        left: auto;
    }
    .col-ss-push-1
    {
        left: 8.33333%;
    }
    .col-ss-push-2
    {
        left: 16.66667%;
    }
    .col-ss-push-3
    {
        left: 25%;
    }
    .col-ss-push-4
    {
        left: 33.33333%;
    }
    .col-ss-push-5
    {
        left: 41.66667%;
    }
    .col-ss-push-6
    {
        left: 50%;
    }
    .col-ss-push-7
    {
        left: 58.33333%;
    }
    .col-ss-push-8
    {
        left: 66.66667%;
    }
    .col-ss-push-9
    {
        left: 75%;
    }
    .col-ss-push-10
    {
        left: 83.33333%;
    }
    .col-ss-push-11
    {
        left: 91.66667%;
    }
    .col-ss-push-12
    {
        left: 100%;
    }
    .col-ss-offset-0
    {
        margin-left: 0;
    }
    .col-ss-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-ss-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-ss-offset-3
    {
        margin-left: 25%;
    }
    .col-ss-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-ss-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-ss-offset-6
    {
        margin-left: 50%;
    }
    .col-ss-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-ss-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-ss-offset-9
    {
        margin-left: 75%;
    }
    .col-ss-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-ss-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-ss-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 640px)
{
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12
    {
        float: left;
    }
    .col-ms-1
    {
        width: 8.33333%;
    }
    .col-ms-2
    {
        width: 16.66667%;
    }
    .col-ms-3
    {
        width: 25%;
    }
    .col-ms-4
    {
        width: 33.33333%;
    }
    .col-ms-5
    {
        width: 41.66667%;
    }
    .col-ms-6
    {
        width: 50%;
    }
    .col-ms-7
    {
        width: 58.33333%;
    }
    .col-ms-8
    {
        width: 66.66667%;
    }
    .col-ms-9
    {
        width: 75%;
    }
    .col-ms-10
    {
        width: 83.33333%;
    }
    .col-ms-11
    {
        width: 91.66667%;
    }
    .col-ms-12
    {
        width: 100%;
    }
    .col-ms-pull-0
    {
        right: auto;
    }
    .col-ms-pull-1
    {
        right: 8.33333%;
    }
    .col-ms-pull-2
    {
        right: 16.66667%;
    }
    .col-ms-pull-3
    {
        right: 25%;
    }
    .col-ms-pull-4
    {
        right: 33.33333%;
    }
    .col-ms-pull-5
    {
        right: 41.66667%;
    }
    .col-ms-pull-6
    {
        right: 50%;
    }
    .col-ms-pull-7
    {
        right: 58.33333%;
    }
    .col-ms-pull-8
    {
        right: 66.66667%;
    }
    .col-ms-pull-9
    {
        right: 75%;
    }
    .col-ms-pull-10
    {
        right: 83.33333%;
    }
    .col-ms-pull-11
    {
        right: 91.66667%;
    }
    .col-ms-pull-12
    {
        right: 100%;
    }
    .col-ms-push-0
    {
        left: auto;
    }
    .col-ms-push-1
    {
        left: 8.33333%;
    }
    .col-ms-push-2
    {
        left: 16.66667%;
    }
    .col-ms-push-3
    {
        left: 25%;
    }
    .col-ms-push-4
    {
        left: 33.33333%;
    }
    .col-ms-push-5
    {
        left: 41.66667%;
    }
    .col-ms-push-6
    {
        left: 50%;
    }
    .col-ms-push-7
    {
        left: 58.33333%;
    }
    .col-ms-push-8
    {
        left: 66.66667%;
    }
    .col-ms-push-9
    {
        left: 75%;
    }
    .col-ms-push-10
    {
        left: 83.33333%;
    }
    .col-ms-push-11
    {
        left: 91.66667%;
    }
    .col-ms-push-12
    {
        left: 100%;
    }
    .col-ms-offset-0
    {
        margin-left: 0;
    }
    .col-ms-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-ms-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-ms-offset-3
    {
        margin-left: 25%;
    }
    .col-ms-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-ms-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-ms-offset-6
    {
        margin-left: 50%;
    }
    .col-ms-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-ms-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-ms-offset-9
    {
        margin-left: 75%;
    }
    .col-ms-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-ms-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-ms-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 768px)
{
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12
    {
        float: left;
    }
    .col-sm-1
    {
        width: 8.33333%;
    }
    .col-sm-2
    {
        width: 16.66667%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-4
    {
        width: 33.33333%;
    }
    .col-sm-5
    {
        width: 41.66667%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-7
    {
        width: 58.33333%;
    }
    .col-sm-8
    {
        width: 66.66667%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-10
    {
        width: 83.33333%;
    }
    .col-sm-11
    {
        width: 91.66667%;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-pull-1
    {
        right: 8.33333%;
    }
    .col-sm-pull-2
    {
        right: 16.66667%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-4
    {
        right: 33.33333%;
    }
    .col-sm-pull-5
    {
        right: 41.66667%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-7
    {
        right: 58.33333%;
    }
    .col-sm-pull-8
    {
        right: 66.66667%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-10
    {
        right: 83.33333%;
    }
    .col-sm-pull-11
    {
        right: 91.66667%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-push-1
    {
        left: 8.33333%;
    }
    .col-sm-push-2
    {
        left: 16.66667%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-4
    {
        left: 33.33333%;
    }
    .col-sm-push-5
    {
        left: 41.66667%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-7
    {
        left: 58.33333%;
    }
    .col-sm-push-8
    {
        left: 66.66667%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-10
    {
        left: 83.33333%;
    }
    .col-sm-push-11
    {
        left: 91.66667%;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 992px)
{
    .col-md-1,
    .column-md-1,
    .col-md-2,
    .column-md-2,
    .col-md-3,
    .column-md-3,
    .col-md-4,
    .column-md-4,
    .col-md-5,
    .column-md-5,
    .col-md-6,
    .column-md-6,
    .col-md-7,
    .column-md-7,
    .col-md-8,
    .column-md-8,
    .col-md-9,
    .column-md-9,
    .col-md-10,
    .column-md-10,
    .col-md-11,
    .column-md-11,
    .col-md-12,
    .column-md-12
    {
        float: left;
    }
    .col-md-1,
    .column-md-1
    {
        width: 8.33333%;
    }
    .col-md-2,
    .column-md-2
    {
        width: 16.66667%;
    }
    .col-md-3,
    .column-md-3
    {
        width: 25%;
    }
    .col-md-4,
    .column-md-4
    {
        width: 33.33333%;
    }
    .col-md-5,
    .column-md-5
    {
        width: 41.66667%;
    }
    .col-md-6,
    .column-md-6
    {
        width: 50%;
    }
    .col-md-7,
    .column-md-7
    {
        width: 58.33333%;
    }
    .col-md-8,
    .column-md-8
    {
        width: 66.66667%;
    }
    .col-md-9,
    .column-md-9
    {
        width: 75%;
    }
    .col-md-10,
    .column-md-10
    {
        width: 83.33333%;
    }
    .col-md-11,
    .column-md-11
    {
        width: 91.66667%;
    }
    .col-md-12,
    .column-md-12
    {
        width: 100%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-pull-1
    {
        right: 8.33333%;
    }
    .col-md-pull-2
    {
        right: 16.66667%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-4
    {
        right: 33.33333%;
    }
    .col-md-pull-5
    {
        right: 41.66667%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-7
    {
        right: 58.33333%;
    }
    .col-md-pull-8
    {
        right: 66.66667%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-10
    {
        right: 83.33333%;
    }
    .col-md-pull-11
    {
        right: 91.66667%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-push-1
    {
        left: 8.33333%;
    }
    .col-md-push-2
    {
        left: 16.66667%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-4
    {
        left: 33.33333%;
    }
    .col-md-push-5
    {
        left: 41.66667%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-7
    {
        left: 58.33333%;
    }
    .col-md-push-8
    {
        left: 66.66667%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-10
    {
        left: 83.33333%;
    }
    .col-md-push-11
    {
        left: 91.66667%;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
    .col-md-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-md-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
}

@media (min-width: 1200px)
{
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12
    {
        float: left;
    }
    .col-lg-1
    {
        width: 8.33333%;
    }
    .col-lg-2
    {
        width: 16.66667%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-4
    {
        width: 33.33333%;
    }
    .col-lg-5
    {
        width: 41.66667%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-7
    {
        width: 58.33333%;
    }
    .col-lg-8
    {
        width: 66.66667%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-10
    {
        width: 83.33333%;
    }
    .col-lg-11
    {
        width: 91.66667%;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-pull-1
    {
        right: 8.33333%;
    }
    .col-lg-pull-2
    {
        right: 16.66667%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-4
    {
        right: 33.33333%;
    }
    .col-lg-pull-5
    {
        right: 41.66667%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-7
    {
        right: 58.33333%;
    }
    .col-lg-pull-8
    {
        right: 66.66667%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-10
    {
        right: 83.33333%;
    }
    .col-lg-pull-11
    {
        right: 91.66667%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-push-1
    {
        left: 8.33333%;
    }
    .col-lg-push-2
    {
        left: 16.66667%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-4
    {
        left: 33.33333%;
    }
    .col-lg-push-5
    {
        left: 41.66667%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-7
    {
        left: 58.33333%;
    }
    .col-lg-push-8
    {
        left: 66.66667%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-10
    {
        left: 83.33333%;
    }
    .col-lg-push-11
    {
        left: 91.66667%;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
    .col-lg-offset-1
    {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
}

table
{
    background-color: transparent;
}

caption
{
    padding-top: 8px;
    padding-bottom: 8px;

    text-align: left; 

    color: #777;
}

th
{
    text-align: left;
}

.table,
.list1
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.list1 > thead > tr > th,
.table > thead > tr > td,
.list1 > thead > tr > td,
.table > tbody > tr > th,
.list1 > tbody > tr > th,
.table > tbody > tr > td,
.list1 > tbody > tr > td,
.table > tfoot > tr > th,
.list1 > tfoot > tr > th,
.table > tfoot > tr > td,
.list1 > tfoot > tr > td
{
    line-height: 1.42857;

    padding: 8px;

    vertical-align: top;

    border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.list1 > thead > tr > th
{
    vertical-align: bottom;

    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.list1 > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.list1 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.list1 > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.list1 > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.list1 > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.list1 > thead:first-child > tr:first-child > td
{
    border-top: 0;
}
.table > tbody + tbody,
.list1 > tbody + tbody
{
    border-top: 2px solid #ddd;
}
.table .table,
.list1 .table,
.table .list1,
.list1 .list1
{
    background-color: #fff;
}

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

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

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

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

table col[class*='col-']
{
    position: static;

    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,
.list1 > thead > tr > td.active,
.table > thead > tr > th.active,
.list1 > thead > tr > th.active,
.table > thead > tr.active > td,
.list1 > thead > tr.active > td,
.table > thead > tr.active > th,
.list1 > thead > tr.active > th,
.table > tbody > tr > td.active,
.list1 > tbody > tr > td.active,
.table > tbody > tr > th.active,
.list1 > tbody > tr > th.active,
.table > tbody > tr.active > td,
.list1 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.list1 > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.list1 > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.list1 > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.list1 > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.list1 > 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,
.list1 > thead > tr > td.success,
.table > thead > tr > th.success,
.list1 > thead > tr > th.success,
.table > thead > tr.success > td,
.list1 > thead > tr.success > td,
.table > thead > tr.success > th,
.list1 > thead > tr.success > th,
.table > tbody > tr > td.success,
.list1 > tbody > tr > td.success,
.table > tbody > tr > th.success,
.list1 > tbody > tr > th.success,
.table > tbody > tr.success > td,
.list1 > tbody > tr.success > td,
.table > tbody > tr.success > th,
.list1 > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.list1 > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.list1 > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.list1 > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.list1 > 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,
.list1 > thead > tr > td.info,
.table > thead > tr > th.info,
.list1 > thead > tr > th.info,
.table > thead > tr.info > td,
.list1 > thead > tr.info > td,
.table > thead > tr.info > th,
.list1 > thead > tr.info > th,
.table > tbody > tr > td.info,
.list1 > tbody > tr > td.info,
.table > tbody > tr > th.info,
.list1 > tbody > tr > th.info,
.table > tbody > tr.info > td,
.list1 > tbody > tr.info > td,
.table > tbody > tr.info > th,
.list1 > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.list1 > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.list1 > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.list1 > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.list1 > 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,
.list1 > thead > tr > td.warning,
.table > thead > tr > th.warning,
.list1 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.list1 > thead > tr.warning > td,
.table > thead > tr.warning > th,
.list1 > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.list1 > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.list1 > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.list1 > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.list1 > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.list1 > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.list1 > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.list1 > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.list1 > 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,
.list1 > thead > tr > td.danger,
.table > thead > tr > th.danger,
.list1 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.list1 > thead > tr.danger > td,
.table > thead > tr.danger > th,
.list1 > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.list1 > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.list1 > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.list1 > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.list1 > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.list1 > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.list1 > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.list1 > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.list1 > tfoot > tr.danger > th
{
    background-color: #f2dede;
}

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

.table-responsive
{
    overflow-x: auto;

    min-height: .01%;
}
@media screen and (max-width: 479px)
{
    .table-responsive
    {
        overflow-y: hidden;

        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;

        border: 1px solid #ddd; 

        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table,
    .table-responsive > .list1
    {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .list1 > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .list1 > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .list1 > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .list1 > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .list1 > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .list1 > tfoot > tr > td
    {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered,
    .table-responsive > .list1
    {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .list1 > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .list1 > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .list1 > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .list1 > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .list1 > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .list1 > tfoot > tr > td:first-child
    {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .list1 > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .list1 > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .list1 > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .list1 > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .list1 > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .list1 > tfoot > tr > td:last-child
    {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .list1 > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .list1 > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .list1 > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .list1 > tfoot > tr:last-child > td
    {
        border-bottom: 0;
    }
}

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

    border: 0;
}

legend
{
    font-size: 21px;
    line-height: inherit;

    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 0;

    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label
{
    font-weight: bold; 

    display: inline-block;

    max-width: 100%;
    margin-bottom: 5px;
}

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

input[type='radio'],
input[type='checkbox']
{
    line-height: normal; 

    margin: 4px 0 0;
    margin-top: 1px \9;
}

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
{
    font-size: 14px;
    line-height: 1.42857;

    display: block;

    padding-top: 7px;

    color: #555;
}

.form-control,
.input-search,
.object__box input[type=text],
.object__box textarea
{
    font-size: 14px;
    line-height: 1.42857;

    display: block;

    width: 100%;
    height: 34px;
    padding: 6px 12px;

    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 

    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control:focus,
.input-search:focus,
.object__box input:focus[type=text],
.object__box textarea: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,
.input-search::-moz-placeholder,
.object__box input[type=text]::-moz-placeholder,
.object__box textarea::-moz-placeholder
{
    opacity: 1; 
    color: #999;
}
.form-control:-ms-input-placeholder,
.input-search:-ms-input-placeholder,
.object__box input:-ms-input-placeholder[type=text],
.object__box textarea:-ms-input-placeholder
{
    color: #999;
}
.form-control::-webkit-input-placeholder,
.input-search::-webkit-input-placeholder,
.object__box input[type=text]::-webkit-input-placeholder,
.object__box textarea::-webkit-input-placeholder
{
    color: #999;
}
.form-control[disabled],
.input-search[disabled],
.object__box input[disabled][type=text],
.object__box textarea[disabled],
.form-control[readonly],
.input-search[readonly],
.object__box input[readonly][type=text],
.object__box textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .input-search,
fieldset[disabled] .object__box input[type=text],
.object__box fieldset[disabled] input[type=text],
fieldset[disabled] .object__box textarea,
.object__box fieldset[disabled] textarea
{
    opacity: 1; 
    background-color: #eee;
}
.form-control[disabled],
.input-search[disabled],
.object__box input[disabled][type=text],
.object__box textarea[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .input-search,
fieldset[disabled] .object__box input[type=text],
.object__box fieldset[disabled] input[type=text],
fieldset[disabled] .object__box textarea,
.object__box fieldset[disabled] textarea
{
    cursor: not-allowed;
}

textarea.form-control,
textarea.input-search,
.object__box textarea
{
    height: auto;
}

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

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

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

.radio,
.checkbox
{
    position: relative;

    display: block;

    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label
{
    font-weight: normal;

    min-height: 20px;
    margin-bottom: 0;
    padding-left: 20px;

    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
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer; 
    vertical-align: middle;
}

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

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

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

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

.form-control-static
{
    min-height: 34px; 
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-search,
.object__box .input-group-lg > input.form-control-static[type=text],
.object__box .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.button,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-search,
.object__box .input-group-sm > input.form-control-static[type=text],
.object__box .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.button
{
    padding-right: 0; 
    padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-search,
.object__box .input-group-sm > input[type=text],
.object__box .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .button
{
    font-size: 12px;
    line-height: 1.5;

    height: 30px;
    padding: 5px 10px;

    border-radius: 0;
}

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

    height: 30px;
}

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

.form-group-sm .form-control,
.form-group-sm .input-search,
.form-group-sm .object__box input[type=text],
.object__box .form-group-sm input[type=text],
.form-group-sm .object__box textarea,
.object__box .form-group-sm textarea
{
    font-size: 12px;
    line-height: 1.5;

    height: 30px;
    padding: 5px 10px;

    border-radius: 0;
}

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

    height: 30px;
}

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

.form-group-sm .form-control-static
{
    font-size: 12px;
    line-height: 1.5; 

    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-search,
.object__box .input-group-lg > input[type=text],
.object__box .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .button
{
    font-size: 18px;
    line-height: 1.33333;

    height: 46px;
    padding: 10px 16px;

    border-radius: 1;
}

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

    height: 46px;
}

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

.form-group-lg .form-control,
.form-group-lg .input-search,
.form-group-lg .object__box input[type=text],
.object__box .form-group-lg input[type=text],
.form-group-lg .object__box textarea,
.object__box .form-group-lg textarea
{
    font-size: 18px;
    line-height: 1.33333;

    height: 46px;
    padding: 10px 16px;

    border-radius: 1;
}

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

    height: 46px;
}

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

.form-group-lg .form-control-static
{
    font-size: 18px;
    line-height: 1.33333; 

    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
}

.has-feedback
{
    position: relative;
}
.has-feedback .form-control,
.has-feedback .input-search,
.has-feedback .object__box input[type=text],
.object__box .has-feedback input[type=text],
.has-feedback .object__box textarea,
.object__box .has-feedback textarea
{
    padding-right: 42.5px;
}

.form-control-feedback
{
    line-height: 34px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: block;

    width: 34px;
    height: 34px;

    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-search + .form-control-feedback,
.object__box .input-group-lg > input[type=text] + .form-control-feedback,
.object__box .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .input-search + .form-control-feedback,
.form-group-lg .object__box input[type=text] + .form-control-feedback,
.object__box .form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg .object__box textarea + .form-control-feedback,
.object__box .form-group-lg textarea + .form-control-feedback
{
    line-height: 46px; 

    width: 46px;
    height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-search + .form-control-feedback,
.object__box .input-group-sm > input[type=text] + .form-control-feedback,
.object__box .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .input-search + .form-control-feedback,
.form-group-sm .object__box input[type=text] + .form-control-feedback,
.object__box .form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm .object__box textarea + .form-control-feedback,
.object__box .form-group-sm textarea + .form-control-feedback
{
    line-height: 30px; 

    width: 30px;
    height: 30px;
}

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

.has-success .form-control,
.has-success .input-search,
.has-success .object__box input[type=text],
.object__box .has-success input[type=text],
.has-success .object__box textarea,
.object__box .has-success textarea
{
    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,
.has-success .input-search:focus,
.has-success .object__box input:focus[type=text],
.object__box .has-success input:focus[type=text],
.has-success .object__box textarea:focus,
.object__box .has-success textarea: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;
    border-color: #3c763d;
    background-color: #dff0d8;
}

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

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

.has-warning .form-control,
.has-warning .input-search,
.has-warning .object__box input[type=text],
.object__box .has-warning input[type=text],
.has-warning .object__box textarea,
.object__box .has-warning textarea
{
    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,
.has-warning .input-search:focus,
.has-warning .object__box input:focus[type=text],
.object__box .has-warning input:focus[type=text],
.has-warning .object__box textarea:focus,
.object__box .has-warning textarea: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;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

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

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

.has-error .form-control,
.has-error .input-search,
.has-error .object__box input[type=text],
.object__box .has-error input[type=text],
.has-error .object__box textarea,
.object__box .has-error textarea
{
    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,
.has-error .input-search:focus,
.has-error .object__box input:focus[type=text],
.object__box .has-error input:focus[type=text],
.has-error .object__box textarea:focus,
.object__box .has-error textarea: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;
    border-color: #a94442;
    background-color: #f2dede;
}

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

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

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

.help-block
{
    display: block;

    margin-top: 5px;
    margin-bottom: 10px;

    color: #737373;
}

@media (min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;

        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-control,
    .form-inline .input-search,
    .form-inline .object__box input[type=text],
    .object__box .form-inline input[type=text],
    .form-inline .object__box textarea,
    .object__box .form-inline textarea
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-static
    {
        display: inline-block;
    }
    .form-inline .input-group
    {
        display: inline-table;

        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-search,
    .form-inline .input-group .object__box input[type=text],
    .object__box .form-inline .input-group input[type=text],
    .form-inline .input-group .object__box textarea,
    .object__box .form-inline .input-group textarea
    {
        width: auto;
    }
    .form-inline .input-group > .form-control,
    .form-inline .input-group > .input-search,
    .form-inline .object__box .input-group > input[type=text],
    .object__box .form-inline .input-group > input[type=text],
    .form-inline .object__box .input-group > textarea,
    .object__box .form-inline .input-group > textarea
    {
        width: 100%;
    }
    .form-inline .control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox
    {
        display: inline-block;

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label
    {
        padding-left: 0;
    }
    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox']
    {
        position: relative;

        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

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

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

.form-horizontal .form-group
{
    margin-right: -16px; 
    margin-left: -16px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after
{
    display: table; 

    content: ' ';
}
.form-horizontal .form-group:after
{
    clear: both;
}

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

        text-align: right;
    }
}

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

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

        padding-top: 14.33333px;
    }
}

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

        padding-top: 6px;
    }
}

.btn,
.button
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;

    touch-action: manipulation;
}
.btn:focus,
.button:focus,
.btn.focus,
.focus.button,
.btn:active:focus,
.button:active:focus,
.btn:active.focus,
.button:active.focus,
.btn.active:focus,
.active.button:focus,
.btn.active.focus,
.active.focus.button
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus,
.btn.focus,
.focus.button
{
    text-decoration: none; 

    color: #333;
}
.btn:active,
.button:active,
.btn.active,
.active.button
{
    outline: 0;
    background-image: none;
    -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,
.disabled.button,
.btn[disabled],
.button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button
{
    cursor: not-allowed;

    opacity: .65;
    -webkit-box-shadow: none;
            box-shadow: none; 

    filter: alpha(opacity=65);
}

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

.btn-default
{
    color: #333;
    border-color: #ccc; 
    background-color: #fff;
}
.btn-default:focus,
.btn-default.focus
{
    color: #333;
    border-color: #8c8c8c; 
    background-color: #e6e6e6;
}
.btn-default:hover
{
    color: #333;
    border-color: #adadad; 
    background-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    color: #333;
    border-color: #adadad; 
    background-color: #e6e6e6;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus
{
    color: #333;
    border-color: #8c8c8c; 
    background-color: #d4d4d4;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active
{
    border-color: #ccc; 
    background-color: #fff;
}
.btn-default .badge
{
    color: #fff;
    background-color: #333;
}

.btn-primary
{
    color: #fff;
    border-color: #666; 
    background-color: #666;
}
.btn-primary:focus,
.btn-primary.focus
{
    color: #fff;
    border-color: #262626; 
    background-color: #4d4d4d;
}
.btn-primary:hover
{
    color: #fff;
    border-color: #474747; 
    background-color: #4d4d4d;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #474747; 
    background-color: #4d4d4d;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus
{
    color: #fff;
    border-color: #262626; 
    background-color: #3b3b3b;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active
{
    border-color: #666; 
    background-color: #666;
}
.btn-primary .badge
{
    color: #666;
    background-color: #fff;
}

.btn-success
{
    color: #fff;
    border-color: #5e9f4b; 
    background-color: #5e9f4b;
}
.btn-success:focus,
.btn-success.focus
{
    color: #fff;
    border-color: #2b4822; 
    background-color: #4a7c3b;
}
.btn-success:hover
{
    color: #fff;
    border-color: #457537; 
    background-color: #4a7c3b;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #457537; 
    background-color: #4a7c3b;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus
{
    color: #fff;
    border-color: #2b4822; 
    background-color: #3b642f;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active
{
    border-color: #5e9f4b; 
    background-color: #5e9f4b;
}
.btn-success .badge
{
    color: #5e9f4b;
    background-color: #fff;
}

.btn-info
{
    color: #fff;
    border-color: #8e8e8e; 
    background-color: #8e8e8e;
}
.btn-info:focus,
.btn-info.focus
{
    color: #fff;
    border-color: #4e4e4e; 
    background-color: #757575;
}
.btn-info:hover
{
    color: #fff;
    border-color: #6f6f6f; 
    background-color: #757575;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #6f6f6f; 
    background-color: #757575;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus
{
    color: #fff;
    border-color: #4e4e4e; 
    background-color: #636363;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active
{
    border-color: #8e8e8e; 
    background-color: #8e8e8e;
}
.btn-info .badge
{
    color: #8e8e8e;
    background-color: #fff;
}

.btn-warning
{
    color: #fff;
    border-color: #f67811; 
    background-color: #f67811;
}
.btn-warning:focus,
.btn-warning.focus
{
    color: #fff;
    border-color: #833d05; 
    background-color: #cc6008;
}
.btn-warning:hover
{
    color: #fff;
    border-color: #c25c07; 
    background-color: #cc6008;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    color: #fff;
    border-color: #c25c07; 
    background-color: #cc6008;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus
{
    color: #fff;
    border-color: #833d05; 
    background-color: #aa5006;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active
{
    border-color: #f67811; 
    background-color: #f67811;
}
.btn-warning .badge
{
    color: #f67811;
    background-color: #fff;
}

.btn-danger,
.button-danger
{
    color: #fff;
    border-color: #ce3538; 
    background-color: #ce3538;
}
.btn-danger:focus,
.button-danger:focus,
.btn-danger.focus,
.focus.button-danger
{
    color: #fff;
    border-color: #6a1a1b; 
    background-color: #a7292b;
}
.btn-danger:hover,
.button-danger:hover
{
    color: #fff;
    border-color: #9f2729; 
    background-color: #a7292b;
}
.btn-danger:active,
.button-danger:active,
.btn-danger.active,
.active.button-danger,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.button-danger
{
    color: #fff;
    border-color: #9f2729; 
    background-color: #a7292b;
}
.btn-danger:active:hover,
.button-danger:active:hover,
.btn-danger:active:focus,
.button-danger:active:focus,
.btn-danger:active.focus,
.button-danger:active.focus,
.btn-danger.active:hover,
.active.button-danger:hover,
.btn-danger.active:focus,
.active.button-danger:focus,
.btn-danger.active.focus,
.active.focus.button-danger,
.open > .btn-danger.dropdown-toggle:hover,
.open > .dropdown-toggle.button-danger:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .dropdown-toggle.button-danger:focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.button-danger
{
    color: #fff;
    border-color: #6a1a1b; 
    background-color: #8b2224;
}
.btn-danger:active,
.button-danger:active,
.btn-danger.active,
.active.button-danger,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.button-danger
{
    background-image: none;
}
.btn-danger.disabled,
.disabled.button-danger,
.btn-danger.disabled:hover,
.disabled.button-danger:hover,
.btn-danger.disabled:focus,
.disabled.button-danger:focus,
.btn-danger.disabled.focus,
.disabled.focus.button-danger,
.btn-danger.disabled:active,
.disabled.button-danger:active,
.btn-danger.disabled.active,
.disabled.active.button-danger,
.btn-danger[disabled],
.button-danger[disabled],
.btn-danger[disabled]:hover,
.button-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.button-danger[disabled]:focus,
.btn-danger[disabled].focus,
.button-danger[disabled].focus,
.btn-danger[disabled]:active,
.button-danger[disabled]:active,
.btn-danger[disabled].active,
.button-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .button-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .button-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .button-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.button-danger,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .button-danger:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .active.button-danger
{
    border-color: #ce3538; 
    background-color: #ce3538;
}
.btn-danger .badge,
.button-danger .badge
{
    color: #ce3538;
    background-color: #fff;
}

.btn-link
{
    font-weight: normal;

    color: #666;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link
{
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active
{
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus
{
    text-decoration: underline;

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

    color: #777;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .button
{
    font-size: 18px;
    line-height: 1.33333;

    padding: 10px 16px;

    border-radius: 1;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .button
{
    font-size: 12px;
    line-height: 1.5;

    padding: 5px 10px;

    border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .button
{
    font-size: 12px;
    line-height: 1.5;

    padding: 1px 5px;

    border-radius: 0;
}

.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
{
    -webkit-transition: opacity .15s linear;
         -o-transition: opacity .15s linear;
            transition: opacity .15s linear; 

    opacity: 0;
}
.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;

    overflow: hidden;

    height: 0;

    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; 
    -webkit-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: height, visibility;
            transition-property: height, visibility;
}

/*
@import "dropdowns";
*/
.btn-group,
.btn-group-vertical
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .button,
.btn-group-vertical > .btn,
.btn-group-vertical > .button
{
    position: relative;

    float: left;
}
.btn-group > .btn:hover,
.btn-group > .button:hover,
.btn-group > .btn:focus,
.btn-group > .button:focus,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.active,
.btn-group > .active.button,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .button:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.button
{
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .button + .btn,
.btn-group .btn + .button,
.btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group
{
    margin-left: -1px;
}

.btn-toolbar
{
    margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after
{
    display: table; 

    content: ' ';
}
.btn-toolbar:after
{
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group
{
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group
{
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .button:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > .button:first-child
{
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .button: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 > .button: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,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .button
{
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .button: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,
.btn-group > .button + .dropdown-toggle
{
    padding-right: 8px; 
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .button + .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,
.button .caret
{
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > .button .caret
{
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .button .caret
{
    border-width: 0 5px 5px;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .button
{
    display: block;
    float: none;

    width: 100%;
    max-width: 100%;
}

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

    content: ' ';
}

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


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

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

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

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button
{
    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) > .button: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,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .button: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 > .button,
.btn-group-justified > .btn-group
{
    display: table-cell;
    float: none;

    width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .button
{
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu
{
    left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .button input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .button input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .button input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .button input[type='checkbox']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.input-group
{
    position: relative;

    display: table;

    border-collapse: separate;
}
.input-group[class*='col-']
{
    float: none;

    padding-right: 0; 
    padding-left: 0;
}
.input-group .form-control,
.input-group .input-search,
.input-group .object__box input[type=text],
.object__box .input-group input[type=text],
.input-group .object__box textarea,
.object__box .input-group textarea
{
    position: relative;
    z-index: 2;

    float: left;

    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .input-search,
.input-group .object__box input[type=text],
.object__box .input-group input[type=text],
.input-group .object__box textarea,
.object__box .input-group textarea
{
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .input-search:not(:first-child):not(:last-child),
.input-group .object__box input:not(:first-child):not(:last-child)[type=text],
.object__box .input-group input:not(:first-child):not(:last-child)[type=text],
.input-group .object__box textarea:not(:first-child):not(:last-child),
.object__box .input-group textarea:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.input-group-addon,
.input-group-btn
{
    width: 1%;

    vertical-align: middle; 
    white-space: nowrap;
}

.input-group-addon
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1;

    padding: 6px 12px;

    text-align: center;

    color: #555;
    border: 1px solid #ccc;
    border-radius: 0; 
    background-color: #eee;
}
.input-group-addon.input-sm,
.object__box .input-group-sm > input.input-group-addon[type=text],
.object__box .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.button
{
    font-size: 12px;

    padding: 5px 10px;

    border-radius: 0;
}
.input-group-addon.input-lg,
.object__box .input-group-lg > input.input-group-addon[type=text],
.object__box .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.button
{
    font-size: 18px;

    padding: 10px 16px;

    border-radius: 1;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox']
{
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group .input-search:first-child,
.input-group .object__box input:first-child[type=text],
.object__box .input-group input:first-child[type=text],
.input-group .object__box textarea:first-child,
.object__box .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button
{
    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 .input-search:last-child,
.input-group .object__box input:last-child[type=text],
.object__box .input-group input:last-child[type=text],
.input-group .object__box textarea:last-child,
.object__box .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button
{
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

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

.input-group-btn
{
    font-size: 0;

    position: relative;

    white-space: nowrap;
}
.input-group-btn > .btn,
.input-group-btn > .button
{
    position: relative;
}
.input-group-btn > .btn + .btn,
.input-group-btn > .button + .btn,
.input-group-btn > .btn + .button,
.input-group-btn > .button + .button
{
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .button:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .button:focus,
.input-group-btn > .btn:active,
.input-group-btn > .button:active
{
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group
{
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button,
.input-group-btn:last-child > .btn-group
{
    z-index: 2;

    margin-left: -1px;
}

.nav
{
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}
.nav:before,
.nav:after
{
    display: table; 

    content: ' ';
}
.nav:after
{
    clear: both;
}
.nav > li
{
    position: relative;

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

    display: block;

    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus
{
    text-decoration: none;

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

    color: #777;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color: #666; 
    background-color: #eee;
}
.nav .nav-divider
{
    overflow: hidden;

    height: 1px;
    margin: 9px 0;

    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
{
    line-height: 1.42857;

    margin-right: 2px;

    border: 1px solid transparent;
    border-radius: 0 0 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
{
    cursor: default; 

    color: #555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
}

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

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

.nav-justified,
.nav-tabs.nav-justified
{
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li
{
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a
{
    margin-bottom: 5px; 

    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}
@media (min-width: 768px)
{
    .nav-justified > li,
    .nav-tabs.nav-justified > li
    {
        display: table-cell;

        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a
    {
        margin-bottom: 0;
    }
}

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

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

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

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

.nav-tabs .dropdown-menu
{
    margin-top: -1px;

    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}

.navbar
{
    position: relative;

    min-height: 50px;
    margin-bottom: 20px;

    border: 1px solid transparent;
}
.navbar:before,
.navbar:after
{
    display: table; 

    content: ' ';
}
.navbar:after
{
    clear: both;
}
@media (min-width: 640px)
{
    .navbar
    {
        border-radius: 0;
    }
}

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

    content: ' ';
}

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

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

.navbar-collapse
{
    overflow-x: visible;

    padding-right: 16px;
    padding-left: 16px;

    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);

    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after
{
    display: table; 

    content: ' ';
}
.navbar-collapse:after
{
    clear: both;
}
.navbar-collapse.in
{
    overflow-y: auto;
}
@media (min-width: 640px)
{
    .navbar-collapse
    {
        width: auto;

        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse
    {
        display: block !important;
        overflow: visible !important; 

        height: auto !important;
        padding-bottom: 0;
    }
    .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-device-width: 320px) and (orientation: landscape)
{
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        max-height: 200px;
    }
}

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

.navbar-static-top
{
    z-index: 1000;

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

.navbar-fixed-top,
.navbar-fixed-bottom
{
    position: fixed;
    z-index: 1030; 
    right: 0;
    left: 0;
}
@media (min-width: 640px)
{
    .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
{
    font-size: 18px;
    line-height: 20px;

    float: left;

    height: 50px; 
    padding: 15px 16px;
}
.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}
.navbar-brand > img
{
    display: block;
}
@media (min-width: 640px)
{
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand
    {
        margin-left: -16px;
    }
}

.navbar-toggle
{
    position: relative;

    float: right;

    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
    padding: 9px 10px;

    border: 1px solid transparent;
    border-radius: 0; 
    background-color: transparent;
    background-image: none;
}
.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: 640px)
{
    .navbar-toggle
    {
        display: none;
    }
}

.navbar-nav
{
    margin: 7.5px -16px;
}
.navbar-nav > li > a
{
    line-height: 20px; 

    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 639px)
{
    .navbar-nav .open .dropdown-menu
    {
        position: static;

        float: none;

        width: auto;
        margin-top: 0;

        border: 0;
        background-color: transparent;
        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: 640px)
{
    .navbar-nav
    {
        float: left;

        margin: 0;
    }
    .navbar-nav > li
    {
        float: left;
    }
    .navbar-nav > li > a
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form
{
    margin-top: 8px;
    margin-right: -16px;
    margin-bottom: 8px; 
    margin-left: -16px;
    padding: 10px 16px;

    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,
    .navbar-form .input-search,
    .navbar-form .object__box input[type=text],
    .object__box .navbar-form input[type=text],
    .navbar-form .object__box textarea,
    .object__box .navbar-form textarea
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .navbar-form .form-control-static
    {
        display: inline-block;
    }
    .navbar-form .input-group
    {
        display: inline-table;

        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-search,
    .navbar-form .input-group .object__box input[type=text],
    .object__box .navbar-form .input-group input[type=text],
    .navbar-form .input-group .object__box textarea,
    .object__box .navbar-form .input-group textarea
    {
        width: auto;
    }
    .navbar-form .input-group > .form-control,
    .navbar-form .input-group > .input-search,
    .navbar-form .object__box .input-group > input[type=text],
    .object__box .navbar-form .input-group > input[type=text],
    .navbar-form .object__box .input-group > textarea,
    .object__box .navbar-form .input-group > textarea
    {
        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: 639px)
{
    .navbar-form .form-group
    {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child
    {
        margin-bottom: 0;
    }
}
@media (min-width: 640px)
{
    .navbar-form
    {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;

        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

.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
{
    margin-bottom: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn
{
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.button
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.button
{
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text
{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 640px)
{
    .navbar-text
    {
        float: left;

        margin-right: 16px; 
        margin-left: 16px;
    }
}

@media (min-width: 640px)
{
    .navbar-left
    {
        float: left !important;
    }
    .navbar-right
    {
        float: right !important;

        margin-right: -16px;
    }
    .navbar-right ~ .navbar-right
    {
        margin-right: 0;
    }
}

.navbar-default
{
    border-color: #e7e7e7; 
    background-color: #f8f8f8;
}
.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: 639px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link
{
    color: #777;
}
.navbar-default .navbar-link:hover
{
    color: #333;
}
.navbar-default .btn-link
{
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus
{
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus
{
    color: #ccc;
}

.navbar-inverse
{
    border-color: #090909; 
    background-color: #222;
}
.navbar-inverse .navbar-brand
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus
{
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle
{
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus
{
    color: #fff; 
    background-color: #090909;
}
@media (max-width: 639px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a
    {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover
{
    color: #fff;
}
.navbar-inverse .btn-link
{
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus
{
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus
{
    color: #444;
}

.pagination
{
    display: inline-block;

    margin: 20px 0;
    padding-left: 0;

    border-radius: 0;
}
.pagination > li
{
    display: inline;
}
.pagination > li > a,
.pagination > li > span
{
    line-height: 1.42857;

    position: relative;

    float: left;

    margin-left: -1px; 
    padding: 6px 12px;

    text-decoration: none;

    color: #666;
    border: 1px solid #ddd;
    background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span
{
    margin-left: 0;

    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus
{
    z-index: 3;

    color: #404040;
    border-color: #ddd; 
    background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus
{
    z-index: 2;

    cursor: default; 

    color: #fff;
    border-color: #666;
    background-color: #666;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus
{
    cursor: not-allowed; 

    color: #777;
    border-color: #ddd;
    background-color: #fff;
}

.pagination-lg > li > a,
.pagination-lg > li > span
{
    font-size: 18px;
    line-height: 1.33333; 

    padding: 10px 16px;
}

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

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

.pagination-sm > li > a,
.pagination-sm > li > span
{
    font-size: 12px;
    line-height: 1.5; 

    padding: 5px 10px;
}

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

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

.pager
{
    margin: 20px 0;
    padding-left: 0;

    list-style: none;

    text-align: center;
}
.pager:before,
.pager:after
{
    display: table; 

    content: ' ';
}
.pager:after
{
    clear: both;
}
.pager li
{
    display: inline;
}
.pager li > a,
.pager li > span
{
    display: inline-block;

    padding: 5px 14px;

    border: 1px solid #ddd;
    border-radius: 15px; 
    background-color: #fff;
}
.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
{
    cursor: not-allowed; 

    color: #777;
    background-color: #fff;
}

.label
{
    font-size: 75%;
    font-weight: bold;
    line-height: 1;

    display: inline;

    padding: .2em .6em .3em;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    color: #fff;
    border-radius: .25em;
}
.label:empty
{
    display: none;
}
.btn .label,
.button .label
{
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus
{
    cursor: pointer; 
    text-decoration: none;

    color: #fff;
}

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

.label-primary
{
    background-color: #666;
}
.label-primary[href]:hover,
.label-primary[href]:focus
{
    background-color: #4d4d4d;
}

.label-success
{
    background-color: #5e9f4b;
}
.label-success[href]:hover,
.label-success[href]:focus
{
    background-color: #4a7c3b;
}

.label-info
{
    background-color: #8e8e8e;
}
.label-info[href]:hover,
.label-info[href]:focus
{
    background-color: #757575;
}

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

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

.badge
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    min-width: 10px;
    padding: 3px 7px;

    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #fff;
    border-radius: 10px; 
    background-color: #777;
}
.badge:empty
{
    display: none;
}
.btn .badge,
.button .badge
{
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .button .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .button .badge
{
    top: 0;

    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge
{
    color: #666;
    background-color: #fff;
}
.list-group-item > .badge
{
    float: right;
}
.list-group-item > .badge + .badge
{
    margin-right: 5px;
}
.nav-pills > li > a > .badge
{
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus
{
    cursor: pointer; 
    text-decoration: none;

    color: #fff;
}

.alert
{
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid transparent;
    border-radius: 0;
}
.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; 
    border-color: #d6e9c6;
    background-color: #dff0d8;
}
.alert-success hr
{
    border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
    color: #2b542c;
}

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

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

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

/*@import "progress-bars";
@import "media";
@import "list-group";
@import "panels";
@import "responsive-embed";
@import "wells";
@import "close";*/
/*@import "modals";
@import "tooltip";
@import "popovers";
@import "carousel";*/
.clearfix:before,
.clearfix:after
{
    display: table; 

    content: ' ';
}

.clearfix: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;
    border: 0; 
    background-color: transparent;
    text-shadow: none;
}

.hidden
{
    display: none !important;
}

.affix
{
    position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 639px)
{
    .visible-ss
    {
        display: block !important;
    }
    table.visible-ss
    {
        display: table !important;
    }
    tr.visible-ss
    {
        display: table-row !important;
    }
    th.visible-ss,
    td.visible-ss
    {
        display: table-cell !important;
    }
}

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

@media (min-width: 768px) and (max-width: 991px)
{
    .visible-sm
    {
        display: block !important;
    }
    table.visible-sm
    {
        display: table !important;
    }
    tr.visible-sm
    {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm
    {
        display: table-cell !important;
    }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px)
{
    .visible-md
    {
        display: block !important;
    }
    table.visible-md
    {
        display: table !important;
    }
    tr.visible-md
    {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md
    {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 639px)
{
    .hidden-ss
    {
        display: none !important;
    }
}

@media (min-width: 640px) and (max-width: 767px)
{
    .hidden-ms
    {
        display: none !important;
    }
}

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

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

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

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

@media print
{
    .visible-print
    {
        display: block !important;
    }
    table.visible-print
    {
        display: table !important;
    }
    tr.visible-print
    {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print
    {
        display: table-cell !important;
    }
}

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

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

.visible-print-inline-block
{
    display: none !important;
}
@media print
{
    .visible-print-inline-block
    {
        display: inline-block !important;
    }
}

@media print
{
    .hidden-print
    {
        display: none !important;
    }
}

@font-face
{
    font-family: 'PT Sans';

    src: url(/css/fonts/ptsans/PTS55F_W.eot);
    src: local('PT Sans'), url(/css/fonts/ptsans/PTS55F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTS55F_W.woff) format('woff'), url(/css/fonts/ptsans/PTS55F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTS55F_W.svg#PTSans-Regular) format('svg');
}

@font-face
{
    font-family: 'PT Sans';
    font-style: italic;

    src: url(/css/fonts/ptsans/PTS56F_W.eot);
    src: local('PT Sans Italic'), url(/css/fonts/ptsans/PTS56F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTS56F_W.woff) format('woff'), url(/css/fonts/ptsans/PTS56F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTS56F_W.svg#PTSans-Italic) format('svg');
}

@font-face
{
    font-family: 'PT Sans';
    font-weight: bold;
    font-style: normal;

    src: url(/css/fonts/ptsans/PTS75F_W.eot);
    src: local('PT Sans Bold'), url(/css/fonts/ptsans/PTS75F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTS75F_W.woff) format('woff'), url(/css/fonts/ptsans/PTS75F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTS75F_W.svg#PTSans-Bold) format('svg');
}

/*@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url(/css/fonts/ptsans/PTS76F_W.eot); 
	src: local('PT Sans Bold Italic'), url(/css/fonts/ptsans/PTS76F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTS76F_W.woff) format('woff'),url(/css/fonts/ptsans/PTS76F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTS76F_W.svg#PTSans-BoldItalic) format('svg');}*/
/*@font-face {
	font-family: 'PT Sans Caption'; 
	src: url(/css/fonts/ptsans/PTC55F_W.eot);
	src: local('PT Sans Caption'), url(/css/fonts/ptsans/PTC55F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTC55F_W.woff) format('woff'),url(/css/fonts/ptsans/PTC55F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTC55F_W.svg#PTSans-Caption) format('svg');}

@font-face {
	font-family: 'PT Sans Caption';
	font-weight: bold; 
	src: url(/css/fonts/ptsans/PTC75F_W.eot);
	src: local('PT Sans Caption Bold'), url(/css/fonts/ptsans/PTC75F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTC75F_W.woff) format('woff'),url(/css/fonts/ptsans/PTC75F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTC75F_W.svg#PTSans-CaptionBold) format('svg');}*/
@font-face
{
    font-family: 'PT Sans Narrow';

    src: url(/css/fonts/ptsans/PTN57F_W.eot);
    src: local('PT Sans Narrow'), url(/css/fonts/ptsans/PTN57F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTN57F_W.woff) format('woff'), url(/css/fonts/ptsans/PTN57F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTN57F_W.svg#PTSans-Narrow) format('svg');
}

@font-face
{
    font-family: 'PT Sans Narrow';
    font-weight: bold;

    src: url(/css/fonts/ptsans/PTN77F_W.eot);
    src: local('PT Sans Narrow Bold'), url(/css/fonts/ptsans/PTN77F_W.eot?#iefix) format('embedded-opentype'), url(/css/fonts/ptsans/PTN77F_W.woff) format('woff'), url(/css/fonts/ptsans/PTN77F_W.ttf) format('truetype'), url(/css/fonts/ptsans/PTN77F_W.svg#PTSans-NarrowBold) format('svg');
}

body
{
    font-family: 'PT Sans', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;

    min-width: 302px;

    color: #222;
    background: #f4f5f2;
    /*	    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
}
@media (min-width: 992px)
{
    body
    {
        font-size: 16px;
    }
}
body.ck_editor
{
    min-width: auto;
    padding: 15px;

    background-color: #fff;
}

ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
ul li
{
    margin: 0;
    padding: 0;
}

a
{
    color: #3f3f3f;
    outline: none;
}
a:focus,
a:active
{
    text-decoration: none; 

    outline: none;
}

label
{
    font-weight: normal; 

    margin: 0;
}

iframe
{
    border: 0;
}

@media (max-width: 640px)
{
    .mobile-container
    {
        margin: 0 -16px;
    }
}

.layout__container
{
    position: relative;

    display: table;

    width: 100%; 

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

.container-tight
{
    max-width: 1008px;
    margin: 0 auto;
}

.layout
{
    display: block;
}
@media (min-width: 992px)
{
    .layout
    {
        position: relative;

        display: table-row;

        width: 100%; 
        height: 100%;
        min-height: 100%;
        margin: 0;
    }
}
@media (min-width: 992px)
{
    .layout
    {
        margin-right: 332px;
    }
}

.layout__left-col
{
    display: block;

    margin-bottom: 32px;
}
@media (min-width: 992px)
{
    .layout__left-col
    {
        display: table-cell;

        margin-bottom: 0;
        padding-right: 32px;

        vertical-align: top;
    }
}
.layout__left-col.collapsable-right-col
{
    width: 100%; 
    padding-right: 0;
}
@media (min-width: 992px)
{
    .layout__left-col.collapsable-right-col
    {
        display: table-cell;

        width: auto;
        padding-right: 32px;
    }
}

.layout__right-col
{
    display: block;
}
@media (min-width: 992px)
{
    .layout__right-col
    {
        display: table-cell;

        width: 300px; 

        vertical-align: top;
    }
}
.layout__right-col.collapsable-right-col
{
    display: none;
}
@media (min-width: 1200px)
{
    .layout__right-col.collapsable-right-col
    {
        display: table-cell;
    }
}

@media (max-width: 1200px)
{
    .layout__right-col.collapsable-right-col
    {
        position: fixed;
        z-index: 13;
        top: 0;
        right: 0;

        overflow-y: scroll;

        width: 300px;
        height: 200px;
        padding: 16px;

        border-left: 1px solid #d8d8d8;
        background: #fff;

        -webkit-overflow-scrolling: touch;
    }
}

body.darkness-body
{
    overflow: hidden;
}

.rc-darkness
{
    position: fixed;
    z-index: 12; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    opacity: .9;
    background-color: #222;
}

.font-small
{
    font-size: 12px;
}

.input-select-styled .unique_select
{
    padding: 4px;
}

input[type=text],
select,
textarea,
.form-control,
.input-search,
.object__box input[type=text],
.object__box textarea
{
    box-shadow: none;
}
input[type=text]:focus,
input[type=text]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus,
.input-search:focus,
.object__box input:focus[type=text],
.object__box textarea:focus,
.form-control:active,
.input-search:active,
.object__box input:active[type=text],
.object__box textarea:active
{
    border: 1px solid #ffdb4d;
    box-shadow: none;
}

input[type=text]::-ms-clear
{
    display: none;

    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal
{
    display: none;

    width: 0;
    height: 0;
}

.control-label
{
    margin-bottom: 5px; 

    color: #8e8e8e;
}

.form-group-label
{
    display: block;

    margin: 0 0 4px;
}

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

h1,
.h1
{
    font-size: 20px;
}
@media (min-width: 768px)
{
    h1,
    .h1
    {
        font-size: 22px;
    }
}
@media (min-width: 992px)
{
    h1,
    .h1
    {
        font-size: 24px;
    }
}
@media (min-width: 1200px)
{
    h1,
    .h1
    {
        font-size: 26px;
    }
}

h2,
.h2
{
    font-size: 18px;
}
@media (min-width: 768px)
{
    h2,
    .h2
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    h2,
    .h2
    {
        font-size: 22px;
    }
}
@media (min-width: 1200px)
{
    h2,
    .h2
    {
        font-size: 24px;
    }
}

h3,
.h3
{
    font-size: 16px;
}
@media (min-width: 768px)
{
    h3,
    .h3
    {
        font-size: 18px;
    }
}
@media (min-width: 992px)
{
    h3,
    .h3
    {
        font-size: 20px;
    }
}
@media (min-width: 1200px)
{
    h3,
    .h3
    {
        font-size: 22px;
    }
}

h4,
h4
{
    font-size: 14px;
}
@media (min-width: 992px)
{
    h4,
    h4
    {
        font-size: 16px;
    }
}

h5,
h6,
h5,
.h6
{
    font-size: 14px;
}
@media (min-width: 992px)
{
    h5,
    h6,
    h5,
    .h6
    {
        font-size: 16px;
    }
}

.h2_sublink
{
    font-size: 70%;

    display: block; 

    margin-top: 10.66667px;
}
@media (min-width: 640px)
{
    .h2_sublink
    {
        display: inline-block;

        margin-left: 32px;
    }
}

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

.text-white
{
    color: #fff;
}
.text-white:hover,
.text-white:active,
.text-white:visited
{
    color: #fff;
}

.what-a-fucking-huge-icon
{
    font-size: 100px;

    display: block;

    margin: 0 auto; 

    vertical-align: middle;

    color: #8e8e8e;
}
.what-a-fucking-huge-icon span
{
    font-size: 80px; 

    display: inline-block;
}

.text-ms-left,
.text-ms-right,
.text-ms-center
{
    text-align: initial;
}

@media (min-width: 640px)
{
    .text-ms-left
    {
        text-align: left;
    }
    .text-ms-right
    {
        text-align: right;
    }
    .text-ms-center
    {
        text-align: center;
    }
}

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

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

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

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

.valign-top
{
    vertical-align: top;
}

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

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

@media (min-width: 480px)
{
    .text-ss-center
    {
        text-align: center;
    }
    .text-ss-left
    {
        text-align: left;
    }
    .text-ss-right
    {
        text-align: right;
    }
}

@media (min-width: 640px)
{
    .text-ms-center
    {
        text-align: center;
    }
    .text-ms-left
    {
        text-align: left;
    }
    .text-ms-right
    {
        text-align: right;
    }
}

@media (min-width: 768px)
{
    .text-sm-center
    {
        text-align: center;
    }
    .text-sm-left
    {
        text-align: left;
    }
    .text-sm-right
    {
        text-align: right;
    }
}

@media (min-width: 992px)
{
    .text-md-center
    {
        text-align: center;
    }
    .text-md-left
    {
        text-align: left;
    }
    .text-md-right
    {
        text-align: right;
    }
}

@media (min-width: 1200px)
{
    .text-lg-center
    {
        text-align: center;
    }
    .text-lg-left
    {
        text-align: left;
    }
    .text-lg-right
    {
        text-align: right;
    }
}

@media (min-width: 1400px)
{
    .text-xl-center
    {
        text-align: center;
    }
    .text-xl-left
    {
        text-align: left;
    }
    .text-xl-right
    {
        text-align: right;
    }
}

@media (min-width: 1620px)
{
    .text-xx-center
    {
        text-align: center;
    }
    .text-xx-left
    {
        text-align: left;
    }
    .text-xx-right
    {
        text-align: right;
    }
}

th,
td
{
    vertical-align: top;
}

.table,
.list1
{
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
}

.table th,
.list1 th
{
    font-weight: normal;

    background: #e7e7e7;
}

.table th,
.list1 th,
.table td,
.list1 td
{
    font-size: 90%;
}

.table-responsive
{
    overflow: hidden;

    width: 100%; 
    max-width: 100%;
}

.list1 td,
.list1 th
{
    font-size: 11px; 

    width: auto;
}
.list1 td font,
.list1 td span,
.list1 th font,
.list1 th span
{
    font-size: inherit;
}
@media (min-width: 640px)
{
    .list1 td,
    .list1 th
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .list1 td,
    .list1 th
    {
        font-size: 14px;
    }
}

.header
{
    height: 72px;
}

.header__logo
{
    margin-top: 20px;
}
.header__logo .logo
{
    display: block;

    width: 200px;
    height: 35px;

    background-image: url('/assets/img/logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .header__logo .logo
    {
        background-image: url('/assets/img/logo@2x.png');
        background-size: 200px 35px;
    }
}

.header__search-box
{
    margin-top: 25px;
}

.header__search-box_text-iconed
{
    font-size: 16px;
    line-height: 20px;

    padding-left: 22px;

    text-decoration: none; 

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA3UlEQVQYGQXBPSsEAAAG4EfX5Zxk8FEMfsHJQN3mJ4hVGUkmg0mxXC4GxcCATjozTnZFBrOVzCSWy+Dr9TwAVK05smfBCAAAPXa0RUQ8mgUAul2LuLPvxLOIZQDYFm+mAb12xbcqwIRPv6YAwKk4B1gVNwCAii/vBoFDsQEAKHkSY8CB2AQAlD2LUWBF3AMAxv140QdUfPgzB4AOl6IBQE20zSuCYccirpQAOp2JeNB04VVEREsZoGjdq4iIW00R0dIPwJAZSxZNKuBIRGwBAAAUNETUAQAA6FJTN/APR85W4cxfqhIAAAAASUVORK5CYII=') no-repeat 0 2px transparent;
}

.header__banner
{
    display: none;
}
@media (min-width: 992px)
{
    .header__banner
    {
        display: block;
    }
    .header__banner > div
    {
        overflow: hidden;

        width: 100%;
        height: 90px;
        margin: 0;
        padding: 0;

        background: #fff;
    }
    .header__banner > div a
    {
        display: block;
        overflow: hidden; 

        width: 100%;
        height: 90px;
        margin: 0;
        padding: 0;
    }
}

.geo__form
{
    font-size: 0;

    position: relative;

    white-space: nowrap;
}
@media (min-width: 992px)
{
    .geo__form
    {
        margin-right: 170px;
    }
}

.geo__form__input
{
    font-size: 14px; 
    line-height: 40px;

    display: inline-block;

    width: 85%;
    height: 40px;
    padding: 0 10px;

    color: #222;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
    box-shadow: none;
}
@media (min-width: 640px)
{
    .geo__form__input
    {
        font-size: 16px; 
        line-height: 48px;

        height: 48px;
    }
}
@media (min-width: 992px)
{
    .geo__form__input
    {
        width: 100%;
        padding: 0 20px;
    }
}

.geo__form_bordered .geo__form__input
{
    border: 1px solid #e6e5e4;
}

.geo__form__submit
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 15%;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;

    text-align: center;
    vertical-align: top;

    border: 0;
    border-bottom: 3px solid #a7292b;
    border-radius: 0 2px 2px 0 !important;
}
@media (min-width: 640px)
{
    .geo__form__submit
    {
        font-size: 18px; 
        line-height: 48px;

        height: 48px;
    }
}
@media (min-width: 992px)
{
    .geo__form__submit
    {
        font-size: 18px;
        line-height: 48px;

        position: absolute;
        right: -170px;

        width: 170px;
        height: 48px;
        margin: 20px auto 0;
        margin: 0 auto; 
        padding: 0 40px;
    }
}

.geo__form__all-links
{
    font-size: 14px;
}

.autocomplete-suggestions
{
    margin-left: 1px; 

    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 1px 2px #666;
}

.autocomplete-suggestion
{
    border-bottom: 1px solid #d8d8d8;
}
.autocomplete-suggestion a
{
    line-height: 1;

    display: block;

    padding: 10px;

    cursor: pointer; 

    color: #666;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected
{
    color: #ce3538; 
    background-color: #ffeba0;
}
.autocomplete-suggestion:hover a,
.autocomplete-suggestion.autocomplete-selected a
{
    text-decoration: underline; 

    color: #ce3538;
}

.autocomplete-suggestion-price
{
    float: right;

    color: #666;
}

.article__geo__form.area-form
{
    margin: 0 -32px;
    padding: 20px; 

    background: #ffdb4d;
}

.menu
{
    border-bottom: 2px solid #4a7c3b;
}
.menu__link
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    margin: 0; 
    padding: 0 16px;

    cursor: pointer;
    text-align: left;

    color: #fff;
}
.menu__link:hover
{
    text-decoration: none; 

    color: #fff;
    background: #4a7c3b;
}
@media (min-width: 992px)
{
    .menu__link
    {
        font-size: 14px;
        line-height: 50px; 

        display: inline-block;

        padding: 0 15px;

        text-align: inherit;
    }
}
@media (min-width: 1200px)
{
    .menu__link
    {
        font-size: 18px; 

        padding: 0 20px;
    }
}
.menu__link__active
{
    color: #fff; 
    background: #4a7c3b;
}
.menu__other
{
    position: relative; 

    display: block;
}
.menu__other > .menu__link
{
    display: none;
}
@media (min-width: 992px)
{
    .menu__other
    {
        display: inline-block;
    }
    .menu__other > .menu__link
    {
        display: inline-block;
    }
    .menu__other_cont
    {
        position: absolute;
        z-index: 100; 
        top: 100%;
        left: 0;

        display: none;

        max-width: 270px;

        text-align: left;

        background-color: #5e9f4b;
    }
    .menu__other_cont .menu__link
    {
        font-size: 16px; 
        line-height: 40px;

        display: block;

        margin: 0;

        white-space: nowrap;
    }
    .menu__other:hover
    {
        background: #4a7c3b;
    }
    .menu__other:hover .menu__other_cont
    {
        display: block;
    }
}

.menu-container
{
    position: relative;
}

.menu-collapse
{
    position: absolute;
    z-index: 10; 
    top: 51px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 0 5px;

    box-shadow: 0 5px 5px rgba(50, 50, 50, .5);
}
@media (min-width: 992px)
{
    .menu-collapse
    {
        position: static;
        top: 0;

        display: block;

        width: auto; 
        padding: 0;

        box-shadow: none;
    }
}
.menu-collapse.open
{
    display: block;
}

.menu-toggle-collapse
{
    position: relative;

    float: right;

    width: 22px;
    height: 17px;
    margin: 16px 0;

    cursor: pointer; 
    -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
@media (min-width: 992px)
{
    .menu-toggle-collapse
    {
        display: none;
    }
}
.menu-toggle-collapse span
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    -webkit-transition: .25s ease-in-out;
       -moz-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    border-radius: 2px;
    background: #fff;
}
.menu-toggle-collapse span:nth-child(1)
{
    top: 0;

    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
}
.menu-toggle-collapse span:nth-child(2)
{
    top: 8px;

    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
}
.menu-toggle-collapse span:nth-child(3)
{
    top: 16px;

    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
}
.menu-toggle-collapse.open span:nth-child(1)
{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-toggle-collapse.open span:nth-child(2)
{
    width: 0;

    opacity: 0;
}
.menu-toggle-collapse.open span:nth-child(3)
{
    top: 16px; 

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.promo__container
{
    position: relative;

    overflow: hidden;

    height: 320px;

    background: #000;
}
@media (min-width: 640px)
{
    .promo__container
    {
        height: 320px;
    }
}
@media (min-width: 768px)
{
    .promo__container
    {
        height: 340px;
    }
}
@media (min-width: 992px)
{
    .promo__container
    {
        height: 430px;
    }
}
@media (min-width: 1200px)
{
    .promo__container
    {
        height: 430px;
    }
}

.promo__container__bg
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    vertical-align: middle; 

    opacity: .7;
    background-image: url('/assets/img/promo/1.jpg');
    background-repeat: no-repeat;
    background-attachment: cover;
    background-position: center center;
    background-size: cover;
}
.promo__container__bg div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-repeat: no-repeat; 
    background-attachment: cover;
    background-position: center center;
    background-size: cover;
}

.promo__container__bg-relative
{
    position: relative;

    height: 100%;
}

.promo__content
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);

    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .6);
}

.promo__content__header
{
    font-size: 27px;

    margin: 0 0 16px;
}
@media (min-width: 640px)
{
    .promo__content__header
    {
        font-size: 26px;
    }
}
@media (min-width: 768px)
{
    .promo__content__header
    {
        font-size: 30px;
    }
}
@media (min-width: 992px)
{
    .promo__content__header
    {
        font-size: 40px;
    }
}
@media (min-width: 1200px)
{
    .promo__content__header
    {
        font-size: 45px;
    }
}

.promo__content__subheader
{
    font-size: 16px;
}
@media (min-width: 640px)
{
    .promo__content__subheader
    {
        font-size: 22px;
    }
}
@media (min-width: 768px)
{
    .promo__content__subheader
    {
        font-size: 28px;
    }
}
@media (min-width: 992px)
{
    .promo__content__subheader
    {
        font-size: 32px;
    }
}
@media (min-width: 1200px)
{
    .promo__content__subheader
    {
        font-size: 35px;
    }
}

.promo__form
{
    max-width: 900px;
    margin: 32px auto 0;
}
@media (min-width: 640px)
{
    .promo__form
    {
        margin-top: 42px;
    }
}
@media (min-width: 1200px)
{
    .promo__form
    {
        margin-top: 63px;
    }
}
.promo__form .geo__form__all-links
{
    color: #fff;
}

.promo__calc__card__icon
{
    display: block;

    width: 120px;
    height: 98px;
    margin: 0 auto;

    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear; 

    background-image: url('/assets/img/promo-calc-icons-transparent.png');
}

.promo__calc__card__icon-price
{
    background-position: 0 0;
}

.promo__calc__card__icon-kkm
{
    background-position: -120px 0;
}

.promo__calc__card__icon-budget
{
    background-position: -240px 0;
}

.promo__calc__card__icon-pricemap
{
    background-position: -360px 0;
}

.promo__calc__card
{
    display: block;

    height: 280px;
    margin-bottom: 32px; 
    padding: 20px 0;

    text-decoration: none;
}
.promo__calc__card:hover
{
    text-decoration: none;
}
.promo__calc__card:hover .promo__calc__card__icon
{
    background-color: #f67811;
}

.promo__calc__card__header
{
    font-size: 18px; 

    display: block;

    margin: 20px 0 10px;
}
@media (min-width: 992px)
{
    .promo__calc__card__header
    {
        font-size: 20px;
    }
}

.promo__calc__card__subheader
{
    font-size: 16px; 

    display: block;

    color: #8e8e8e;
}

.links-block
{
    display: inline-block;

    margin: 0 auto;
}
.links-block > div
{
    font-size: 12px;

    display: inline-block;

    margin: 0 10px; 

    color: #8e8e8e;
}
.links-block > div a
{
    text-decoration: underline; 

    color: #8e8e8e;
}
.links-block > div a:hover
{
    color: #666;
}

.pricemap-container
{
    height: 300px;
}
@media (min-width: 640px)
{
    .pricemap-container
    {
        height: 420px;
    }
}

.pricemap-label
{
    line-height: 30px;

    display: block; 

    padding: 0;

    text-align: center;

    color: #fff;
}

.pricemap-baloon
{
    position: relative;

    display: block;

    width: 200px;
    height: 100px;
    margin: 0 auto;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background-color: #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}
@media (min-width: 640px)
{
    .pricemap-baloon
    {
        height: 200px;
    }
}
.pricemap-baloon .pricemap-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .7; 
    background-color: #f5f5f5;
    background-position: center center;
    background-size: auto 100%;
}
.pricemap-baloon .pricemap-content
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
}
.pricemap-baloon span
{
    font-size: 16px;

    display: block; 

    white-space: nowrap;
}
@media (min-width: 640px)
{
    .pricemap-baloon span
    {
        font-size: 18px;
    }
}
.pricemap-baloon span.pricemap-baloon-header
{
    font-size: 18px;

    margin: 0 0 10px;
}
@media (min-width: 640px)
{
    .pricemap-baloon span.pricemap-baloon-header
    {
        font-size: 20px;
    }
}
.pricemap-baloon:hover,
.pricemap-baloon:visited,
.pricemap-baloon:active
{
    text-decoration: none;

    color: #fff;
}

#pricemap-container .ymaps-2-1-31-b-cluster-carousel_pager_numeric .ymaps-2-1-31-b-cluster-carousel__pager-item
{
    color: #666;
}
#pricemap-container .ymaps-2-1-31-b-cluster-carousel_pager_numeric .ymaps-2-1-31-b-cluster-carousel__pager-item::before
{
    background: #ce3538;
}

.footer
{
    font-size: 14px; 

    clear: both;

    padding: 32px 0 18px;

    color: #fff;
}
.footer a
{
    color: #ccc;
}
.footer a:hover
{
    color: #fff;
}
.footer a.color-white
{
    color: #fff;
}
.footer a.age-restrict
{
    font-size: 12px;
    font-weight: bold; 
    line-height: 18px;

    display: inline-block;

    margin-left: 14px;
    padding: 5px;

    color: #fff;
    border-radius: 50%;
    background-color: #bfbfbf;
}

.footer-counters img
{
    margin: 2px;
}

.kkm-image-legend
{
    font-size: 12px;

    max-width: 550px;
    margin: 20px auto;

    text-align: left;
}

.kkm-legend
{
    font-size: 14px;

    max-width: 550px;
    margin: 0 auto 5px 90px;

    text-align: left;
}
.kkm-legend a
{
    line-height: 1.9; 

    display: inline-block;

    padding-top: 0;
    padding-bottom: 0;

    white-space: nowrap;
}
@media (max-width: 480px)
{
    .kkm-legend a
    {
        display: block;
    }
}

.kkm-tab-header
{
    font-weight: bold; 

    display: inline-block;
    float: left;

    width: 90px;
    margin-left: -90px;
}

.kkm-legend-color
{
    display: inline-block;

    width: 20px;
    height: 3px;
    margin-right: 15px; 

    vertical-align: middle;
}

.kkm-graph
{
    display: block;

    width: 100%;
    max-width: 550px; 
    margin: 0 auto;
}

.landing-modal-background
{
    position: fixed;
    z-index: 1000; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .8);
}

.landing-modal-window
{
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;

    min-width: 300px;
    max-width: 980px;
    max-height: 90vh;
    margin: 0 auto;

    transform: translate(-50%, -50%); 

    color: #fff;
}

.landing-modal-close
{
    position: fixed;
    z-index: 1002;
    top: 20px;
    right: 20px;

    display: block;

    width: 32px;
    height: 32px;

    transition: opacity .3s ease-in; 

    opacity: .5;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADPSURBVHgBvZdtCsMgEES3vVi9QXoje/Op/khrxPix7uyAEKLwHqgrK5ICIKTxFqdcePkD/3yEnMwoeOG0gYdEBc85zonIlmjAY72AJjGEMyWm4QyJZbilhBpuIbEN35Ewg2skzOErEjT4jAQd3pNwg3ck/OADCRX8Kbo8Jv/Zp7HnzYPpBY9weMpv4cUcVwITV40mgYV7bi4BRZExk8BGhduWgEF5VUtYwNUSlvBlCQZ8WoIJH0rg2htS4B2JUPeG9Pe8kvj1hkcaL3FKyfsC/0E1heZTvSYAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center center;
}
.landing-modal-close:hover
{
    opacity: 1;
}

.landing-callback
{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;

    color: #222; 
    background: #fff;
}
@media (min-width: 800px)
{
    .landing-callback
    {
        padding: 32px;
    }
}
.landing-callback-header
{
    font-size: 2rem;

    margin: 0 0 4px;
}
.landing-callback-subheader
{
    font-size: 1.4rem;

    margin: 0 0 20px;
}
.landing-callback-subheader strong
{
    color: #587500;
}
.landing-callback-form-input
{
    font-size: 1.2rem;

    display: block;

    width: 100%; 
    margin: 20px auto;
    padding: 5px 20px;

    border: 1px solid #8e8e8e;
    border-radius: 20px;
}
.landing-callback-form-button
{
    display: block;

    width: 100%;
    margin: 0 auto;
}
.landing-callback-agreement
{
    font-size: .8rem;

    color: #8e8e8e;
}
.landing-callback-agreement a
{
    text-decoration: underline; 

    color: #222;
}
.landing-callback-success
{
    color: #fff; 
    background-color: #91bd09;
}

.floated-phone-icon
{
    display: block;

    width: 80px;
    height: 80px;

    -webkit-animation: lb-pulse 1.5s infinite cubic-bezier(.42, 0, .85, .75);
       -moz-animation: lb-pulse 1.5s infinite cubic-bezier(.42, 0, .85, .75);
         -o-animation: lb-pulse 1.5s infinite cubic-bezier(.42, 0, .85, .75);
            animation: lb-pulse 1.5s infinite cubic-bezier(.42, 0, .85, .75); 

    border-radius: 50%;
    background-color: #91bd09;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTBGREExMTg2MDA4MTFFOEFGMENBQzg4QkE2RTU2OEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTBGREExMTc2MDA4MTFFOEFGMENBQzg4QkE2RTU2OEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkREODMzRUMzNjAwNzExRThBNDIzOUUxQjg5MkM1ODkyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkREODMzRUM0NjAwNzExRThBNDIzOUUxQjg5MkM1ODkyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ggU8zAAAAldJREFUeNrE2EsoZXEcB/BDXpEkjwVuokQWGAsyjyyEbrGzUWYhNh5RVsrIZnZTshGzuXYzoSZCEVkIdSWvKXnUrEZeKQopj7/vX/9TF/fc/+Pe8z+/+mzc/4+vc885/4dBCDE4OuAS5iFPYHxIBfowFibI67qFap0Bw15Svi8XjEKZn8/OIQtuDA0V7udnObBhEY5WCvwydNWbSxoNW0Ss6p24BweIeJ1Dot0Bfb9iel+1SVz8ZGjReQ9+hQjJ/i6I0hEwGxoU+pOgSkfAWvb0qlSOjoAfgvgdczoCpij2f4ddHQGJQm8/9Nr9FJtP7aVkXzsM6phIzICHguPvoA5mdM105lc8zRYBvOrWGc434A4sCoz3GprLDHgPYwLj850KSGsVLjjjm5wMeAK/OeM/QqXOgG9X1Lmwx+nZhmJ4cmJFvQ8/OD2FAmNsu4LmtEeDJnJ63TDrxJ6Evg87BXrH2dXUuifxNSmw7P8H6ZLLeLqdLQnFvphuoI4FQv6HTME/2A17rG8T+iBCNSBVI7iB+gsuzj87YtG7DgWqAak2iV2e209/HCxxeh+gUTUgNSyxHf0J5eze/AwLEr2dqgGpcSJXp0StvqkGjAQv0VP1vMMjq0qAKfhi89vvCDKsZhKRkJNQbvcsZzWT8OoKKsBjYzivyEwioseG++8M8lUeEisVcBCicPSlnaH6FAcSL3l056/oGXhqMO9BEXQR4IEbiWAX0Cp7Rh1s0bPGZiiCUnYK5lvXsALLMBRoL2RXQFppLGgNfIIY9vNHWIM/7Fwn4H78WYABADZ8NZAyNceDAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
}

.floated-phone-wrapper
{
    position: fixed;
    z-index: 1000;
    right: 30px; 
    bottom: 30px;

    display: block;
}

.floated-phone-desc
{
    font-size: 14px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 80px;
    height: 80px;
    margin-left: 0;
    padding: 10px 80px 10px 20px;

    opacity: 0;
    color: #fff;
    border-radius: 40px; 
    background-color: rgba(0, 0, 0, .8);
}

.floated-phone-button
{
    position: relative;

    display: block; 

    width: 80px;
    height: 80px;
}
.floated-phone-button:hover .floated-phone-desc
{
    left: -100px; 

    width: 180px;

    opacity: 1;
}

@-webkit-keyframes lb-pulse
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        -webkit-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    45%
    {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    60%
    {
        -webkit-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    75%
    {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    90%
    {
        -webkit-transform: scale(1.03) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
}

@-moz-keyframes lb-pulse
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        -moz-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    45%
    {
        -moz-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    60%
    {
        -moz-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    75%
    {
        -moz-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    90%
    {
        -moz-transform: scale(1.03) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    100%
    {
        -moz-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
}

@-o-keyframes lb-pulse
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        -o-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    45%
    {
        -o-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    60%
    {
        -o-transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    75%
    {
        -o-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    90%
    {
        -o-transform: scale(1.03) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    100%
    {
        -o-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
}

@keyframes lb-pulse
{
    0%
    {
        opacity: 1;
    }
    30%
    {
        transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    45%
    {
        transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    60%
    {
        transform: scale(1.03) rotate(-1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    75%
    {
        transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    90%
    {
        transform: scale(1.03) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
    100%
    {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);

        opacity: 1;
    }
}

.object-map
{
    display: block;

    height: 400px;
}

.object__header
{
    font-size: 24px;

    color: #5e9f4b;
}
@media (min-width: 992px)
{
    .object__header
    {
        font-size: 30px;
    }
}

.object__location
{
    font-size: 14px;

    color: #8e8e8e;
}

.object__price__range
{
    font-size: 20px;
    font-weight: bold;
}

.object__info__header
{
    font-size: 20px;

    margin: 0 0 20px;
}

.object__info__miniheader
{
    font-size: 18px;

    margin-bottom: 25px;
}

.object__info__flatset
{
    font-size: 16px;
    font-weight: bold;
}
.object__info__flatset + .object__info__flatset
{
    margin-top: 5px;
}

.object__info__promo
{
    font-size: 18px; 

    display: block;

    text-decoration: none;
}
@media (min-width: 640px)
{
    .object__info__promo
    {
        display: flex;
    }
}
.object__info__promo:hover
{
    text-decoration: none;
}
.object__info__promo:hover .object__info__promo_header
{
    text-decoration: underline;
}
.object__info__promo_img
{
    max-width: 100%; 
    margin-right: 32px;

    flex: 0 0 300px;
}
.object__info__promo_header
{
    font-size: 28px;
    font-weight: bold;

    display: block;

    margin: 0 0 16px;

    color: #ce3538;
}
.object__info__promo_content
{
    display: block;

    margin: 0 0 16px;
}
.object__info__promo_content_container
{
    flex: 1 1 100%;
}
.object__info__promo_params
{
    display: block;
}
.object__info__promo_params_price
{
    font-size: 24px; 
    font-weight: bold;

    display: inline-block;
}
.object__info__promo_params_price + .object__info__promo_params_seller
{
    margin-left: 16px;
}
.object__info__promo_params_seller
{
    display: inline-block;

    color: #8e8e8e;
}

.object__list
{
    font-size: 14px;

    clear: both;
}
.object__list + .object__list
{
    margin-top: 10px;
}
.object__list__label
{
    float: left;

    width: 50%;

    color: #8e8e8e;
}
.object__list__value
{
    display: block;

    margin-left: 52%;
}

.object__seller + .object__seller
{
    margin-top: 15px;
}

.object__seller__phone
{
    font-size: 20px; 
    font-weight: bold;
}

.object__box
{
    padding: 30px; 

    border: 1px solid #e4e3df;
    background: #fff;
}
.object__box + .object__box
{
    margin-top: 32px;
}
.object__box__tabs
{
    display: block;

    margin: 0 -30px;
    padding: 0 30px; 

    list-style: none;

    border-bottom: 1px solid #d8d8d8;
}
.object__box__tabs > li
{
    display: inline-block;

    height: 31px; 
    padding: 5px 12px 0;

    color: #666;
}
.object__box__tabs > li.active
{
    border-bottom: 2px solid #f67811;
}
.object__box__tabs > li.active a
{
    color: #f67811;
}
.object__box__tabs > li.active a.color-grey
{
    color: #666;
}

.object-images
{
    position: relative; 

    margin: 0 0 30px 0 !important;
}
.object-images-big
{
    padding: 0 !important;
}
.object-images-big > a
{
    position: relative;

    display: block;

    width: 100%; 
    padding-bottom: 50%;

    background-position: center, center;
    background-size: cover;
}
.object-images-small
{
    position: relative;

    float: left;

    width: 25%;
    padding: 0 0 1px 1px !important;
}
@media (min-width: 768px)
{
    .object-images-small
    {
        display: block; 

        width: 16.6667%;
    }
}
.object-images-small > a
{
    display: block;

    width: 100%; 
    padding-bottom: 100%;

    background-position: center, center;
    background-size: cover;
}

.object__promo
{
    border: 3px solid #ffdb4d;
}

.object__flats__search
{
    display: flex;

    margin: 10px 0 20px;

    flex-wrap: wrap;
}
.object__flats__search > div
{
    display: block;

    margin: 0 15px 10px 0;
}
.object__flats__search__checkboxes
{
    display: flex;

    height: 40px; 
    padding: 0;

    border: 1px solid #d8d8d8;
    border-radius: 2px;
}
.object__flats__search__checkboxes label
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
.object__flats__search__checkboxes label input[type='checkbox']
{
    position: absolute;
    left: -500px;
}
.object__flats__search__checkboxes label input[type='checkbox'] + span
{
    line-height: 28px;

    display: inline-block;

    height: 38px;
    padding: 5px 14px 0;

    cursor: pointer; 

    color: #666;
}
.object__flats__search__checkboxes label input[type='checkbox'] + span:hover
{
    background-color: #ffeba0;
}
.object__flats__search__checkboxes label input[type='checkbox']:checked + span
{
    background-color: #ffdb4d;
}
.object__flats__search__checkboxes label input[type='checkbox']:checked + span:hover
{
    background-color: #ffdb4d;
}
.object__flats__search__checkboxes label + label
{
    border-left: 1px solid #d8d8d8;
}
.object__flats__search__range
{
    display: flex; 

    height: 40px;
    padding: 5px 10px;

    white-space: nowrap;

    border: 1px solid #d8d8d8;
    border-radius: 2px;
}
.object__flats__search__range input[type='text']
{
    line-height: 1; 

    width: 100%;
    min-width: 60px;
    max-width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;

    border: none;
}
.object__flats__search__range input[type='text']:focus
{
    border: none;
}
.object__flats__search__range input[type='text'] + input
{
    padding-left: 10px;

    border-left: 1px solid #d8d8d8;
}
.object__flats__search__range input[type='text'] + input:focus
{
    border-left: 1px solid #d8d8d8;
}

.object__flats__row
{
    padding: 10px 0;
}
.object__flats__row + .object__flats__row
{
    border-top: 1px solid #d8d8d8;
}
.object__flats__row__rooms
{
    font-size: 120%;
}
@media (min-width: 640px)
{
    .object__flats__row__rooms
    {
        font-size: 100%;
    }
}
.object__flats__row__header
{
    display: none;
}
@media (min-width: 640px)
{
    .object__flats__row__header
    {
        display: block;
    }
}

.object__flats__item
{
    padding: 6px 14px;
}
.object__flats__item + .object__flats__item
{
    border-top: 1px solid #d8d8d8;
}
.object__flats__item__row
{
    display: flex;

    cursor: pointer;

    flex-wrap: wrap;
}
.object__flats__item:hover
{
    background-color: #ffeba0;
}
.object__flats__item__header
{
    cursor: default;
}
.object__flats__item__header:hover
{
    background-color: unset;
}
.object__flats__item__rooms
{
    font-weight: bold;

    width: 100%;
    margin-bottom: 4px;
}
@media (min-width: 640px)
{
    .object__flats__item__rooms
    {
        width: 30%;
        margin: 0;
    }
}
.object__flats__item__area
{
    width: 50%;
    margin-bottom: 4px; 

    color: #8e8e8e;
}
@media (min-width: 640px)
{
    .object__flats__item__area
    {
        width: 20%;
        margin: 0;
    }
}
.object__flats__item__floor
{
    width: 50%;
    margin-bottom: 4px; 

    color: #8e8e8e;
}
@media (min-width: 640px)
{
    .object__flats__item__floor
    {
        width: 20%;
        margin: 0;
    }
}
.object__flats__item__price
{
    width: 100%;
}
@media (min-width: 640px)
{
    .object__flats__item__price
    {
        width: 30%;
    }
}
.object__flats__item__info
{
    display: none;

    width: 100%;
    margin: 10px 0;
    padding: 15px;

    background-color: #fff;
}
.object__flats__item__info img
{
    display: block; 

    max-width: 100%;
}
.object__flats__item__info__img
{
    display: block;

    padding-bottom: 60%; 

    background-color: #d8d8d8;
}
.object__flats__item.opened
{
    background-color: #ffdb4d;
}
.object__flats__item.opened .object__flats__item__info
{
    display: block;
}

.object-callback
{
    padding: 30px;
}
.object-callback .landing-callback-header
{
    font-size: 28px;

    margin: 0 0 10px;
}
.object-callback .landing-callback-subheader
{
    font-size: 20px;

    margin: 0 0 20px; 

    color: #8e8e8e;
}
.object-callback .landing-callback-form-input
{
    font-size: 18px;
}
.object-callback .landing-callback-form-button
{
    font-size: 18px;
    line-height: 1.2; 

    padding: 10px 40px;

    color: #222;
    border: unset;
    background-color: #91bd09;
}
.object-callback .landing-callback-form-button:active,
.object-callback .landing-callback-form-button:focus,
.object-callback .landing-callback-form-button:hover
{
    color: #222;
    border: unset; 
    background-color: #7d9f13;
}
.object-callback .landing-callback-agreement
{
    font-size: 14px;
}

.object-tabs > li
{
    margin-bottom: -2px;
}
.object-tabs > li > a
{
    display: block;

    border: unset;
    border-bottom: 3px solid transparent;
}
.object-tabs > li.active > a
{
    border: none;
    border-bottom: 3px solid #5e9f4b;
}
.object-tabs > li.active > a:hover,
.object-tabs > li.active > a:active,
.object-tabs > li.active > a:focus
{
    border: unset;
    border-bottom: 3px solid #5e9f4b;
    background-color: #f2f8f1;
}

.object-mortgage-banks
{
    display: flex;

    flex-wrap: wrap;
}
.object-mortgage-banks-item
{
    display: flex;

    margin-right: 12px;
    margin-bottom: 16px; 

    flex: 0 0 30%;
}
.object-mortgage-banks-item-logo
{
    width: 50px;
    height: 50px;
    margin-right: 12px;

    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .4); 

    flex: 0 0 50px;
}
.object-mortgage-banks-item-name
{
    font-size: 16px;
    font-weight: bold;

    display: block; 

    margin: 0 0 4px;
}
.object-mortgage-banks-item-wage
{
    font-size: 14px;

    display: block; 

    color: #8e8e8e;
}
.object-mortgage-banks-item-content
{
    align-self: start;
}

.landing-seller
{
    min-width: 50%;
    margin: 0 -20px;
    padding: 30px; 

    background-color: #f4ffd2;

    flex: 1 1 auto;
}
@media (min-width: 1380px)
{
    .landing-seller
    {
        margin: 0;
    }
}
.landing-seller-container
{
    width: 100%;

    text-align: center;
}
@media (min-width: 600px)
{
    .landing-seller-container
    {
        display: flex;

        text-align: left;
    }
}
.landing-seller-logo
{
    flex: 0 0 180px;
    align-self: center;
}
.landing-seller-logo img
{
    max-width: 160px;
}
.landing-seller-body
{
    margin-top: 12px; 

    flex: 1 1 auto;
    align-self: center;
}
@media (min-width: 600px)
{
    .landing-seller-body
    {
        margin: 0;
    }
}
.landing-seller-phone
{
    font-size: 1.8rem;
    font-weight: bold;

    margin-top: 12px; 

    text-decoration: none;

    align-self: center;
}
@media (min-width: 600px)
{
    .landing-seller-phone
    {
        margin: 0;
    }
}
.landing-seller-phone:before
{
    display: none; 

    content: '';
}
.landing-seller-phone:hover
{
    color: #222;
}
.landing-seller-phone span
{
    color: #91bd09;
}

.object__box .request-form-border
{
    width: auto;
    max-width: none;
    padding: 0; 

    border: none;
    background: none;
}

.object__box input[type=text],
.object__box textarea
{
    display: inline-block;
}

.object__box input.input-middle
{
    width: 60%;
}

.custom-display
{
    white-space: nowrap;
}

#rrequest hr
{
    margin: 10px 0 -20px;
}

.request-form-success
{
    padding: 32px;

    color: #355a2a; 
    background: #d4e8ce;
}
.request-form-success h5.color-green
{
    font-size: 26px;

    margin: 0 0 10px;
}

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

.column-md-1
{
    margin-bottom: 12px;
}

.column-md-2
{
    margin-bottom: 12px;
}

.column-md-3
{
    margin-bottom: 12px;
}

.column-md-4
{
    margin-bottom: 12px;
}

.column-md-5
{
    margin-bottom: 12px;
}

.column-md-6
{
    margin-bottom: 12px;
}

.column-md-7
{
    margin-bottom: 12px;
}

.column-md-8
{
    margin-bottom: 12px;
}

.column-md-9
{
    margin-bottom: 12px;
}

.column-md-10
{
    margin-bottom: 12px;
}

.column-md-11
{
    margin-bottom: 12px;
}

.column-md-12
{
    margin-bottom: 12px;
}

@media (max-width: 992px)
{
    .column-md-3.text-right
    {
        text-align: left;
    }
    .custom-display
    {
        display: block;

        width: 100%;
        padding-left: 20px;
    }
}

.captcha-box .column-md-1
{
    display: none;
}

.budget-objects .promo-pb-content
{
    margin-bottom: 0;
    padding: 15px;

    border: none;
    border-bottom: 1px solid #d8d8d8;
}
.budget-objects .promo-pb-content:hover
{
    background-color: #fffbed;
}
.budget-objects .promo-pb-content .b-photoblock_item_header
{
    font-size: 16px;
    font-weight: normal;
}
.budget-objects .promo-pb-content .b-photoblock_item_content,
.budget-objects .promo-pb-content .b-photoblock_item_seller
{
    font-size: 14px;
}
.budget-objects .promo-pb-content .b-photoblock_item_price
{
    font-size: 18px;
}
@media (min-width: 768px)
{
    .budget-objects .promo-pb-content .b-photoblock_item_header
    {
        font-size: 20px;
        font-weight: normal;
    }
    .budget-objects .promo-pb-content .b-photoblock_item_content,
    .budget-objects .promo-pb-content .b-photoblock_item_seller
    {
        font-size: 16px;
    }
    .budget-objects .promo-pb-content .b-photoblock_item_price
    {
        font-size: 20px;
    }
}

.budget-objects .b-photoblock_item_img
{
    top: 58px;
    left: 15px;

    margin: 0;
}

.article,
.ck_editor
{
    font-size: 14px;
}
@media (min-width: 768px)
{
    .article,
    .ck_editor
    {
        font-size: 16px;
    }
}
.article ul,
.ck_editor ul
{
    margin: 0 0 12px;
}
.article ul li,
.ck_editor ul li
{
    margin: 0;
    padding: 0 0 0 15px;

    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjI0RjJBRjg3OTdFMTFFNUE4ODhEREQ4NjE1OTVDNzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjI0RjJBRjk3OTdFMTFFNUE4ODhEREQ4NjE1OTVDNzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjRGMkFGNjc5N0UxMUU1QTg4OERERDg2MTU5NUM3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjRGMkFGNzc5N0UxMUU1QTg4OERERDg2MTU5NUM3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgfdbEIAAABiSURBVHjaYvz//z8DMYAJxjhvZvkCiC8TVAgEjECsBVT8n5BCcRgfqPg9PoUwU0HgP1DxeawKDU8dBytAEjdEMQHma6AJn4EUBxCzADUx4rP6IRB/Q7KeAauJRIcjIQAQYAC5cx3HW0jlzgAAAABJRU5ErkJggg==') left 6px no-repeat;
}
.article ul li + li,
.ck_editor ul li + li
{
    margin-top: 5px;
}
.article ul.pager li,
.article ul.pagination li,
.ck_editor ul.pager li,
.ck_editor ul.pagination li
{
    margin: 0;
    padding: 0;

    background: none;
}
.article ul.nav li,
.ck_editor ul.nav li
{
    margin: 0;

    background: none;
}

.article__header
{
    font-size: 22px; 

    color: #5e9f4b;
}
@media (min-width: 640px)
{
    .article__header
    {
        font-size: 24px;
    }
}
@media (min-width: 768px)
{
    .article__header
    {
        font-size: 28px;
    }
}
@media (min-width: 992px)
{
    .article__header
    {
        font-size: 32px;
    }
}

.article__subheader
{
    font-size: 18px; 

    color: #8e8e8e;
}
@media (min-width: 768px)
{
    .article__subheader
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .article__subheader
    {
        font-size: 22px;
    }
}

.article__second_header
{
    font-size: 20px;
}
@media (min-width: 640px)
{
    .article__second_header
    {
        font-size: 22px;
    }
}
@media (min-width: 768px)
{
    .article__second_header
    {
        font-size: 24px;
    }
}
@media (min-width: 992px)
{
    .article__second_header
    {
        font-size: 26px;
    }
}

.article__inner_quote
{
    margin: 0 -20px 0;
    padding: 20px; 

    border-top: 1px solid #e6e5e4;
    border-bottom: 1px solid #e6e5e4;
    background: #fffbed;
}
@media (min-width: 640px)
{
    .article__inner_quote
    {
        margin: 0 -32px 0;
        padding: 20px 32px;
    }
}

.article__inner__warning
{
    margin: 0 -20px 0;
    padding: 20px; 

    border-top: 1px solid #e6e5e4;
    border-bottom: 1px solid #e6e5e4;
    background: #ffd6d6;
}
@media (min-width: 640px)
{
    .article__inner__warning
    {
        margin: 0 -32px 0;
        padding: 20px 32px;
    }
}
.article__inner__warning a
{
    text-decoration: underline; 

    color: #ce3538;
}

.article__price
{
    font-size: 14px; 
    font-weight: bold;
}
@media (min-width: 768px)
{
    .article__price
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    .article__price
    {
        font-size: 18px;
    }
}

.article__anonse
{
    font-size: 14px; 
    line-height: 1.45;

    text-align: left;
}
@media (min-width: 768px)
{
    .article__anonse
    {
        text-align: justify;
    }
}
@media (min-width: 768px)
{
    .article__anonse
    {
        font-size: 16px;
    }
}
@media (min-width: 992px)
{
    .article__anonse
    {
        font-size: 18px;
    }
}

.article__body
{
    line-height: 1.45;

    text-align: left;
}
@media (min-width: 768px)
{
    .article__body
    {
        text-align: justify;
    }
}
.article__body img
{
    display: block; 

    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.article__body img[align='left'],
.article__body img.float-left
{
    margin-top: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.article__body img[align='right'],
.article__body img.float-right
{
    margin-top: 7px;
    margin-bottom: 7px; 
    margin-left: 7px;
}
.article__body table.list1
{
    display: none;
}
@media (min-width: 768px)
{
    .article__body table.list1
    {
        display: table;

        max-width: 100%; 

        table-layout: fixed;
    }
}
.article__body table.list1 td,
.article__body table.list1 th
{
    white-space: normal;
    word-wrap: break-word; 

    overflow-wrap: break-word;
}

.article__author
{
    font-size: 14px; 

    text-align: right;

    color: #8e8e8e;
}

.article__footer
{
    margin-bottom: 42px; 
    padding: 10px 32px;

    border: 1px solid #e6e5e4;
    border-top: none;
    background: #fefefe;
}
.article__footer .b-share_theme_counter .b-share_type_small .b-share-btn__wrap
{
    margin-left: 8px;
}
.article__footer .b-share_theme_counter .b-share_type_small .b-share-btn__wrap:first-child
{
    margin-left: 0;
}

.article__footer__icons a
{
    font-size: 12px; 

    display: inline-block;

    margin-left: 18px;
}
.article__footer__icons a:hover
{
    color: #f67811;
}

.article__pb
{
    width: 260px;
    min-width: 260px; 
    max-width: 260px;
    margin: 32px auto;

    border: 1px solid #e6e5e4;
    background: #fff;
}
.article__pb a
{
    display: block;

    text-decoration: none;
}
.article__pb a:hover
{
    text-decoration: none;
}
.article__pb:hover
{
    border: 1px solid #ffdb4d;
}
.article__pb .pb
{
    text-decoration: none;
}
.article__pb .pb-inner-box
{
    position: relative; 

    display: block;

    padding: 16px;
}
.article__pb .pb-header
{
    font-size: 17px;
    font-weight: normal;

    display: block;

    margin-top: 160px;
    margin-bottom: 10px; 

    text-align: left;
}
.article__pb .pb-image-bg
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 160px;

    background-color: #d8d8d8; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.article__pb .pb-code
{
    font-size: 14px;

    display: block;

    text-align: left;

    color: #8e8e8e;
}
.article__pb .pb-params
{
    display: block;

    margin: 16px 0 0;
}
.article__pb .pb-price
{
    font-size: 14px;

    position: absolute;
    top: 128px;
    right: -8px; 

    display: block;

    padding: 4px 10px;

    color: #fff;
    background: #ce3538;
}
.article__pb .pb-seller
{
    font-size: 14px; 

    display: block;

    margin: 16px 0 8px;
}

.article__graph
{
    max-width: 755px; 
    margin: 32px auto 42px;
}

.article__graph__value
{
    font-size: 22px;
}
@media (min-width: 768px)
{
    .article__graph__value
    {
        font-size: 24px;
    }
}
@media (min-width: 992px)
{
    .article__graph__value
    {
        font-size: 30px;
    }
}

.article__object-header
{
    font-size: 18px;
    line-height: 1.5; 

    margin: 32px 0 5px;

    text-align: left;
}
.article__object-header a
{
    display: inline; 

    text-decoration: none;

    border-bottom: 1px solid #ccc;
}
.article__object-header a:hover
{
    border-color: #666;
}
@media (min-width: 768px)
{
    .article__object-header
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .article__object-header
    {
        font-size: 22px;
    }
}

@media (min-width: 768px)
{
    .article__pb-left
    {
        float: left;

        margin: 6px 32px 16px 0;
    }
}

@media (min-width: 768px)
{
    .article__pb-right
    {
        float: right; 

        margin: 6px 0 16px 32px;
    }
}

.article__link-more
{
    text-decoration: underline; 

    color: #5e9f4b;
}

.article__body p a
{
    color: #ce3538;
}
.article__body p a.btn-danger,
.article__body p a.button-danger
{
    color: #fff;
}

.article__secondhand_img
{
    display: block;

    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}

.article__context-photoblocks
{
    padding: 0 16px;
}
@media (min-width: 480px)
{
    .article__context-photoblocks
    {
        padding: 0;
    }
}
.article__context-photoblocks .b-photoblock_item
{
    width: 100%;
    margin: 0;
}
.article__context-photoblocks .b-photoblock_item + .b-photoblock_item
{
    margin-top: 32px;
}
@media (min-width: 992px)
{
    .article__context-photoblocks .b-photoblock_item
    {
        float: left;

        width: 49%;
    }
    .article__context-photoblocks .b-photoblock_item + .b-photoblock_item
    {
        margin-top: 0;
        margin-left: 16px;
    }
}
.article__context-photoblocks .b-photoblock_item .b-photoblock_item_img
{
    margin-right: 16px;
}

.article__page-button
{
    font-size: 12px;

    padding: 10px 15px;
}
@media (min-width: 768px)
{
    .article__page-button
    {
        font-size: 14px;

        padding: 10px 20px;
    }
}

.article__postdate
{
    font-size: 13px;
}

.post-list__item_link
{
    display: block;

    margin: 0 5px 10px;
}

.post-list__item
{
    display: block;
    clear: both;

    padding: 10px 10px 20px;

    text-decoration: none;
}
.post-list__item:hover
{
    text-decoration: none;

    background-color: #f2f2f2;
}
.post-list__item:hover .post-list__item__content__header
{
    text-decoration: underline;

    color: #ce3538;
}
.post-list__item + .post-list__item
{
    border-top: 1px solid #d8d8d8;
}

.post-list__item__img
{
    position: relative;

    display: block;

    margin-bottom: 10px;
}
@media (min-width: 768px)
{
    .post-list__item__img
    {
        float: left;

        width: 300px;
        margin-right: 20px;
        margin-bottom: 20px; 
        margin-left: -10px;
        padding: 5px 0;
    }
}
.post-list__item__img img
{
    display: block;

    width: 100%;
    height: auto;
}
.post-list__item__img span
{
    font-size: 10px;

    position: absolute;
    right: 5px;
    bottom: 10px;

    display: block;

    width: auto;

    opacity: .5;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.post-list__item__content
{
    display: block;
}

.post-list__item__content__header
{
    font-size: 18px; 

    display: block;
}
@media (min-width: 992px)
{
    .post-list__item__content__header
    {
        font-size: 22px;
    }
}

.post-list__item__content__subheader
{
    display: block;

    margin: 0 0 7px; 

    color: #666;
}

.post-list__item__content__anonse
{
    font-size: 90%; 

    color: #3f3f3f;
}

.article__geo__form
{
    margin-bottom: 20px;
    padding: 0 16px; 

    text-align: center;
}
.article__geo__form .geo__form__input
{
    border: 1px solid #e6e5e4;
}
.article__geo__form .geo__form__input:focus
{
    border: 1px solid #cdccca !important;
}
@media (min-width: 480px)
{
    .article__geo__form
    {
        padding: 0;
    }
}
.article__geo__form .geo__form__all-links
{
    color: #8e8e8e;
}
.article__geo__form .geo__form__all-links:hover,
.article__geo__form .geo__form__all-links:active,
.article__geo__form .geo__form__all-links:visited
{
    color: #8e8e8e;
}

.article__floated
{
    position: fixed;
    z-index: 5;
    top: 0;

    padding: 0 16px;

    border-bottom: 1px solid #4a7c3b; 
    background: #5e9f4b;
}
@media (min-width: 768px)
{
    .article__floated
    {
        padding: 0;
    }
}
.article__floated a
{
    color: #fff;
}
.article__floated .geo__form
{
    margin-top: 10px;
}
.article__floated .geo__form__input,
.article__floated .geo__form__submit
{
    line-height: 36px;

    height: 36px;
    padding: 0 10px;
}
@media (min-width: 768px)
{
    .article__floated .geo__form__input,
    .article__floated .geo__form__submit
    {
        line-height: 40px; 

        height: 40px;
    }
}
.article__floated .article__geo__form
{
    margin: 12px 0 12px;
}
@media (min-width: 480px)
{
    .article__floated .article__geo__form
    {
        padding: 0 16px;
    }
}
@media (min-width: 768px)
{
    .article__floated .article__geo__form
    {
        padding: 0 32px;
    }
}
.article__floated .geo__form__all-links
{
    color: #fff;
}
.article__floated .geo__form__all-links:hover,
.article__floated .geo__form__all-links:active,
.article__floated .geo__form__all-links:visited
{
    color: #fff;
}

.article__floated__content
{
    top: 50px; 

    background: #5e9f4b;
    box-shadow: none;
}

.article__floated__menu
{
    display: block;

    list-style: none;

    border-bottom: 1px solid #4a7c3b; 
    background: #5e9f4b;
}
.article__floated__menu li
{
    display: block;

    margin: 0;
    padding: 0;
}
@media (min-width: 768px)
{
    .article__floated__menu li
    {
        display: inline-block;
    }
}
.article__floated__menu li a
{
    display: block;

    padding: 10px 20px;
}
@media (min-width: 768px)
{
    .article__floated__menu li a
    {
        display: inline-block;

        padding: 10px;
    }
}
.article__floated__menu li.article__floated__search
{
    display: none; 
    float: right;

    margin-right: 26px;
}
@media (min-width: 768px)
{
    .article__floated__menu li.article__floated__search
    {
        display: block;
    }
}
.article__floated__menu li.article__floated__menu__header
{
    font-weight: bold;
}
@media (min-width: 768px)
{
    .article__floated__menu li.article__floated__menu__header a
    {
        margin-left: 20px;
    }
}
.article__floated__menu li.active
{
    background: #4a7c3b;
}

.photo-caption
{
    font-size: 11px;

    position: absolute;
    right: 5px;
    bottom: 5px;

    text-align: right;

    opacity: .7; 
    color: #fff;
    text-shadow: 0 1px 1px black;
}

.banner-partners-container .banner-partners
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 80px;
    margin-bottom: 20px; 

    text-align: center;
}
@media (min-width: 640px)
{
    .banner-partners-container .banner-partners
    {
        width: 49.98%;
    }
}
@media (min-width: 992px)
{
    .banner-partners-container .banner-partners
    {
        width: 24.98%;
    }
}

.double-banner-container
{
    margin: 0 0 -32px;
}

.banner
{
    position: relative;
}
.banner.banner-has-notice:after
{
    display: block;

    width: 100%;
    height: 15px;

    content: '';
}
.banner .banner-notice
{
    padding: 3px; 

    background-color: #fafafa;
}
.banner .banner-notice span
{
    display: inline-block;
}

.banner-screen .banner
{
    position: relative; 

    overflow: hidden;

    width: 100%;
    height: 90px;

    text-align: center;
}
.banner-screen .banner a
{
    display: block;
    overflow: hidden; 

    width: 100%;
    height: 90px;
}

.banner-notice
{
    font-size: 9px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    padding: 3px 20px;

    text-align: right;

    opacity: .5; 
    color: #8e8e8e;
}
.banner-notice > span
{
    display: block;
}
.banner-notice:hover
{
    opacity: 1;
}

.b-photoblock_item
{
    position: relative;

    display: block;

    min-height: 110px; 

    text-decoration: none;
}
.b-photoblock_item + .b-photoblock_item
{
    margin-top: 16px;
}
.b-photoblock_item:hover
{
    text-decoration: none;
}
.b-photoblock_item:hover .b-photoblock_item_header
{
    text-decoration: underline;
}

.b-photoblock_item_header
{
    font-size: 15px;

    display: block;

    margin: 0 0 2px;

    text-decoration: none; 

    color: #ce3538;
}

.b-photoblock_item_img
{
    position: absolute;
    top: 0;
    left: 0;

    margin: 26px 0 0;
}

.sso
{
    font-weight: normal; 

    display: block;
    float: none;
    clear: both;

    margin: 10px 0 0;

    color: #ce3538;
}

.b-photoblock_item_content,
.sso
{
    font-size: 13px; 

    display: block;

    margin-left: 90px;
}

.b-photoblock-notice
{
    font-size: 10px;

    display: block;
    overflow: hidden;

    margin-top: 3px;
    margin-left: 90px; 

    opacity: .6;
    color: #8e8e8e;
}

.b-photoblock_item-img-big-container .b-photoblock-notice,
.geo-block .b-photoblock-notice
{
    font-size: 12px;

    position: absolute;
    right: -7px;
    bottom: 0;

    display: block;
    overflow: hidden;

    width: 20px;
    max-width: auto;
    height: 20px;
    margin: 10px 20px;

    text-indent: -1000px;

    opacity: .5; 
    color: #666;
    border: 1px solid #8e8e8e;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('/assets/img/info.png');
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 1px 1px #aaa;
}
.b-photoblock_item-img-big-container .b-photoblock-notice:hover,
.geo-block .b-photoblock-notice:hover
{
    left: 0; 

    width: auto;
    height: auto;
    padding: 10px;

    text-align: left;
    text-indent: 0;

    opacity: 1;
    border-color: #d8d8d8;
    border-radius: 3px;
    background-image: none;
    box-shadow: 0 1px 1px #ddd;
}

.geo-block .b-photoblock-notice
{
    bottom: 58px;
}

.b-photoblock_item_params
{
    font-size: 13px;

    display: block;

    margin-top: 5px;
    margin-left: 90px;
}

.b-photoblock_item_seller
{
    display: inline-block;

    color: #8e8e8e;
}

.b-photoblock_item_price
{
    display: inline-block;

    margin-right: 10px;
}

.b-photoblock-showall
{
    line-height: 14px;

    height: 14px;
    margin-bottom: 16px;
}

.zeropixel
{
    position: absolute;
    right: 0; 
    bottom: 0;

    visibility: hidden;

    width: 1px;
    height: 1px;
}

.pb
{
    display: block;
}
.pb-advert-label
{
    font-size: 10px; 

    position: absolute;
    z-index: 100;
    top: -1px;
    left: -1px;

    padding: 1px 5px;

    color: #000;
    background-color: #ffdb4d;
}

.index-page-photoblocks
{
    overflow: hidden; 

    height: 190px;
    margin: 0 -16px;

    vertical-align: top;
}
@media (min-width: 480px)
{
    .index-page-photoblocks
    {
        height: 170px;
    }
}
@media (min-width: 1200px)
{
    .index-page-photoblocks
    {
        height: 200px;
    }
}
.index-page-photoblocks .b-photoblock_item
{
    display: inline-block;

    width: 100%;
    height: 190px;
    margin: 0; 
    padding: 0 16px;

    vertical-align: top;
}
@media (min-width: 480px)
{
    .index-page-photoblocks .b-photoblock_item
    {
        height: 170px;
    }
}
@media (min-width: 992px)
{
    .index-page-photoblocks .b-photoblock_item
    {
        width: 50%;
    }
}
@media (min-width: 1200px)
{
    .index-page-photoblocks .b-photoblock_item
    {
        width: 25%; 
        height: 200px;
    }
}
.index-page-photoblocks .b-photoblock_item .b-photoblock_item_img
{
    left: 16px;
}

@media (min-width: 480px)
{
    .realty-layout .index-page-photoblocks .b-photoblock_item
    {
        height: 140px;
    }
}

@media (min-width: 992px)
{
    .realty-layout .index-page-photoblocks .b-photoblock_item
    {
        width: 50%;
    }
}

@media (min-width: 1200px)
{
    .realty-layout .index-page-photoblocks .b-photoblock_item
    {
        width: 33%; 
        height: 170px;
    }
}

.photoblocks-big-images
{
    overflow: hidden; 

    height: 400px;
    margin: 0;

    vertical-align: top;
}
.photoblocks-big-images .b-photoblock_item
{
    display: inline-block;

    width: 100%;
    max-width: 320px;
    height: 400px;
    margin: 0 auto;
    padding: 0 16px;

    vertical-align: top;

    background: #fff;
}
@media (min-width: 480px)
{
    .photoblocks-big-images .b-photoblock_item
    {
        width: 48%; 
        max-width: none;
    }
    .photoblocks-big-images .b-photoblock_item + .b-photoblock_item
    {
        margin-left: 20px;
    }
}
@media (min-width: 992px)
{
    .photoblocks-big-images .b-photoblock_item
    {
        width: 32%;
    }
    .photoblocks-big-images .b-photoblock_item + .b-photoblock_item
    {
        margin-left: 18px;
    }
}
@media (min-width: 1200px)
{
    .photoblocks-big-images .b-photoblock_item
    {
        width: 23.5%;
    }
    .photoblocks-big-images .b-photoblock_item + .b-photoblock_item
    {
        margin-left: 22px;
    }
}
@media (min-width: 1400px)
{
    .photoblocks-big-images .b-photoblock_item
    {
        width: 23.5%;
    }
    .photoblocks-big-images .b-photoblock_item + .b-photoblock_item
    {
        margin-left: 26px;
    }
}
.photoblocks-big-images .b-photoblock_item .b-photoblock_item_img
{
    left: 16px;
}

.bx-viewport .photoblocks-big-images .b-photoblock_item + .b-photoblock_item
{
    margin-left: 0;
}

.promo-map-small
{
    display: block;
    float: left;

    width: 120px;
    height: 120px;

    border: 1px solid #d8d8d8;
}

.pb-map-img .b-photoblock_item_content,
.pb-map-img .b-photoblock_item_header
{
    margin-left: 136px;
}

.promo-pb-content
{
    position: relative;

    min-height: 220px; 
    margin-bottom: 32px;
    padding: 21px;

    border: 3px solid #ffdb4d;
    background: #fff;
}
@media (min-width: 768px)
{
    .promo-pb-content
    {
        margin-right: 0; 
        margin-left: 0;
    }
}
.promo-pb-content .b-photoblock_item_header
{
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 16px;
}
@media (min-width: 768px)
{
    .promo-pb-content .b-photoblock_item_header
    {
        font-size: 24px;
    }
}
.promo-pb-content .b-photoblock_item_img
{
    top: 46px;
    left: 20px;
}
.promo-pb-content .b-photoblock_item_content
{
    font-size: 16px;
}
@media (min-width: 768px)
{
    .promo-pb-content .b-photoblock_item_content
    {
        margin-right: 300px;
    }
}
.promo-pb-content .b-photoblock_item_params
{
    margin: 12px 0;
}
@media (min-width: 768px)
{
    .promo-pb-content .b-photoblock_item_params
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 280px;
        padding: 21px 21px 21px 0;
    }
}
.promo-pb-content .b-photoblock_item_price
{
    font-size: 20px;

    display: block;

    margin-bottom: 12px;
}
.promo-pb-content .b-photoblock_item_seller
{
    font-size: 16px; 

    display: block;
}
.promo-pb-content .b-photoblock-label-container
{
    padding-top: 21px;
}
.promo-pb-content .b-photoblock-label
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin-top: 12px; 
    padding: 5px 10px;

    text-align: center;
    text-decoration: none;

    color: #222;
    border-radius: 2px;
    background: #ffdb4d;
}
.promo-pb-content .b-photoblock-label:hover
{
    background-color: #ffd11a;
}

.photoblock__rightcol-slider
{
    height: 640px;
    margin-bottom: 32px;
}
.photoblock__rightcol-slider .b-photoblock_item
{
    height: auto;
    margin: 0 0 12px;
}
.photoblock__rightcol-slider .bx-wrapper .b-photoblock_item
{
    height: 130px;
    margin: 0;
}

a.b-photoblock_item-img-big-container
{
    padding: 0 !important;

    border: 1px solid #d8d8d8;
}
a.b-photoblock_item-img-big-container:hover
{
    border-color: #ffdb4d;
}
a.b-photoblock_item-img-big-container .b-photoblock_item-img-big
{
    display: block;

    margin: -1px -1px 10px; 
    padding-bottom: 66%;

    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a.b-photoblock_item-img-big-container .b-photoblock_item_header
{
    font-size: 17px; 
    font-weight: bold;

    margin-bottom: 10px;
    padding: 5px 16px 0;
}
a.b-photoblock_item-img-big-container .b-photoblock_item_content
{
    font-size: 15px;

    margin: 0;
    margin-bottom: 10px; 
    padding: 0 16px;
}
a.b-photoblock_item-img-big-container .b-photoblock_item_params
{
    font-size: 14px; 

    margin: 16px 0 0;
    padding: 0 16px;
}
a.b-photoblock_item-img-big-container .b-photoblock_item_seller
{
    font-size: 14px;
}

.articlephotoblock .article__pb
{
    max-width: 260px; 
    margin-top: 0;
}
.articlephotoblock .article__pb .pb
{
    margin: 0 auto;
}
.articlephotoblock .article__pb .pb .pb-inner-box
{
    min-height: 400px;
}
.articlephotoblock .article__pb .pb .pb-image-bg
{
    background-size: cover;
}
@media (min-width: 480px)
{
    .articlephotoblock .article__pb
    {
        width: 100%; 
        max-width: none;
    }
    .articlephotoblock .article__pb .pb-image-bg
    {
        top: 0;
        bottom: 0; 
        left: 0;

        width: 40%;
        height: auto;
    }
    .articlephotoblock .article__pb .pb-header,
    .articlephotoblock .article__pb .pb-code,
    .articlephotoblock .article__pb .pb-seller,
    .articlephotoblock .article__pb .pb-params
    {
        margin-left: 40%;
        padding-left: 16px;
    }
    .articlephotoblock .article__pb .pb-header
    {
        font-size: 16px;

        margin-top: 0;
    }
    .articlephotoblock .article__pb .pb-price
    {
        right: auto;
        left: -6px;
    }
    .articlephotoblock .article__pb .pb-params
    {
        text-align: center;
    }
    .articlephotoblock .article__pb .btn-labeled,
    .articlephotoblock .article__pb .button-primary
    {
        max-width: 300px;
    }
    .articlephotoblock .article__pb .pb
    {
        margin: 0 auto;
    }
    .articlephotoblock .article__pb .pb .pb-inner-box
    {
        min-height: auto;
    }
}
@media (min-width: 768px)
{
    .articlephotoblock .article__pb .pb-image-bg
    {
        width: 30%;
    }
    .articlephotoblock .article__pb .pb-header,
    .articlephotoblock .article__pb .pb-code,
    .articlephotoblock .article__pb .pb-seller,
    .articlephotoblock .article__pb .pb-params
    {
        margin-left: 30%;
    }
    .articlephotoblock .article__pb .pb-header
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .articlephotoblock .article__pb .pb-header
    {
        font-size: 22px;
    }
}

.search__results__item
{
    margin: 16px 0 16px 30px;
}

.search__results__item-number
{
    font-size: 14px;

    float: left;

    margin-top: 3px; 
    margin-left: -30px;
}

.search__results__item-link
{
    display: block;
}
.search__results__item-link:hover
{
    text-decoration: none;
}
.search__results__item-link:hover .search__results__item-link-header
{
    text-decoration: underline;
}

.search__results__item-link-header
{
    font-size: 18px;

    display: block;

    margin: 0 0 5px;

    color: #5e9f4b;
}

.search__sort
{
    float: right;

    margin: 0 0 10px;
}

.breadcrumb
{
    display: none;
}
@media (min-width: 768px)
{
    .breadcrumb
    {
        font-size: 14px;

        display: block;

        margin-bottom: 16px;

        list-style: none;
    }
    .breadcrumb > li
    {
        display: inline-block;
    }
    .breadcrumb > li a
    {
        color: #8e8e8e;
    }
    .breadcrumb > li + li:before
    {
        padding: 0 5px;

        content: '/ ';

        color: #d8d8d8;
    }
    .breadcrumb > .active a
    {
        color: #d8d8d8;
    }
}

.btn,
.button
{
    border-radius: 2px;
}

.btn-labeled,
.button-primary
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin: 0 auto;
    padding: 10px 25px;

    text-align: center;
    white-space: normal; 

    color: #000;
    border-radius: 2px;
    background: #ffdb4d;
}
.btn-labeled:hover,
.button-primary:hover
{
    color: #000; 
    background: #ffd11a;
}

.btn-buy
{
    color: #fff; 
    background: #53a600;
}
.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus
{
    color: #fff; 
    background: #2f8c00;
}

.btn-default
{
    color: #222; 
    border: unset;
    background-color: #d8d8d8;
}
.btn-default:hover
{
    color: #222; 
    background-color: #bfbfbf;
}

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

@media (max-width: 640px)
{
    .mobile-button
    {
        line-height: 2.6;

        display: block;

        width: 100%; 
        padding: 0;
    }
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .button
{
    font-size: 16px;
    line-height: 1.33333;

    padding: 10px 16px;
}
@media (min-width: 768px)
{
    .btn-lg,
    .btn-group-lg > .btn,
    .btn-group-lg > .button
    {
        font-size: 18px;
    }
}

.btn-xlg
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    padding: 10px 16px;
}
@media (min-width: 768px)
{
    .btn-xlg
    {
        font-size: 20px;
    }
}

.award
{
    margin-bottom: 32px;
}

.award__image
{
    font-size: 12px;

    display: inline-block;

    width: 100%;
    max-width: 100%; 
    height: 300px;
    margin: 0 auto 16px;

    color: #8e8e8e;
}
.award__image img
{
    width: auto; 
    max-height: 300px;
}

.award__name
{
    font-size: 14px;

    margin-bottom: 8px; 

    color: #8e8e8e;
}

.award__event
{
    font-size: 18px;
    font-weight: bold;
}

.award__url
{
    font-size: 14px;
}
.award__url a
{
    color: #5e9f4b;
}

.card
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 100%;
    margin: 0 auto 32px;

    text-decoration: none;

    color: #fff;
    background-color: #f5f5f5;
    text-shadow: 0 1px 3px #000;
}
.card:hover,
.card:active,
.card:visited
{
    text-decoration: none;

    color: #fff;
}
.card:hover .card-background-image,
.card:active .card-background-image,
.card:visited .card-background-image
{
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25), 0 4px 20px 0 rgba(0, 0, 0, .15);
}
.card:hover .card-darken,
.card:active .card-darken,
.card:visited .card-darken
{
    opacity: .3;
}
.card::after
{
    display: block;

    width: 100%;
    padding-bottom: 100%; 

    content: '';
}

.card-background-image
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear; 

    background: #f5f5f5 center center;
    background-size: auto 100%;
}

.card_content
{
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
}

.card_content__header
{
    font-size: 26px;

    margin-bottom: 10px;
}

.card_content__subheader
{
    font-size: 20px;
}

.card_caption
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 20px;
}

.card-darken
{
    position: absolute;

    width: 100%;
    height: 100%;

    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear; 

    opacity: .2;
    background: #000;
}

.card-article
{
    display: block;

    margin-bottom: 32px; 

    text-decoration: none;
}
.card-article .card-article-header
{
    font-size: 18px; 

    margin: 15px 0 7px;
}
@media (min-width: 992px)
{
    .card-article .card-article-header
    {
        font-size: 20px;
    }
}
.card-article:hover
{
    text-decoration: none;
}
.card-article:hover .card-article-header
{
    text-decoration: underline;
}
.card-article .card-article-subheader
{
    font-size: 16px; 

    color: #8e8e8e;
}
.card-article .card-article-label
{
    font-size: 14px;
    line-height: 1;

    position: absolute;
    bottom: -8px;
    left: -10px; 

    display: inline-block;

    padding: 5px;

    color: #fff;
    background: #f67811;
}

.card-white
{
    padding: 20px;

    border: 1px solid #e6e5e4; 
    background: #fff;
}
@media (min-width: 640px)
{
    .card-white
    {
        padding: 32px;
    }
}

.card-selected
{
    border: 2px solid #ffdb4d;
}

.card_macro
{
    max-height: 170px;
    padding-bottom: 170px;
}
.card_macro .card-background-image
{
    background-repeat: no-repeat; 
    background-size: cover;
}
@media (min-width: 768px)
{
    .card_macro
    {
        max-height: 200px;
        margin-bottom: 0; 
        padding-bottom: 200px;
    }
}
@media (min-width: 992px)
{
    .card_macro
    {
        max-height: 250px;
        padding-bottom: 250px;
    }
    .card_macro .card_content__header
    {
        font-size: 32px;
    }
    .card_macro .card_content__subheader
    {
        font-size: 26px;
    }
}
@media (min-width: 1200px)
{
    .card_macro
    {
        max-height: 235px;
        padding-bottom: 235px;
    }
    .card_macro .card_content__header
    {
        font-size: 32px;
    }
    .card_macro .card_content__subheader
    {
        font-size: 26px;
    }
}

.company__cube
{
    position: relative;

    background-color: #fff;
}
.company__cube__container
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .3); 

    align-content: center;
    align-items: center;
}
.company__cube__label
{
    font-size: 30px; 

    display: block;

    width: 100%;

    text-align: center;

    flex-grow: 1;
}

.company__label
{
    position: absolute;
    top: -2px;
    right: 10px;

    display: block;
}

.color-white
{
    color: #fff;
}

.color-white-bg
{
    background-color: #fff;
}

.color-red
{
    color: #ce3538;
}

.color-red-bg
{
    background-color: #ce3538;
}

.color-green
{
    color: #5e9f4b;
}

.color-green-bg
{
    background-color: #5e9f4b;
}

.color-orange
{
    color: #f67811;
}

.color-orange-bg
{
    background-color: #f67811;
}

.color-grey
{
    color: #8e8e8e;
}

.color-grey-bg
{
    background-color: #8e8e8e;
}

.color-grey-medium
{
    color: #bbb;
}

.color-grey-medium-bg
{
    background-color: #bbb;
}

.color-grey-light
{
    color: #d8d8d8;
}

.color-grey-light-bg
{
    background-color: #d8d8d8;
}

.color-black
{
    color: #000;
}

.color-black-bg
{
    background-color: #000;
}

.color-yellow
{
    color: #ffdb4d;
}

.color-yellow-bg
{
    background-color: #ffdb4d;
}

a.color-white:hover
{
    color: #fff;
}

a.color-red:hover
{
    color: #ce3538;
}

.space-zero-top
{
    margin-top: 0;
}

.space-zero-left
{
    margin-left: 0;
}

.space-zero-bottom
{
    margin-bottom: 0;
}

.space-zero-right
{
    margin-right: 0;
}

.no-space
{
    margin: 0;
}

.space-micro,
.micro-space
{
    margin: 8px;
}

.space-micro-horizontal
{
    margin-right: 8px; 
    margin-left: 8px;
}

.space-micro-vertical
{
    margin-top: 8px;
    margin-bottom: 8px;
}

.space-micro-top,
.micro-space-top
{
    margin-top: 8px;
}

.space-micro-left,
.micro-space-left
{
    margin-left: 8px;
}

.space-micro-bottom,
.micro-space-bottom
{
    margin-bottom: 8px;
}

.space-micro-right,
.micro-space-right
{
    margin-right: 8px;
}

.space-mini,
.mini-space
{
    margin: 20px;
}

.space-mini-horizontal
{
    margin-right: 20px; 
    margin-left: 20px;
}

.space-mini-vertical
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.space-mini-top,
.mini-space-top
{
    margin-top: 20px;
}

.space-mini-left,
.mini-space-left
{
    margin-left: 20px;
}

.space-mini-bottom,
.mini-space-bottom
{
    margin-bottom: 20px;
}

.space-mini-right,
.mini-space-right
{
    margin-right: 20px;
}

.space-default,
.default-space
{
    margin: 42px;
}

.space-default-horizontal
{
    margin-right: 42px; 
    margin-left: 42px;
}

.space-default-vertical
{
    margin-top: 42px;
    margin-bottom: 42px;
}

.space-default-top,
.default-space-top
{
    margin-top: 42px;
}

.space-default-left,
.default-space-left
{
    margin-left: 42px;
}

.space-default-bottom,
.default-space-bottom
{
    margin-bottom: 42px;
}

.space-default-right,
.default-space-right
{
    margin-right: 42px;
}

.space-medium,
.medium-space
{
    margin: 32px;
}

.space-medium-horizontal
{
    margin-right: 32px; 
    margin-left: 32px;
}

.space-medium-vertical
{
    margin-top: 32px;
    margin-bottom: 32px;
}

.space-medium-top,
.medium-space-top
{
    margin-top: 32px;
}

.space-medium-left,
.medium-space-left
{
    margin-left: 32px;
}

.space-medium-bottom,
.medium-space-bottom
{
    margin-bottom: 32px;
}

.space-medium-right,
.medium-space-right
{
    margin-right: 32px;
}

.space-big,
.big-space
{
    margin: 48px;
}

.space-big-horizontal
{
    margin-right: 48px; 
    margin-left: 48px;
}

.space-big-vertical
{
    margin-top: 48px;
    margin-bottom: 48px;
}

.space-big-top,
.big-space-top
{
    margin-top: 48px;
}

.space-big-left,
.big-space-left
{
    margin-left: 48px;
}

.space-big-bottom,
.big-space-bottom
{
    margin-bottom: 48px;
}

.space-big-right,
.big-space-right
{
    margin-right: 48px;
}

.space-huge,
.huge-space
{
    margin: 64px;
}

.space-huge-horizontal
{
    margin-right: 64px; 
    margin-left: 64px;
}

.space-huge-vertical
{
    margin-top: 64px;
    margin-bottom: 64px;
}

.space-huge-top,
.huge-space-top
{
    margin-top: 64px;
}

.space-huge-left,
.huge-space-left
{
    margin-left: 64px;
}

.space-huge-bottom,
.huge-space-bottom
{
    margin-bottom: 64px;
}

.space-huge-right,
.huge-space-right
{
    margin-right: 64px;
}

.no-padding
{
    padding: 0;
}

.padding-zero-top,
.top-padding-zero
{
    padding-top: 0;
}

.padding-zero-left,
.left-padding-zero
{
    padding-left: 0;
}

.padding-zero-bottom,
.bottom-padding-zero
{
    padding-bottom: 0;
}

.padding-zero-right,
.right-padding-zero
{
    padding-right: 0;
}

.padding-micro,
.micro-padding
{
    padding: 8px;
}

.padding-micro-horizontal,
.micro-padding-horizontal
{
    padding-right: 8px; 
    padding-left: 8px;
}

.padding-micro-vertical,
.micro-padding-vertical
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-micro-top,
.micro-padding-top
{
    padding-top: 8px;
}

.padding-micro-left,
.micro-padding-left
{
    padding-left: 8px;
}

.padding-micro-bottom,
.micro-padding-bottom
{
    padding-bottom: 8px;
}

.padding-micro-right,
.micro-padding-right
{
    padding-right: 8px;
}

.padding-mini,
.mini-padding
{
    padding: 20px;
}

.padding-mini-horizontal,
.mini-padding-horizontal
{
    padding-right: 20px; 
    padding-left: 20px;
}

.padding-mini-vertical,
.mini-padding-vertical
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-mini-top,
.mini-padding-top
{
    padding-top: 20px;
}

.padding-mini-left,
.mini-padding-left
{
    padding-left: 20px;
}

.padding-mini-bottom,
.mini-padding-bottom
{
    padding-bottom: 20px;
}

.padding-mini-right,
.mini-padding-right
{
    padding-right: 20px;
}

.padding-default,
.default-padding
{
    padding: 42px;
}

.padding-default-horizontal,
.default-padding-horizontal
{
    padding-right: 42px; 
    padding-left: 42px;
}

.padding-default-vertical,
.default-padding-vertical
{
    padding-top: 42px;
    padding-bottom: 42px;
}

.padding-default-top,
.default-padding-top
{
    padding-top: 42px;
}

.padding-default-left,
.default-padding-left
{
    padding-left: 42px;
}

.padding-default-bottom,
.default-padding-bottom
{
    padding-bottom: 42px;
}

.padding-default-right,
.default-padding-right
{
    padding-right: 42px;
}

.padding-medium,
.medium-padding
{
    padding: 32px;
}

.padding-medium-horizontal,
.medium-padding-horizontal
{
    padding-right: 32px; 
    padding-left: 32px;
}

.padding-medium-vertical,
.medium-padding-vertical
{
    padding-top: 32px;
    padding-bottom: 32px;
}

.padding-medium-top,
.medium-padding-top
{
    padding-top: 32px;
}

.padding-medium-left,
.medium-padding-left
{
    padding-left: 32px;
}

.padding-medium-bottom,
.medium-padding-bottom
{
    padding-bottom: 32px;
}

.padding-medium-right,
.medium-padding-right
{
    padding-right: 32px;
}

.padding-big,
.big-padding
{
    padding: 48px;
}

.padding-big-horizontal,
.big-padding-horizontal
{
    padding-right: 48px; 
    padding-left: 48px;
}

.padding-big-vertical,
.big-padding-vertical
{
    padding-top: 48px;
    padding-bottom: 48px;
}

.padding-big-top,
.big-padding-top
{
    padding-top: 48px;
}

.padding-big-left,
.big-padding-left
{
    padding-left: 48px;
}

.padding-big-bottom,
.big-padding-bottom
{
    padding-bottom: 48px;
}

.padding-big-right,
.big-padding-right
{
    padding-right: 48px;
}

.padding-huge,
.huge-padding
{
    padding: 64px;
}

.padding-huge-horizontal,
.huge-padding-horizontal
{
    padding-right: 64px; 
    padding-left: 64px;
}

.padding-huge-vertical,
.huge-padding-vertical
{
    padding-top: 64px;
    padding-bottom: 64px;
}

.padding-huge-top,
.huge-padding-top
{
    padding-top: 64px;
}

.padding-huge-left,
.huge-padding-left
{
    padding-left: 64px;
}

.padding-huge-bottom,
.huge-padding-bottom
{
    padding-bottom: 64px;
}

.padding-huge-right,
.huge-padding-right
{
    padding-right: 64px;
}

.half-medium-space-horizontal
{
    margin-right: 16px; 
    margin-left: 16px;
}

.responsive-padding
{
    padding: 0 20px;
}
@media (min-width: 480px)
{
    .responsive-padding
    {
        padding: 0;
    }
}

.clear
{
    display: block;
    float: none; 
    clear: both;
}

.clear-both
{
    clear: both;
}

.clear-left
{
    clear: left;
}

.clear-right
{
    clear: right;
}

.clear-none
{
    clear: none;
}

.relative
{
    position: relative;
}

.absolute
{
    position: absolute;
}

.responsive
{
    width: 100%;
}

.img-responsive
{
    display: block;

    width: 100%;
    max-width: 100%;
    margin-right: auto; 
    margin-left: auto;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.inline
{
    display: inline;
}

.inline-block
{
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

.display-block
{
    display: block;
}

.display-none,
.hidden
{
    display: none; 
    visibility: visible;
}

.display-table
{
    display: table;
}

.display-table-cell
{
    display: table-cell;
}

.display-table-row
{
    display: table-row;
}

.cursor-pointer
{
    cursor: pointer;
}

.underline
{
    text-decoration: underline;
}

#ctrlcopy
{
    line-height: 0;

    position: absolute;

    overflow: hidden;

    width: 1px; 
    height: 1px;
    margin: 5px 0 0 -1px;

    opacity: 0;
}

.nowrap
{
    white-space: nowrap;
}

.transparent
{
    opacity: 0;
}

.animation
{
    -webkit-transition: background-color .7s, color 1s, opacity .5s;
       -moz-transition: background-color .7s, color 1s, opacity .5s;
        -ms-transition: background-color .7s, color 1s, opacity .5s;
         -o-transition: background-color .7s, color 1s, opacity .5s;
            transition: background-color .7s, color 1s, opacity .5s;
}

.appear-block
{
    -webkit-transition: opacity .5s;
       -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-search,
.object__box .input-group-sm > input[type=text],
.object__box .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .button
{
    width: 100px;
}

.input-md
{
    width: 100%;
}
@media (min-width: 768px)
{
    .input-md
    {
        width: 250px;
    }
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-search,
.object__box .input-group-lg > input[type=text],
.object__box .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .button
{
    width: 400px;
}

.input-select-styled
{
    overflow: hidden;

    height: 32px;
    padding: 0;

    border: 1px solid #c8c8c8;
    background: #fff;
}
.input-select-styled select
{
    display: block;
    display: inline-block;

    width: 135%; 
    margin: -1px;

    cursor: pointer;

    border: none;
    outline: medium none;
    background: transparent;
}

.arrow-dropdown
{
    padding-right: 25px; 

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNDRTQzMzBDMEU2MTFFNDlBRjE4QTc5OEYzRTExQzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNDRTQzMzFDMEU2MTFFNDlBRjE4QTc5OEYzRTExQzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0NFNDMyRUMwRTYxMUU0OUFGMThBNzk4RjNFMTFDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0NFNDMyRkMwRTYxMUU0OUFGMThBNzk4RjNFMTFDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqQtauEAAAA+SURBVHjaYvz//z8DKYCJgURAew0sMMb06dPxeUY1MzPzDroNjLgUA/EdXE5ixKcYlx8YcSkGSw6DeAAIMAB1OQ4ZTY9jQwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 5px top 10px;
}

.mandatory:after
{
    position: relative;

    display: inline-block;

    margin-left: 3px;

    content: '*';

    color: red;

    *display: inline;
    *zoom: 1;
}

.hover-underline-box
{
    text-decoration: none;
}
.hover-underline-box:hover
{
    text-decoration: none;
}
.hover-underline-box:hover .hover-underline
{
    text-decoration: underline;
}

@media (max-width: 768px)
{
    .print-visible
    {
        display: none;
    }
}

.list-row-cols
{
    margin-top: 5px;
    margin-bottom: 0;
}
@media (min-width: 768px)
{
    .list-row-cols
    {
        float: left; 

        width: 49%;
    }
}

.sticky
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
}
.sticky:before,
.sticky:after
{
    display: table; 

    content: '';
}

.fixed_table
{
    display: block;
    overflow: scroll;

    height: auto;
    max-height: 400px; 
    margin: 32px 0;

    -webkit-overflow-scrolling: touch;
}

.icon-ocenka
{
    display: inline-block;

    width: 19px;
    height: 17px;

    vertical-align: middle; 

    background-image: url('/assets/img/ocenka.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.border-top-grey-light
{
    border-top: 2px solid #d8d8d8;
}

.navigation-back
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 80px;
    margin-right: 80px; 
    padding-top: 26.66667px;

    text-align: center;

    opacity: .7;
    background-color: #d8d8d8;
}
.navigation-back:hover
{
    color: #fff; 
    background-color: #bfbfbf;
}
@media (min-width: 1320px)
{
    .navigation-back
    {
        display: block;
    }
}
@media (min-width: 1400px)
{
    .navigation-back
    {
        display: none;
    }
}
@media (min-width: 1520px)
{
    .navigation-back
    {
        display: block;
    }
}
.navigation-back span
{
    display: inline-block;
}

.right-col-trigger
{
    display: none;
}
@media (max-width: 1200px)
{
    .right-col-trigger
    {
        position: fixed;
        z-index: 15;
        top: 70px;
        right: 0;

        display: block;

        width: 40px;
        height: 40px;
        padding: 10px 0; 

        cursor: pointer;
        text-align: center;

        opacity: 0;
        color: #fff;
        background: #818181;
    }
}
.right-col-trigger.opened
{
    background: #757575;
}

.ajax__footer
{
    height: 50px; 
    padding: 0 10px;

    background-color: #d8d8d8;
}
.ajax__footer .pagination-prev,
.ajax__footer .pagination-next
{
    line-height: 30px;

    display: block;
    overflow: hidden; 

    width: 32px;
    margin: 12px 0 0;

    text-decoration: none;
}
.ajax__footer .pagination-prev:hover,
.ajax__footer .pagination-next:hover
{
    background-color: #aaa;
}
.ajax__footer .pagination-prev.inactive,
.ajax__footer .pagination-next.inactive
{
    cursor: default; 

    color: #aaa;
}
.ajax__footer .pagination-prev.inactive:hover,
.ajax__footer .pagination-next.inactive:hover
{
    background: transparent;
}
.ajax__footer .pagination-prev
{
    float: left;
}
.ajax__footer .pagination-next
{
    float: right;
}
.ajax__footer.clone
{
    z-index: 10;
}
.ajax__footer .pagination
{
    margin: 12px 0 0;
}
.ajax__footer .pagination > li a,
.ajax__footer .pagination > li span
{
    font-size: 12px;

    padding: 5px 10px;

    border: none; 
    background-color: transparent;
}
.ajax__footer .pagination > li a:hover,
.ajax__footer .pagination > li span:hover
{
    background-color: transparent;
}
.ajax__footer .pagination > li a:hover
{
    background: #aaa;
}
.ajax__footer .pagination > li.active a
{
    background: #aaa;
}
.ajax__footer .pagination > li.active a:hover
{
    background: #aaa;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target *
{
    -moz-box-sizing: border-box;
         box-sizing: border-box; 

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: none;
}

.noUi-target
{
    position: relative;

    direction: ltr;
}

.noUi-base
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
    /* Fix 401 */
}

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

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

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

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

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

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

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

.noUi-horizontal .noUi-handle
{
    top: -6px; 
    left: -17px;

    width: 34px;
    height: 28px;
}

.noUi-vertical
{
    width: 18px;
}

.noUi-vertical .noUi-handle
{
    top: -17px; 
    left: -6px;

    width: 28px;
    height: 34px;
}

/* Styling;
 */
.noUi-background
{
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect
{
    -webkit-transition: background 450ms;
            transition: background 450ms; 

    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
}

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

.noUi-target
{
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

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

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

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

.noUi-handle
{
    cursor: default;

    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 1px #fff,    inset 0 1px 7px #ebebeb,    0 3px 6px -3px #bbb;
}

.noUi-active
{
    box-shadow: inset 0 0 1px #fff,    inset 0 1px 7px #ddd,    0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after
{
    position: absolute;
    top: 6px; 
    left: 14px;

    display: block;

    width: 1px;
    height: 14px;

    content: '';

    background: #e8e7e6;
}

.noUi-handle:after
{
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after
{
    top: 14px; 
    left: 6px;

    width: 14px;
    height: 1px;
}

.noUi-vertical .noUi-handle:after
{
    top: 17px;
}

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

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

.company__content
{
    display: flex;
}
.company__content__logo
{
    width: 200px;
    margin-right: 20px;

    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
}
.company__content__body
{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.reklama-label
{
    font-size: 14px;
    font-weight: normal;

    display: inline-block;

    margin: 0 4px 6px; 
    padding: 4px 10px;
}

.reklama-row
{
    display: block;
}
@media (min-width: 640px)
{
    .reklama-row
    {
        display: flex;
    }
}
.reklama-row-icon
{
    display: block;

    margin-right: 24px; 

    text-align: center;

    flex: 0 0 100px;
}
.reklama-row-icon-img
{
    width: 100px;
    max-width: 100px;
    height: auto; 
    margin: 0 auto 20px;
}
.reklama-row-header
{
    font-size: 22px;
    font-weight: bold; 

    display: block;

    margin: 0 0 4px;
}
.reklama-row-subheader
{
    font-size: 14px;

    display: block;

    margin: 0 0 8px; 

    color: #8e8e8e;
}
.reklama-row-body
{
    text-align: center; 

    flex: 1 1;
}
@media (min-width: 640px)
{
    .reklama-row-body
    {
        text-align: left;
    }
}
.reklama-row-content
{
    font-size: 16px; 

    display: block;
}
.reklama-row + .reklama-row
{
    margin-top: 42px;
}

.reklama-hr
{
    border-width: 2px; 
    border-color: #5e9f4b;
}

.reklama-btn
{
    display: block;

    max-width: 500px;
    margin: 0 auto;

    white-space: normal;
}
@media (min-width: 640px)
{
    .reklama-btn
    {
        display: inline-block;
    }
}

.pb-online-label
{
    font-size: 16px; 
    font-weight: bold;

    display: block;

    margin: 5px 0;

    color: #5e9f4b;
}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper
{
    position: relative;

    margin: 0 auto 72px;
    padding: 0;

    *zoom: 1;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

.bxslider
{
    margin: 0;
    padding: 0;
}

ul.bxslider
{
    list-style: none;
}

.bx-viewport
{
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto
{
    position: absolute;
    top: 100%;

    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading
{
    position: absolute;
    z-index: 2000; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    min-height: 50px;
}

/* PAGER */
.bx-wrapper .bx-pager
{
    font-family: Arial;
    font-size: .85em;
    font-weight: bold;

    padding: 10px 0; 

    text-align: center;

    color: #8e8e8e;
}

.bx-wrapper .bx-pager.bx-default-pager span
{
    display: block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    cursor: pointer; 
    text-indent: -9999px;

    border-radius: 5px;
    outline: 0;
    background: #8e8e8e;
}

.bx-wrapper .bx-pager.bx-default-pager span:hover,
.bx-wrapper .bx-pager.bx-default-pager span.active,
.bx-wrapper .bx-pager.bx-default-pager span:focus
{
    background: #ce3538;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
    display: inline-block;

    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item
{
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev
{
    left: -50px;

    background: url(/assets/img/vendors/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus
{
    background-position: 0 0;
}

.bx-wrapper .bx-next
{
    right: -50px;

    background: url(/assets/img/vendors/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus
{
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a
{
    position: absolute;
    z-index: 9999;
    top: 50%;

    display: none;

    width: 32px;
    height: 32px;
    margin-top: -16px;

    text-indent: -9999px;

    opacity: .3; 
    outline: 0;
}
.bx-wrapper .bx-controls-direction a:hover
{
    opacity: .5;
}

.bx-wrapper .bx-controls-direction a.disabled
{
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto
{
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start
{
    display: block;

    width: 10px;
    height: 11px;
    margin: 0 3px; 

    text-indent: -9999px;

    outline: 0;
    background: url(/assets/img/vendors/bxslider/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus
{
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop
{
    display: block;

    width: 9px;
    height: 11px;
    margin: 0 3px; 

    text-indent: -9999px;

    outline: 0;
    background: url(/assets/img/vendors/bxslider/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus
{
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager
{
    width: 80%; 

    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto
{
    right: 0;

    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%; 

    background: #666;
    background: rgba(80, 80, 80, .75);
}

.bx-wrapper .bx-caption span
{
    font-family: Arial;
    font-size: .85em;

    display: block;

    padding: 10px; 

    color: #fff;
}

#lightboxOverlay
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none; 

    opacity: .85;
    background-color: #000;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

#lightbox
{
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-weight: 400; 
    line-height: 0;

    position: absolute;
    z-index: 10000;
    left: 0;

    display: none;

    width: 100%;

    text-align: center;
}

#lightbox img
{
    width: auto;
    height: auto;
}

#lightbox a img
{
    border: none;
}

.lb-outerContainer
{
    position: relative;

    zoom: 1;

    width: 250px;
    height: 250px;
    margin: 0 auto;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; 
    background-color: #fff;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

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

    content: '';
}

.lb-container
{
    padding: 10px;
}

.lb-loader
{
    line-height: 0; 

    position: absolute;
    top: 40%;
    left: 0;

    width: 100%;
    height: 25%;

    text-align: center;
}

.lb-nav
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

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

.lb-nav a
{
    outline: none;
}

a.lb-prev,
a.lb-next
{
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;

    position: relative;

    display: block;

    width: 49%;
    height: 100%;

    cursor: pointer; 
    text-decoration: none;

    color: #eee;
}

.lb-prev
{
    left: 0;

    float: left;
}

.lb-next
{
    right: 0;

    float: right;
}

.lb-prev:hover
{
    /*    @extend .glyphicon;
	@extend .glyphicon-menu-left;*/
    text-decoration: none;
}

.lb-next:hover
{
    /*    @extend .glyphicon;
	@extend .glyphicon-menu-right;*/
    text-decoration: none;
}

.lb-dataContainer
{
    overflow: hidden;
    zoom: 1;

    width: 100%;
    margin: 0 auto;
    padding-top: 5px;

    white-space: nowrap;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px; 
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;

        -ms-border-bottom-left-radius: 4px;
         -o-border-bottom-left-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
         -o-border-bottom-right-radius: 4px;
}

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

    content: '';
}

.lb-data
{
    padding: 0 10px;

    color: #bbb;
}

.lb-data .lb-details
{
    line-height: 1.1em; 

    float: left;

    width: 85%;

    text-align: left;
}

.lb-caption
{
    font-size: 14px;
    line-height: 1em;

    padding: 10px 0;

    color: #fff;
}

.lb-data .lb-number
{
    font-size: 11px; 

    display: block;
    clear: left;

    padding-bottom: 1em;
}

.lb-data .lb-close
{
    float: right;

    width: 35px;
    padding-bottom: .7em;

    outline: none;
}

.lb-data .lb-close:hover
{
    cursor: pointer;
}

a.lb-close
{
    font-size: 45px;
    line-height: 45px;

    cursor: pointer;
    text-decoration: none; 

    color: #ddd;
    color: #ccc;
}
a.lb-close:hover
{
    text-decoration: none; 

    color: #fff;
}

#lightbox .album-list
{
    clear: both;

    width: auto;
    max-width: 820px;
    height: 50px;
    margin: 10px auto;

    text-align: center; 

    color: #fff;
}

#lightbox .album-list a
{
    display: inline-block;
    overflow: hidden; 

    width: 50px;
    height: 50px;
    margin: 0 10px 10px;

    cursor: pointer;

    border: 3px solid transparent;
    background-position: center middle;
    box-shadow: 0 1px 3px #111;
}

#lightbox .album-list a.active-img
{
    text-align: center; 

    border: 3px solid #fff;
}

#lightbox .album-list a img
{
    width: 150px !important;
    margin-left: -50px;
}

.lb-outerContainer.streachyPreview
{
    position: relative;
    top: 10px; 

    width: 100%;
    height: 100%;

    background-color: transparent;
}
.lb-outerContainer.streachyPreview .lb-container
{
    position: relative;

    width: 100%;
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container .lb-image
{
    height: 100%;
    min-height: 200px;
    max-height: 700px;

    background: transparent none no-repeat scroll center center / contain;
}
.lb-outerContainer.streachyPreview .lb-container .lb-closeContainer
{
    position: absolute;
    z-index: 20;
    right: 20px; 

    width: 35px;
    padding-bottom: .7em;

    outline: medium none;
}
.lb-outerContainer.streachyPreview .lb-container table
{
    position: relative;

    width: 100%;
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container table tr
{
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container table tr td
{
    height: 100%;

    vertical-align: middle;
}

#lightboxOverlay
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none; 

    opacity: .85;
    background-color: #000;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

#lightbox
{
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-weight: 400; 
    line-height: 0;

    position: absolute;
    z-index: 10000;
    left: 0;

    display: none;

    width: 100%;

    text-align: center;
}

#lightbox img
{
    width: auto;
    height: auto;
}

#lightbox a img
{
    border: none;
}

.lb-outerContainer
{
    position: relative;

    zoom: 1;

    width: 250px;
    height: 250px;
    margin: 0 auto;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px; 
    background-color: #fff;

        -ms-border-radius: 4px;
         -o-border-radius: 4px;
}

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

    content: '';
}

.lb-container
{
    padding: 10px;
}

.lb-loader
{
    line-height: 0; 

    position: absolute;
    top: 40%;
    left: 0;

    width: 100%;
    height: 25%;

    text-align: center;
}

.lb-nav
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

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

.lb-nav a
{
    outline: none;
}

a.lb-prev,
a.lb-next
{
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;

    position: relative;

    display: block;

    width: 49%;
    height: 100%;

    cursor: pointer; 
    text-decoration: none;

    color: #eee;
}

.lb-prev
{
    left: 0;

    float: left;
}

.lb-next
{
    right: 0;

    float: right;
}

.lb-prev:hover
{
    /*    @extend .glyphicon;
	@extend .glyphicon-menu-left;*/
    text-decoration: none;
}

.lb-next:hover
{
    /*    @extend .glyphicon;
	@extend .glyphicon-menu-right;*/
    text-decoration: none;
}

.lb-dataContainer
{
    overflow: hidden;
    zoom: 1;

    width: 100%;
    margin: 0 auto;
    padding-top: 5px;

    white-space: nowrap;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px; 
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;

        -ms-border-bottom-left-radius: 4px;
         -o-border-bottom-left-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
         -o-border-bottom-right-radius: 4px;
}

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

    content: '';
}

.lb-data
{
    padding: 0 10px;

    color: #bbb;
}

.lb-data .lb-details
{
    line-height: 1.1em; 

    float: left;

    width: 85%;

    text-align: left;
}

.lb-caption
{
    font-size: 14px;
    line-height: 1em;

    padding: 10px 0;

    color: #fff;
}

.lb-data .lb-number
{
    font-size: 11px; 

    display: block;
    clear: left;

    padding-bottom: 1em;
}

.lb-data .lb-close
{
    float: right;

    width: 35px;
    padding-bottom: .7em;

    outline: none;
}

.lb-data .lb-close:hover
{
    cursor: pointer;
}

a.lb-close
{
    font-size: 45px;
    line-height: 45px;

    cursor: pointer;
    text-decoration: none; 

    color: #ddd;
    color: #ccc;
}
a.lb-close:hover
{
    text-decoration: none; 

    color: #fff;
}

#lightbox .album-list
{
    clear: both;

    width: auto;
    max-width: 820px;
    height: 50px;
    margin: 10px auto;

    text-align: center; 

    color: #fff;
}

#lightbox .album-list a
{
    display: inline-block;
    overflow: hidden; 

    width: 50px;
    height: 50px;
    margin: 0 10px 10px;

    cursor: pointer;

    border: 3px solid transparent;
    background-position: center middle;
    box-shadow: 0 1px 3px #111;
}

#lightbox .album-list a.active-img
{
    text-align: center; 

    border: 3px solid #fff;
}

#lightbox .album-list a img
{
    width: 150px !important;
    margin-left: -50px;
}

.lb-outerContainer.streachyPreview
{
    position: relative;
    top: 10px; 

    width: 100%;
    height: 100%;

    background-color: transparent;
}
.lb-outerContainer.streachyPreview .lb-container
{
    position: relative;

    width: 100%;
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container .lb-image
{
    height: 100%;
    min-height: 200px;
    max-height: 700px;

    background: transparent none no-repeat scroll center center / contain;
}
.lb-outerContainer.streachyPreview .lb-container .lb-closeContainer
{
    position: absolute;
    z-index: 20;
    right: 20px; 

    width: 35px;
    padding-bottom: .7em;

    outline: medium none;
}
.lb-outerContainer.streachyPreview .lb-container table
{
    position: relative;

    width: 100%;
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container table tr
{
    height: 100%;
}
.lb-outerContainer.streachyPreview .lb-container table tr td
{
    height: 100%;

    vertical-align: middle;
}

.bg_overlay
{
    position: absolute;
    z-index: 101; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    opacity: .7;
    background: #000;
}

.panel
{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 50%;

    overflow: hidden; 

    width: 900px;
    margin-top: 32px;
    margin-left: -450px;

    border: 1px solid #c8c8c8;
    border-radius: 0;
    background: #fff;
}
